/[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.7 by sparkyx, Sat May 7 21:14:30 2005 UTC revision 1.8 by sparkyx, Wed Jun 22 20:28:07 2005 UTC
# Line 17  Line 17 
17  ************************* File = fiche_new.php ****************  ************************* File = fiche_new.php ****************
18  ************************* File = fiche.php ****************  ************************* File = fiche.php ****************
19  ************************* File = fiche_search.php ****************  ************************* File = fiche_search.php ****************
20    ************************* File = form_csv.php ****************
21    ************************* File = form_pdf.php ****************
22  ************************* File = form.php ****************  ************************* File = form.php ****************
23  ************************* File = html_balance.php ****************  ************************* File = html_balance.php ****************
24  ************************* File = index.php ****************  ************************* File = index.php ****************
# Line 180  ac_common.php  * gen : Line 182  ac_common.php  * gen :
182  ac_common.php  *        - none  ac_common.php  *        - none
183  ac_common.php  * return: a double array [value,label]  ac_common.php  * return: a double array [value,label]
184  ac_common.php  */  ac_common.php  */
185    ac_common.php /* function getPeriodeName
186    ac_common.php  **************************************************
187    ac_common.php  * Purpose : Show the periode which found thanks its
188    ac_common.php  *           id
189    ac_common.php  *        
190    ac_common.php  * parm :
191    ac_common.php  *        - $p_cn database connection
192    ac_common.php  *      - p_id
193    ac_common.php  *      - Start or end
194    ac_common.php  * gen :
195    ac_common.php  *        -
196    ac_common.php  * return: string
197    ac_common.php  */
198  ************************* File = balance.php ****************  ************************* File = balance.php ****************
199  ************************* File = central_inc.php ****************  ************************* File = central_inc.php ****************
200  central_inc.php /* function Centralise  central_inc.php /* function Centralise
# Line 309  class_fiche.php  * gen : Line 324  class_fiche.php  * gen :
324  class_fiche.php  *      - none  class_fiche.php  *      - none
325  class_fiche.php  * return: an array of fiche_def object  class_fiche.php  * return: an array of fiche_def object
326  class_fiche.php  */  class_fiche.php  */
327    ************************* File = class_form.php ****************
328  ************************* File = class_jrn.php ****************  ************************* File = class_jrn.php ****************
329  class_jrn.php /* function GetRow  class_jrn.php /* function GetRow
330  class_jrn.php  * Purpose : Get The data for the pdf printing  class_jrn.php  * Purpose : Get The data for the pdf printing
# Line 1908  stock_inc.php  * purpose return the quan Line 1924  stock_inc.php  * purpose return the quan
1924  stock_inc.php  *  stock_inc.php  *
1925  stock_inc.php  * Return number or NULL  stock_inc.php  * Return number or NULL
1926  stock_inc.php  */  stock_inc.php  */
1927    ************************* File = top_menu_compta.php ****************
1928    top_menu_compta.php /* function ShowMenu
1929    top_menu_compta.php  * Purpose : Show The login menu
1930    top_menu_compta.php  *
1931    top_menu_compta.php  * parm :
1932    top_menu_compta.php  *  - $p_admin 1 if admin
1933    top_menu_compta.php  *      - $p_item item to add
1934    top_menu_compta.php  * gen :
1935    top_menu_compta.php  *  - none
1936    top_menu_compta.php  * return:
1937    top_menu_compta.php  *  - nothing
1938    top_menu_compta.php  *
1939    top_menu_compta.php  */
1940    top_menu_compta.php /* function ShowMenuCompta
1941    top_menu_compta.php  * Purpose : Montre le menu du haut
1942    top_menu_compta.php  *
1943    top_menu_compta.php  * parm :
1944    top_menu_compta.php  *  - dossier
1945    top_menu_compta.php  *  - $p_user       array ($g_UserProperty)
1946    top_menu_compta.php  * gen :
1947    top_menu_compta.php  *  - none
1948    top_menu_compta.php  * return:
1949    top_menu_compta.php  *  - none
1950    top_menu_compta.php  *
1951    top_menu_compta.php  */
1952    top_menu_compta.php /* function
1953    top_menu_compta.php  * Purpose :
1954    top_menu_compta.php  *
1955    top_menu_compta.php  * parm :
1956    top_menu_compta.php  *  -
1957    top_menu_compta.php  * gen :
1958    top_menu_compta.php  *  -
1959    top_menu_compta.php  * return:
1960    top_menu_compta.php  *  -
1961    top_menu_compta.php  *
1962    top_menu_compta.php  */
1963    top_menu_compta.php /* function ShowMenuComptaRight
1964    top_menu_compta.php  * Purpose : Display menu on the Right
1965    top_menu_compta.php  *           (preference, logout and admin)
1966    top_menu_compta.php  * parm :
1967    top_menu_compta.php  *  - $p_dossier the current dossier
1968    top_menu_compta.php  *      - $p_auser  array $g_UserProperty
1969    top_menu_compta.php  *      - $p_more code
1970    top_menu_compta.php  * gen :
1971    top_menu_compta.php  *  - none
1972    top_menu_compta.php  * return:
1973    top_menu_compta.php  *  - none
1974    top_menu_compta.php  *
1975    top_menu_compta.php  */
1976    top_menu_compta.php /* function ShowMenuAdminGlobalRight($p_dossier=0)
1977    top_menu_compta.php  * Purpose :
1978    top_menu_compta.php  *        Same as previous : show the right menu
1979    top_menu_compta.php  * parm :
1980    top_menu_compta.php  *  - p_dossier
1981    top_menu_compta.php  * gen :
1982    top_menu_compta.php  *  - none
1983    top_menu_compta.php  * return:
1984    top_menu_compta.php  *  - none
1985    top_menu_compta.php  *
1986    top_menu_compta.php  */
1987    top_menu_compta.php /* function ShowMenuPcmn($p_start=1)
1988    top_menu_compta.php  * Purpose : Show the menu from the pcmn page
1989    top_menu_compta.php  *
1990    top_menu_compta.php  * parm :
1991    top_menu_compta.php  *  - $p_start class start
1992    top_menu_compta.php  * gen :
1993    top_menu_compta.php  *  - none
1994    top_menu_compta.php  * return:
1995    top_menu_compta.php  *  - none
1996    top_menu_compta.php  *
1997    top_menu_compta.php  */
1998    top_menu_compta.php /* function  ShowMenuJrn($p_dossier)
1999    top_menu_compta.php  * Purpose : Show the menu in the jrn page
2000    top_menu_compta.php  *
2001    top_menu_compta.php  * parm :
2002    top_menu_compta.php  *  - $p_dossier
2003    top_menu_compta.php  * gen :
2004    top_menu_compta.php  *  - none
2005    top_menu_compta.php  * return:
2006    top_menu_compta.php  *  - none
2007    top_menu_compta.php  *
2008    top_menu_compta.php  */
2009    top_menu_compta.php /* function ShowMenuJrnUser($p_dossier,$p_user)
2010    top_menu_compta.php  * Purpose : Display and Show the Menu from the jrn encode
2011    top_menu_compta.php  *           page following the use_usertype (compta,user,...)
2012    top_menu_compta.php  *
2013    top_menu_compta.php  * parm :
2014    top_menu_compta.php  *  - $p_dossier
2015    top_menu_compta.php  *      - $p_auser
2016    top_menu_compta.php  *      - $p_type (ACH, BQE, VEN)
2017    top_menu_compta.php  *      - $p_jrn  what journal
2018    top_menu_compta.php  * gen :
2019    top_menu_compta.php  *  - none
2020    top_menu_compta.php  * return:
2021    top_menu_compta.php  *  - none
2022    top_menu_compta.php  *
2023    top_menu_compta.php  */
2024    top_menu_compta.php /* function ShowMenuRecherche
2025    top_menu_compta.php  * Purpose :
2026    top_menu_compta.php  *
2027    top_menu_compta.php  * parm :
2028    top_menu_compta.php  *  - $p_dossier,
2029    top_menu_compta.php  *      - $p_jrn jrn id
2030    top_menu_compta.php  *      - $p_array=null previous search
2031    top_menu_compta.php  * gen :
2032    top_menu_compta.php  *  - none
2033    top_menu_compta.php  * return:
2034    top_menu_compta.php  *  - none
2035    top_menu_compta.php  *
2036    top_menu_compta.php  */
2037    top_menu_compta.php /* function
2038    top_menu_compta.php  * Purpose :
2039    top_menu_compta.php  *
2040    top_menu_compta.php  * parm :
2041    top_menu_compta.php  *  -
2042    top_menu_compta.php  * gen :
2043    top_menu_compta.php  *  -
2044    top_menu_compta.php  * return:
2045    top_menu_compta.php  *  -
2046    top_menu_compta.php  *
2047    top_menu_compta.php  */
2048    top_menu_compta.php /* function  ShowMenuJrnUserImp(
2049    top_menu_compta.php  *
2050    top_menu_compta.php  *
2051    top_menu_compta.php  * Purpose : Show the menu of jrn to print
2052    top_menu_compta.php  *
2053    top_menu_compta.php  * parm :
2054    top_menu_compta.php  *  - $p_cn, connection
2055    top_menu_compta.php  *        $p_user, user
2056    top_menu_compta.php  *         $p_dossier dossier
2057    top_menu_compta.php  * gen :
2058    top_menu_compta.php  *  - none
2059    top_menu_compta.php  * return:
2060    top_menu_compta.php  *  - none
2061    top_menu_compta.php  *
2062    top_menu_compta.php  */
2063  ************************* File = top_menu.php ****************  ************************* File = top_menu.php ****************
2064  ************************* File = user_action_ach.php ****************  ************************* File = user_action_ach.php ****************
2065  ************************* File = user_action_fin.php ****************  ************************* File = user_action_fin.php ****************
# Line 2317  user_menu.php  * return: Line 2469  user_menu.php  * return:
2469  user_menu.php  *        - none  user_menu.php  *        - none
2470  user_menu.php  *  user_menu.php  *
2471  user_menu.php  */  user_menu.php  */
2472    user_menu.php /* function
2473    user_menu.php  * Purpose :
2474    user_menu.php  *
2475    user_menu.php  * parm :
2476    user_menu.php  *        -
2477    user_menu.php  * gen :
2478    user_menu.php  *        -
2479    user_menu.php  * return:
2480    user_menu.php  *        -
2481    user_menu.php  *
2482    user_menu.php  */
2483  ************************* File = user_update.php ****************  ************************* File = user_update.php ****************
2484  ************************* File = viewjrn.php ****************  ************************* File = viewjrn.php ****************
2485  viewjrn.php /* function ViewJrn  viewjrn.php /* function ViewJrn

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

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