noalyss Version-9
|
Public Member Functions | |
__construct ($tax_amount, $currency_amount, $currency_id, $ac_id, $ac_label, $ac_rate, $ac_accounting) | |
getAcAccounting () | |
getAcId () | |
getAcLabel () | |
getAcRate () | |
getCurrencyAmount () | |
getCurrencyId () | |
getTaxAmount () | |
Static Public Member Functions | |
static | display_row ($p_jrn_id, &$sum_euro, &$sum_currency, $decalage=0) |
display the additional_tax in the ledger_detail for Sales and Purchase More... | |
static | get_by_operation ($p_jrn_id, &$sum_euro, &$sum_currency) |
create an array of Additional_Tax More... | |
Private Attributes | |
$ac_accounting | |
$ac_id | |
$ac_label | |
$ac_rate | |
$currency_amount | |
$currency_id | |
$tax_amount | |
Definition at line 23 of file additional_tax.class.php.
Additional_Tax::__construct | ( | $tax_amount, | |
$currency_amount, | |||
$currency_id, | |||
$ac_id, | |||
$ac_label, | |||
$ac_rate, | |||
$ac_accounting | |||
) |
Definition at line 33 of file additional_tax.class.php.
References $ac_accounting, $ac_id, $ac_label, $ac_rate, $currency_amount, $currency_id, and $tax_amount.
|
static |
display the additional_tax in the ledger_detail for Sales and Purchase
$p_jrn_id | ||
$sum_euro | ||
$sum_currency | ||
int | $decalage |
Definition at line 161 of file additional_tax.class.php.
References $e, $g_parameter, $i, $nb, get_by_operation(), nbm(), and td().
|
static |
create an array of Additional_Tax
$p_jrn_id | |
$sum_euro | |
$sum_currency |
Definition at line 107 of file additional_tax.class.php.
References $array, $cn, $i, and $nb.
Referenced by display_row(), and PDF_Operation\print_other_tax().
Additional_Tax::getAcAccounting | ( | ) |
Additional_Tax::getAcId | ( | ) |
Additional_Tax::getAcLabel | ( | ) |
Additional_Tax::getAcRate | ( | ) |
Additional_Tax::getCurrencyAmount | ( | ) |
Additional_Tax::getCurrencyId | ( | ) |
Additional_Tax::getTaxAmount | ( | ) |
|
private |
Definition at line 31 of file additional_tax.class.php.
Referenced by __construct(), and getAcAccounting().
|
private |
Definition at line 28 of file additional_tax.class.php.
Referenced by __construct(), and getAcId().
|
private |
Definition at line 29 of file additional_tax.class.php.
Referenced by __construct(), and getAcLabel().
|
private |
Definition at line 30 of file additional_tax.class.php.
Referenced by __construct(), and getAcRate().
|
private |
Definition at line 26 of file additional_tax.class.php.
Referenced by __construct(), and getCurrencyAmount().
|
private |
Definition at line 27 of file additional_tax.class.php.
Referenced by __construct(), and getCurrencyId().
|
private |
Definition at line 25 of file additional_tax.class.php.
Referenced by __construct(), and getTaxAmount().