OpenConcerto

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

svn://code.openconcerto.org/openconcerto

Rev

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

Rev 149 Rev 156
Line 208... Line 208...
208
 
208
 
209
        SQLTable tableFichePayeElt = this.row.getTable().getDBRoot().findTable("FICHE_PAYE_ELEMENT");
209
        SQLTable tableFichePayeElt = this.row.getTable().getDBRoot().findTable("FICHE_PAYE_ELEMENT");
210
        SQLRowValues rowValsCotis = new SQLRowValues(tableFichePayeElt);
210
        SQLRowValues rowValsCotis = new SQLRowValues(tableFichePayeElt);
211
 
211
 
212
        rowValsCotis.put("ID_STYLE", eltStyle.getAllStyleByName().get("Titre 2"));
212
        rowValsCotis.put("ID_STYLE", eltStyle.getAllStyleByName().get("Titre 2"));
213
        rowValsCotis.put("NOM", "Cotisations sociales");
213
        rowValsCotis.put("NOM", "Cotisations et contributions sociales");
214
        // rowValsCotis.put("NB_BASE", BigDecimal.ZERO);
214
        // rowValsCotis.put("NB_BASE", BigDecimal.ZERO);
215
        // rowValsCotis.put("TAUX_SAL", BigDecimal.ZERO);
215
        // rowValsCotis.put("TAUX_SAL", BigDecimal.ZERO);
216
        // rowValsCotis.put("MONTANT_SAL_AJ", BigDecimal.ZERO);
216
        // rowValsCotis.put("MONTANT_SAL_AJ", BigDecimal.ZERO);
217
        // rowValsCotis.put("MONTANT_SAL_DED", BigDecimal.ZERO);
217
        // rowValsCotis.put("MONTANT_SAL_DED", BigDecimal.ZERO);
218
        // rowValsCotis.put("MONTANT_PAT", BigDecimal.ZERO);
218
        // rowValsCotis.put("MONTANT_PAT", BigDecimal.ZERO);