[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] branch master updated (a7b8d81 -> ce0a8f8)
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] branch master updated (a7b8d81 -> ce0a8f8) |
Date: |
Mon, 25 Jan 2021 18:56:18 -0500 (EST) |
sparkyx pushed a change to branch master
in repository noalyss.
from a7b8d81 Tache #0001875: Demande amélioration calendrier Code cleaning
new 8005e0d Tache 0001885: postes utilisables dans Opération ODS
new da6ad03 Security : constructor can take info from request
new 52cc9a9 Fix : PHP compatibility with count Fix : Dossier::set_current
Code cleaning ,
new 7b42961 DEBUG : show file name
new 293055b NEW #0001886: ANC/ANCIMP/ANCGL >> Export PDF
new 7c07b7e Bug : javascript message were unavailable
new 21dd4ad NEW #0001886: ANC/ANCIMP/ANCGL >> Export PDF Place properly
the select_box
new 5911150 New #0001887: ANCGL ajout champs numéro action
new 1666f57 Improve : add a function for detection SQL inject
new 957a192 Cosmetic & code cleaning
new 1fd5f41 Cosmetic fix : count_by_modele
new 3f64888 Merge branch 'dev-8-cosmetic'
new 846c5a8 Improve : Select_Box , placement
new 6f1f8d5 Improve : ANCGL , type of export mandatory
new ce0a8f8 Merge branch 'dev-8-select-box'
The 15 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/js/accounting_item.js | 4 +
html/js/infobulle.js | 44 ++++++
html/style-classic7.css | 44 +++---
include/ajax/ajax_card.php | 41 ++---
include/anc_great_ledger.inc.php | 30 ++--
include/balance.inc.php | 34 ++--
include/class/acc_ledger.class.php | 8 +-
include/class/acc_ledger_search.class.php | 5 +-
include/class/anc_grandlivre.class.php | 31 ++--
include/class/document_export.class.php | 60 +++++++-
include/class/dossier.class.php | 2 +-
include/class/fiche.class.php | 90 +++++++----
include/class/pre_operation.class.php | 2 +-
include/class/user.class.php | 247 ++++++++++++++++++++++++++----
include/compta_fin_rec.inc.php | 12 +-
include/compta_fin_saldo.inc.php | 4 +-
include/constant.php | 1 +
include/export/export_anc_receipt_pdf.php | 5 +-
include/fiche.inc.php | 2 +-
include/history_operation.inc.php | 4 +-
include/lib/ac_common.php | 1 +
include/lib/database_core.class.php | 18 +++
include/lib/message_javascript.php | 140 ++++++++---------
include/lib/select_box.class.php | 110 +------------
include/template/ledger_detail_bottom.php | 2 +-
include/template/letter_all.php | 2 +-
include/template/letter_prop.php | 2 +-
scenario/select-box-test.php | 66 ++++++--
unit-test/include/class/fiche.Test.php | 34 +++-
29 files changed, 689 insertions(+), 356 deletions(-)
- [Noalyss-commit] [noalyss] branch master updated (a7b8d81 -> ce0a8f8),
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 01/15: Tache 0001885: postes utilisables dans Opération ODS, Dany De Bontridder, 2021/01/25
- [Noalyss-commit] [noalyss] 08/15: New #0001887: ANCGL ajout champs numéro action, Dany De Bontridder, 2021/01/25
- [Noalyss-commit] [noalyss] 05/15: NEW #0001886: ANC/ANCIMP/ANCGL >> Export PDF, Dany De Bontridder, 2021/01/25
- [Noalyss-commit] [noalyss] 04/15: DEBUG : show file name, Dany De Bontridder, 2021/01/25
- [Noalyss-commit] [noalyss] 10/15: Improve : Select_Box , placement, Dany De Bontridder, 2021/01/25
- [Noalyss-commit] [noalyss] 02/15: Security : constructor can take info from request, Dany De Bontridder, 2021/01/25
- [Noalyss-commit] [noalyss] 03/15: Fix : PHP compatibility with count Fix : Dossier::set_current Code cleaning ,, Dany De Bontridder, 2021/01/25
- [Noalyss-commit] [noalyss] 07/15: NEW #0001886: ANC/ANCIMP/ANCGL >> Export PDF Place properly the select_box, Dany De Bontridder, 2021/01/25
- [Noalyss-commit] [noalyss] 06/15: Bug : javascript message were unavailable, Dany De Bontridder, 2021/01/25
- [Noalyss-commit] [noalyss] 09/15: Cosmetic & code cleaning, Dany De Bontridder, 2021/01/25