Line 94... |
Line 94... |
94 |
|
94 |
|
95 |
nsGlobale.add(nReglement);
|
95 |
nsGlobale.add(nReglement);
|
96 |
|
96 |
|
97 |
nsGlobale.add(new PrefTreeNode(PayeGlobalPreferencePanel.class, "Paye", new String[] { "paye", "csg" }));
|
97 |
nsGlobale.add(new PrefTreeNode(PayeGlobalPreferencePanel.class, "Paye", new String[] { "paye", "csg" }));
|
98 |
|
98 |
|
- |
|
99 |
// Comptabilité
|
- |
|
100 |
final PrefTreeNode nCompta = new PrefTreeNode(ComptabiliteWorkflowPreferencePanel.class, "Comptabilité", new String[] { "comptabilité", "lettrage" });
|
- |
|
101 |
nsGlobale.add(nCompta);
|
- |
|
102 |
|
99 |
// Gestion commerciale
|
103 |
// Gestion commerciale
|
100 |
final PrefTreeNode nGestionArticle = new PrefTreeNode(GestionArticlePreferencePanel.class, "Gestion des articles", new String[] { "articles", "gestion", "longueur", "largeur", "poids" });
|
104 |
final PrefTreeNode nGestionArticle = new PrefTreeNode(GestionArticlePreferencePanel.class, "Gestion des articles", new String[] { "articles", "gestion", "longueur", "largeur", "poids" });
|
101 |
final PrefTreeNode nGestionPiece = new PrefTreeNode(GestionPieceCommercialePanel.class, "Gestion des pièces commerciales", new String[] { "mouvements", "pieces", "facture" });
|
105 |
final PrefTreeNode nGestionPiece = new PrefTreeNode(GestionPieceCommercialePanel.class, "Gestion des pièces commerciales", new String[] { "mouvements", "pieces", "facture" });
|
102 |
nsPoste.add(nGestionArticle);
|
106 |
nsPoste.add(nGestionArticle);
|
103 |
nsPoste.add(nGestionPiece);
|
107 |
nsPoste.add(nGestionPiece);
|