noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] branch master updated (bc168d2 -> fdf9df4)


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] branch master updated (bc168d2 -> fdf9df4)
Date: Wed, 4 Nov 2020 11:08:36 -0500 (EST)

sparkyx pushed a change to branch master
in repository noalyss.

    from bc168d2  Tache #0001859: PARAM/CFGDOC : icone fermer + bouton
     new 7464064  Nouvelle balises
     new 4eb86ba  Sort by earliest one
     new 3416e51  FollowUp : nouvelle balises HOUR , GROUPMGMT , PRIORITY
     new e248fee  Followup : change moyenne par normale
     new 86b6749  Balise : nouveau STATUS , etat du document
     new 92ff23d  Compta analytique : ajout du tiers dans Grand'Livre
     new d8c068c  0001827: Delta des opérations liées basé sur le montant d'une 
seule opération
     new a8530b1  FollowUp commentaire unique et modifiable
     new 2a5581b  Adapt for Textarea
     new 9187463  Correct SQL script
     new 6952f87  Style : improve h2
     new 0f4b05a  Suivi : description modifiable
     new 47d9a08  Balise Document_Type
     new 0ca583f  cosmetic : set the total and compute button outside of the 
frame
     new c4d8630  Document_State : rewriting
     new df9d424  Security Can_Request log the security for Ajax
     new 9a03147  Security For document_state and tag_group
     new 525cecc  Follow UP detail do not show the "Add Rows button" in READ 
mode
     new c3e06e4  Predefined Operation filter by ledger
     new 4553814  Cosmetic Admin List Folders : add close button
     new 86d85a3  cosmetic , remove myfiedset class, unclosed tag , the title 
comment is not show if there is no comment
     new 3a177e4  Cosmetic
     new e5b8e5a  Cosmetic : ledger name
     new 4f1d78b  Contact : navigation bar was not correct
     new 0997407  cosmetic : waiting box
     new 86aedf7  Cosmetic : add waiting box when searching by card category 
for Management customer, supplier,...
     new d1d5be2  code : fix deprecated unparenthized (a)?b:c?e:x
     new 5b75b81  Task #0001861: Plage de cases à cocher
     new fdf9df4  Merge branch 'checkbox-range'

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/ajax_misc.php                                 |   8 +-
 html/js/card.js                                    |   3 +
 html/js/noalyss_checkbox.js                        |  84 +++++++
 html/js/scripts.js                                 |   4 +-
 html/style-classic7.css                            |  17 +-
 include/adm.inc.php                                |   2 +-
 include/ajax/ajax_add_concerned_card.php           |   3 +-
 ...{ajax_tag_group.php => ajax_document_state.php} |  37 +--
 include/ajax/ajax_follow_up.php                    |  62 +++++
 include/ajax/ajax_tag_group.php                    |   9 +-
 include/bank.inc.php                               |   2 +-
 include/cfgledger.inc.php                          |   4 +-
 include/class/acc_ledger_fin.class.php             |   2 +-
 include/class/acc_ledger_search.class.php          |   1 +
 .../class/action_document_type_mtable.class.php    |  21 +-
 include/class/anc_grandlivre.class.php             |  27 +-
 include/class/contact.class.php                    |   2 +-
 include/class/document.class.php                   | 276 ++++++++++++++++++---
 include/class/document_option.class.php            |  35 ++-
 include/class/document_state_mtable.php            |  58 +++++
 include/class/follow_up.class.php                  |   8 +-
 include/class/user.class.php                       |   5 +-
 include/compta_fin.inc.php                         |   2 +-
 include/compta_fin_rec.inc.php                     |  47 +++-
 include/compta_ods.inc.php                         |   2 +-
 include/contact.inc.php                            |   7 +-
 include/customer.inc.php                           |   2 +-
 ..._sql.class.php => document_state_sql.class.php} |  32 +--
 include/doc_state.inc.php                          |  48 +---
 include/history_operation.inc.php                  |   6 +-
 include/lib/function_javascript.php                |   1 +
 include/lib/icheckbox.class.php                    |  29 ++-
 include/lib/inplace_edit.class.php                 |  41 ++-
 include/manager.inc.php                            |   2 +-
 include/opening.inc.php                            |   2 +-
 include/operation_ods_confirm.inc.php              |   2 +-
 include/operation_ods_new.inc.php                  |   2 +-
 include/preod.inc.php                              |  23 +-
 include/sql/patch/upgrade148.sql                   |   2 +-
 include/supplier.inc.php                           |   2 +-
 .../template/action_document_type_mtable_input.php |  16 ++
 include/template/balance_aged_result.php           |  10 +-
 include/template/detail-action.php                 | 176 +++++++++----
 include/template/fiche_list.php                    |   9 +-
 include/template/folder_display.php                |   4 +-
 include/template/follow_up_detail_display.php      |   4 +-
 include/template/form_ledger_detail.php            |   2 +-
 include/template/form_ledger_fin.php               |   2 +-
 include/template/ledger_detail_bottom.php          |  20 +-
 include/template/ledger_detail_fin.php             |   2 +-
 include/template/predf_ledger_detail.php           |   2 +-
 scenario/HtmlInput.test.php                        |  41 ++-
 52 files changed, 981 insertions(+), 229 deletions(-)
 create mode 100644 html/js/noalyss_checkbox.js
 copy include/ajax/{ajax_tag_group.php => ajax_document_state.php} (65%)
 create mode 100644 include/class/document_state_mtable.php
 copy include/database/{document_type_sql.class.php => 
document_state_sql.class.php} (70%)



reply via email to

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