Inheritance diagram for Customer:

Public Member Functions | |
| Customer ($p_cn, $p_id=0) | |
| Constructor /* only a db connection is needed. | |
| GetFromPoste ($p_poste=0) | |
| Get all info contains in the view thanks to the poste elt (account). | |
| VatListing ($p_year) | |
| Get all the info for making a vat listing for the vat administration. | |
| Summary ($p_search) | |
Data Fields | |
| $poste | |
| $name | |
| $street | |
| $country | |
| $cp | |
| $vat_number | |
Definition at line 38 of file class_customer.php.
|
||||||||||||
|
Constructor /* only a db connection is needed.
Definition at line 49 of file class_customer.php. References fiche::fiche(). |
|
|
Get all info contains in the view thanks to the poste elt (account).
Definition at line 57 of file class_customer.php. References $Res, $row, $sql, ExecSql(), f_id, and name. Referenced by VatListing(). |
|
|
Summary show the default screen parm :
Definition at line 195 of file class_customer.php. References $a, $bar, $e, $offset, $page, $r, $search, $url, fiche::CountByDef(), FormatString(), fiche::GetAll(), jrn_navigation_bar(), poste, and table. |
|
|
Get all the info for making a vat listing for the vat administration.
Definition at line 84 of file class_customer.php. References $a_Res, $amount, $c, $customer, $e, $Res, $Res2, $sql, $t, $tva, ExecSql(), GetFromPoste(), and name. |
|
|
Country Definition at line 43 of file class_customer.php. |
|
|
Zip code Definition at line 44 of file class_customer.php. |
|
|
name of the company Definition at line 41 of file class_customer.php. |
|
|
poste comptable Definition at line 40 of file class_customer.php. |
|
|
Street Definition at line 42 of file class_customer.php. |
|
|
vat number Definition at line 45 of file class_customer.php. |
1.4.4