This is an automated email from the git hooks/post-receive script. New change to branch develop in repository lima. See http://git.chorem.org/lima.git from 9a1e21c correction de la javadoc new bf21713 refs #1199 : ajout de l'export du fichier des écritures comptables The 1 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 bf217139b707e9ac9827ff1277598a5d06466191 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 ++ .../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 + .../FiscalControlExportView.css | 40 ++++ .../FiscalControlExportView.jaxx | 85 +++++++++ .../FiscalControlExportViewHandler.java | 205 +++++++++++++++++++++ .../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 14 files changed, 616 insertions(+), 2 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/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>.