This is an automated email from the git hooks/post-receive script.
New change to branch develop in repository lima.
See http://git.chorem.org/lima.git
from 28e0454 refs #1199 : corrextion d'un index hors limites, ey précision d'un label.
new 1d60b71 fixes #1232 : ne pas clôturer un exercice avec des transactions en erreur
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 1d60b713868083fb68c4b286b7f97f457b5347ba
Author: Sylvain Bavencoff <bavencoff(a)codelutin.com>
Date: Fri May 29 17:47:38 2015 +0200
fixes #1232 : ne pas clôturer un exercice avec des transactions en erreur
Summary of changes:
.../lima/business/api/FiscalPeriodService.java | 8 ++-
.../org/chorem/lima/business/AccountingRules.java | 2 +-
.../accountingrules/DefaultAccountingRules.java | 39 +++++++++-
.../accountingrules/FranceAccountingRules.java | 7 +-
.../lima/business/ejb/FiscalPeriodServiceImpl.java | 15 +++-
.../java/org/chorem/lima/entity/EntryTopiaDao.java | 23 ++++++
.../lima/entity/FinancialTransactionTopiaDao.java | 1 -
.../ui/fiscalperiod/FiscalPeriodViewHandler.java | 82 ++++++++++++++++++++--
.../resources/i18n/lima-swing_en_GB.properties | 9 +++
.../resources/i18n/lima-swing_fr_FR.properties | 9 +++
10 files changed, 179 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.
This is an automated email from the git hooks/post-receive script.
New change to branch feature/1232 in repository lima.
See http://git.chorem.org/lima.git
was 1d60b71 fixes #1232 : ne pas clôturer un exercice avec des transactions en erreur
This change permanently discards the following revisions:
discards 1d60b71 fixes #1232 : ne pas clôturer un exercice avec des transactions en erreur
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.
This is an automated email from the git hooks/post-receive script.
New change to branch feature/1233 in repository lima.
See http://git.chorem.org/lima.git
from d54b68d refs #1233 : test du service des transaction + correction et amélioration du code
new 47e387f refs #1233 : test du service des exercices
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 47e387f493ad938392ecda3e33718500ef8b693b
Author: Sylvain Bavencoff <bavencoff(a)codelutin.com>
Date: Wed Jun 3 11:05:30 2015 +0200
refs #1233 : test du service des exercices
Summary of changes:
.../lima/business/api/FiscalPeriodService.java | 12 --
.../lima/business/ejb/ExportServiceImpl.java | 2 +-
.../lima/business/ejb/FiscalPeriodServiceImpl.java | 34 ++--
.../lima/business/ejb/ImportServiceImpl.java | 2 +-
.../chorem/lima/entity/FiscalPeriodTopiaDao.java | 24 ---
.../FinancialTransactionServiceImplTest.java | 1 -
.../lima/business/FiscalPeriodServiceImplTest.java | 220 ++++++++++++++++++---
7 files changed, 207 insertions(+), 88 deletions(-)
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.
This is an automated email from the git hooks/post-receive script.
New change to branch feature/1233 in repository lima.
See http://git.chorem.org/lima.git
from 89b999b refs #1233 : test du service des périodes fiscales (suppresion des fonctions de service non utilisé)
new d54b68d refs #1233 : test du service des transaction + correction et amélioration du code
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 d54b68d4cb2b0c027a332f13b098a2237c05d2c8
Author: Sylvain Bavencoff <bavencoff(a)codelutin.com>
Date: Wed Jun 3 09:44:03 2015 +0200
refs #1233 : test du service des transaction + correction et amélioration du code
Summary of changes:
.../business/api/FinancialTransactionService.java | 6 +-
.../org/chorem/lima/business/AccountingRules.java | 30 +-
.../accountingrules/DefaultAccountingRules.java | 143 ++---
.../ejb/FinancialTransactionServiceImpl.java | 19 +-
.../lima/business/ejb/FiscalPeriodServiceImpl.java | 4 +-
.../lima/business/ejb/ImportServiceImpl.java | 8 +-
.../FinancialTransactionServiceImplTest.java | 631 +++++++++++++++++++++
.../ui/common/FinancialTransactionTableModel.java | 6 +-
.../FinancialTransactionViewHandler.java | 17 +
.../resources/i18n/lima-swing_en_GB.properties | 3 +
.../resources/i18n/lima-swing_fr_FR.properties | 4 +-
11 files changed, 743 insertions(+), 128 deletions(-)
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.
This is an automated email from the git hooks/post-receive script.
New change to branch feature/1233 in repository lima.
See http://git.chorem.org/lima.git
at 89b999b refs #1233 : test du service des périodes fiscales (suppresion des fonctions de service non utilisé)
This branch includes the following new commits:
new cd3af52 refs #1233 : test du service des comptes + retructuration des initialiseur de test
new 391ae16 refs #1233 : test du service des journaux
new 89b999b refs #1233 : test du service des périodes fiscales (suppresion des fonctions de service non utilisé)
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 89b999b2b954938b4f59ee7ff461e7ef86c17d6f
Author: Sylvain Bavencoff <bavencoff(a)codelutin.com>
Date: Tue Jun 2 08:56:32 2015 +0200
refs #1233 : test du service des périodes fiscales (suppresion des fonctions de service non utilisé)
commit 391ae16b10a4f7645850c16a376e95a4afdfe29c
Author: Sylvain Bavencoff <bavencoff(a)codelutin.com>
Date: Mon Jun 1 15:42:03 2015 +0200
refs #1233 : test du service des journaux
commit cd3af5229bbb68615692bb75d8ccf14f03f85a74
Author: Sylvain Bavencoff <bavencoff(a)codelutin.com>
Date: Mon Jun 1 14:51:42 2015 +0200
refs #1233 : test du service des comptes + retructuration des initialiseur de test
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.
This is an automated email from the git hooks/post-receive script.
New change to branch feature/1232 in repository lima.
See http://git.chorem.org/lima.git
at 1d60b71 fixes #1232 : ne pas clôturer un exercice avec des transactions en erreur
This branch includes the following new commits:
new 1d60b71 fixes #1232 : ne pas clôturer un exercice avec des transactions en erreur
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 1d60b713868083fb68c4b286b7f97f457b5347ba
Author: Sylvain Bavencoff <bavencoff(a)codelutin.com>
Date: Fri May 29 17:47:38 2015 +0200
fixes #1232 : ne pas clôturer un exercice avec des transactions en erreur
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.
This is an automated email from the git hooks/post-receive script.
New change to branch develop in repository lima.
See http://git.chorem.org/lima.git
from 5486747 Merge branch 'feature/1186' into develop
new 28e0454 refs #1199 : corrextion d'un index hors limites, ey précision d'un label.
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 28e0454a3926990df23737dc9fdf9a9e63fd76cb
Author: Sylvain Bavencoff <bavencoff(a)codelutin.com>
Date: Fri May 29 15:36:17 2015 +0200
refs #1199 : corrextion d'un index hors limites, ey précision d'un label.
Summary of changes:
.../lima/ui/fiscalControlExport/FiscalControlExportViewHandler.java | 4 +++-
lima-swing/src/main/resources/i18n/lima-swing_fr_FR.properties | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.
This is an automated email from the git hooks/post-receive script.
New change to branch develop in repository lima.
See http://git.chorem.org/lima.git
from 33d60db fixes #1231 : déplacement débit, crédit et solde.
new 6291377 refs #1186 : text d'a propos
new 66e4193 refs #1186 : correction text
new b6a5de8 refs #1186 : rendre dynamique l'année du copyright
new 8f3b127 refs #1186 : correction du text d'à propos et de la traduction.
new 5486747 Merge branch 'feature/1186' into develop
The 5 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 54867470c4fa08c3c444701622fa0afbf0a8340a
Merge: 33d60db 8f3b127
Author: Sylvain Bavencoff <bavencoff(a)codelutin.com>
Date: Fri May 29 15:13:01 2015 +0200
Merge branch 'feature/1186' into develop
commit 8f3b127a467e57ab5cbf6171f6c57bdd3a61aca8
Author: Sylvain Bavencoff <bavencoff(a)codelutin.com>
Date: Fri May 29 15:11:46 2015 +0200
refs #1186 : correction du text d'à propos et de la traduction.
commit b6a5de8556dc84db893fbb4a78222abadaaa47b1
Author: Sylvain Bavencoff <bavencoff(a)codelutin.com>
Date: Mon May 18 10:45:47 2015 +0200
refs #1186 : rendre dynamique l'année du copyright
commit 66e419322c88d55e4f5ad772262b7771f99b0139
Author: Sylvain Bavencoff <bavencoff(a)codelutin.com>
Date: Mon May 18 10:44:32 2015 +0200
refs #1186 : correction text
commit 6291377fa70490535041b27662d55828dec62ba0
Author: Sylvain Bavencoff <bavencoff(a)codelutin.com>
Date: Fri May 15 16:58:44 2015 +0200
refs #1186 : text d'a propos
Summary of changes:
lima-swing/pom.xml | 3 +++
lima-swing/src/main/java/org/chorem/lima/LimaSwingConfig.java | 2 +-
lima-swing/src/main/resources/i18n/lima-swing_fr_FR.properties | 6 +++---
lima-swing/src/main/resources/lima-swing.config | 1 +
4 files changed, 8 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.
This is an automated email from the git hooks/post-receive script.
New change to branch feature/1186 in repository lima.
See http://git.chorem.org/lima.git
was 8f3b127 refs #1186 : correction du text d'à propos et de la traduction.
This change permanently discards the following revisions:
discards 8f3b127 refs #1186 : correction du text d'à propos et de la traduction.
discards b6a5de8 refs #1186 : rendre dynamique l'année du copyright
discards 66e4193 refs #1186 : correction text
discards 6291377 refs #1186 : text d'a propos
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.
This is an automated email from the git hooks/post-receive script.
New change to branch feature/1186 in repository lima.
See http://git.chorem.org/lima.git
discards 80b07b8 refs #1186 : correction du text d'à propos et de la traduction.
discards 67330f3 refs #1186 : rendre dynamique l'année du copyright
discards 2293f92 refs #1186 : correction text
discards 600ea17 refs #1186 : text d'a propos
adds bf21713 refs #1199 : ajout de l'export du fichier des écritures comptables
adds fbab021 fixes #1228 : correction import comptes.
adds 10e2882 Merge branch 'feature/1228' into develop
adds a1679da fixes #1119 : changement du layout pour les toolbar possiblement trop large
adds f5f01d4 Merge branch 'feature/1119' into develop
adds 565f06b fixes #1208 : ajouter le moi en toutes lettres + afficher la période dans la bar de statut
adds f60f3ab fixes #1225 : si l'exercice est sur deux années afficher les deux années (ex : "2015 - 2016")
adds b557829 refs #1208 : correction de la marge a droite de la balance.
adds 5d95df9 refs #1199 : ajout de l'export du fichier des écritures comptables
adds 12ce7b8 fixes #1228 : correction import comptes.
adds 449120d fixes #1119 : changement du layout pour les toolbar possiblement trop large
adds 1c0d6fb fixes #1208 : ajouter le moi en toutes lettres + afficher la période dans la bar de statut
adds 99faafa refs #1208 : correction de la marge a droite de la balance.
adds 807085c Merge branch 'feature/1208' into develop
adds 931a9e6 fixes #1229 : recherche d'un compt sur tout ou partie du code ou de la désignation
adds d0e4e99 refs #1229 : suppression d'une variable non utilisé.
adds acf87ab Merge branch 'feature/1229' into develop
adds 7c15303 fixes #1224 : Ajout la date et le journal de la transaction ainssi qu'un id permettant de distinguer les transactions
adds 33d60db fixes #1231 : déplacement débit, crédit et solde.
new 6291377 refs #1186 : text d'a propos
new 66e4193 refs #1186 : correction text
new b6a5de8 refs #1186 : rendre dynamique l'année du copyright
new 8f3b127 refs #1186 : correction du text d'à propos et de la traduction.
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (80b07b8)
\
N -- N -- N refs/heads/feature/1186 (8f3b127)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 4 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 8f3b127a467e57ab5cbf6171f6c57bdd3a61aca8
Author: Sylvain Bavencoff <bavencoff(a)codelutin.com>
Date: Fri May 29 15:11:46 2015 +0200
refs #1186 : correction du text d'à propos et de la traduction.
commit b6a5de8556dc84db893fbb4a78222abadaaa47b1
Author: Sylvain Bavencoff <bavencoff(a)codelutin.com>
Date: Mon May 18 10:45:47 2015 +0200
refs #1186 : rendre dynamique l'année du copyright
commit 66e419322c88d55e4f5ad772262b7771f99b0139
Author: Sylvain Bavencoff <bavencoff(a)codelutin.com>
Date: Mon May 18 10:44:32 2015 +0200
refs #1186 : correction text
commit 6291377fa70490535041b27662d55828dec62ba0
Author: Sylvain Bavencoff <bavencoff(a)codelutin.com>
Date: Fri May 15 16:58:44 2015 +0200
refs #1186 : text d'a propos
Summary of changes:
.../chorem/lima/business/api/ExportService.java | 9 +
.../lima/business/ejb/ExportServiceImpl.java | 48 +-
.../lima/business/ejb/ImportServiceImpl.java | 41 +-
.../chorem/lima/business/ejb/csv/EntryModel.java | 98 ++-
.../business/ejb/csv/FiscalControlExportModel.java | 153 ++++
.../java/org/chorem/lima/entity/EntryTopiaDao.java | 18 +
.../lima/business/ImportExportServiceTest.java | 14 +-
lima-swing/pom.xml | 1 +
.../org/chorem/lima/enums/AccountsChartEnum.java | 9 +-
.../AccountCondition/AccountConditionHandler.java | 8 +
.../AccountCondition/AccountConditionView.css | 8 +-
.../AccountCondition/AccountConditionView.jaxx | 11 +-
.../src/main/java/org/chorem/lima/ui/MainView.css | 9 +-
.../src/main/java/org/chorem/lima/ui/MainView.jaxx | 2 +
.../java/org/chorem/lima/ui/MainViewHandler.java | 9 +
.../chorem/lima/ui/account/AccountViewHandler.java | 10 +-
.../lima/ui/celleditor/AccountTableCellEditor.java | 70 +-
.../chorem/lima/ui/combobox/AccountComboBox.java | 70 ++
.../lima/ui/combobox/AccountComboBoxModel.java | 98 ---
.../lima/ui/common/AccountComboBoxModel.java | 54 --
.../ui/common/FinancialPeriodListRenderer.java | 14 +-
.../lima/ui/common/FiscalPeriodListRenderer.java | 21 +-
.../FinancialTransactionView.css | 13 +-
.../FinancialTransactionView.jaxx | 5 +-
.../FinancialTransactionViewHandler.java | 22 +-
.../FiscalControlExportView.css | 40 +
.../FiscalControlExportView.jaxx | 85 +++
.../FiscalControlExportViewHandler.java | 205 +++++
.../chorem/lima/ui/importexport/ImportExport.java | 23 +-
.../org/chorem/lima/ui/lettering/LetteringView.css | 38 +-
.../chorem/lima/ui/lettering/LetteringView.jaxx | 54 +-
.../lima/ui/lettering/LetteringViewHandler.java | 85 ++-
.../org/chorem/lima/util/WrapToolBarLayout.java | 107 +++
.../resources/i18n/lima-swing_en_GB.properties | 28 +-
.../resources/i18n/lima-swing_fr_FR.properties | 26 +-
.../resources/icons/action-fiscalControlExport.png | Bin 0 -> 1244 bytes
lima-swing/src/main/resources/icons/warning.png | Bin 0 -> 965 bytes
.../src/main/resources/import/pcg_developed.csv | 831 ++++++++++++++++++++-
pom.xml | 2 +-
39 files changed, 1942 insertions(+), 397 deletions(-)
create mode 100644 lima-business/src/main/java/org/chorem/lima/business/ejb/csv/FiscalControlExportModel.java
create mode 100644 lima-swing/src/main/java/org/chorem/lima/ui/combobox/AccountComboBox.java
delete mode 100644 lima-swing/src/main/java/org/chorem/lima/ui/combobox/AccountComboBoxModel.java
delete mode 100644 lima-swing/src/main/java/org/chorem/lima/ui/common/AccountComboBoxModel.java
create mode 100644 lima-swing/src/main/java/org/chorem/lima/ui/fiscalControlExport/FiscalControlExportView.css
create mode 100644 lima-swing/src/main/java/org/chorem/lima/ui/fiscalControlExport/FiscalControlExportView.jaxx
create mode 100644 lima-swing/src/main/java/org/chorem/lima/ui/fiscalControlExport/FiscalControlExportViewHandler.java
create mode 100644 lima-swing/src/main/java/org/chorem/lima/util/WrapToolBarLayout.java
create mode 100644 lima-swing/src/main/resources/icons/action-fiscalControlExport.png
create mode 100644 lima-swing/src/main/resources/icons/warning.png
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.