Line 497... |
Line 497... |
497 |
******************************************************************************************/
|
497 |
******************************************************************************************/
|
498 |
|
498 |
|
499 |
// 120 -SommeSolde( 100, 103* )-SommeSolde( 108, 109* )
|
499 |
// 120 -SommeSolde( 100, 103* )-SommeSolde( 108, 109* )
|
500 |
// Racine = "101, 104, 108"
|
500 |
// Racine = "101, 104, 108"
|
501 |
// S120=-10...101-108-104
|
501 |
// S120=-10...101-108-104
|
502 |
long v120 = -this.sommeCompte.sommeCompteFils("101", this.dateDebut, this.dateFin) - this.sommeCompte.sommeCompteFils("103", this.dateDebut, this.dateFin)
|
502 |
long v120 = -this.sommeCompte.sommeCompteFils("101", this.dateDebut, this.dateFin) - this.sommeCompte.sommeCompteFils("102", this.dateDebut, this.dateFin)
|
503 |
- this.sommeCompte.sommeCompteFils("108", this.dateDebut, this.dateFin) - this.sommeCompte.sommeCompteFils("104", this.dateDebut, this.dateFin)
|
503 |
- this.sommeCompte.sommeCompteFils("103", this.dateDebut, this.dateFin) - this.sommeCompte.sommeCompteFils("108", this.dateDebut, this.dateFin)
|
504 |
+ this.sommeCompte.soldeCompteCrediteur(109, 109, true, this.dateDebut, this.dateFin);
|
504 |
- this.sommeCompte.sommeCompteFils("104", this.dateDebut, this.dateFin) + this.sommeCompte.soldeCompteCrediteur(109, 109, true, this.dateDebut, this.dateFin);
|
505 |
this.m.put("PASSIF3.15", GestionDevise.currencyToString(v120, false));
|
505 |
this.m.put("PASSIF3.15", GestionDevise.currencyToString(v120, false));
|
506 |
|
506 |
|
507 |
// 121
|
507 |
// 121
|
508 |
this.m.put("PASSIF4.15", "");
|
508 |
this.m.put("PASSIF4.15", "");
|
509 |
|
509 |
|