[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] branch stable updated (c0b99b024 -> 4a4928d0d
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] branch stable updated (c0b99b024 -> 4a4928d0d) |
Date: |
Wed, 25 Sep 2024 06:44:31 -0400 (EDT) |
sparkyx pushed a change to branch stable
in repository noalyss.
from c0b99b024 Cosmetic g_failed
new bd92d4584 Fix : France saldo until end of exercice in Gestion
new b2c1a7976 Fix Bug Cannot create new category of cards
new b280f22c2 Cosmetic
new bca8eaad6 Bug : warning for ledger C0JRN when no category card is
checked
new ba091591f Update MOD1, Belgian template add VAT, document,...
new 1478215f6 PHP Install check if curl present
new acda6d6e5 MOD2 : update
new efb3d15ad Cosmetic menu
new 9bc780c62 SALE : by default invoice not checked
new 92dc2d7ff TVA show up , sorted by ID
new b648f7c6b VAT warning : update the VAT CODE
new 42403bac5 INSTALL: template must always use its own db structure
new 229ac7063 MOD1: setting base TVA
new 902efd212 MOD2 : remove schema
new 1252c68aa Cosmetic : remove border
new 867642a20 nav-level2.active and nav-level3 active: border color
new 4a4928d0d REVERT 9bc780c62 SALE : by default invoice not checked
The 17 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 | 6 +-
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/template/param_jrn.php | 2 +-
include/tva.inc.php | 8 +
include/user_detail.inc.php | 2 +-
17 files changed, 1876 insertions(+), 518 deletions(-)
copy include/sql/{mod1 => mod2}/constraint.sql (100%)
copy include/sql/{mod1 => mod2}/schema.sql (99%)
- [Noalyss-commit] [noalyss] branch stable updated (c0b99b024 -> 4a4928d0d),
dwm <=
- [Noalyss-commit] [noalyss] 13/17: MOD1: setting base TVA, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 16/17: nav-level2.active and nav-level3 active: border color, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 15/17: Cosmetic : remove border, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 04/17: Bug : warning for ledger C0JRN when no category card is checked, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 08/17: Cosmetic menu, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 06/17: PHP Install check if curl present, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 17/17: REVERT 9bc780c62 SALE : by default invoice not checked, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 10/17: TVA show up , sorted by ID, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 03/17: Cosmetic, dwm, 2024/09/25
- [Noalyss-commit] [noalyss] 02/17: Fix Bug Cannot create new category of cards, dwm, 2024/09/25