noalyss  Version-6.7.2
 All Data Structures Namespaces Files Functions Variables Enumerations
Variables
tva.inc.php File Reference

included file for customizing with the vat (account,rate...) More...

Go to the source code of this file.

Variables

if(isset($_POST['confirm_rm'])) $both_side = (isset($_REQUEST['both']))?1:0
if(isset($_POST['confirm_mod'])||isset($_POST['confirm_add'])) $own = new Own($cn)
 $Res = $cn->exec_sql($sql)
if($own->MY_TVA_USE== 'N') $sql = "select tva_id,tva_label,tva_rate,tva_comment,tva_poste,tva_both_side from tva_rate order by tva_label"
 $val = Database::fetch_all($Res)

Detailed Description

included file for customizing with the vat (account,rate...)

Definition in file tva.inc.php.


Variable Documentation

if (isset($_POST['confirm_rm'])) $both_side = (isset($_REQUEST['both']))?1:0

Definition at line 38 of file tva.inc.php.

if (isset($_POST['confirm_mod'])||isset($_POST['confirm_add'])) $own = new Own($cn)

Definition at line 90 of file tva.inc.php.

$Res = $cn->exec_sql($sql)

Definition at line 99 of file tva.inc.php.

if ($own->MY_TVA_USE== 'N') $sql = "select tva_id,tva_label,tva_rate,tva_comment,tva_poste,tva_both_side from tva_rate order by tva_label"

Definition at line 98 of file tva.inc.php.

$val = Database::fetch_all($Res)

Definition at line 111 of file tva.inc.php.

 All Data Structures Namespaces Files Functions Variables Enumerations