This is an automated email from the git hooks/post-receive script. New change to branch develop in repository lima. See https://gitlab.nuiton.org/chorem/lima.git from 10064bde refs #1394 initialisation des listeners apres modification des la vue initiale new 60b17c7d refs #1394 Revue du mécanisme de création/peristance des transactions et de leur entrées new d993ad81 refs #1394 Ne calculer le status transaction locked que si nécéssaire new ac3b63cf refs #1394 Ajout d'index en base de données 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 ac3b63cf437c52906b66abcd1048d755169804c2 Author: David Cossé <cosse@codelutin.com> Date: Tue Oct 24 11:04:03 2017 +0200 refs #1394 Ajout d'index en base de données commit d993ad81db79cfef011198eddd5963b9f4355a03 Author: David Cossé <cosse@codelutin.com> Date: Tue Oct 24 11:03:41 2017 +0200 refs #1394 Ne calculer le status transaction locked que si nécéssaire commit 60b17c7dd8e3d36c14036ca3768febd96b67e701 Author: David Cossé <cosse@codelutin.com> Date: Mon Oct 23 16:35:01 2017 +0200 refs #1394 Revue du mécanisme de création/peristance des transactions et de leur entrées Summary of changes: .../api/ClosedPeriodicEntryBookService.java | 3 +- .../org/chorem/lima/business/api/EntryService.java | 5 + .../business/api/FinancialTransactionService.java | 16 +- .../org/chorem/lima/business/AccountingRules.java | 3 + .../chorem/lima/business/LimaBusinessConfig.java | 1 + .../accountingrules/DefaultAccountingRules.java | 15 +- .../ejb/ClosedPeriodicEntryBookServiceImpl.java | 8 + .../chorem/lima/business/ejb/EntryServiceImpl.java | 6 + .../ejb/FinancialTransactionServiceImpl.java | 91 +++++++- .../lima/business/ejb/FiscalPeriodServiceImpl.java | 28 +-- .../lima/business/ejb/ImportServiceImpl.java | 37 ++-- .../entity/ClosedPeriodicEntryBookTopiaDao.java | 18 +- .../lima/entity/FinancialTransactionTopiaDao.java | 2 +- .../org/chorem/lima/business/AbstractLimaTest.java | 39 ++-- .../FinancialTransactionServiceImplTest.java | 243 ++++++++++++--------- .../lima/business/FiscalPeriodServiceImplTest.java | 6 +- .../lima/business/ReportServiceImplTest.java | 2 +- .../db/migration/V0_8_7_0__1394_add_indexes.sql | 2 +- .../ui/common/FinancialTransactionTableModel.java | 112 +++++++--- .../FinancialTransactionViewHandler.java | 6 +- 20 files changed, 432 insertions(+), 211 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.