[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] branch stable updated (87930cbe3 -> c64f356cf
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] branch stable updated (87930cbe3 -> c64f356cf) |
Date: |
Sun, 15 Dec 2024 09:51:22 -0500 (EST) |
sparkyx pushed a change to branch stable
in repository noalyss.
from 87930cbe3 Fix :OD ledger : card categorie always unchecked
new 2b2a21f7b NEW #0002395: C0TVA : pouvoir choisir la contrepartie pour
l'autoliquidation
new af9fb3e8c FIX : some doc in comment
new dd29250c2 Convert upgrade.sql to upgrade202.sql
new 748da6cd8 FIX : Tax_Summary->check fails when there is no data, check
was not correct
new 48ae3030e FIX P0TVA when no data
new 5d416e2d9 New : label cannot be empty
new ba47c4435 improve doc
new dc93eb1b3 improve Operation detail : show Analytic imputation for VAT
Not Deductible
new 20b5f741d Operation Analytic : save_form_plan_vat_nd , check that the
total is the same as the VAT ND amount
new 3d89ad3f1 Documentation
new c64f356cf VAT ND Analytic : fix bug
The 11 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:
include/class/acc_ledger.class.php | 6 +-
include/class/acc_ledger_purchase.class.php | 30 ++--
include/class/acc_ledger_sale.class.php | 6 +-
include/class/acc_tva.class.php | 11 +-
include/class/anc_operation.class.php | 48 +++---
include/class/anc_plan.class.php | 4 +-
include/class/periode.class.php | 16 +-
include/class/tax_summary.class.php | 27 +++-
include/class/tva_rate_mtable.class.php | 68 +++++++-
include/constant.php | 2 +-
include/database/tva_rate_sql.class.php | 2 +
include/database/v_tva_rate_sql.class.php | 2 +
include/lib/http_input.class.php | 2 +-
include/lib/message_javascript.php | 2 +
include/lib/output_html_tab.class.php | 56 ++++++-
include/sql/patch/upgrade202.sql | 25 +++
include/template/ledger_detail_ach.php | 53 ++++++-
include/tva.inc.php | 3 +-
sql/upgrade.sql | 2 -
unit-test/create-dossier-test.sh | 2 +-
unit-test/include/class/acc_ledgerTest.php | 2 +-
.../include/class/acc_ledger_purchaseTest.php | 172 +++++++++++++++++++++
unit-test/include/class/acc_ledger_saleTest.php | 172 +++++++++++++++++++++
23 files changed, 641 insertions(+), 72 deletions(-)
create mode 100644 include/sql/patch/upgrade202.sql
- [Noalyss-commit] [noalyss] branch stable updated (87930cbe3 -> c64f356cf),
dwm <=
- [Noalyss-commit] [noalyss] 02/11: FIX : some doc in comment, dwm, 2024/12/15
- [Noalyss-commit] [noalyss] 01/11: NEW #0002395: C0TVA : pouvoir choisir la contrepartie pour l'autoliquidation, dwm, 2024/12/15
- [Noalyss-commit] [noalyss] 08/11: improve Operation detail : show Analytic imputation for VAT Not Deductible, dwm, 2024/12/15
- [Noalyss-commit] [noalyss] 07/11: improve doc, dwm, 2024/12/15
- [Noalyss-commit] [noalyss] 09/11: Operation Analytic : save_form_plan_vat_nd , check that the total is the same as the VAT ND amount, dwm, 2024/12/15
- [Noalyss-commit] [noalyss] 11/11: VAT ND Analytic : fix bug, dwm, 2024/12/15
- [Noalyss-commit] [noalyss] 05/11: FIX P0TVA when no data, dwm, 2024/12/15
- [Noalyss-commit] [noalyss] 10/11: Documentation, dwm, 2024/12/15
- [Noalyss-commit] [noalyss] 04/11: FIX : Tax_Summary->check fails when there is no data, check was not correct, dwm, 2024/12/15
- [Noalyss-commit] [noalyss] 06/11: New : label cannot be empty, dwm, 2024/12/15