noalyss Version-9
|
build the SQL and fetch data of data currency operation from database , More...
Public Member Functions | |
__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 | |
$currency_id | |
$dbconx | |
$from_date | |
$to_date | |
build the SQL and fetch data of data currency operation from database ,
Definition at line 31 of file data_currency_operation.class.php.
Data_Currency_Operation::__construct | ( | $cn, | |
$from_date = "" , |
|||
$to_date = "" , |
|||
$currency_id = 0 |
|||
) |
Definition at line 39 of file data_currency_operation.class.php.
References $cn, $currency_id, $from_date, $g_user, and $to_date.
Data_Currency_Operation::build_SQL | ( | ) |
build the SQL to execute
Definition at line 110 of file data_currency_operation.class.php.
References $sql, and SQL_Condition().
Referenced by get_data(), Filter_Data_Currency_Accounting\get_data(), Filter_Data_Currency_Card\get_data(), and Filter_Data_Currency_Card_Category\get_data().
Data_Currency_Operation::get_data | ( | ) |
returns data
Reimplemented in Filter_Data_Currency_Accounting, Filter_Data_Currency_Card, and Filter_Data_Currency_Card_Category.
Definition at line 155 of file data_currency_operation.class.php.
References $sql, build_SQL(), getCurrency_id(), getFrom_date(), and getTo_date().
Data_Currency_Operation::getCurrency_id | ( | ) |
retrieve currency.od
Definition at line 61 of file data_currency_operation.class.php.
References $currency_id.
Referenced by get_data(), Filter_Data_Currency_Accounting\get_data(), Filter_Data_Currency_Card\get_data(), Filter_Data_Currency_Card_Category\get_data(), and Filter_Data_Currency_Accounting\info().
Data_Currency_Operation::getDbconx | ( | ) |
Database connection.
Definition at line 96 of file data_currency_operation.class.php.
References $dbconx.
Referenced by Filter_Data_Currency_Accounting\get_data(), Filter_Data_Currency_Card\get_data(), and Filter_Data_Currency_Card_Category\get_data().
Data_Currency_Operation::getFrom_date | ( | ) |
Definition at line 66 of file data_currency_operation.class.php.
References $from_date.
Referenced by get_data(), Filter_Data_Currency_Accounting\get_data(), Filter_Data_Currency_Card\get_data(), Filter_Data_Currency_Card_Category\get_data(), and Filter_Data_Currency_Accounting\info().
Data_Currency_Operation::getTo_date | ( | ) |
Definition at line 71 of file data_currency_operation.class.php.
References $to_date.
Referenced by get_data(), Filter_Data_Currency_Accounting\get_data(), Filter_Data_Currency_Card\get_data(), Filter_Data_Currency_Card_Category\get_data(), and Filter_Data_Currency_Accounting\info().
Data_Currency_Operation::setCurrency_id | ( | $currency_id | ) |
retrieve currency.od
Definition at line 89 of file data_currency_operation.class.php.
References $currency_id.
Data_Currency_Operation::setDbconx | ( | $dbconx | ) |
Definition at line 101 of file data_currency_operation.class.php.
References $dbconx.
Data_Currency_Operation::setFrom_date | ( | $from_date | ) |
Definition at line 76 of file data_currency_operation.class.php.
References $from_date.
Data_Currency_Operation::setTo_date | ( | $to_date | ) |
Definition at line 81 of file data_currency_operation.class.php.
References $to_date.
Data_Currency_Operation::SQL_Condition | ( | ) |
build the SQL condition
Reimplemented in Filter_Data_Currency_Accounting, Filter_Data_Currency_Card, and Filter_Data_Currency_Card_Category.
Definition at line 142 of file data_currency_operation.class.php.
References $g_user.
Referenced by build_SQL().
Data_Currency_Operation::to_currency_code | ( | ) |
retrieve the currency code
Definition at line 53 of file data_currency_operation.class.php.
|
private |
Definition at line 35 of file data_currency_operation.class.php.
Referenced by Filter_Data_Currency_Card\__construct(), Filter_Data_Currency_Card_Category\__construct(), Filter_Data_Currency_Accounting\__construct(), __construct(), getCurrency_id(), and setCurrency_id().
|
private |
Definition at line 34 of file data_currency_operation.class.php.
Referenced by getDbconx(), and setDbconx().
|
private |
Definition at line 36 of file data_currency_operation.class.php.
Referenced by Filter_Data_Currency_Card\__construct(), Filter_Data_Currency_Card_Category\__construct(), Filter_Data_Currency_Accounting\__construct(), __construct(), getFrom_date(), and setFrom_date().
|
private |
Definition at line 37 of file data_currency_operation.class.php.
Referenced by Filter_Data_Currency_Card\__construct(), Filter_Data_Currency_Card_Category\__construct(), Filter_Data_Currency_Accounting\__construct(), __construct(), getTo_date(), and setTo_date().