OpenConcerto

Dépôt officiel du code source de l'ERP OpenConcerto
sonarqube

svn://code.openconcerto.org/openconcerto

Rev

Rev 156 | Rev 177 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 156 Rev 174
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