show all the declaration by date More...
Go to the source code of this file.
Variables | |
| $choice = new ISelect('type') | |
| $choice | value |
| $choice | selected = (isset($_REQUEST['type'])) ? $_REQUEST['type'] : 0 |
| $choice | javascript = ' onchange="submit(this)"' |
| $url = HtmlInput::request_to_string(array('ac', 'plugin_code', 'gDossier', 'sa', 'type')) | |
| $sort = new Sort_Table() | |
| $option_order = (isset($_GET['ord'])) ? $_GET['ord'] : 'dd' | |
| $sql_order = $sort->get_sql_order($option_order) | |
| switch($choice->selected) | $sql = $sql . $sql_order |
| $res = $cn->get_array($sql) | |
| endfor | |
show all the declaration by date
Definition in file list_tva.inc.php.
| $choice = new ISelect('type') |
Definition at line 36 of file list_tva.inc.php.
| $option_order = (isset($_GET['ord'])) ? $_GET['ord'] : 'dd' |
Definition at line 57 of file list_tva.inc.php.
| $res = $cn->get_array($sql) |
Definition at line 120 of file list_tva.inc.php.
Referenced by Import_Bank\check_date(), Amortissement_Detail_Sql\delete(), Amortissement_Histo_Sql\delete(), Temp_Bank_sql\delete(), Format_Bank_sql\delete(), Tva_Parameter\display(), Ext_List_Intra\display_declaration_amount(), Ext_List_Assujetti\display_declaration_amount(), download_receipt(), Rapav_Declaration\generate_document(), Tva_Amount\get_amount_filter(), Tva_Amount\get_vat_filter(), Tva_Parameter\load(), Ext_List_Intra\load(), Ext_List_Assujetti\load(), Ext_Tva\load(), Amortissement_Detail_Sql\load(), Amortissement_Histo_Sql\load(), Temp_Bank_sql\load(), Format_Bank_sql\load(), Tva_Parameter\update(), Amortissement_Detail_Sql\update(), Amortissement_Histo_Sql\update(), Temp_Bank_sql\update(), and Format_Bank_sql\update().
| $sort = new Sort_Table() |
Definition at line 53 of file list_tva.inc.php.
Definition at line 119 of file list_tva.inc.php.
| $sql_order = $sort->get_sql_order($option_order) |
Definition at line 59 of file list_tva.inc.php.
| $url = HtmlInput::request_to_string(array('ac', 'plugin_code', 'gDossier', 'sa', 'type')) |
Definition at line 52 of file list_tva.inc.php.
| endfor |
Definition at line 132 of file list_tva.inc.php.
| $choice javascript = ' onchange="submit(this)"' |
Definition at line 44 of file list_tva.inc.php.
| $choice selected = (isset($_REQUEST['type'])) ? $_REQUEST['type'] : 0 |
Definition at line 43 of file list_tva.inc.php.
| $choice value |
Definition at line 37 of file list_tva.inc.php.
1.8.6