noalyss Version-9
|
show all the operation in currency by accounting More...
Go to the source code of this file.
Variables | |
$action =$http->get("action","string","no") | |
$card = new ICard("card") | |
$card_category =new ISelect ("card_category_id") | |
$from_account =new IPoste("from_account",$http->request("from_account", "string", "")) | |
$from_date =new IDate("from_date",$print_operation_currency->getData_operation()->getFrom_date()) | |
$http =new HttpInput() | |
if(DEBUGNOALYSS > 1) | $msg ["all"] =_("Aucun filtre") |
$msg ["by_accounting"] =_("Par poste comptable") | |
$msg ["by_card"] =_("Par fiche") | |
$msg ["by_category"] =_("Par catégorie de fiche") | |
$print_operation_currency =Print_Operation_Currency::build($search_type) | |
$search_type =$http->request("search_type","string","all") | |
$selCurrency =new ISelect("p_currency_code") | |
$select_box =new Select_Box("filter_type",$msg[$search_type]) | |
$to_account =new IPoste("to_account",$http->request("to_account", "string", "")) | |
$to_date =new IDate("to_date",$print_operation_currency->getData_operation()->getTo_date()) | |
$card | extra ='all' |
$from_account | name ='from_account' |
$selCurrency | selected =$print_operation_currency->getData_operation()->getCurrency_id() |
if( $action !=="print") | try |
--— There is something to print here More... | |
$selCurrency | value =$cn->make_array("select id,cr_code_iso from currency where id > 0 order by cr_code_iso") |
show all the operation in currency by accounting
Definition in file print_currency01.inc.php.
$action =$http->get("action","string","no") |
Definition at line 29 of file print_currency01.inc.php.
$card = new ICard("card") |
Definition at line 134 of file print_currency01.inc.php.
Referenced by Print_Operation_Currency\build(), Acc_Ledger\display_ledger(), Balance_Age\export_csv(), Anc_Group_Operation\form(), and Fiche\from_qcode().
$card_category =new ISelect ("card_category_id") |
Definition at line 149 of file print_currency01.inc.php.
$from_account =new IPoste("from_account",$http->request("from_account", "string", "")) |
Definition at line 40 of file print_currency01.inc.php.
Referenced by Print_Operation_Currency\build().
$from_date =new IDate("from_date",$print_operation_currency->getData_operation()->getFrom_date()) |
Definition at line 37 of file print_currency01.inc.php.
Referenced by Print_Operation_Currency\build(), and Acc_Account_Ledger\get_used_accounting().
$http =new HttpInput() |
Definition at line 28 of file print_currency01.inc.php.
if (DEBUGNOALYSS > 1) $msg["all"] =_("Aucun filtre") |
Definition at line 63 of file print_currency01.inc.php.
$msg["by_accounting"] =_("Par poste comptable") |
Definition at line 65 of file print_currency01.inc.php.
$msg["by_card"] =_("Par fiche") |
Definition at line 64 of file print_currency01.inc.php.
$msg["by_category"] =_("Par catégorie de fiche") |
Definition at line 66 of file print_currency01.inc.php.
$print_operation_currency =Print_Operation_Currency::build($search_type) |
Definition at line 34 of file print_currency01.inc.php.
$search_type =$http->request("search_type","string","all") |
Definition at line 33 of file print_currency01.inc.php.
$selCurrency =new ISelect("p_currency_code") |
Definition at line 54 of file print_currency01.inc.php.
$select_box =new Select_Box("filter_type",$msg[$search_type]) |
Definition at line 67 of file print_currency01.inc.php.
$to_account =new IPoste("to_account",$http->request("to_account", "string", "")) |
Definition at line 42 of file print_currency01.inc.php.
Referenced by Print_Operation_Currency\build().
$to_date =new IDate("to_date",$print_operation_currency->getData_operation()->getTo_date()) |
Definition at line 38 of file print_currency01.inc.php.
Referenced by Print_Operation_Currency\build(), and Acc_Account_Ledger\get_used_accounting().
$card extra ='all' |
Definition at line 137 of file print_currency01.inc.php.
$to_account name ='from_account' |
Definition at line 44 of file print_currency01.inc.php.
$card_category selected =$print_operation_currency->getData_operation()->getCurrency_id() |
Definition at line 56 of file print_currency01.inc.php.
if ($action !=="print") try |
--— There is something to print here
Definition at line 174 of file print_currency01.inc.php.