[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] branch unstable updated (26a3f802d -> 65dd4e3
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] branch unstable updated (26a3f802d -> 65dd4e31c) |
Date: |
Tue, 30 Jul 2024 04:47:59 -0400 (EDT) |
sparkyx pushed a change to branch unstable
in repository noalyss.
from 26a3f802d Merge branch 'pre-stable' into unstable
new 1c34b804d Task 2370: Annonce Permettre l'insertion d'annonce dans la
page de connection
new 06712b2b6 TVA_CODE : missing
new e6afcad2f Documentation + Tag::display
new 7d66a1687 cosmetic : INPUT style
new 5dbb14db2 Documentation
new 2e3328cc5 Ajax call check_vatnumber must no block
new ff4d38a0f bug : followup order
new ee6a6d15b typo documentation
new 9fb7a3f06 Task #2373: Détail TVA : ajout detail TVA appelable depuis
menu par P0TVA (récapitulatif TVA)
new 2fda457de Task #2373 : upgrade sql
new 707e1144c Task #2373 : check security
new cede8af91 Tax #2373 : add unit test
new 65dd4e31c Documentation
The 13 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:
.gitignore | 1 +
html/ajax_misc.php | 27 ++-
html/css/style-classic7.css | 17 +-
html/index.php | 5 +
html/js/acc_ledger.js | 51 +++++-
include/ajax/ajax_check_vatnumber.php | 1 +
include/ajax/ajax_tax_detail.php | 60 +++++++
include/class/acc_ledger.class.php | 2 +-
include/class/acc_ledger_purchase.class.php | 2 +-
include/class/acc_tva.class.php | 1 +
include/class/follow_up.class.php | 3 +-
include/class/noalyss_user.class.php | 42 +++--
include/class/tag.class.php | 19 ++-
include/class/tag_action.class.php | 10 +-
include/class/tax_detail.class.php | 185 +++++++++++++++++++++
include/class/tax_summary.class.php | 40 +++--
include/constant.php | 2 +-
...balance_double_csv.php => export_p1tva_csv.php} | 30 ++--
include/lib/itva_popup.class.php | 6 +-
include/sql/patch/upgrade198.sql | 49 ++++++
...cice-input_row-error.php => tax_detail.inc.php} | 26 ++-
...-error.php => tax_detail-button_export_csv.php} | 28 +++-
include/template/tax_detail-display_form.php | 85 ++++++++++
include/template/tax_detail-html.php | 106 ++++++++++++
include/template/tax_summary_display.php | 14 +-
unit-test/include/class/tax_detail_test.php | 60 +++++++
26 files changed, 784 insertions(+), 88 deletions(-)
create mode 100644 include/ajax/ajax_tax_detail.php
create mode 100644 include/class/tax_detail.class.php
copy include/export/{export_anc_balance_double_csv.php =>
export_p1tva_csv.php} (68%)
create mode 100644 include/sql/patch/upgrade198.sql
copy include/{template/operation_exercice-input_row-error.php =>
tax_detail.inc.php} (57%)
copy include/template/{operation_exercice-input_row-error.php =>
tax_detail-button_export_csv.php} (53%)
create mode 100644 include/template/tax_detail-display_form.php
create mode 100644 include/template/tax_detail-html.php
create mode 100644 unit-test/include/class/tax_detail_test.php
- [Noalyss-commit] [noalyss] branch unstable updated (26a3f802d -> 65dd4e31c),
dwm <=
- [Noalyss-commit] [noalyss] 05/13: Documentation, dwm, 2024/07/30
- [Noalyss-commit] [noalyss] 01/13: Task 2370: Annonce Permettre l'insertion d'annonce dans la page de connection, dwm, 2024/07/30
- [Noalyss-commit] [noalyss] 07/13: bug : followup order, dwm, 2024/07/30
- [Noalyss-commit] [noalyss] 04/13: cosmetic : INPUT style, dwm, 2024/07/30
- [Noalyss-commit] [noalyss] 08/13: typo documentation, dwm, 2024/07/30
- [Noalyss-commit] [noalyss] 02/13: TVA_CODE : missing, dwm, 2024/07/30
- [Noalyss-commit] [noalyss] 11/13: Task #2373 : check security, dwm, 2024/07/30
- [Noalyss-commit] [noalyss] 12/13: Tax #2373 : add unit test, dwm, 2024/07/30
- [Noalyss-commit] [noalyss] 10/13: Task #2373 : upgrade sql, dwm, 2024/07/30
- [Noalyss-commit] [noalyss] 03/13: Documentation + Tag::display, dwm, 2024/07/30