[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 54/107: Merge branch 'dev7109'
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 54/107: Merge branch 'dev7109' |
Date: |
Mon, 26 Aug 2019 10:31:57 -0400 (EDT) |
sparkyx pushed a commit to branch master
in repository noalyss.
commit 32722bea68ef791d829e7bbe8d00acdb367083a1
Merge: 2e74ca5 3b22021
Author: Dany De Bontridder <address@hidden>
Date: Mon Jul 29 11:00:01 2019 +0200
Merge branch 'dev7109'
html/do.php | 7 +-
html/fid_card.php | 17 +++--
html/image/fontello/fontello.eot | Bin 24888 -> 32768 bytes
html/image/fontello/fontello.svg | 52 +++++++++++++-
html/image/fontello/fontello.ttf | Bin 24720 -> 32600 bytes
html/image/fontello/fontello.woff | Bin 15328 -> 20020 bytes
html/image/fontello/fontello.woff2 | Bin 12980 -> 16944 bytes
html/index.php | 2 +-
html/js/anc_script.js | 12 ++--
html/js/scripts.js | 33 +++++++--
html/js/smoke.js | 2 +-
html/style-classic7.css | 2 +-
include/class/acc_plan_mtable.class.php | 4 +-
include/class/document_export.class.php | 9 +--
include/class/fiche.class.php | 7 +-
include/compta_ach.inc.php | 2 +-
include/compta_ven.inc.php | 2 +-
include/config.inc.example | 6 +-
include/constant.php | 2 +-
include/fiche.inc.php | 57 ++++++++-------
include/lib/ac_common.php | 22 ++++++
include/lib/config_file.php | 5 +-
include/lib/html_input.class.php | 2 +-
include/lib/icard.class.php | 8 ++-
include/lib/icon_action.class.php | 43 ++++++++++-
include/lib/itva_popup.class.php | 2 +-
include/lib/message_javascript.php | 2 +
include/lib/pdf.class.php | 24 +++++++
include/lib/select_box.class.php | 2 +-
include/lib/sendmail.class.php | 2 +-
include/sql/mod1/data.sql | 4 +-
include/template/result_cat_card_summary.php | 9 +--
scenario/icon_actionTest.php | 79 +++++++++++++++++++++
scenario/select-box-test.php | 14 ++--
sql/upgrade.sql | 1 +
unit-test/include/class/acc_account.classTest.php | 3 +-
.../include/class/acc_account_ledgerTest.class.php | 3 +-
unit-test/include/class/acc_balanceTest.class.php | 3 +-
unit-test/include/class/acc_bilanTest.class.php | 12 +++-
unit-test/include/class/acc_computeTest.class.php | 3 +-
unit-test/include/class/acc_ledgerTest.class.php | 3 +-
.../include/class/acc_ledger_finTest.class.php | 3 +-
.../class/acc_ledger_purchaseTest.class.php | 3 +-
.../include/class/acc_ledger_soldTest.class.php | 3 +-
.../include/class/acc_operationTest.class.php | 3 +-
.../include/class/acc_parm_codeTest.class.php | 3 +-
.../include/class/anc_grandlivreTest.class.php | 3 +-
unit-test/include/class/anc_keyTest.class.php | 3 +-
unit-test/include/class/anc_key_sqlTest.class.php | 3 +-
.../include/class/anc_operationTest.class.php | 3 +-
unit-test/include/class/dossierTest.class.php | 5 +-
unit-test/include/class/ficheTest.class.php | 3 +-
unit-test/include/class/userTest.class.php | 5 +-
53 files changed, 397 insertions(+), 105 deletions(-)
- [Noalyss-commit] [noalyss] 64/107: Add demo for fontello, (continued)
- [Noalyss-commit] [noalyss] 64/107: Add demo for fontello, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 75/107: Task #0001731: Moyen de paiement, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 81/107: Task #0001733: Impression moyen paiement, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 56/107: New function PDF_Core:is_fill add documentation, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 38/107: load_all must always return an array, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 67/107: SQL : add constraint for payment_method, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 44/107: fixup! fixup! Code cleaning : split database into database (for noalyss) and databasecore , with the functions, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 36/107: Bug : card cannot use a attribute of the type "card", reason : the query was wrong and there were a confusion between this->name and this->id in "get_js_attr()", Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 47/107: Improve doxygen, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 51/107: Code Cleaning split sendmail between sendmail_core (not related to noalyss) and sendmail which is used by noalyss, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 54/107: Merge branch 'dev7109',
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 59/107: #0001729: Preference : ne plus recharger la page, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 85/107: Cosmetic : Icon_Trash in Todo_List, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 80/107: translation, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 82/107: DatabaseCore fix silent when not debug, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 72/107: Improve message progress bar + translation, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 94/107: Bug : Database::fetch_all returns an array or FALSE, because of pg_fetch_all, the version PHP7 cannot use anymore a boolean with count()., Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 63/107: remove background color, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 66/107: Code cleaning : rename table mod_payment to payment_method, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 53/107: Select_Box new Object, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 55/107: Merge branch 'master' of gitlab.noalyss.eu:noalyss/noalyss, Dany De Bontridder, 2019/08/26