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 c98fe93 refs #769 ajout d'un fichier new 862b042 refs #769 génération des rapports pour journaux 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 862b042b1f5913ab2a29cf73a4dd906a916e25b0 Author: dcosse <japbiw74> Date: Wed Nov 19 18:49:17 2014 +0100 refs #769 génération des rapports pour journaux Summary of changes: .../api/ClosedPeriodicEntryBookService.java | 2 + .../chorem/lima/business/api/EntryBookService.java | 7 + .../org/chorem/lima/business/api/EntryService.java | 15 ++ .../report/ProvisionalEntryBookReportService.java | 22 ++ .../ejb/ClosedPeriodicEntryBookServiceImpl.java | 7 + .../lima/business/ejb/EntryBookServiceImpl.java | 16 ++ .../chorem/lima/business/ejb/EntryServiceImpl.java | 11 +- .../report/GeneralEntryBookReportServiceImpl.java | 2 +- .../ProvisionalEntryBookReportServiceImpl.java | 171 +++++++++++++ .../java/org/chorem/lima/entity/EntryTopiaDao.java | 11 + lima-callao/src/main/xmi/accounting-model.zargo | Bin 51731 -> 51710 bytes .../generalEntryBook/EntryBookPeriodReport.jrxml | 6 +- .../provisionalEntryBook/EntryBookMainReport.jrxml | 267 +++++++++++++++++++++ .../provisionalEntryBook/EntryBookReport.jrxml | 150 ++++++++++++ .../FinancialPeriodReport.jrxml | 140 +++++++++++ .../provisionalEntryBook/Transaction.jrxml | 122 ++++++++++ .../chorem/lima/web/action/DocumentService.java | 103 +------- .../lima/web/action/balance/ReportBuilder.java | 3 + .../chorem/lima/web/service/HttpServerService.java | 8 +- 19 files changed, 960 insertions(+), 103 deletions(-) create mode 100644 lima-business-api/src/main/java/org/chorem/lima/business/api/report/ProvisionalEntryBookReportService.java create mode 100644 lima-business/src/main/java/org/chorem/lima/business/ejb/report/ProvisionalEntryBookReportServiceImpl.java create mode 100644 lima-web/src/main/jasperreports/provisionalEntryBook/EntryBookMainReport.jrxml create mode 100644 lima-web/src/main/jasperreports/provisionalEntryBook/EntryBookReport.jrxml create mode 100644 lima-web/src/main/jasperreports/provisionalEntryBook/FinancialPeriodReport.jrxml create mode 100644 lima-web/src/main/jasperreports/provisionalEntryBook/Transaction.jrxml -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.