This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository lima. See http://git.chorem.org/lima.git commit 953e04b8a1450df12c205070415ff4eb81a24d66 Merge: b5c8f29 215ef70 Author: Maven Release <maven-release@codelutin.com> Date: Tue Mar 3 19:09:20 2015 +0000 Merge branch 'release/0.8.1' 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(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.