OpenConcerto

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

svn://code.openconcerto.org/openconcerto

Rev

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

Rev 156 Rev 180
Line 54... Line 54...
54
        mapList.put("Ventes facture", Arrays.asList("SAISIE_VENTE_FACTURE"));
54
        mapList.put("Ventes facture", Arrays.asList("SAISIE_VENTE_FACTURE"));
55
        mapList.put("Chèques à encaisser", Arrays.asList("CHEQUE_A_ENCAISSER"));
55
        mapList.put("Chèques à encaisser", Arrays.asList("CHEQUE_A_ENCAISSER"));
56
        mapList.put("Echéances", Arrays.asList("ECHEANCE_CLIENT"));
56
        mapList.put("Echéances", Arrays.asList("ECHEANCE_CLIENT"));
57
        mapList.put("Relances", Arrays.asList("RELANCE"));
57
        mapList.put("Relances", Arrays.asList("RELANCE"));
58
        mapList.put("Devis", Arrays.asList("DEVIS"));
58
        mapList.put("Devis", Arrays.asList("DEVIS"));
-
 
59
        mapList.put("Commandes", Arrays.asList("COMMANDE_CLIENT"));
59
        mapList.put("Avoirs", Arrays.asList("AVOIR_CLIENT"));
60
        mapList.put("Avoirs", Arrays.asList("AVOIR_CLIENT"));
60
                mapList.put("Articles facturés", Arrays.asList("SAISIE_VENTE_FACTURE_ELEMENT"));
61
                mapList.put("Articles facturés", Arrays.asList("SAISIE_VENTE_FACTURE_ELEMENT"));
61
                mapList.put("Articles proposés", Arrays.asList("DEVIS_ELEMENT"));
62
                mapList.put("Articles proposés", Arrays.asList("DEVIS_ELEMENT"));
62
                mapList.put("Encaissements", Arrays.asList("ENCAISSER_MONTANT"));
63
                mapList.put("Encaissements", Arrays.asList("ENCAISSER_MONTANT"));
63
        Map<SQLTable, SQLField> map = new HashMap<SQLTable, SQLField>();
64
        Map<SQLTable, SQLField> map = new HashMap<SQLTable, SQLField>();