Commit graph

14 commits

Author SHA1 Message Date
Dany De Bontridder
0e5fcddfc1 Reformat the code with
- astyle --style=ansi
Broke : the <<<<EOF
.
2010-09-14 15:27:31 +00:00
Dany De Bontridder
32f2ed8693 Add an delete and reverse method to Acc_Ledger 2010-07-03 14:14:48 +00:00
Dany De Bontridder
110335b08c Merged revisions 3264-3278 via svnmerge from
file:///home/developper/svn/phpcompta/branches/rel510

........
  r3268 | danydb | 2010-06-03 00:41:59 +0200 (Thu, 03 Jun 2010) | 1 line
  
  Add script for creating class based on a table
........
  r3269 | danydb | 2010-06-03 00:42:51 +0200 (Thu, 03 Jun 2010) | 1 line
  
  Add script for creating class based on a table
........
  r3271 | danydb | 2010-06-03 22:01:05 +0200 (Thu, 03 Jun 2010) | 10 lines
  
  remove obsolete comment
  =======================
  include/class_lettering.php 
  
  Improve generation of PHP Class for a table
  ===========================================
  dev/create_phpclass.py   
  dev/create_file_table.sql
........
  r3272 | danydb | 2010-06-03 22:30:59 +0200 (Thu, 03 Jun 2010) | 2 lines
  
  remove obsolete
........
  r3273 | danydb | 2010-06-03 22:38:28 +0200 (Thu, 03 Jun 2010) | 1 line
  
  create_phpclass.php improve it
........
  r3274 | danydb | 2010-06-04 01:06:20 +0200 (Fri, 04 Jun 2010) | 2 lines
  
  create_phpclass : add insert, new comment, fix load function
........
  r3275 | danydb | 2010-06-04 14:02:59 +0200 (Fri, 04 Jun 2010) | 1 line
  
  add doc
........
  r3276 | danydb | 2010-06-04 14:44:55 +0200 (Fri, 04 Jun 2010) | 1 line
  
  Generate child object
........
  r3277 | danydb | 2010-06-09 15:57:54 +0200 (Wed, 09 Jun 2010) | 1 line
  
  Remove useless transform.py
........
  r3278 | danydb | 2010-06-09 15:58:26 +0200 (Wed, 09 Jun 2010) | 1 line
  
  Housekeeping : create subfolders
........
2010-06-09 13:58:58 +00:00
Dany De Bontridder
17a8b3c777 Merged revisions 3235-3245 via svnmerge from
file:///home/developper/svn/phpcompta/branches/rel510

........
  r3236 | danydb | 2010-05-21 20:43:57 +0200 (Fri, 21 May 2010) | 1 line
  
  change place button exit
........
  r3237 | danydb | 2010-05-21 20:44:11 +0200 (Fri, 21 May 2010) | 1 line
  
  change place button exit
........
  r3238 | danydb | 2010-05-21 20:44:54 +0200 (Fri, 21 May 2010) | 1 line
  
  cosmetic : Button appearance button
........
  r3239 | danydb | 2010-05-21 20:46:01 +0200 (Fri, 21 May 2010) | 1 line
  
  Print : add receipt# for cat. of card
........
  r3240 | danydb | 2010-05-21 20:46:19 +0200 (Fri, 21 May 2010) | 1 line
  
  Update documentation
........
  r3241 | danydb | 2010-05-21 21:05:51 +0200 (Fri, 21 May 2010) | 1 line
  
  add function sql_string to protect 
........
  r3242 | danydb | 2010-05-22 00:50:31 +0200 (Sat, 22 May 2010) | 1 line
  
  bug in sql_string function : typo
........
  r3243 | danydb | 2010-05-22 12:03:49 +0200 (Sat, 22 May 2010) | 1 line
  
  Fix problem with quote for the TMP_PCMN function (ajax search accounting + add / remove and modify accounting)
........
  r3244 | danydb | 2010-05-22 12:27:19 +0200 (Sat, 22 May 2010) | 2 lines
  
  Bug in ajax_poste : change set_value(pcm_val,pcm_lib) by set_value(pcm_val,g('lib').innerHTML)
........
  r3245 | danydb | 2010-05-24 21:33:53 +0200 (Mon, 24 May 2010) | 2 lines
  
  Fix bug card cannot move due to a typo in Fiche::move_to function
........
2010-05-25 14:35:08 +00:00
Dany De Bontridder
2059ddb70e Remove $_REQUEST[PHPSESSID] it is now replaced by the cookie
a flag in .htaccess must be set
php_flag session.use_only_cookies on
php_flag session.use_cookies 1
2010-05-11 23:30:03 +00:00
Dany De Bontridder
6e8f4b0e10 New : new print for the category of card (supplier, customer), either a summary or a history with or without lettering 2010-05-02 20:42:31 +00:00
Dany De Bontridder
a85ad78130 Lettering
=========
Add the concerned operation + detail
2010-04-28 12:45:43 +00:00
Dany De Bontridder
18b708c4ca Improve aspect detail operations
Fix bug in IE, because prototype.js was included twice
Add a popup to see detail of operations (both in list of operation and details)
2010-04-27 23:28:04 +00:00
Dany De Bontridder
207033ee08 Lettering
=========
Added in the GESTION part, for the customer + supplier

Improve cosmetic
2010-04-27 22:03:07 +00:00
Dany De Bontridder
101b00a015 Lettering : improve doc 2010-04-27 19:12:49 +00:00
Dany De Bontridder
19fb21345a Improve documentation and add a new method for HtmlInput : make_object for javascript 2010-04-27 14:45:29 +00:00
Dany De Bontridder
f00f8ffe0b Lettering for account and card are now finished 2010-04-26 21:29:48 +00:00
Dany De Bontridder
8460d164db Do not permit to choose something letter somewhere letter 2010-04-25 19:34:50 +00:00
Dany De Bontridder
2e4b5f9f36 Lettering
=========
Added as menu in "Comptabilité"
not finished
2010-04-25 19:19:26 +00:00