This is an automated email from the git hooks/post-receive script. New change to branch master in repository lima. See http://git.chorem.org/lima.git from b5c8f29 Merge branch 'release/0.8' adds 11b1256 [jgitflow-maven-plugin]updating poms for 0.8.1-SNAPSHOT development adds 0493023 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts adds 08d7c4e Merge branch 'master' into develop adds fcfb03f [jgitflow-maven-plugin]Updating develop poms back to pre merge state adds 7a1de1f make release possible next time... adds 4732f93 fixes #1181 Ajout de clefs i18n adds 26677aa fixes #1181 Ajout de clefs i18n adds fa88c97 fixes #1181 Ajout de nouvelles traductions adds cb5581f fixes #1181 mettre à jour les traductions Merge branch 'feature/1181-internationalisation' into develop adds d289283 correction des scopes de dépendances adds fa9429a debut de correction sur les resources adds 4c7a5a5 fixes #1184 Mise à jour du compilateur jasper. Les fichiers sources permettant la génération des rapports et déplacé dans la partie ressource du module web. Dans les fichiers Jasper contenant des sous rapports on ne passe plus le chemin vers les fichiers sources enfants mais on passe directement les rapports Jasper compilés. Correction de la génération du rapport du grand livre qui n'affichait ni les entetes de compte ni les soldes. adds d85f38d fixes #1184 Ajout de commentaires et d'un fichier non précédement commité adds a32e17f optimize third parties + dependencies (the sooner, the BETTER\!) adds 9ff56eb genere la license et les third parties adds 5752b0d fixes #1183 Ajout d'une description plus complète de lima dans la partie "A propos" adds 5e94be2 Merge branch 'feature/1183_Fenetre_Popup_infos_manquantes' into develop adds 4c76397 prepare release 0.8.1 adds 215ef70 [jgitflow-maven-plugin]updating poms for branch'release/0.8.1' with non-snapshot versions adds 953e04b Merge branch 'release/0.8.1' No new revisions were added by this update. Summary of changes: lima-business-api/pom.xml | 6 +- .../src/license/THIRD-PARTY.properties | 20 +- .../business/api/report/BalanceReportService.java | 8 +- .../api/report/GeneralEntryBookReportService.java | 11 +- .../business/api/report/LedgerReportService.java | 7 +- .../report/ProvisionalEntryBookReportService.java | 9 +- lima-business/pom.xml | 10 +- lima-business/src/license/THIRD-PARTY.properties | 22 +- .../chorem/lima/business/LimaServiceConfig.java | 109 +++- .../lima/business/ejb/ReportServiceImpl.java | 33 +- .../ejb/report/BalanceReportServiceImpl.java | 11 +- .../report/GeneralEntryBookReportServiceImpl.java | 10 +- .../ejb/report/LedgerReportServiceImpl.java | 26 +- .../ProvisionalEntryBookReportServiceImpl.java | 20 +- .../lima/business/utils/DocumentReportTypes.java | 35 +- .../chorem/lima/business/utils/DocumentsEnum.java | 11 +- .../resources/i18n/lima-business_en_GB.properties | 133 +--- .../resources/i18n/lima-business_fr_FR.properties | 119 +--- lima-callao/pom.xml | 7 +- lima-callao/src/license/THIRD-PARTY.properties | 20 +- .../resources/i18n/lima-callao_en_GB.properties | 31 +- lima-callao/src/main/xmi/accounting-model.zargo | Bin 56954 -> 57335 bytes lima-swing/pom.xml | 15 +- lima-swing/src/license/THIRD-PARTY.properties | 26 +- .../src/main/java/org/chorem/lima/LimaMain.java | 5 +- .../main/java/org/chorem/lima/LimaSwingConfig.java | 33 +- .../java/org/chorem/lima/ui/MainViewHandler.java | 22 +- .../resources/i18n/lima-swing_en_GB.properties | 673 +++++++++++---------- .../resources/i18n/lima-swing_fr_FR.properties | 8 +- .../src/main/resources/lima-config.properties | 2 +- lima-web/pom.xml | 11 +- lima-web/src/license/THIRD-PARTY.properties | 20 +- .../org/chorem/lima/web/action/ReportBuilder.java | 117 +++- .../chorem/lima/web/service/DocumentService.java | 49 +- .../chorem/lima/web/service/HttpServerService.java | 11 +- .../main/resources/i18n/lima-web_en_GB.properties | 5 + .../main/resources/i18n/lima-web_fr_FR.properties | 5 + .../balance/BalanceReportAccountReport.jrxml | 8 +- .../balance/BalanceSubAccountsReport.jrxml | 0 .../jasperreports/balance/DocumentReport.jrxml | 8 +- .../jasperreports/entryBook/DocumentReport.jrxml | 8 +- .../jasperreports/entryBook/EntryBookReport.jrxml | 8 +- .../entryBook/FinancialPeriodReport.jrxml | 10 +- .../entryBook/TransactionReport.jrxml | 4 +- .../generalEntryBook/DocumentReport.jrxml | 8 +- .../generalEntryBook/EntryBookPeriodReport.jrxml | 8 +- .../GeneralEntryBookEntryReport.jrxml | 4 +- .../generalLedger/DocumentReport.jrxml | 8 +- .../generalLedger/GeneralLedgerEntryReport.jrxml | 8 +- .../generalLedger/GeneralLedgerReport.jrxml | 41 +- pom.xml | 4 +- 51 files changed, 937 insertions(+), 850 deletions(-) copy lima-business-api/src/main/java/org/chorem/lima/business/api/report/LedgerReportService.java => lima-business/src/main/java/org/chorem/lima/business/utils/DocumentReportTypes.java (59%) rename lima-web/src/main/{ => resources}/jasperreports/balance/BalanceReportAccountReport.jrxml (87%) rename lima-web/src/main/{ => resources}/jasperreports/balance/BalanceSubAccountsReport.jrxml (100%) rename lima-web/src/main/{ => resources}/jasperreports/balance/DocumentReport.jrxml (97%) rename lima-web/src/main/{ => resources}/jasperreports/entryBook/DocumentReport.jrxml (98%) rename lima-web/src/main/{ => resources}/jasperreports/entryBook/EntryBookReport.jrxml (95%) rename lima-web/src/main/{ => resources}/jasperreports/entryBook/FinancialPeriodReport.jrxml (97%) rename lima-web/src/main/{ => resources}/jasperreports/entryBook/TransactionReport.jrxml (99%) rename lima-web/src/main/{ => resources}/jasperreports/generalEntryBook/DocumentReport.jrxml (98%) rename lima-web/src/main/{ => resources}/jasperreports/generalEntryBook/EntryBookPeriodReport.jrxml (96%) rename lima-web/src/main/{ => resources}/jasperreports/generalEntryBook/GeneralEntryBookEntryReport.jrxml (97%) rename lima-web/src/main/{ => resources}/jasperreports/generalLedger/DocumentReport.jrxml (97%) rename lima-web/src/main/{ => resources}/jasperreports/generalLedger/GeneralLedgerEntryReport.jrxml (98%) rename lima-web/src/main/{ => resources}/jasperreports/generalLedger/GeneralLedgerReport.jrxml (85%) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.