[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] branch master updated (a723604 -> 9e40622)
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] branch master updated (a723604 -> 9e40622) |
Date: |
Fri, 15 Jan 2021 09:40:02 -0500 (EST) |
sparkyx pushed a change to branch master
in repository noalyss.
from a723604 IText , remove double-quote
new f1c2929 Export GL PDF : no row found for an accounting
new df45c20 SQL : improve vw_fiche_attr with index
new 1f458a4 Task #0001869: Session key : clef de session
new 60b15be Bug : if all the quantity are NULL, then we have only one row
in jrn
new 7547354 Generate document : DESCRIPTION for invoice (e_comm)
new 5fcd715 Bug : DESCRIPTION tag
new 986e1a1 Card : attribute 54 is now a column for each card
new c7c518a code cleaning and replace $_SERVER['SCRIPT_FILENAME'] by
$_SERVER['PHP_SELF'] SCRIPT_FILENAME in a FPM environment is the CGI script
new 2e66a87 Card : attribute 54 is now a column for each card
new e846a5e javascript message , use function htmlspecialchar instead of
escape_xml
new 38ea5b3 Correct bug #0001882: predefined operation ODS not visible
new 9e40622 Tache #1844 Menu : ouverture menu par défaut
The 12 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.php | 2 +-
html/do.php | 28 +-
html/extension.raw.php | 2 +-
html/fid.php | 2 +-
html/fid_card.php | 2 +-
html/install.php | 2 +-
html/login.php | 4 +-
html/popup.php | 4 +-
html/recherche.php | 6 +-
html/user_login.php | 2 +-
include/action.common.inc.php | 8 +-
include/admin_repo.inc.php | 2 +-
include/ajax/ajax_card.php | 2 +-
include/ajax/ajax_history.php | 2 +-
include/ajax/ajax_ledger.php | 8 +-
include/ajax/ajax_navigator.php | 2 +-
include/ajax/ajax_preference.php | 22 +-
include/ajax/ajax_search_operation.php | 2 +-
include/ajax/ajax_todo_list.php | 4 +-
include/class/acc_ledger.class.php | 11 +-
include/class/acc_ledger_purchase.class.php | 4 +-
include/class/acc_ledger_search.class.php | 10 +-
include/class/acc_ledger_sold.class.php | 4 +-
include/class/acc_operation.class.php | 10 +-
include/class/anc_operation.class.php | 2 +-
include/class/calendar.class.php | 4 +-
include/class/card_multiple.class.php | 2 +-
include/class/contact.class.php | 2 +-
include/class/document.class.php | 2033 ++++++++++++++-------------
include/class/extension.class.php | 2 +-
include/class/fiche.class.php | 65 +-
include/class/fiche_def.class.php | 8 +-
include/class/follow_up.class.php | 28 +-
include/class/pre_operation.class.php | 3 +-
include/class/stock.class.php | 2 +-
include/class/stock_goods.class.php | 4 +-
include/class/todo_list.class.php | 8 +-
include/class/user.class.php | 125 +-
include/company.inc.php | 2 +-
include/config.inc.example | 4 +-
include/constant.php | 4 +-
include/export/export_document.php | 2 +-
include/export/export_gl_pdf.php | 2 +-
include/extension_choice.inc.php | 2 +-
include/fiche.inc.php | 2 +-
include/history_operation.inc.php | 2 +-
include/lib/ac_common.php | 270 ++--
include/lib/icard.class.php | 2 +-
include/lib/idate.class.php | 18 +-
include/lib/message_javascript.php | 156 +-
include/lib/noalyss_csv.class.php | 6 +-
include/lib/sort_table.class.php | 2 +-
include/lib/user_common.php | 40 +-
include/template/menu.php | 108 +-
include/template/module.php | 4 +-
include/template/todo_list_display.php | 2 +-
sql/upgrade.sql | 211 +++
unit-test/global.example.php | 6 +-
unit-test/global.php | 8 +-
unit-test/include/lib/ac_common.php | 171 +++
60 files changed, 2061 insertions(+), 1396 deletions(-)
create mode 100644 unit-test/include/lib/ac_common.php
- [Noalyss-commit] [noalyss] branch master updated (a723604 -> 9e40622),
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 02/12: SQL : improve vw_fiche_attr with index, Dany De Bontridder, 2021/01/15
- [Noalyss-commit] [noalyss] 03/12: Task #0001869: Session key : clef de session, Dany De Bontridder, 2021/01/15
- [Noalyss-commit] [noalyss] 01/12: Export GL PDF : no row found for an accounting, Dany De Bontridder, 2021/01/15
- [Noalyss-commit] [noalyss] 04/12: Bug : if all the quantity are NULL, then we have only one row in jrn, Dany De Bontridder, 2021/01/15
- [Noalyss-commit] [noalyss] 05/12: Generate document : DESCRIPTION for invoice (e_comm), Dany De Bontridder, 2021/01/15
- [Noalyss-commit] [noalyss] 08/12: code cleaning and replace $_SERVER['SCRIPT_FILENAME'] by $_SERVER['PHP_SELF'] SCRIPT_FILENAME in a FPM environment is the CGI script, Dany De Bontridder, 2021/01/15
- [Noalyss-commit] [noalyss] 09/12: Card : attribute 54 is now a column for each card, Dany De Bontridder, 2021/01/15
- [Noalyss-commit] [noalyss] 10/12: javascript message , use function htmlspecialchar instead of escape_xml, Dany De Bontridder, 2021/01/15
- [Noalyss-commit] [noalyss] 06/12: Bug : DESCRIPTION tag, Dany De Bontridder, 2021/01/15
- [Noalyss-commit] [noalyss] 12/12: Tache #1844 Menu : ouverture menu par défaut, Dany De Bontridder, 2021/01/15