This is an automated email from the git hooks/post-receive script. New change to branch feature/newReportBuilder in repository lima. See http://git.chorem.org/lima.git from c060107 refs #934 mise à jour version Topia new 189a555 refs #769 fix in case of no identity is provided new 5007fb8 refs #769 add general ledger report The 2 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 5007fb88b3fdf4b8c7e670b82e91545735f5a324 Author: dcosse <japbiw74> Date: Fri Feb 6 17:05:23 2015 +0100 refs #769 add general ledger report commit 189a555de26b9bea6d81d9bcba706803c3ad0cb7 Author: dcosse <japbiw74> Date: Fri Feb 6 16:59:11 2015 +0100 refs #769 fix in case of no identity is provided Summary of changes: .../ejb/report/BalanceReportServiceImpl.java | 3 +- .../report/GeneralEntryBookReportServiceImpl.java | 3 +- .../ejb/report/LedgerReportServiceImpl.java | 4 +- .../ProvisionalEntryBookReportServiceImpl.java | 3 +- .../DocumentReport.jrxml | 139 ++++++------ .../generalLedger/GeneralLedgerEntryReport.jrxml | 252 +++++++++++++++++++++ .../generalLedger/GeneralLedgerReport.jrxml | 189 ++++++++++++++++ .../web/action/{balance => }/ReportBuilder.java | 2 +- .../web/{action => service}/DocumentService.java | 14 +- .../chorem/lima/web/service/HttpServerService.java | 3 +- .../org/chorem/lima/web/action/ReportTest.java | 1 + 11 files changed, 536 insertions(+), 77 deletions(-) copy lima-web/src/main/jasperreports/{balance => generalLedger}/DocumentReport.jrxml (76%) create mode 100644 lima-web/src/main/jasperreports/generalLedger/GeneralLedgerEntryReport.jrxml create mode 100644 lima-web/src/main/jasperreports/generalLedger/GeneralLedgerReport.jrxml rename lima-web/src/main/java/org/chorem/lima/web/action/{balance => }/ReportBuilder.java (98%) rename lima-web/src/main/java/org/chorem/lima/web/{action => service}/DocumentService.java (99%) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.