noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] branch devel updated (98390d4d4 -> ead8d5f23)


From: dwm
Subject: [Noalyss-commit] [noalyss] branch devel updated (98390d4d4 -> ead8d5f23)
Date: Sat, 6 Jan 2024 05:59:13 -0500 (EST)

sparkyx pushed a change to branch devel
in repository noalyss.

    from 98390d4d4 Fix merge issue
     new 772ff248c Code : change filename
     new 934e0c0a3 PHP Compatibility
     new 17302884c PHP 8.0 Minimum
     new 51ea645a3 cosmetic info password
     new 9ecd10dcb Bug cosmetic : when update in a window
     new 469735b79 PHP 8.2 compatibility
     new 4e76a652d Improve Debug
     new 9a4cfeb2d typo
     new e23270877 Fix Bug Balance Accountancy
     new c0c8548c5 cosmetic : color info password
     new bf822d3c0 PHP8.1 Compatibility
     new 7a84161b5 Fix bug : $g_parameter non initialisé pour plugin
     new e58c2ae37 Code improve : Acc_Balance utilise PDF_CORE::is_fill
     new 65a6d1b14 Improve Code : permet d'avoir plusieurs couleurs sur une 
ligne
     new 3817deb49 TFPDF mise à jour 1.33
     new 9bc39834d Improve : PRINTJRN search in one line mode
     new 7470954f0 Improve : PRINTJRN search in detail VAT mode
     new 6d053fe5e PHP8.1 Compatibility
     new a77dfacbf 0002317: Paiement : forcer la fiche pour les banques
     new fe6b45c42 Bug fix : sent emails not counted properly
     new 682e28317 PhpUnit : test
     new cafeec15f Task #0002318: Envoi email : forcer le domaine de 
l'expéditeur Adapter le fichier config
     new 15be1c4e6 Task #1749: Cases «Débit» dans les OD's fait remarquer si 
débit ou crédit
     new 54e3a654d Task #1749: Cases «Débit» dans les OD's fait remarquer si 
débit ou crédit
     new c8e96a7f7 fixup! Task #1749: Cases «Débit» dans les OD's fait 
remarquer si débit ou crédit
     new f693f11b9 fixup! fixup! Task #1749: Cases «Débit» dans les OD's fait 
remarquer si débit ou crédit
     new a0f4d18d6 fixup! fixup! Task #1749: Cases «Débit» dans les OD's fait 
remarquer si débit ou crédit
     new 9cc01d678 Task #0002219 PHP 8.1 Compatibility
     new ead8d5f23 Cosmetic Totaux OD

The 29 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                        |    3 +-
 html/extension.raw.php                             |    5 +
 html/install.php                                   |    6 +-
 html/js/acc_ledger.js                              |   15 +-
 html/js/noalyss_checkbox.js                        |   65 +-
 html/securimage/securimage.php                     |    2 +-
 include/admin_repo.inc.php                         |    1 +
 include/backup.inc.php                             |    2 +
 include/balance.inc.php                            |    1 +
 include/class/acc_balance.class.php                |    2 +-
 include/class/acc_ledger.class.php                 |   17 +-
 include/class/acc_ledger_fin.class.php             |    3 +-
 include/class/acc_ledger_history_generic.class.php |    4 +-
 include/class/acc_ledger_purchase.class.php        |   23 +-
 include/class/acc_ledger_sale.class.php            |   27 +-
 include/class/calendar.class.php                   |    3 +-
 include/class/document_export.class.php            |    2 +-
 include/class/dossier.class.php                    |    6 +
 include/class/print_ledger_detail_item.class.php   |   20 +-
 include/class/sendmail.class.php                   |   39 +
 include/config.inc.example                         |    5 +-
 include/constant.php                               |    1 +
 include/export/export_balance_csv.php              |   17 +-
 include/export/export_balance_pdf.php              |    8 +-
 include/lib/ac_common.php                          |    2 +-
 include/lib/config_file.php                        |  276 +++--
 include/lib/pdf_core.class.php                     |   27 +-
 include/lib/select_box.class.php                   |    2 +-
 include/lib/sendmail_core.class.php                |    4 +-
 include/opening.inc.php                            |    2 +-
 include/operation_ods_new.inc.php                  |   58 +-
 ...yment_middle.inc.php => payment_method.inc.php} |    0
 include/recover.php                                |    2 +-
 .../acc_ledger_history_financial_oneline.php       |    4 +-
 .../acc_ledger_history_purchase_detail.php         |    1 +
 .../acc_ledger_history_purchase_oneline.php        |   19 +-
 .../template/acc_ledger_history_sale_detail.php    |    2 +
 .../template/acc_ledger_history_sale_extended.php  |    4 +-
 .../template/acc_ledger_history_sale_oneline.php   |   17 +-
 include/template/ledger_detail_bottom.php          |    4 +-
 include/tfpdf/tfpdf.php                            | 1174 +++++++++++---------
 include/user.inc.php                               |   17 +-
 include/user_detail.inc.php                        |    2 +-
 sql/upgrade.sql                                    |    2 +
 .../include/class/acc_ledger_purchaseTest.php      |   97 ++
 unit-test/include/class/acc_ledger_saleTest.php    |   90 +-
 ...r.Test.php => noalyss_parameter_folderTest.php} |    0
 unit-test/include/class/pdf_anc_acc_listTest.php   |    4 +-
 unit-test/include/class/sendmailTest.php           |  187 ++++
 49 files changed, 1487 insertions(+), 787 deletions(-)
 rename include/{payment_middle.inc.php => payment_method.inc.php} (100%)
 rename unit-test/include/class/{noalyss_parameter_folder.Test.php => 
noalyss_parameter_folderTest.php} (100%)
 create mode 100644 unit-test/include/class/sendmailTest.php



reply via email to

[Prev in Thread] Current Thread [Next in Thread]