/[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.5 by sparkyx, Fri Feb 4 22:58:37 2005 UTC revision 1.6 by sparkyx, Sun Mar 6 15:15:56 2005 UTC
# Line 1  Line 1 
 ************************* File = admin_dossier.php ****************  
1  ************************* File = admin_repo.php ****************  ************************* File = admin_repo.php ****************
 ************************* File = advanced.php ****************  
2  ************************* File = annulation.php ****************  ************************* File = annulation.php ****************
3  ************************* File = a.php ****************  ************************* File = a.php ****************
4  ************************* File = bal_csv.php ****************  ************************* File = bal_csv.php ****************
# Line 8  Line 6 
6  ************************* File = central.php ****************  ************************* File = central.php ****************
7  ************************* File = class.ezpdf.php ****************  ************************* File = class.ezpdf.php ****************
8  ************************* File = class.pdf.php ****************  ************************* File = class.pdf.php ****************
 ************************* File = compta_login.php ****************  
 ************************* File = compta.php ****************  
9  ************************* File = c.php ****************  ************************* File = c.php ****************
10  ************************* File = dossier_prefs.php ****************  ************************* File = dossier_prefs.php ****************
11  ************************* File = d.php ****************  ************************* File = d.php ****************
# Line 22  Line 18 
18  ************************* File = fiche_search.php ****************  ************************* File = fiche_search.php ****************
19  ************************* File = form.php ****************  ************************* File = form.php ****************
20  ************************* File = html_balance.php ****************  ************************* File = html_balance.php ****************
 ************************* File = impress.php ****************  
21  ************************* File = index.php ****************  ************************* File = index.php ****************
22  ************************* File = jrn_add.php ****************  ************************* File = jrn_add.php ****************
23  ************************* File = jrn_csv.php ****************  ************************* File = jrn_csv.php ****************
# Line 44  Line 39 
39  ************************* File = print_invoice.php ****************  ************************* File = print_invoice.php ****************
40  ************************* File = priv_user.php ****************  ************************* File = priv_user.php ****************
41  ************************* File = rapprochement.php ****************  ************************* File = rapprochement.php ****************
 ************************* File = rate_chg.php ****************  
42  ************************* File = readme.php ****************  ************************* File = readme.php ****************
43  ************************* File = recherche.php ****************  ************************* File = recherche.php ****************
44  ************************* File = send_jrn_pdf.php ****************  ************************* File = send_jrn_pdf.php ****************
 ************************* File = send.php ****************  
45  ************************* File = send_poste_pdf.php ****************  ************************* File = send_poste_pdf.php ****************
46  ************************* File = show_tva.php ****************  ************************* File = show_tva.php ****************
47  ************************* File = stock.php ****************  ************************* File = stock.php ****************
# Line 1696  postgres.php  * parameter p_connection d Line 1689  postgres.php  * parameter p_connection d
1689  postgres.php  *           p_string     sql string  postgres.php  *           p_string     sql string
1690  postgres.php  * return false if error otherwise true  postgres.php  * return false if error otherwise true
1691  postgres.php  */  postgres.php  */
1692    postgres.php /* function GetAllUser
1693    postgres.php  * Return all the users
1694    postgres.php  * as an array
1695    postgres.php  */
1696    postgres.php /* function GetUid
1697    postgres.php  * Check if the User is valid
1698    postgres.php  * and return an array with his property
1699    postgres.php  */
1700    postgres.php /* function GetPriv
1701    postgres.php  * Get the privilege of an user on a folder
1702    postgres.php  */
1703    postgres.php /* function ExisteJnt
1704    postgres.php  * Get the number of rows
1705    postgres.php  * from table jnt_use_dos where $p_dossier = dos_id and
1706    postgres.php  * use_id=$p_user
1707    postgres.php  */
1708    postgres.php /* function GetDossierName
1709    postgres.php  * Param: id of a dossier
1710    postgres.php  * return : Name of the dossier
1711    postgres.php  */
1712    postgres.php /* function GetSequence
1713    postgres.php  * get the current sequence
1714    postgres.php  */
1715    postgres.php /* function NextSequence
1716    postgres.php  * get the current sequence
1717    postgres.php  */
1718  postgres.php /* function SyncRight  postgres.php /* function SyncRight
1719  postgres.php  * Purpose : Synchronize les droits par défaut  postgres.php  * Purpose : Synchronize les droits par défaut
1720  postgres.php  *           avec  les journaux existants  postgres.php  *           avec  les journaux existants
# Line 1910  stock_inc.php  * gen : Line 1929  stock_inc.php  * gen :
1929  stock_inc.php  *        -  stock_inc.php  *        -
1930  stock_inc.php  * return:  stock_inc.php  * return:
1931  stock_inc.php  */  stock_inc.php  */
1932    stock_inc.php /* function GetQuantity($p_cn,$p_sg_code,$year,$p_type 'd' or 'c'
1933    stock_inc.php  * purpose return the quantity of a sg_code for the period
1934    stock_inc.php  *
1935    stock_inc.php  * Return number or NULL
1936    stock_inc.php  */
1937  ************************* File = top_menu_compta.php ****************  ************************* File = top_menu_compta.php ****************
1938  top_menu_compta.php /* function ShowMenu  top_menu_compta.php /* function ShowMenu
1939  top_menu_compta.php  * Purpose : Show The login menu  top_menu_compta.php  * Purpose : Show The login menu

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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