This is an automated email from the git hooks/post-receive script. New change to branch feature/1208 in repository lima. See http://git.chorem.org/lima.git from b557829 refs #1208 : correction de la marge a droite de la balance. new 5d95df9 refs #1199 : ajout de l'export du fichier des écritures comptables new 12ce7b8 fixes #1228 : correction import comptes. new 449120d fixes #1119 : changement du layout pour les toolbar possiblement trop large new 1c0d6fb fixes #1208 : ajouter le moi en toutes lettres + afficher la période dans la bar de statut new 99faafa refs #1208 : correction de la marge a droite de la balance. The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 99faafa7ad710f469ef614d761c9765d7fc1318f Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Fri May 29 10:25:42 2015 +0200 refs #1208 : correction de la marge a droite de la balance. commit 1c0d6fbf22ac8f399f631c56a909e4a00022d3ef Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Fri May 15 14:50:48 2015 +0200 fixes #1208 : ajouter le moi en toutes lettres + afficher la période dans la bar de statut commit 449120dc52781ac367bf52613502babc816c4529 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Fri May 15 12:10:59 2015 +0200 fixes #1119 : changement du layout pour les toolbar possiblement trop large commit 12ce7b86f68ee2c2091c3a5c3722e617dd503855 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Fri May 15 10:51:49 2015 +0200 fixes #1228 : correction import comptes. commit 5d95df95d82d7f348074cba7a9237b143aa9d0fb Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Wed May 13 16:39:10 2015 +0200 refs #1199 : ajout de l'export du fichier des écritures comptables Summary of changes: .../chorem/lima/business/api/ExportService.java | 9 + .../lima/business/ejb/ExportServiceImpl.java | 46 ++ .../business/ejb/csv/FiscalControlExportModel.java | 153 ++++ .../java/org/chorem/lima/entity/EntryTopiaDao.java | 18 + .../org/chorem/lima/enums/AccountsChartEnum.java | 9 +- .../src/main/java/org/chorem/lima/ui/MainView.css | 9 +- .../src/main/java/org/chorem/lima/ui/MainView.jaxx | 2 + .../java/org/chorem/lima/ui/MainViewHandler.java | 9 + .../chorem/lima/ui/account/AccountViewHandler.java | 10 +- .../FiscalControlExportView.css | 40 + .../FiscalControlExportView.jaxx | 85 +++ .../FiscalControlExportViewHandler.java | 205 +++++ .../chorem/lima/ui/importexport/ImportExport.java | 21 +- .../chorem/lima/ui/lettering/LetteringView.jaxx | 4 +- .../org/chorem/lima/util/WrapToolBarLayout.java | 107 +++ .../resources/i18n/lima-swing_en_GB.properties | 25 + .../resources/i18n/lima-swing_fr_FR.properties | 17 + .../resources/icons/action-fiscalControlExport.png | Bin 0 -> 1244 bytes lima-swing/src/main/resources/icons/warning.png | Bin 0 -> 965 bytes .../src/main/resources/import/pcg_developed.csv | 831 ++++++++++++++++++++- 20 files changed, 1574 insertions(+), 26 deletions(-) create mode 100644 lima-business/src/main/java/org/chorem/lima/business/ejb/csv/FiscalControlExportModel.java create mode 100644 lima-swing/src/main/java/org/chorem/lima/ui/fiscalControlExport/FiscalControlExportView.css create mode 100644 lima-swing/src/main/java/org/chorem/lima/ui/fiscalControlExport/FiscalControlExportView.jaxx create mode 100644 lima-swing/src/main/java/org/chorem/lima/ui/fiscalControlExport/FiscalControlExportViewHandler.java create mode 100644 lima-swing/src/main/java/org/chorem/lima/util/WrapToolBarLayout.java create mode 100644 lima-swing/src/main/resources/icons/action-fiscalControlExport.png create mode 100644 lima-swing/src/main/resources/icons/warning.png -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.