noalyss Version-9
|
filter data in currency from datase , inherit from Data_Currency_Operation, filter on a range of accounting or only one More...
Public Member Functions | |
__construct ($cn, $from_date, $to_date, $currency_id, $from_accounting, $to_accounting) | |
get_data () | |
returns data More... | |
getFrom_accounting () | |
from_accounting : lowest accounting range More... | |
getTo_accounting () | |
to_accounting : highest accounting range More... | |
info () | |
setFrom_accounting ($from_accounting) | |
from_accounting : lowest accounting range More... | |
setTo_accounting ($to_accounting) | |
to_accounting : highest accounting range More... | |
SQL_Condition () | |
build the SQL condition More... | |
Public Member Functions inherited from Data_Currency_Operation | |
__construct ($cn, $from_date="", $to_date="", $currency_id=0) | |
build_SQL () | |
build the SQL to execute More... | |
get_data () | |
returns data More... | |
getCurrency_id () | |
retrieve currency.od More... | |
getDbconx () | |
Database connection. More... | |
getFrom_date () | |
getTo_date () | |
setCurrency_id ($currency_id) | |
retrieve currency.od More... | |
setDbconx ($dbconx) | |
setFrom_date ($from_date) | |
setTo_date ($to_date) | |
SQL_Condition () | |
build the SQL condition More... | |
to_currency_code () | |
retrieve the currency code More... | |
Private Attributes | |
$from_accounting | |
$to_accounting | |
filter data in currency from datase , inherit from Data_Currency_Operation, filter on a range of accounting or only one
Definition at line 34 of file filter_data_currency_accounting.class.php.
Filter_Data_Currency_Accounting::__construct | ( | $cn, | |
$from_date, | |||
$to_date, | |||
$currency_id, | |||
$from_accounting, | |||
$to_accounting | |||
) |
Definition at line 40 of file filter_data_currency_accounting.class.php.
References $cn, Data_Currency_Operation\$currency_id, $from_accounting, Data_Currency_Operation\$from_date, $to_accounting, and Data_Currency_Operation\$to_date.
Filter_Data_Currency_Accounting::get_data | ( | ) |
returns data
Reimplemented from Data_Currency_Operation.
Definition at line 98 of file filter_data_currency_accounting.class.php.
References $sql, Data_Currency_Operation\build_SQL(), Data_Currency_Operation\getCurrency_id(), Data_Currency_Operation\getDbconx(), getFrom_accounting(), Data_Currency_Operation\getFrom_date(), getTo_accounting(), and Data_Currency_Operation\getTo_date().
Filter_Data_Currency_Accounting::getFrom_accounting | ( | ) |
from_accounting : lowest accounting range
Definition at line 50 of file filter_data_currency_accounting.class.php.
References $from_accounting.
Referenced by get_data(), and info().
Filter_Data_Currency_Accounting::getTo_accounting | ( | ) |
to_accounting : highest accounting range
Definition at line 59 of file filter_data_currency_accounting.class.php.
References $to_accounting.
Referenced by get_data(), and info().
Filter_Data_Currency_Accounting::info | ( | ) |
Definition at line 110 of file filter_data_currency_accounting.class.php.
References Data_Currency_Operation\getCurrency_id(), getFrom_accounting(), Data_Currency_Operation\getFrom_date(), getTo_accounting(), and Data_Currency_Operation\getTo_date().
Filter_Data_Currency_Accounting::setFrom_accounting | ( | $from_accounting | ) |
from_accounting : lowest accounting range
Definition at line 68 of file filter_data_currency_accounting.class.php.
References $from_accounting.
Filter_Data_Currency_Accounting::setTo_accounting | ( | $to_accounting | ) |
to_accounting : highest accounting range
Definition at line 78 of file filter_data_currency_accounting.class.php.
References $to_accounting.
Filter_Data_Currency_Accounting::SQL_Condition | ( | ) |
build the SQL condition
Reimplemented from Data_Currency_Operation.
Definition at line 88 of file filter_data_currency_accounting.class.php.
References $sql.
|
private |
Definition at line 37 of file filter_data_currency_accounting.class.php.
Referenced by __construct(), getFrom_accounting(), and setFrom_accounting().
|
private |
Definition at line 38 of file filter_data_currency_accounting.class.php.
Referenced by __construct(), getTo_accounting(), and setTo_accounting().