[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] branch unstable updated (65dd4e31c -> 451b9cb
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] branch unstable updated (65dd4e31c -> 451b9cb7c) |
Date: |
Thu, 8 Aug 2024 14:52:14 -0400 (EDT) |
sparkyx pushed a change to branch unstable
in repository noalyss.
from 65dd4e31c Documentation
new 50bebad93 Documentation
new 2d262a201 Bug : fix create event from AGENDA
new 0df0c7d6d GESTION : operation add receipt number
new 3f0444a3b CCARD : rewriting interface, code cleanup
new 508e8cc05 Javascript : documentation avec JSDOC
new b5aa321d9 Cosmetic h1.legend, legend & fieldset
new 14cc18d9a CCARD : rewrite
new f46f13625 new function alternate_row_color_list
new ff510f698 CCARD : remove category card with confirm, remove dead code
new fc7a474c1 Fix : retrieve label from tva_code
new 451b9cb7c documentation
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:
README | 2 +-
html/ajax_misc.php | 14 +-
html/css/style-classic7.css | 26 +-
html/js/acc_ledger.js | 6 +-
html/js/accounting_item.js | 4 +
html/js/ajax_fiche.js | 4 +-
html/js/calc.js | 7 +-
html/js/card.js | 262 +-
html/js/compute_direct.js | 7 +-
html/js/gestion.js | 11 +-
html/js/infobulle.js | 9 +-
html/js/managetable.js | 75 +-
html/js/noalyss_script.js | 3278 ++++++++++----------
html/js/taggroup.js | 7 +-
include/ajax/ajax_category_card_definition.php | 77 +
include/ajax/ajax_fiche_def_detail.php | 16 +-
include/ajax/ajax_gestion.php | 5 +-
include/cfgfiche.inc.php | 89 +-
include/class/fiche_def.class.php | 178 +-
include/class/follow_up.class.php | 16 +-
.../database/action_gestion_comment_sql.class.php | 2 +
include/lib/icon_action.class.php | 15 +-
include/lib/inum.class.php | 2 +-
include/template/action_display_short.php | 7 +-
.../{fiche_def_list.php => fiche_def-display.php} | 9 +-
include/template/fiche_def-input_detail-2.php | 109 +
.../template/fiche_def-input_detail.php | 11 +-
...tton_export_csv.php => fiche_def-input_new.php} | 36 +-
.../fiche_def-print_available_attribut.php} | 35 +-
.../fiche_def-print_existing_attribut.php} | 33 +-
include/template/fiche_def_input.php | 71 +-
include/template/follow_up-display.php | 4 +-
unit-test/README | 31 +-
unit-test/include/class/followupTest.php | 45 +
unit-test/include/class/pdf_anc_acc_listTest.php | 2 +-
35 files changed, 2450 insertions(+), 2055 deletions(-)
create mode 100644 include/ajax/ajax_category_card_definition.php
rename include/template/{fiche_def_list.php => fiche_def-display.php} (87%)
create mode 100644 include/template/fiche_def-input_detail-2.php
copy doc/heading.php => include/template/fiche_def-input_detail.php (86%)
copy include/template/{tax_detail-button_export_csv.php =>
fiche_def-input_new.php} (51%)
copy include/{export/export_p1tva_csv.php =>
template/fiche_def-print_available_attribut.php} (58%)
copy include/{tax_detail.inc.php =>
template/fiche_def-print_existing_attribut.php} (57%)
- [Noalyss-commit] [noalyss] branch unstable updated (65dd4e31c -> 451b9cb7c),
dwm <=
- [Noalyss-commit] [noalyss] 03/11: GESTION : operation add receipt number, dwm, 2024/08/08
- [Noalyss-commit] [noalyss] 11/11: documentation, dwm, 2024/08/08
- [Noalyss-commit] [noalyss] 01/11: Documentation, dwm, 2024/08/08
- [Noalyss-commit] [noalyss] 07/11: CCARD : rewrite, dwm, 2024/08/08
- [Noalyss-commit] [noalyss] 04/11: CCARD : rewriting interface, code cleanup, dwm, 2024/08/08
- [Noalyss-commit] [noalyss] 08/11: new function alternate_row_color_list, dwm, 2024/08/08
- [Noalyss-commit] [noalyss] 09/11: CCARD : remove category card with confirm, remove dead code, dwm, 2024/08/08
- [Noalyss-commit] [noalyss] 05/11: Javascript : documentation avec JSDOC, dwm, 2024/08/08
- [Noalyss-commit] [noalyss] 06/11: Cosmetic h1.legend, legend & fieldset, dwm, 2024/08/08
- [Noalyss-commit] [noalyss] 10/11: Fix : retrieve label from tva_code, dwm, 2024/08/08