
Public Member Functions | |
| display_list () | |
| check_exist ($tva_id) | |
| The TVA ID must exist. More... | |
| check_valid ($tva_code, $pt_id) | |
| the TVA Code must be unique More... | |
| insert ($tva_id, $tva_code) | |
| update ($id, $tva_id, $tva_code) | |
| delete ($p_id) | |
| display_modify ($p_tva) | |
| display_add () | |
Definition at line 30 of file class_impacc_tva.php.
| Impacc_TVA::check_exist | ( | $tva_id | ) |
| Impacc_TVA::check_valid | ( | $tva_code, | |
| $pt_id | |||
| ) |
the TVA Code must be unique
Definition at line 45 of file class_impacc_tva.php.
References $cn.
Referenced by insert(), and update().
| Impacc_TVA::delete | ( | $p_id | ) |
| Impacc_TVA::display_add | ( | ) |
| Impacc_TVA::display_list | ( | ) |
| Impacc_TVA::display_modify | ( | $p_tva | ) |
| Impacc_TVA::insert | ( | $tva_id, | |
| $tva_code | |||
| ) |
Definition at line 60 of file class_impacc_tva.php.
References $cn, $tva_id, and check_valid().
| Impacc_TVA::update | ( | $id, | |
| $tva_id, | |||
| $tva_code | |||
| ) |
Definition at line 72 of file class_impacc_tva.php.
References $cn, $id, $tva_id, and check_valid().
1.8.6