noalyss Version-9
|
manage the operation in currency : export CSV , output in HTML More...
Public Member Functions | |
__construct (Data_Currency_Operation $data_operation) | |
export_csv (Noalyss_CSV $export) | |
Output in CSV. More... | |
export_html () | |
Display in HTML. More... | |
getData_operation () | |
return Data_Currency_Operation with a possible filter More... | |
setData_operation ($data_operation) | |
return Data_Currency_Operation with a possible filter More... | |
Static Public Member Functions | |
static | build ($p_search) |
build a Print_Operation_Currency Object thanks the http request ($_REQUEST) with the right Filter More... | |
Private Attributes | |
$data_operation | |
manage the operation in currency : export CSV , output in HTML
Definition at line 30 of file print_operation_currency.class.php.
Print_Operation_Currency::__construct | ( | Data_Currency_Operation | $data_operation | ) |
Definition at line 36 of file print_operation_currency.class.php.
References $data_operation.
|
static |
build a Print_Operation_Currency Object thanks the http request ($_REQUEST) with the right Filter
string | $p_search | possible values are "by_card" if we filter by card, by_account if we filter by accounting, by_category or empty if we take everything |
Definition at line 48 of file print_operation_currency.class.php.
References $card, $cn, $data_operation, $from_account, $from_date, $http, $print_operation_currency, $to_account, $to_date, Dossier\connect(), and elseif.
Print_Operation_Currency::export_csv | ( | Noalyss_CSV | $export | ) |
Output in CSV.
Definition at line 167 of file print_operation_currency.class.php.
References $accounting, $amount, $currency, $date, $export, $i, $nb_data, $receipt, and nbm().
Print_Operation_Currency::export_html | ( | ) |
Display in HTML.
Definition at line 106 of file print_operation_currency.class.php.
References $accounting, $amount, $currency, $date, $i, $nb_data, $r, $receipt, HtmlInput\detail_op(), HtmlInput\filter_table(), h2(), nbm(), table, td(), th(), and tr().
Print_Operation_Currency::getData_operation | ( | ) |
return Data_Currency_Operation with a possible filter
Definition at line 89 of file print_operation_currency.class.php.
References $data_operation.
Print_Operation_Currency::setData_operation | ( | $data_operation | ) |
return Data_Currency_Operation with a possible filter
Definition at line 98 of file print_operation_currency.class.php.
References $data_operation.
|
private |
Definition at line 33 of file print_operation_currency.class.php.
Referenced by __construct(), build(), getData_operation(), and setData_operation().