noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] branch master updated (9d5d626 -> 8bd9ba4)


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] branch master updated (9d5d626 -> 8bd9ba4)
Date: Wed, 11 Nov 2020 10:23:39 -0500 (EST)

sparkyx pushed a change to branch master
in repository noalyss.

    from 9d5d626  Bug : follow-up , add a new security against the duplicate 
for Follo_Up reference (ag_ref)
     new 56e178d  Cosmetic : use H2
     new ab54f85  HtmlInput::anchor, needs a javascript:void(0)
     new 4e8a180  Compatibility edge
     new 91a8347  Minor : remove warning and typo
     new fb1ade4  Follow_Up : other card, change presentation, use a button 
instead of displaying a lot of cells , one per card, the button calls a dialog 
box with the list of other cards
     new 656ab45  Tag : add color to tags
     new 085efd0  task #0001697: Extension usage des étiquettes , tag on 
operation + export CSV + filter
     new e5d6011  Tag sorted alphabetically
     new 2f24262  Export FollowUp option doesn't work
     new 1bad9db  Bug : display unused other card options
     new 008495a  Bug : error end-of-file
     new 536bba4  Bug : followup detail operation:  price Purchase or Sale, 
amount_from_type lost when searching , because exists in double
     new 8bd9ba4  minor changes : remove commented code, add new color for tags

The 13 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                                 |  10 +-
 html/js/acc_ledger.js                              |  26 ++-
 html/js/card.js                                    |  66 +++++-
 html/js/scripts.js                                 | 159 ++++++++++++++-
 html/recherche.php                                 |  12 +-
 html/style-classic.css                             |  86 ++++++++
 html/style-classic7.css                            | 158 +++++++++++++++
 html/style-light.css                               |  87 ++++++++
 include/ajax/ajax_action_concerned_list.php        |  66 ++++++
 include/ajax/ajax_action_remove_concerned.php      |  18 +-
 include/ajax/ajax_action_save_concerned.php        |   8 +-
 include/ajax/ajax_card.php                         |   8 +-
 include/ajax/ajax_ledger.php                       |   1 +
 include/ajax/ajax_operation_tag.php                | 166 +++++++++++++++
 include/ajax/ajax_save_card_option.php             |   7 +-
 include/ajax/ajax_search_add_tag.php               |   8 +-
 include/ajax/ajax_search_clear_tag.php             |   4 +-
 include/ajax/ajax_search_display_tag.php           |  23 ++-
 include/ajax/ajax_search_filter.php                |  42 +++-
 include/ajax/ajax_tag_add_action.php               |   2 +-
 include/ajax/ajax_tag_detail.php                   |  20 +-
 include/ajax/ajax_tag_list.php                     |  10 +-
 include/ajax/ajax_tag_select_search.php            |   4 +-
 include/class/acc_ledger_search.class.php          |  27 ++-
 include/class/document.class.php                   |   2 +-
 include/class/follow_up.class.php                  |  87 ++------
 include/class/follow_up_other_concerned.class.php  | 224 +++++++++++++++++++++
 include/class/tag.class.php                        |  73 +++----
 include/class/tag_action.class.php                 |  94 +++++++++
 include/class/tag_operation.class.php              | 199 ++++++++++++++++++
 include/constant.php                               |   2 +-
 include/database/tag_sql.class.php                 |   2 +
 include/database/user_filter_sql.class.php         |   5 +
 include/export/export_follow_up_contact_csv.php    |   2 +-
 include/history_operation.inc.php                  |  13 +-
 include/impress_gl_comptes.inc.php                 |   2 +-
 include/impress_poste.inc.php                      |   8 +-
 include/lib/html_input.class.php                   |  20 +-
 include/sql/patch/upgrade150.sql                   |  15 ++
 .../template/action_document_type_mtable_input.php |   2 +-
 include/template/action_other_action.php           |   8 +-
 include/template/action_search.php                 |   6 +-
 include/template/detail-action.php                 |   9 +-
 .../follow_up_other_concerned_display_table.php    |  71 +++++++
 include/template/ledger_detail_bottom.php          |  19 +-
 include/template/ledger_search.php                 |  37 +++-
 include/template/tag_detail.php                    |  27 ++-
 include/template/tag_list.php                      |   2 +-
 include/template/tag_select.php                    |  21 +-
 unit-test/create-dossier-test.sh                   |   3 +-
 50 files changed, 1754 insertions(+), 217 deletions(-)
 create mode 100644 include/ajax/ajax_action_concerned_list.php
 create mode 100644 include/ajax/ajax_operation_tag.php
 create mode 100644 include/class/follow_up_other_concerned.class.php
 create mode 100644 include/class/tag_action.class.php
 create mode 100644 include/class/tag_operation.class.php
 create mode 100644 include/sql/patch/upgrade150.sql
 create mode 100644 include/template/follow_up_other_concerned_display_table.php



reply via email to

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