|
noalyss
Version-6.7.2
|
class Supplier are a specific kind of card More...
Public Member Functions | |
| __construct ($p_cn, $p_id=0) | |
| Constructor /* only a db connection is needed. | |
Data Fields | |
| $country | |
| $cp | |
| $first_name | |
| $name | |
| $poste | |
| $street | |
| $vat_number | |
class Supplier are a specific kind of card
Definition at line 37 of file class_manager.php.
| Manager::__construct | ( | $ | p_cn, |
| $ | p_id = 0 |
||
| ) |
Constructor /* only a db connection is needed.
Reimplemented from Fiche.
Definition at line 50 of file class_manager.php.
{
$this->fiche_def_ref=FICHE_TYPE_EMPL;
parent::__construct($p_cn,$p_id) ;
}
| Manager::$country |
$country Country
Definition at line 44 of file class_manager.php.
| Manager::$cp |
$cp Zip code
Definition at line 45 of file class_manager.php.
| Manager::$first_name |
Definition at line 42 of file class_manager.php.
| Manager::$name |
$name name of the company
Definition at line 41 of file class_manager.php.
| Manager::$poste |
$poste poste comptable
Definition at line 40 of file class_manager.php.
| Manager::$street |
$street Street
Definition at line 43 of file class_manager.php.
| Manager::$vat_number |
$vat_number vat number
Definition at line 46 of file class_manager.php.