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 7592a6d refs #769 affichage des montants sur les sous comptes new dc86e67 refs #769 ajout du numéro de page en bas de page new 52a5eb0 refs #769 modification du l'affichage des données du rapport de balance new b39b384 refs #769 Ajout génération rappor Journal Général Provisoire The 3 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 b39b384480ec0586e2b73449fd95d1c19789d0e2 Author: dcosse <japbiw74> Date: Tue Nov 18 18:31:24 2014 +0100 refs #769 Ajout génération rappor Journal Général Provisoire commit 52a5eb0ff5a7af5f135b669787d93fc9419b4b27 Author: dcosse <japbiw74> Date: Mon Nov 17 15:03:03 2014 +0100 refs #769 modification du l'affichage des données du rapport de balance commit dc86e6780e7a09499abf3b9d5edbff9b5aa3632c Author: dcosse <japbiw74> Date: Mon Nov 17 14:06:19 2014 +0100 refs #769 ajout du numéro de page en bas de page Summary of changes: .../chorem/lima/business/api/DocumentService.java | 53 ---- ...eportService.java => BalanceReportService.java} | 6 +- .../api/report/GeneralEntryBookReportService.java | 21 ++ ...viceImpl.java => BalanceReportServiceImpl.java} | 22 +- .../report/GeneralEntryBookReportServiceImpl.java | 183 +++++++++++ lima-callao/src/main/xmi/accounting-model.zargo | Bin 48316 -> 51731 bytes .../main/jasperreports/balance/BalanceReport.jrxml | 129 +++----- .../balance/BalanceReportAccountReport.jrxml | 12 +- .../balance/BalanceSubAccountsReport.jrxml | 6 +- .../EntryBookMainReport.jrxml} | 339 ++++++++++----------- .../generalEntryBook/EntryBookPeriodReport.jrxml | 137 +++++++++ .../GeneralEntryBookEntryReport.jrxml} | 72 ++--- .../chorem/lima/web/action/DocumentService.java | 259 ++-------------- ...alanceReportBuilder.java => ReportBuilder.java} | 40 ++- .../chorem/lima/web/service/HttpServerService.java | 21 +- .../org/chorem/lima/web/action/ReportTest.java | 2 +- 16 files changed, 649 insertions(+), 653 deletions(-) delete mode 100644 lima-business-api/src/main/java/org/chorem/lima/business/api/DocumentService.java rename lima-business-api/src/main/java/org/chorem/lima/business/api/report/{BalanceBeanReportService.java => BalanceReportService.java} (85%) create mode 100644 lima-business-api/src/main/java/org/chorem/lima/business/api/report/GeneralEntryBookReportService.java rename lima-business/src/main/java/org/chorem/lima/business/ejb/report/{BalanceBeanReportServiceImpl.java => BalanceReportServiceImpl.java} (93%) create mode 100644 lima-business/src/main/java/org/chorem/lima/business/ejb/report/GeneralEntryBookReportServiceImpl.java copy lima-web/src/main/jasperreports/{balance/BalanceReport.jrxml => generalEntryBook/EntryBookMainReport.jrxml} (50%) create mode 100644 lima-web/src/main/jasperreports/generalEntryBook/EntryBookPeriodReport.jrxml copy lima-web/src/main/jasperreports/{balance/BalanceSubAccountsReport.jrxml => generalEntryBook/GeneralEntryBookEntryReport.jrxml} (58%) rename lima-web/src/main/java/org/chorem/lima/web/action/balance/{BalanceReportBuilder.java => ReportBuilder.java} (57%) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.