Line 1... |
Line 1... |
1 |
/*
|
1 |
/*
|
2 |
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
|
2 |
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
|
3 |
*
|
3 |
*
|
4 |
* Copyright 2011 OpenConcerto, by ILM Informatique. All rights reserved.
|
4 |
* Copyright 2011-2019 OpenConcerto, by ILM Informatique. All rights reserved.
|
5 |
*
|
5 |
*
|
6 |
* The contents of this file are subject to the terms of the GNU General Public License Version 3
|
6 |
* The contents of this file are subject to the terms of the GNU General Public License Version 3
|
7 |
* only ("GPL"). You may not use this file except in compliance with the License. You can obtain a
|
7 |
* only ("GPL"). You may not use this file except in compliance with the License. You can obtain a
|
8 |
* copy of the License at http://www.gnu.org/licenses/gpl-3.0.html See the License for the specific
|
8 |
* copy of the License at http://www.gnu.org/licenses/gpl-3.0.html See the License for the specific
|
9 |
* language governing permissions and limitations under the License.
|
9 |
* language governing permissions and limitations under the License.
|
Line 55... |
Line 55... |
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("Commandes", Arrays.asList("COMMANDE_CLIENT"));
|
- |
|
60 |
mapList.put("Bons de livraison", Arrays.asList("BON_DE_LIVRAISON"));
|
60 |
mapList.put("Avoirs", Arrays.asList("AVOIR_CLIENT"));
|
61 |
mapList.put("Avoirs", Arrays.asList("AVOIR_CLIENT"));
|
61 |
mapList.put("Articles facturés", Arrays.asList("SAISIE_VENTE_FACTURE_ELEMENT"));
|
62 |
mapList.put("Articles facturés", Arrays.asList("SAISIE_VENTE_FACTURE_ELEMENT"));
|
62 |
mapList.put("Articles proposés", Arrays.asList("DEVIS_ELEMENT"));
|
63 |
mapList.put("Articles proposés", Arrays.asList("DEVIS_ELEMENT"));
|
63 |
mapList.put("Encaissements", Arrays.asList("ENCAISSER_MONTANT"));
|
64 |
mapList.put("Encaissements", Arrays.asList("ENCAISSER_MONTANT"));
|
64 |
Map<SQLTable, SQLField> map = new HashMap<SQLTable, SQLField>();
|
65 |
Map<SQLTable, SQLField> map = new HashMap<SQLTable, SQLField>();
|