noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] branch master updated (59e76cb -> 5864835)


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] branch master updated (59e76cb -> 5864835)
Date: Thu, 02 Oct 2014 14:23:06 +0000

sparkyx pushed a change to branch master
in repository noalyss.

      from  59e76cb   Database::make_array ajoute un paramètre dans le cas où 
le SQL admet une condition
       new  f1c1f9b   Ajout des clef de répartition pour la comptabilité 
analytique
       new  0f7152e   Ajout des clef de répartition pour la comptabilité 
analytique
       new  4fcf421   Database::make_array ajoute un paramètre dans le cas où 
le SQL admet une condition
       new  59d9387   Documentation
       new  54c7ec9   Possibilité d'utiliser la comptabilité analytique en mode 
linéaire (non croisée) Task #1020 - Comptabilité analytique : utilisation non 
croisée des plans
       new  da1a29a   Possibilité d'utiliser la comptabilité analytique en mode 
linéaire (non croisée) Task #1020 - Comptabilité analytique : utilisation non 
croisée des plans
       new  004676e   Javascript script : posY
       new  8ff0a76   Add new keys
       new  9a0c52c   Distribution key : add button new
       new  e43be1e   Distribution key ; bug cosmetique, rappel des valeurs 
incorrectes
       new  30e58ed   Distribution key ; bouton ajout ligne Task #1021 - 
Comptabilité analytique : clef de répartition : bouton ajout
       new  d4df471   Add documentation add_row_key Task #1021 - Comptabilité 
analytique : clef de répartition : bouton ajout
       new  985eeec   Add documentation add_row_key, remove secund parameter
       new  304d3d4   remove debug info
       new  00e7bb4   add script for table Distribution keys
       new  dd26442   Add p_jrn is the bottom of the popup, to allow the use of 
distribution key
       new  b465029   remove debug info
       new  a10f9de   Allow to display table without button
       new  4b1d252   fix several bugs : when adding new keys or new rows in a 
key Task #1021 - Comptabilité analytique : clef de répartition : bouton ajout
       new  308f4fd   Cosmetique : alignement colonne pourcent
       new  7fbb564   Ajout fonction pour calculer pourcentage répartition clef
       new  01ecfb8   Ajout fonction pour calculer pourcentage répartition clef
       new  e9bc314   New Version of prototype.js
       new  b8bcb2f   Task #0001030: PRINTBAL : mettre le numéro de compte en 
première colonne Task #1030 - PRINTBAL : mettre le numéro de compte en première 
colonne
       new  cc1bf88   Task #1029: PRINTBAL : année précédente dans une autre 
couleur Task #1029 - PRINTBAL : année précédente dans une autre couleur
       new  23472ad   Task #1024 : add a message Task #1024 - Comptabiltié 
analytique : table activité lors confirmation
       new  5864835   Task #1024 : add a message Task #1024 - Comptabiltié 
analytique : table activité lors confirmation

The 27 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 doc/manuel-fr.odt                                  |  Bin 102846 -> 102895 
bytes
 html/ajax_misc.php                                 |   13 +
 html/do.php                                        |    1 -
 html/js/anc_script.js                              |  147 ++-
 html/js/infobulle.js                               |    3 +-
 html/js/prototype.js                               | 2597 ++++++++++++--------
 html/style-classic.css                             |   41 +
 ...ax_mod_document.php => ajax_anc_key_choice.php} |   43 +-
 ...x_mod_document.php => ajax_anc_key_compute.php} |   53 +-
 include/anc_key.inc.php                            |   72 +
 include/balance.inc.php                            |   20 +-
 include/class_anc_account.php                      |    2 +-
 include/class_anc_key.php                          |  352 +++
 include/class_anc_key_sql.php                      |  155 ++
 include/class_anc_operation.php                    |  118 +-
 include/template/anc_key_display_choice.php        |   47 +
 include/template/anc_key_display_list.php          |   57 +
 include/template/anc_key_input.php                 |  212 ++
 include/template/ledger_detail_bottom.php          |    2 +
 sql/upgrade.sql                                    |   37 +
 20 files changed, 2815 insertions(+), 1157 deletions(-)
 copy include/{ajax_mod_document.php => ajax_anc_key_choice.php} (56%)
 copy include/{ajax_mod_document.php => ajax_anc_key_compute.php} (54%)
 create mode 100644 include/anc_key.inc.php
 create mode 100644 include/class_anc_key.php
 create mode 100644 include/class_anc_key_sql.php
 create mode 100644 include/template/anc_key_display_choice.php
 create mode 100644 include/template/anc_key_display_list.php
 create mode 100644 include/template/anc_key_input.php



reply via email to

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