Line 43... |
Line 43... |
43 |
SQLBase b = ((ComptaPropsConfiguration) Configuration.getInstance()).getSQLBaseSociete();
|
43 |
SQLBase b = ((ComptaPropsConfiguration) Configuration.getInstance()).getSQLBaseSociete();
|
44 |
// List<String> l = new ArrayList<String>();
|
44 |
// List<String> l = new ArrayList<String>();
|
45 |
// l.add("SAISIE_ACHAT");
|
45 |
// l.add("SAISIE_ACHAT");
|
46 |
// l.add("CHEQUE_FOURNISSEUR");
|
46 |
// l.add("CHEQUE_FOURNISSEUR");
|
47 |
Map<String, List<String>> mapList = new HashMap<String, List<String>>();
|
47 |
Map<String, List<String>> mapList = new HashMap<String, List<String>>();
|
- |
|
48 |
mapList.put("Commandes", Arrays.asList("COMMANDE"));
|
- |
|
49 |
mapList.put("Bons de réception", Arrays.asList("BON_RECEPTION"));
|
- |
|
50 |
mapList.put("Factures", Arrays.asList("FACTURE_FOURNISSEUR"));
|
48 |
mapList.put("Achats", Arrays.asList("SAISIE_ACHAT"));
|
51 |
mapList.put("Achats", Arrays.asList("SAISIE_ACHAT"));
|
- |
|
52 |
mapList.put("Avoirs", Arrays.asList("AVOIR_FOURNISSEUR"));
|
49 |
mapList.put("Chèques émis", Arrays.asList("CHEQUE_FOURNISSEUR"));
|
53 |
mapList.put("Chèques émis", Arrays.asList("CHEQUE_FOURNISSEUR"));
|
50 |
|
54 |
|
51 |
final HistoriqueFournBilanPanel panelBilan = new HistoriqueFournBilanPanel();
|
55 |
final HistoriqueFournBilanPanel panelBilan = new HistoriqueFournBilanPanel();
|
52 |
final ListeHistoriquePanel listHistoriquePanel = new ListeHistoriquePanel("Fournisseurs", JListSQLTablePanel.createComboRequest(
|
56 |
final ListeHistoriquePanel listHistoriquePanel = new ListeHistoriquePanel("Fournisseurs", JListSQLTablePanel.createComboRequest(
|
53 |
Configuration.getInstance().getDirectory().getElement(b.getTable("FOURNISSEUR")), true), mapList, panelBilan, null, null);
|
57 |
Configuration.getInstance().getDirectory().getElement(b.getTable("FOURNISSEUR")), true), mapList, panelBilan, null, null);
|