/[phpcompta]/phpcompta/Changelog
ViewVC logotype

Diff of /phpcompta/Changelog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.81 by sparkyx, Wed Sep 28 10:36:33 2005 UTC revision 1.82 by sparkyx, Wed Oct 26 13:21:21 2005 UTC
# Line 1  Line 1 
1    2005-10-26  sparkyx  <sparkyx@january.intra-alchimerys.be>
2    
3            * include/user_action_ach.php, include/user_action_fin.php, include/user_action_gl.php, include/user_action_ods.php, include/user_action_ven.php, include/user_common.php, include/user_menu.php, html/recherche.php, html/user_pref.php, include/fiche_inc.php:
4            Task #4857 : For the big databases a nav. bar is now implemented
5    
6    2005-10-25  sparkyx  <sparkyx@january.intra-alchimerys.be>
7    
8            * html/admin/sql/patch/ac-upgrade6.sql, include/class_user.php, html/admin_repo.php, html/user_pref.php:
9            Task #4857 : add a pagesize
10    
11            * include/class_user.php, include/postgres.php, html/admin/sql/patch/ac-upgrade6.sql, html/central.php, html/dossier_prefs.php, html/facturation.php, html/fiche.php, html/form.php, html/jrn_add.php, html/jrn_detail.php, html/jrn_op_detail.php, html/jrn_update.php, html/pcmn_update.php, html/poste_search.php, html/priv_user.php, html/recherche.php, html/stock.php, html/user_advanced.php, html/user_impress.php, html/user_login.php, html/user_pref.php, html/user_sec.php:
12            Code cleaning : preference are now in a separate table
13    
14            * html/admin/setup.php, html/admin/sql/patch/ac-upgrade6.sql, include/ac_common.php, include/class_user.php, include/user_form_ach.php, include/user_form_ven.php:
15            remove column ac_users.use_usertype from account_repository
16    
17            * include/preference.php: Improve cosmetic
18    
19    2005-10-23  sparkyx  <sparkyx@january.intra-alchimerys.be>
20    
21            * html/admin/sql/patch/downgrade7.sql:
22            Upgrade if something goes wrong
23    
24            * html/user_pref.php: Use of the object user
25    
26            * include/user_form_ach.php, include/user_form_ven.php: Code cleaning
27    
28            * include/user_common.php, include/user_action_ods.php, include/user_action_fin.php, include/user_action_ven.php, include/user_action_ach.php, include/preference.php, include/form_input.php:
29            code cleaning
30    
31            * include/class_widget.php: Add the type SPAN
32    
33            * include/class_user.php:
34            The default user preference are now in a separate table
35    
36            * html/admin/sql/patch/upgrade7.sql, html/admin/setup.php:
37            add a trigger to the database to validate the rounded value
38    
39    2005-10-22  sparkyx  <sparkyx@january.intra-alchimerys.be>
40    
41            * include/form_input.php, include/user_common.php:
42            Check_balance is done by a trigger
43    
44    2005-10-20  sparkyx  <sparkyx@january.intra-alchimerys.be>
45    
46            * contrib/test-size/simul.py:
47            Use copy from stdin instead of insert command, improve much the speed
48    
49            * contrib/test-size/simul.py: Add file header
50    
51            * contrib/test-size/readme, contrib/test-size/simul.py:
52            Add test for the performance and tuning
53    
54    2005-10-18  sparkyx  <sparkyx@january.intra-alchimerys.be>
55    
56            * html/admin/sql/patch/upgrade7.sql:
57            add a needed check on the col j_tech_per and jr_tech_per
58    
59    2005-10-16  sparkyx  <sparkyx@january.intra-alchimerys.be>
60    
61            * html/annulation.php:
62            fix bug: the j_tech_per was not updated, then the saldo was wrong
63    
64            * include/form_input.php: Fix problem in financial ledger
65    
66    2005-10-10  sparkyx  <sparkyx@january.intra-alchimerys.be>
67    
68            * html/modify_op.php, include/check_priv.php, include/jrn.php:
69            Fix : permit to see the detail of an operation if
70            the user has access to at least one legder
71    
72            * include/postgres.php:
73            Fix : Show detail of an operation if the user has access to at least
74            one ledger (case of ledger == 0 )
75    
76            * html/user_pref.php:
77            Fix problem when changing passord due to register_global off
78    
79    2005-10-05  sparkyx  <sparkyx@january.intra-alchimerys.be>
80    
81            * html/admin_repo.php, html/priv_user.php:
82            Fix bug for user creation - password
83    
84            * html/admin/sql/patch/upgrade7.sql, html/admin_repo.php:
85            Task #3108 : Domaine fix prob with modele
86    
87    2005-10-04  stanpinte  <stanpinte@january.intra-alchimerys.be>
88    
89            * doc/manuel-fr.sgml: Corrige une ou deux fautes
90    
91    2005-10-04  sparkyx  <sparkyx@january.intra-alchimerys.be>
92    
93            * AUTHORS: Correct my email
94    
95    2005-10-03  sparkyx  <sparkyx@january.intra-alchimerys.be>
96    
97            * html/annulation.php, include/constant.php:
98            Add a confirmation dialog box before canceling a writing
99    
100            * include/form_input.php: Fix problem with sequence j_grpt
101    
102  2005-09-28  sparkyx  <sparkyx@january.intra-alchimerys.be>  2005-09-28  sparkyx  <sparkyx@january.intra-alchimerys.be>
103    
104            * html/admin/setup.php, html/annulation.php:
105            Fix : the jr_id computed was wrong
106            Fix : setup.php didn't update mod
107    
108            * html/admin/sql/patch/upgrade7.sql: Index ?
109    
110            * Changelog: changelog
111    
112          * include/user_common.php, html/annulation.php:          * include/user_common.php, html/annulation.php:
113          Improve : when nullify an operation thanks a reversed operation          Improve : when nullify an operation thanks a reversed operation
114                    both operations are now bound thanks the "concerned operation"                    both operations are now bound thanks the "concerned operation"
# Line 1598  Line 1707 
1707          New documentation          New documentation
1708          task 3106          task 3106
1709    
1710          * sql/tva_rate.sql, sql/ac_users.sql, sql/dos_pref.sql, sql/fiche.sql, sql/journal.sql, sql/jrn_action.sql, include/user_common.php, include/preference.php, include/user_action_ach.php, include/user_action_ven.php, include/user_menu.php, include/ac_common.php, include/constant.php, include/fiche_inc.php, include/form_input.php, include/jrn.php, html/compta.php, html/enc_jrn.php, html/impress.php, html/jrn_op_detail.php, html/jrn_search.php, html/print_invoice.php, html/show_tva.php, html/user_advanced.php, html/win_search_jrn.js:          * sql/tva_rate.sql, sql/ac_users.sql, sql/dos_pref.sql, sql/fiche.sql, sql/journal.sql, sql/jrn_action.sql, include/user_common.php:
1711            Creation of the interface USER
1712    
1713            * include/user_action_ach.php: Correct the vat label
1714    
1715            * include/preference.php, include/user_action_ven.php, include/user_menu.php, include/ac_common.php, include/constant.php, include/fiche_inc.php, include/form_input.php, include/jrn.php, html/compta.php, html/enc_jrn.php, html/impress.php, html/jrn_op_detail.php, html/jrn_search.php, html/print_invoice.php, html/show_tva.php, html/user_advanced.php, html/win_search_jrn.js:
1716          Creation of the interface USER          Creation of the interface USER
1717    
1718          * style-light.css: new class div.u_redcontent          * style-light.css: new class div.u_redcontent
# Line 1683  Line 1797 
1797    
1798          * include/form_input.php: Form for the user profile          * include/form_input.php: Form for the user profile
1799    
1800          * html/impress.php, html/jrn_add.php, html/jrn_detail.php, include/ac_common.php, include/constant.php, include/fiche_inc.php, include/jrn.php, include/user_action_ven.php:          * html/impress.php, html/jrn_add.php, html/jrn_detail.php, include/ac_common.php, include/constant.php, include/fiche_inc.php, include/jrn.php:
1801          Continue work for user profile          Continue work for user profile
1802    
1803            * include/user_action_ven.php: Correct the vat label
1804    
1805          * style-elegant.css, style-light.css, style.css, style-aqua.css:          * style-elegant.css, style-light.css, style.css, style-aqua.css:
1806          New style mtitle2          New style mtitle2
1807    

Legend:
Removed from v.1.81  
changed lines
  Added in v.1.82

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26