|
noalyss Version-10
NOALYSS : serveur de comptabilité et ERP (2002)
|
list of vatex code More...
Go to the source code of this file.
Variables | |
| $a_vatex_code = $cn->get_array("select vx_code,vx_code_name,vx_description,vx_remark , vx_country from vatex_code order by 1") | |
| $class =" $odd $cnt " | |
| for($i=0; $i< $nb_vatex_code; $i++)($i % 2==0) ? " odd " | $cnt =sprintf(" country%s",$a_vatex_code[$i]['vx_country']) |
| $nb_vatex_code = count($a_vatex_code) | |
| $os_country =new \ISelect("filter_country") | |
| endfor = $a_vatex_code[$i]['vx_remark'] | |
| $os_country | javascript =' onchange="vat_code.filter_country()" ' |
list of vatex code
Definition in file ajax-search_vatex.php.
| $a_vatex_code = $cn->get_array("select vx_code,vx_code_name,vx_description,vx_remark , vx_country from vatex_code order by 1") |
Definition at line 27 of file ajax-search_vatex.php.
| $class =" $odd $cnt " |
Definition at line 65 of file ajax-search_vatex.php.
| for ( $i=0;$i< $nb_vatex_code;$i++) ( $i % 2==0) ? " odd " $cnt | ( | ) | =sprintf(" country%s",$a_vatex_code[$i]['vx_country']) |
Definition at line 64 of file ajax-search_vatex.php.
Referenced by Document_Option\can_add_comment(), Extension\can_request(), Currency_MTable\check(), Tax_Summary\check(), Template_Card_Category\check(), Acc_Ledger\has_other_tax(), Extension\insert_profile_menu(), and Noalyss\Widget\Widget\scanfolder().
| $nb_vatex_code = count($a_vatex_code) |
Definition at line 28 of file ajax-search_vatex.php.
| $os_country =new \ISelect("filter_country") |
Definition at line 32 of file ajax-search_vatex.php.
| endfor = $a_vatex_code[$i]['vx_remark'] |
Definition at line 88 of file ajax-search_vatex.php.
| $os_country javascript =' onchange="vat_code.filter_country()" ' |
Definition at line 39 of file ajax-search_vatex.php.