This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository lima. See http://git.chorem.org/lima.git commit d92dc73b6fd7a49010e2fde38c6dc53ea052c8a6 Merge: d9bb931 b874da8 Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Mar 20 18:51:37 2015 +0100 fixes #1197: Revoir la modularisation lima-business-api/pom.xml | 32 +- .../chorem/lima/business}/LimaServiceFactory.java | 20 +- .../org/chorem/lima/business/ServiceListener.java | 0 .../chorem/lima/business/ServiceMonitorable.java | 0 .../lima/business}/ServiceMonitorableHandler.java | 3 +- .../chorem/lima/business/api/OptionsService.java | 47 +- .../lima/business/config/LimaConfigOptionDef.java | 12 + .../lima/business/utils/AccountComparator.java | 0 .../lima/business/utils/BigDecimalToString.java | 28 +- .../lima/business/utils/EntryComparator.java | 2 +- .../business/utils/FinancialPeriodComparator.java | 0 .../business/utils/FiscalPeriodComparator.java | 0 lima-business/README.txt | 8 - lima-business/pom.xml | 86 +-- .../src/main/java/org/chorem/lima/LimaServer.java | 82 --- .../chorem/lima/business/LimaBusinessConfig.java | 387 +++--------- .../accountingrules/DefaultAccountingRules.java | 2 +- .../ejb/FinancialTransactionServiceImpl.java | 2 +- .../lima/business/ejb/OptionsServiceImpl.java | 89 +-- .../org/chorem/lima/entity/AccountTopiaDao.java | 0 .../entity/ClosedPeriodicEntryBookTopiaDao.java | 0 .../java/org/chorem/lima/entity/EntryImpl.java | 0 .../java/org/chorem/lima/entity/EntryTopiaDao.java | 0 .../lima/entity/FinancialPeriodTopiaDao.java | 0 .../chorem/lima/entity/FinancialStatementImpl.java | 0 .../lima/entity/FinancialStatementTopiaDao.java | 2 +- .../lima/entity/FinancialTransactionImpl.java | 0 .../lima/entity/FinancialTransactionTopiaDao.java | 0 .../org/chorem/lima/entity/FiscalPeriodImpl.java | 0 .../chorem/lima/entity/FiscalPeriodTopiaDao.java | 0 .../org/chorem/lima/entity/GeneratorHQuery.java | 0 .../entity/LimaCallaoTopiaApplicationContext.java | 0 .../entity/LimaCallaoTopiaPersistenceContext.java | 4 - .../chorem/lima/entity/LimaFlywayServiceImpl.java | 0 .../org/chorem/lima/entity/VatStatementImpl.java | 0 .../chorem/lima/entity/VatStatementTopiaDao.java | 0 .../resources/i18n/lima-business_en_GB.properties | 7 + .../resources/i18n/lima-business_fr_FR.properties | 7 + .../src/main/resources/lima-config.properties | 28 - .../org/chorem/lima/business/AbstractLimaTest.java | 5 +- .../org/chorem/lima/business/LimaMiscTest.java | 2 +- .../accountingrules/ImportServiceRuleFrTest.java | 2 +- .../src/test/resources/META-INF/ejb-jar.xml | 41 -- .../src/test/resources/reports/AccountReport.jrxml | 144 ----- lima-callao/pom.xml | 40 +- .../org/chorem/lima/DefaultServiceContext.java | 148 ----- .../main/java/org/chorem/lima/ServiceContext.java | 38 -- lima-callao/src/main/xmi/accounting-model.zargo | Bin 57302 -> 0 bytes ...del.properties => lima-callao-model.properties} | 0 lima-callao/src/main/xmi/lima-callao-model.zargo | Bin 0 -> 57316 bytes {lima-web => lima-report}/LICENSE.txt | 0 {lima-web => lima-report}/README.txt | 0 {lima-web => lima-report}/pom.xml | 61 +- .../src/license/THIRD-PARTY.properties | 0 .../chorem/lima/report}/DocumentReportTypes.java | 2 +- .../org/chorem/lima/report}/DocumentsEnum.java | 2 +- .../org/chorem/lima/report/LimaReportConfig.java | 401 +++++++++++++ .../lima/report}/service/DocumentService.java | 275 +++++---- .../lima/report/service/GeneratedReport.java | 41 ++ .../chorem/lima/report/service/JasperReports.java | 55 +- .../balance/BalanceReportAccountReport.jrxml | 0 .../balance/BalanceSubAccountsReport.jrxml | 0 .../jasperreports/balance/DocumentReport.jrxml | 0 .../jasperreports/entryBook/DocumentReport.jrxml | 0 .../jasperreports/entryBook/EntryBookReport.jrxml | 0 .../entryBook/FinancialPeriodReport.jrxml | 0 .../entryBook/TransactionReport.jrxml | 0 .../generalEntryBook/DocumentReport.jrxml | 0 .../generalEntryBook/EntryBookPeriodReport.jrxml | 0 .../GeneralEntryBookEntryReport.jrxml | 0 .../generalLedger/DocumentReport.jrxml | 0 .../generalLedger/GeneralLedgerEntryReport.jrxml | 0 .../generalLedger/GeneralLedgerReport.jrxml | 0 .../src/main/resources/reports/vat_form_fr.pdf | Bin .../org/chorem/lima/report}/action/ReportTest.java | 4 +- {lima-web => lima-server}/LICENSE.txt | 0 lima-server/README.txt | 7 + {lima-swing => lima-server}/pom.xml | 214 ++----- .../src/license/THIRD-PARTY.properties | 18 +- .../src/main/assembly/bin.xml | 0 .../src/main/assembly/lima-server | 0 .../src/main/java/org.chorem.lima/LimaServer.java | 121 ++++ .../java/org.chorem.lima/server}/FormatsEnum.java | 5 +- .../org.chorem.lima/server/HttpServerService.java | 297 ++++++++++ .../org.chorem.lima/server/LimaServerConfig.java | 180 ++++++ .../src/main/resources/images/accounts.png | Bin .../src/main/resources/images/entries.png | Bin .../src/main/resources/images/entrybooks.png | Bin .../src/main/resources/images/fiscalperiods.png | Bin .../src/main/resources/images/identity.png | Bin .../src/main/resources/images/puzzle_icon_mini.png | Bin .../src/main/resources/log4j.properties | 0 lima-swing/README.txt | 11 +- lima-swing/pom.xml | 29 +- lima-swing/src/main/filters/pom.properties | 6 +- .../src/main/java/org/chorem/lima/LimaMain.java | 42 +- .../chorem/lima/LimaSwingApplicationContext.java | 6 - .../main/java/org/chorem/lima/LimaSwingConfig.java | 222 +------ .../EntryBookConditionHandler.java | 2 +- .../FinancialPeriodConditionHandler.java | 2 +- .../FiscalPeriodConditionHandler.java | 2 +- .../src/main/java/org/chorem/lima/ui/MainView.jaxx | 2 +- .../java/org/chorem/lima/ui/MainViewHandler.java | 41 +- .../chorem/lima/ui/account/AccountViewHandler.java | 10 +- .../lima/ui/combobox/AccountComboBoxModel.java | 2 +- .../lima/ui/combobox/EntryBookComboBoxModel.java | 2 +- .../ui/combobox/FinancialPeriodComboBoxModel.java | 2 +- .../ui/combobox/FiscalPeriodComboBoxModel.java | 2 +- .../lima/ui/combobox/LeafAccountComboBoxModel.java | 2 +- .../lima/ui/combobox/LetterComboBoxModel.java | 2 +- .../ui/common/FinancialTransactionTableModel.java | 2 +- .../lima/ui/entrybook/EntryBookViewHandler.java | 2 +- .../FinancialPeriodViewHandler.java | 2 +- .../FinancialStatementChartTreeTableModel.java | 2 +- .../FinancialStatementChartViewHandler.java | 2 +- .../FinancialTransactionViewHandler.java | 2 +- .../FinancialTransactionSearchTableModel.java | 2 +- .../FinancialTransactionSearchViewHandler.java | 2 +- .../ui/fiscalperiod/FiscalPeriodViewHandler.java | 2 +- .../java/org/chorem/lima/ui/home/AccountsPane.java | 2 +- .../org/chorem/lima/ui/home/EntryBooksPane.java | 2 +- .../lima/ui/home/FinancialTransactionsPane.java | 2 +- .../org/chorem/lima/ui/home/FiscalYearsPane.java | 2 +- .../chorem/lima/ui/identity/IdentityHandler.java | 2 +- .../chorem/lima/ui/importexport/ImportExport.java | 2 +- .../lima/ui/lettering/LetteringViewHandler.java | 2 +- .../lima/ui/opening/CreateFiscalPeriodPanel.jaxx | 2 +- .../ui/opening/CreateIdentityPanelHandler.java | 2 +- .../chorem/lima/ui/opening/OpeningViewHandler.java | 2 +- .../lima/ui/vatchart/VatChartTreeTableModel.java | 2 +- .../lima/ui/vatchart/VatChartViewHandler.java | 2 +- .../org/chorem/lima/util/BigDecimalToString.java | 26 +- lima-swing/src/main/resources/META-INF/aop.xml | 37 -- lima-swing/src/main/resources/META-INF/ejb-jar.xml | 41 -- .../{lima-config.properties => lima-swing.config} | 0 .../java/org/chorem/lima/ui/AbstractLimaTest.java | 652 --------------------- .../java/org/chorem/lima/ui/LimaTestsConfig.java | 71 --- .../lima/ui/account/AccountViewHandlerTest.java | 5 +- .../chorem/lima/web/service/HttpServerService.java | 326 ----------- .../org/chorem/lima/web/utils/DocumentsEnum.java | 67 --- .../main/resources/i18n/lima-web_en_GB.properties | 60 -- .../main/resources/i18n/lima-web_fr_FR.properties | 60 -- lima-web/src/main/resources/log4j.properties | 33 -- pom.xml | 18 +- src/site/rst/devel/server.rst | 2 +- 145 files changed, 1734 insertions(+), 3044 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.