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>();
|