[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] branch unstable updated (078674672 -> 80be654
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] branch unstable updated (078674672 -> 80be65420) |
Date: |
Sun, 15 Dec 2024 09:51:36 -0500 (EST) |
sparkyx pushed a change to branch unstable
in repository noalyss.
from 078674672 COSMETIC: remove selected background
new cc405a162 PHP8.3 : remove deprecated in Document_Type
new e2469ac98 Merge branch '241104-correct' into unstable
new 218d2f816 Improve Code Documentation
new 05bea5507 css : font size rem or % , remove all fixed font-size in px
new 7e7892b66 WIP : CSS : use variables
new b0aa4167a FIX : some doc in comment
new e319f81b8 NEW #0002395: C0TVA : pouvoir choisir la contrepartie pour
l'autoliquidation
new 4e7033b3d Convert upgrade.sql to upgrade202.sql
new 86321e566 FIX : Tax_Summary->check fails when there is no data, check
was not correct
new b1a3c77a8 FIX : Tax_Summary->check fails when there is no data, check
was not correct
new f04af9d9c FIX : javascript id$ function
new 7d15bc9d6 FIX P0TVA when no data
new fa86e4d86 New : label cannot be empty
new b416ef335 improve doc
new 6b89398bb improve Operation detail : show Analytic imputation for VAT
Not Deductible
new c23357bf3 Operation Analytic : save_form_plan_vat_nd , check that the
total is the same as the VAT ND amount
new 5e18408d9 Documentation
add f40fdf2ac add detail
add 6b77337cb css : Cosmetic add CSS h-section
add ff040a2d9 Cosmetic : menu and module , animate
add b4a20cee0 Change color border
add e784d153f Change color border
add 3dafbd2d6 color
add cf4711dd5 Cosmetic
add c0b99b024 Cosmetic g_failed
add bd92d4584 Fix : France saldo until end of exercice in Gestion
add b2c1a7976 Fix Bug Cannot create new category of cards
add b280f22c2 Cosmetic
add bca8eaad6 Bug : warning for ledger C0JRN when no category card is
checked
add ba091591f Update MOD1, Belgian template add VAT, document,...
add 1478215f6 PHP Install check if curl present
add acda6d6e5 MOD2 : update
add efb3d15ad Cosmetic menu
add 9bc780c62 SALE : by default invoice not checked
add 92dc2d7ff TVA show up , sorted by ID
add b648f7c6b VAT warning : update the VAT CODE
add 42403bac5 INSTALL: template must always use its own db structure
add 229ac7063 MOD1: setting base TVA
add 902efd212 MOD2 : remove schema
add 1252c68aa Cosmetic : remove border
add 867642a20 nav-level2.active and nav-level3 active: border color
add 4a4928d0d REVERT 9bc780c62 SALE : by default invoice not checked
add c9f3475d9 Fix : card search : no result display if no limit for the
result
add 87930cbe3 Fix :OD ledger : card categorie always unchecked
add 2b2a21f7b NEW #0002395: C0TVA : pouvoir choisir la contrepartie pour
l'autoliquidation
add af9fb3e8c FIX : some doc in comment
add dd29250c2 Convert upgrade.sql to upgrade202.sql
add 748da6cd8 FIX : Tax_Summary->check fails when there is no data, check
was not correct
add 48ae3030e FIX P0TVA when no data
add 5d416e2d9 New : label cannot be empty
add ba47c4435 improve doc
add dc93eb1b3 improve Operation detail : show Analytic imputation for VAT
Not Deductible
add 20b5f741d Operation Analytic : save_form_plan_vat_nd , check that the
total is the same as the VAT ND amount
add 3d89ad3f1 Documentation
new b282f2846 Code improve Todo List to finish , allow a empty date
new f239ef40e Integrate stash
new dfd5ed546 VAT ND Analytic : fix bug
new 80be65420 Esthetic
The 21 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/css/style-classic7.css | 163 ++++++++++++++-----
html/js/accounting_item.js | 2 +-
html/test.php | 2 +-
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_ledger_search.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 | 29 +++-
include/class/todo_list.class.php | 20 ++-
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/mod1/data.sql | 23 +--
include/sql/mod1/make-sql | 2 +-
include/sql/mod1/schema.sql | 7 +
include/sql/mod2/make-sql | 4 +-
include/sql/patch/upgrade202.sql | 25 +++
include/template/ledger_detail_ach.php | 53 ++++++-
include/template/ledger_search.php | 41 +++--
include/tva.inc.php | 3 +-
scenario/{HTML => }/document_type.php | 0
sql/upgrade.sql | 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 +++++++++++++++++++++
33 files changed, 831 insertions(+), 152 deletions(-)
create mode 100644 include/sql/patch/upgrade202.sql
copy scenario/{HTML => }/document_type.php (100%)
- [Noalyss-commit] [noalyss] branch unstable updated (078674672 -> 80be65420),
dwm <=
- [Noalyss-commit] [noalyss] 01/21: PHP8.3 : remove deprecated in Document_Type, dwm, 2024/12/15
- [Noalyss-commit] [noalyss] 12/21: FIX P0TVA when no data, dwm, 2024/12/15
- [Noalyss-commit] [noalyss] 03/21: Improve Code Documentation, dwm, 2024/12/15
- [Noalyss-commit] [noalyss] 13/21: New : label cannot be empty, dwm, 2024/12/15
- [Noalyss-commit] [noalyss] 02/21: Merge branch '241104-correct' into unstable, dwm, 2024/12/15
- [Noalyss-commit] [noalyss] 15/21: improve Operation detail : show Analytic imputation for VAT Not Deductible, dwm, 2024/12/15
- [Noalyss-commit] [noalyss] 04/21: css : font size rem or % , remove all fixed font-size in px, dwm, 2024/12/15
- [Noalyss-commit] [noalyss] 20/21: VAT ND Analytic : fix bug, dwm, 2024/12/15
- [Noalyss-commit] [noalyss] 07/21: NEW #0002395: C0TVA : pouvoir choisir la contrepartie pour l'autoliquidation, dwm, 2024/12/15
- [Noalyss-commit] [noalyss] 06/21: FIX : some doc in comment, dwm, 2024/12/15