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 d45413e9c45cb4a0740567a3a37f029a41ff3211 Merge: 953e04b 2f1935d Author: Maven Release <maven-release@codelutin.com> Date: Fri Mar 20 22:12:02 2015 +0000 Merge branch 'release/0.8.2' lima-business-api/pom.xml | 34 +- .../src/license/THIRD-PARTY.properties | 13 +- .../chorem/lima/business}/LimaServiceFactory.java | 43 +- .../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 | 18 +- .../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 | 1 - lima-business/pom.xml | 58 +- .../chorem/lima/business/LimaBusinessConfig.java | 398 +++++++++++++ .../org/chorem/lima/business/LimaInterceptor.java | 2 +- .../chorem/lima/business/LimaServiceConfig.java | 602 ------------------- .../accountingrules/DefaultAccountingRules.java | 2 +- .../lima/business/ejb/AccountServiceImpl.java | 8 +- .../lima/business/ejb/EntryBookServiceImpl.java | 7 +- .../business/ejb/FinancialPeriodServiceImpl.java | 4 +- .../ejb/FinancialTransactionServiceImpl.java | 22 +- .../lima/business/ejb/FiscalPeriodServiceImpl.java | 8 +- .../lima/business/ejb/OptionsServiceImpl.java | 95 +-- .../ProvisionalEntryBookReportServiceImpl.java | 9 +- .../org/chorem/lima/entity/AccountTopiaDao.java | 0 .../entity/ClosedPeriodicEntryBookTopiaDao.java | 0 .../java/org/chorem/lima/entity/EntryTopiaDao.java | 0 .../lima/entity/FinancialPeriodTopiaDao.java | 0 .../lima/entity/FinancialStatementTopiaDao.java | 2 +- .../lima/entity/FinancialTransactionTopiaDao.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 | 6 + .../chorem/lima/entity/VatStatementTopiaDao.java | 0 .../resources/i18n/lima-business_en_GB.properties | 7 + .../resources/i18n/lima-business_fr_FR.properties | 7 + .../org/chorem/lima/business/AbstractLimaTest.java | 9 +- .../org/chorem/lima/business/LimaMiscTest.java | 4 +- .../org/chorem/lima/business/LimaTestsConfig.java | 4 +- .../accountingrules/AccountServiceRuleFrTest.java | 8 +- .../EntryBookServiceRuleFrTest.java | 8 +- .../FinancialPeriodServiceRuleFrTest.java | 8 +- .../FinancialTransactionServiceRuleFrTest.java | 8 +- .../FiscalPeriodServiceRuleFrTest.java | 8 +- .../accountingrules/ImportServiceRuleFrTest.java | 8 +- .../accountingrules/ReportServiceRuleFrTest.java | 8 +- .../src/test/resources/META-INF/ejb-jar.xml | 41 -- lima-business/src/test/resources/log4j.properties | 4 +- .../src/test/resources/reports/AccountReport.jrxml | 144 ----- lima-callao/pom.xml | 42 +- .../org/chorem/lima/DefaultServiceContext.java | 148 ----- lima-callao/src/main/xmi/accounting-model.zargo | Bin 57335 -> 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 | 119 +--- .../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 | 423 +++++++++++++ .../lima/report}/service/DocumentService.java | 275 +++++---- .../lima/report/service/GeneratedReport.java | 63 ++ .../chorem/lima/report/service/JasperReports.java | 55 +- .../balance/BalanceReportAccountReport.jrxml | 4 +- .../balance/BalanceSubAccountsReport.jrxml | 34 +- .../jasperreports/balance/DocumentReport.jrxml | 10 +- .../jasperreports/entryBook/DocumentReport.jrxml | 14 +- .../jasperreports/entryBook/EntryBookReport.jrxml | 6 +- .../entryBook/FinancialPeriodReport.jrxml | 14 +- .../entryBook/TransactionReport.jrxml | 18 +- .../generalEntryBook/DocumentReport.jrxml | 14 +- .../generalEntryBook/EntryBookPeriodReport.jrxml | 10 +- .../GeneralEntryBookEntryReport.jrxml | 10 +- .../generalLedger/DocumentReport.jrxml | 10 +- .../generalLedger/GeneralLedgerEntryReport.jrxml | 6 +- .../generalLedger/GeneralLedgerReport.jrxml | 6 +- .../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 | 213 ++----- .../src/license/THIRD-PARTY.properties | 18 +- .../src/main/assembly/bin.xml | 42 -- .../src/main/assembly/lima-server | 0 .../java/org/chorem/lima/server}/FormatsEnum.java | 12 +- .../org/chorem/lima/server/HttpServerService.java | 295 ++++++++++ .../java/org/chorem/lima/server/LimaServer.java | 120 ++++ .../org/chorem/lima/server/LimaServerConfig.java | 202 +++++++ .../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 | 15 +- lima-swing/README.txt | 11 +- lima-swing/pom.xml | 33 +- lima-swing/src/main/filters/pom.properties | 6 +- .../src/main/java/org/chorem/lima/LimaMain.java | 43 +- .../chorem/lima/LimaSwingApplicationContext.java | 6 - .../main/java/org/chorem/lima/LimaSwingConfig.java | 222 +------ .../org/chorem/lima/enums/AccountsChartEnum.java | 14 +- .../org/chorem/lima/enums/EntryBooksChartEnum.java | 11 +- .../lima/enums/FinancialStatementsChartEnum.java | 11 +- .../org/chorem/lima/enums/ImportExportEnum.java | 39 +- .../chorem/lima/enums/VatStatementsChartEnum.java | 11 +- .../EntryBookConditionHandler.java | 2 +- .../FinancialPeriodConditionHandler.java | 2 +- .../FiscalPeriodConditionHandler.java | 2 +- .../src/main/java/org/chorem/lima/ui/MainView.css | 2 +- .../src/main/java/org/chorem/lima/ui/MainView.jaxx | 2 +- .../java/org/chorem/lima/ui/MainViewHandler.java | 80 ++- .../chorem/lima/ui/account/AccountImportForm.css | 2 +- .../chorem/lima/ui/account/AccountViewHandler.java | 61 +- .../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 | 4 +- .../FinancialPeriodViewHandler.java | 2 +- .../FinancialStatementChartTreeTableModel.java | 2 +- .../FinancialStatementChartViewHandler.java | 4 +- .../FinancialTransactionViewHandler.java | 55 +- .../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 | 6 +- .../org/chorem/lima/ui/home/FiscalYearsPane.java | 2 +- .../java/org/chorem/lima/ui/home/HomeView.jaxx | 23 +- .../chorem/lima/ui/identity/IdentityHandler.java | 2 +- .../chorem/lima/ui/importexport/ImportExport.java | 376 +++++++----- .../lima/ui/lettering/LetteringViewHandler.java | 2 +- .../chorem/lima/ui/opening/CreateAccountsPanel.css | 2 +- .../lima/ui/opening/CreateFiscalPeriodPanel.jaxx | 2 +- .../ui/opening/CreateIdentityPanelHandler.java | 2 +- .../org/chorem/lima/ui/opening/OpeningView.jaxx | 2 +- .../chorem/lima/ui/opening/OpeningViewHandler.java | 28 +- .../lima/ui/vatchart/VatChartTreeTableModel.java | 2 +- .../lima/ui/vatchart/VatChartViewHandler.java | 4 +- .../org/chorem/lima/util/BigDecimalToString.java | 26 +- lima-swing/src/main/resources/META-INF/aop.xml | 37 -- .../{lima-config.properties => lima-swing.config} | 3 + lima-swing/src/main/resources/log4j.properties | 57 +- .../java/org/chorem/lima/ui/AbstractLimaTest.java | 653 --------------------- .../java/org/chorem/lima/ui/LimaTestsConfig.java | 71 --- .../lima/ui/account/AccountViewHandlerTest.java | 5 +- .../src/main/java/org/chorem/lima/LimaServer.java | 75 --- .../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 -- pom.xml | 29 +- src/site/rst/devel/server.rst | 2 +- 163 files changed, 2762 insertions(+), 3718 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.