/[phpcompta]/phpcompta/doc/function.txt
ViewVC logotype

Diff of /phpcompta/doc/function.txt

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

revision 1.8 by sparkyx, Wed Jun 22 20:28:07 2005 UTC revision 1.9 by sparkyx, Mon Jul 4 18:34:01 2005 UTC
# Line 20  Line 20 
20  ************************* File = form_csv.php ****************  ************************* File = form_csv.php ****************
21  ************************* File = form_pdf.php ****************  ************************* File = form_pdf.php ****************
22  ************************* File = form.php ****************  ************************* File = form.php ****************
23    ************************* File = f.php ****************
24    ************************* File = g.php ****************
25  ************************* File = html_balance.php ****************  ************************* File = html_balance.php ****************
26  ************************* File = index.php ****************  ************************* File = index.php ****************
27  ************************* File = jrn_add.php ****************  ************************* File = jrn_add.php ****************
# Line 50  Line 52 
52  ************************* File = show_tva.php ****************  ************************* File = show_tva.php ****************
53  ************************* File = stock.php ****************  ************************* File = stock.php ****************
54  ************************* File = test.php ****************  ************************* File = test.php ****************
55    ************************* File = t.php ****************
56  ************************* File = user_advanced.php ****************  ************************* File = user_advanced.php ****************
57  ************************* File = user_compta.php ****************  ************************* File = user_compta.php ****************
58  ************************* File = user_impress.php ****************  ************************* File = user_impress.php ****************
# Line 195  ac_common.php  * gen : Line 198  ac_common.php  * gen :
198  ac_common.php  *        -  ac_common.php  *        -
199  ac_common.php  * return: string  ac_common.php  * return: string
200  ac_common.php  */  ac_common.php  */
201    ac_common.php /* function getPeriodeFromDate
202    ac_common.php  **************************************************
203    ac_common.php  * Purpose : Return the period corresponding to the
204    ac_common.php  *           date
205    ac_common.php  *        
206    ac_common.php  * parm :
207    ac_common.php  *        - p_cn database connection
208    ac_common.php  *      - the date 'MM.YYYY'
209    ac_common.php  * gen :
210    ac_common.php  *        - none
211    ac_common.php  *
212    ac_common.php  * return:
213    ac_common.php  *       parm_periode.p_id
214    ac_common.php  */
215  ************************* File = balance.php ****************  ************************* File = balance.php ****************
216  ************************* File = central_inc.php ****************  ************************* File = central_inc.php ****************
217  central_inc.php /* function Centralise  central_inc.php /* function Centralise
# Line 356  class_poste.php    * return: Line 373  class_poste.php    * return:
373  class_poste.php    *    - none  class_poste.php    *    - none
374  class_poste.php    *  class_poste.php    *
375  class_poste.php    */  class_poste.php    */
376    class_poste.php   /* function GetSolde
377    class_poste.php    * Purpose : give the balance of an account
378    class_poste.php    *
379    class_poste.php    * parm :
380    class_poste.php    *      - cond
381    class_poste.php    * gen :
382    class_poste.php    *    - none
383    class_poste.php    * return:
384    class_poste.php    *      - balance of the account
385    class_poste.php    *
386    class_poste.php    */
387  ************************* File = class_user.php ****************  ************************* File = class_user.php ****************
388  class_user.php /* function CheckAdmin  class_user.php /* function CheckAdmin
389  class_user.php  **************************************************  class_user.php  **************************************************
# Line 492  fiche_inc.php  *       - none Line 520  fiche_inc.php  *       - none
520  fiche_inc.php  * return:  fiche_inc.php  * return:
521  fiche_inc.php  *        - none  fiche_inc.php  *        - none
522  fiche_inc.php  *  fiche_inc.php  *
523    fiche_inc.php  * NOTE STAN: je ne trouve pas le nom "EncodeFiche" super claire pour une fonction qui affiche les détails d'une fiche...
524    fiche_inc.php  * on ne changerait pas en "DisplayFiche" ?
525    fiche_inc.php  *
526  fiche_inc.php  */  fiche_inc.php  */
527  fiche_inc.php /* function GetBaseFiche  fiche_inc.php /* function GetBaseFiche
528  fiche_inc.php  ***************************************************  fiche_inc.php  ***************************************************
# Line 1315  impress_inc.php  *     - array sum (deb) sum Line 1346  impress_inc.php  *     - array sum (deb) sum
1346  impress_inc.php  *  impress_inc.php  *
1347  impress_inc.php  */  impress_inc.php  */
1348  impress_inc.php /* function ParseFormula  impress_inc.php /* function ParseFormula
1349    impress_inc.php  * Purpose Parse a formula
1350    impress_inc.php  *
1351    impress_inc.php  * parm :
1352    impress_inc.php  *      - $p_cn connexion
1353    impress_inc.php  *      - $p_label
1354    impress_inc.php  *      - $p_formula
1355    impress_inc.php  * gen :
1356    impress_inc.php  *      - none
1357    impress_inc.php  * return:
1358    impress_inc.php  *      - array
1359    impress_inc.php  *
1360    impress_inc.php  */
1361    impress_inc.php /* function GetFormulaValue
1362  impress_inc.php  * Purpose : Parse the formula contained in the fo_formula  impress_inc.php  * Purpose : Parse the formula contained in the fo_formula
1363  impress_inc.php  *           field and return a array containing all the columns  impress_inc.php  *           field and return a array containing all the columns
1364  impress_inc.php  *  impress_inc.php  *
# Line 1652  poste.php  * Line 1696  poste.php  *
1696  poste.php  * parm :  poste.php  * parm :
1697  poste.php  *    -  connection  poste.php  *    -  connection
1698  poste.php  *      - account  poste.php  *      - account
1699    poste.php  *      - cond
1700  poste.php  * gen :  poste.php  * gen :
1701  poste.php  *    - none  poste.php  *    - none
1702  poste.php  * return:  poste.php  * return:

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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