branch feature/1186 updated (80b07b8 -> 8f3b127)
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@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@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@codelutin.com> Date: Mon May 18 10:44:32 2015 +0200 refs #1186 : correction text commit 6291377fa70490535041b27662d55828dec62ba0 Author: Sylvain Bavencoff <bavencoff@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@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch feature/1186 in repository lima. See http://git.chorem.org/lima.git commit 6291377fa70490535041b27662d55828dec62ba0 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Fri May 15 16:58:44 2015 +0200 refs #1186 : text d'a propos --- lima-swing/src/main/resources/i18n/lima-swing_fr_FR.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lima-swing/src/main/resources/i18n/lima-swing_fr_FR.properties b/lima-swing/src/main/resources/i18n/lima-swing_fr_FR.properties index 10e5866..8649f5b 100644 --- a/lima-swing/src/main/resources/i18n/lima-swing_fr_FR.properties +++ b/lima-swing/src/main/resources/i18n/lima-swing_fr_FR.properties @@ -361,7 +361,7 @@ lima.fiscalYears=Exercices lima.help=Aide lima.help.about=À Propos lima.help.about.title=À propos de Lima... -lima.help.about.title.description=<h2>Acronyme de Lutin Invoice Monitoring and Accounting</h2><p>Lima est un logiciel de comptabilité libre pensé pour être le plus ergonomique possible et facile d'accès à tout utilisateur, quelque soit son niveau en comptabilité \: débutant comme confirmé. La particularité de Lima est qu'il s'agit d'un produit évolutif permettant de répondre aux besoins spécifiques de toute entreprise ou organisation, tout en garantissant le maintien des données comptabl [...] +lima.help.about.title.description=<h2 style\="text-align\: center;">Lutin Invoice Monitoring and Accounting</h2><div style\="margin-right \: 10px; margin-left \: 10px;"><p >Destinté à de petite structures \: association, TPE, PME voir dans une utilisation personnel.Lima propose toutes les fonctionnalités nécessaires à un logiciel de comptabilité.L'utilisation d'interfaces simples rend son utilisation facile par des néophytes.Les expert retrouverons les outils permettant une saisie rapide [...] lima.help.about.translate.content=<h2>Comment traduire Lima</h2>Vous pouvez nous aider à traduire Lima.<hr/><br/><ul><li>Récupérer le fichier <strong>lima-i18n.csv</strong> dans le répertoire <strong>i18n</strong></li><li>ouvrez le avec un tableur (le caractère séprateur est une Tabultation)</li><li>Traduisez, Améliorer, ...</li><li>Enfin renvoyez-le nous</li></ul><br/>Nous intégrerons vos modifications avant la prochaine version. lima.help.about.translate.title=traduire Lima lima.help.i18n=Langue -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch feature/1186 in repository lima. See http://git.chorem.org/lima.git commit 66e419322c88d55e4f5ad772262b7771f99b0139 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Mon May 18 10:44:32 2015 +0200 refs #1186 : correction text --- lima-swing/src/main/resources/i18n/lima-swing_fr_FR.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lima-swing/src/main/resources/i18n/lima-swing_fr_FR.properties b/lima-swing/src/main/resources/i18n/lima-swing_fr_FR.properties index 8649f5b..f9295da 100644 --- a/lima-swing/src/main/resources/i18n/lima-swing_fr_FR.properties +++ b/lima-swing/src/main/resources/i18n/lima-swing_fr_FR.properties @@ -361,7 +361,7 @@ lima.fiscalYears=Exercices lima.help=Aide lima.help.about=À Propos lima.help.about.title=À propos de Lima... -lima.help.about.title.description=<h2 style\="text-align\: center;">Lutin Invoice Monitoring and Accounting</h2><div style\="margin-right \: 10px; margin-left \: 10px;"><p >Destinté à de petite structures \: association, TPE, PME voir dans une utilisation personnel.Lima propose toutes les fonctionnalités nécessaires à un logiciel de comptabilité.L'utilisation d'interfaces simples rend son utilisation facile par des néophytes.Les expert retrouverons les outils permettant une saisie rapide [...] +lima.help.about.title.description=<h2 style\="text-align\: center;">Lutin Invoice Monitoring and Accounting</h2><div style\="margin-right \: 10px; margin-left \: 10px;"><p >Destinté à de petites structures \: association, TPE, PME voir dans une utilisation personnel. Lima propose toutes les fonctionnalités nécessaires à un logiciel de comptabilité. L'utilisation d'interfaces simples rend son utilisation facile par des néophytes. Les expert retrouverons les outils permettant une saisie ra [...] lima.help.about.translate.content=<h2>Comment traduire Lima</h2>Vous pouvez nous aider à traduire Lima.<hr/><br/><ul><li>Récupérer le fichier <strong>lima-i18n.csv</strong> dans le répertoire <strong>i18n</strong></li><li>ouvrez le avec un tableur (le caractère séprateur est une Tabultation)</li><li>Traduisez, Améliorer, ...</li><li>Enfin renvoyez-le nous</li></ul><br/>Nous intégrerons vos modifications avant la prochaine version. lima.help.about.translate.title=traduire Lima lima.help.i18n=Langue -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch feature/1186 in repository lima. See http://git.chorem.org/lima.git commit b6a5de8556dc84db893fbb4a78222abadaaa47b1 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Mon May 18 10:45:47 2015 +0200 refs #1186 : rendre dynamique l'année du copyright --- lima-swing/pom.xml | 3 +++ lima-swing/src/main/java/org/chorem/lima/LimaSwingConfig.java | 2 +- lima-swing/src/main/resources/lima-swing.config | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lima-swing/pom.xml b/lima-swing/pom.xml index abfe0b2..10aa046 100644 --- a/lima-swing/pom.xml +++ b/lima-swing/pom.xml @@ -41,6 +41,9 @@ <!-- Post Release configuration --> <skipPostRelease>false</skipPostRelease> + <release.year>${maven.build.timestamp}</release.year> + <maven.build.timestamp.format>yyyy</maven.build.timestamp.format> + </properties> <dependencies> diff --git a/lima-swing/src/main/java/org/chorem/lima/LimaSwingConfig.java b/lima-swing/src/main/java/org/chorem/lima/LimaSwingConfig.java index a7dd524..740f3ae 100644 --- a/lima-swing/src/main/java/org/chorem/lima/LimaSwingConfig.java +++ b/lima-swing/src/main/java/org/chorem/lima/LimaSwingConfig.java @@ -77,7 +77,7 @@ public class LimaSwingConfig extends ApplicationConfig implements BigDecimalToSt * @return copyright text */ public String getCopyrightText() { - return "Version " + getVersion() + " Codelutin @ 2008-2012"; + return "Version " + getVersion() + " Codelutin @ 2008-" + getOption("application.year"); } /** diff --git a/lima-swing/src/main/resources/lima-swing.config b/lima-swing/src/main/resources/lima-swing.config index 6c6155f..c0ac4b8 100644 --- a/lima-swing/src/main/resources/lima-swing.config +++ b/lima-swing/src/main/resources/lima-swing.config @@ -21,6 +21,7 @@ ### application.name=Lima application.version=${project.version} +application.year=${release.year} application.site.url=http://lima.chorem.org/v/develop/ #licence.name=${project.licenses[0].license.name} -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch feature/1186 in repository lima. See http://git.chorem.org/lima.git commit 8f3b127a467e57ab5cbf6171f6c57bdd3a61aca8 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Fri May 29 15:11:46 2015 +0200 refs #1186 : correction du text d'à propos et de la traduction. --- lima-swing/src/main/resources/i18n/lima-swing_fr_FR.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lima-swing/src/main/resources/i18n/lima-swing_fr_FR.properties b/lima-swing/src/main/resources/i18n/lima-swing_fr_FR.properties index f9295da..cf5b422 100644 --- a/lima-swing/src/main/resources/i18n/lima-swing_fr_FR.properties +++ b/lima-swing/src/main/resources/i18n/lima-swing_fr_FR.properties @@ -361,9 +361,9 @@ lima.fiscalYears=Exercices lima.help=Aide lima.help.about=À Propos lima.help.about.title=À propos de Lima... -lima.help.about.title.description=<h2 style\="text-align\: center;">Lutin Invoice Monitoring and Accounting</h2><div style\="margin-right \: 10px; margin-left \: 10px;"><p >Destinté à de petites structures \: association, TPE, PME voir dans une utilisation personnel. Lima propose toutes les fonctionnalités nécessaires à un logiciel de comptabilité. L'utilisation d'interfaces simples rend son utilisation facile par des néophytes. Les expert retrouverons les outils permettant une saisie ra [...] -lima.help.about.translate.content=<h2>Comment traduire Lima</h2>Vous pouvez nous aider à traduire Lima.<hr/><br/><ul><li>Récupérer le fichier <strong>lima-i18n.csv</strong> dans le répertoire <strong>i18n</strong></li><li>ouvrez le avec un tableur (le caractère séprateur est une Tabultation)</li><li>Traduisez, Améliorer, ...</li><li>Enfin renvoyez-le nous</li></ul><br/>Nous intégrerons vos modifications avant la prochaine version. -lima.help.about.translate.title=traduire Lima +lima.help.about.title.description=<h2 style\="text-align\: center;">Lutin Invoice Monitoring and Accounting</h2> <div style\="margin-right \: 10px; margin-left \: 10px;"><p>Destiné à de petites structures \: association, TPE, PME. Lima propose toutes les fonctionnalités nécessaires à un logiciel de comptabilité professionnelle. Ses interfaces simples rendent son utilisation facile par des néophytes. Les experts retrouverons les outils permettant une saisie rapide et efficace.</p><p>Multi [...] +lima.help.about.translate.content=<h2 style\="text-align\: center;">Comment traduire Lima</h2><div style\="margin-right \: 10px; margin-left \: 10px;">Vous pouvez nous aider à traduire Lima.<ul><li>Dans le répertoire <strong>i18n</strong>, récupérez le fichier <strong>lima-i18n.csv</strong></li><li>Ouvrez-le avec un tableur (le caractère séparateur est une Tabulation)</li><li>Traduisez Lima dans une nouvelle langue ou améliorez une traduction existante</li><li>Enfin renvoyez-le-nous à l’ [...] +lima.help.about.translate.title=Traduction lima.help.i18n=Langue lima.help.i18n.fr=Français lima.help.i18n.uk=Anglais -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm