This is an automated email from the git hooks/post-receive script. New change to branch feature/1241-account-report in repository lima. See http://git.chorem.org/lima.git from 8238eb1 refs #1241 factorisation du code source Jasper, utilisation de style new 0a807d2 refs #1241 correction sur nom de police new 87a14e5 refs #1241 refactoring new 36b2f8b refs #1241 refactoring général sur les rapports, renommage variable, utilisation de style dans les rapports 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 36b2f8b33e4751dedf4d96663f42fe7ceaa1c5a7 Author: dcosse <cosse@codelutin.com> Date: Tue Jul 7 16:41:55 2015 +0200 refs #1241 refactoring général sur les rapports, renommage variable, utilisation de style dans les rapports commit 87a14e5cc7a65ca411dcd9ab3a3e3714a99cad8a Author: dcosse <cosse@codelutin.com> Date: Fri Jul 3 18:24:09 2015 +0200 refs #1241 refactoring commit 0a807d298a196a0d0e428c4bd957d744da42c79d Author: dcosse <cosse@codelutin.com> Date: Thu Jul 2 15:08:14 2015 +0200 refs #1241 correction sur nom de police Summary of changes: .../chorem/lima/business/LimaBusinessConfig.java | 11 + .../lima/business/ejb/AbstractLimaService.java | 5 + .../ejb/report/AccountReportServiceImpl.java | 61 +-- .../ejb/report/BalanceReportServiceImpl.java | 141 +++---- .../report/GeneralEntryBookReportServiceImpl.java | 41 +- .../ejb/report/LedgerReportServiceImpl.java | 40 +- .../ProvisionalEntryBookReportServiceImpl.java | 59 ++- .../resources/i18n/lima-business_en_GB.properties | 41 +- .../resources/i18n/lima-business_fr_FR.properties | 39 +- .../org/chorem/lima/beans/BalanceAccountImpl.java | 8 +- lima-callao/src/main/xmi/lima-callao-model.zargo | Bin 57764 -> 59242 bytes .../jasperreports/account/AccountEntry.jrxml | 8 +- .../jasperreports/account/DocumentReport.jrxml | 350 +++++++---------- .../balance/BalanceReportAccountReport.jrxml | 18 +- .../balance/BalanceSubAccountsReport.jrxml | 58 +-- .../jasperreports/balance/DocumentReport.jrxml | 165 ++++---- .../jasperreports/entryBook/DocumentReport.jrxml | 316 +++++----------- .../jasperreports/entryBook/EntryBookReport.jrxml | 76 +--- .../entryBook/FinancialPeriodReport.jrxml | 187 ++------- .../entryBook/TransactionReport.jrxml | 193 +++------- .../generalEntryBook/DocumentReport.jrxml | 418 ++++++++------------- .../generalEntryBook/EntryBookPeriodReport.jrxml | 48 +-- .../GeneralEntryBookEntryReport.jrxml | 11 +- .../generalLedger/DocumentReport.jrxml | 346 +++++++---------- .../generalLedger/GeneralLedgerEntryReport.jrxml | 204 +++------- .../generalLedger/GeneralLedgerReport.jrxml | 101 ++--- .../resources/i18n/lima-swing_en_GB.properties | 17 +- .../resources/i18n/lima-swing_fr_FR.properties | 22 +- 28 files changed, 1165 insertions(+), 1819 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.