[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] branch unstable updated (852cddcc1 -> 8625967
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] branch unstable updated (852cddcc1 -> 8625967a7) |
Date: |
Wed, 25 Sep 2024 06:45:01 -0400 (EDT) |
sparkyx pushed a change to branch unstable
in repository noalyss.
from 852cddcc1 Cosmetic g_failed
new 0af5f4c56 Code change + typo
new c1fa5a9fa Fix : France saldo until end of exercice in Gestion
new 5ad33a358 Fix Bug Cannot create new category of cards
new ef235e9e4 Cosmetic
new 26b2b32a3 Bug : warning for ledger C0JRN when no category card is
checked
new 088bf1a08 Update MOD1, Belgian template add VAT, document,...
new d088bb212 PHP Install check if curl present
new 3267f448c MOD2 : update
new 4fed7385c Cosmetic menu
new 7f5f757cc SALE : by default invoice not checked
new dacde7db1 TVA show up , sorted by ID
new f2184f600 VAT warning : update the VAT CODE
new 439e2d854 INSTALL: template must always use its own db structure
new c4aa9ecfc MOD1: setting base TVA
new 333b36372 MOD2 : remove schema
new 39e01d2a7 Synchro with stable DO NOT INTEGRATE to pre-stable nor stable
new 348abdd16 Cosmetic : remove border
new 63f978961 nav-level2.active and nav-level3 active: border color
new 8625967a7 REVERT 9bc780c62 SALE : by default invoice not checked
The 19 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
html/ajax_misc.php | 16 +-
html/css/style-classic7.css | 21 +-
html/install.php | 8 +-
include/class/fiche.class.php | 9 +-
include/class/periode.class.php | 23 +-
include/class/template_card_category.class.php | 6 +-
include/dossier.inc.php | 4 +-
include/modele.inc.php | 6 +-
include/sql/mod1/constraint.sql | 75 ++
include/sql/mod1/data.sql | 1191 ++++++++++++++++++------
include/sql/mod1/schema.sql | 454 ++++++++-
include/sql/{mod1 => mod2}/constraint.sql | 0
include/sql/mod2/data.sql | 521 +++++++----
include/sql/{mod1 => mod2}/schema.sql | 50 +-
include/sql/patch/upgrade201.sql | 4 +-
include/tax_summary.inc.php | 1 -
include/template/param_jrn.php | 2 +-
include/template/tax_summary_display.php | 2 +-
include/tva.inc.php | 8 +
include/user_detail.inc.php | 2 +-
20 files changed, 1880 insertions(+), 523 deletions(-)
copy include/sql/{mod1 => mod2}/constraint.sql (100%)
copy include/sql/{mod1 => mod2}/schema.sql (99%)
- [Noalyss-commit] [noalyss] branch unstable updated (852cddcc1 -> 8625967a7),
dwm <=
- [Noalyss-commit] [noalyss] 03/19: Fix Bug Cannot create new category of cards, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 07/19: PHP Install check if curl present, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 05/19: Bug : warning for ledger C0JRN when no category card is checked, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 09/19: Cosmetic menu, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 12/19: VAT warning : update the VAT CODE, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 17/19: Cosmetic : remove border, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 14/19: MOD1: setting base TVA, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 01/19: Code change + typo, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 08/19: MOD2 : update, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 18/19: nav-level2.active and nav-level3 active: border color, dwm, 2024/09/25