noalyss Version-9
Variables
print_currency01.inc.php File Reference

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")
 

Detailed Description

show all the operation in currency by accounting

Definition in file print_currency01.inc.php.

Variable Documentation

◆ $action

$action =$http->get("action","string","no")

Definition at line 29 of file print_currency01.inc.php.

◆ $card

$card = new ICard("card")

◆ $card_category

$card_category =new ISelect ("card_category_id")

Definition at line 149 of file print_currency01.inc.php.

◆ $from_account

$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

$from_date =new IDate("from_date",$print_operation_currency->getData_operation()->getFrom_date())

◆ $http

$http =new HttpInput()

Definition at line 28 of file print_currency01.inc.php.

◆ $msg [1/4]

if (DEBUGNOALYSS > 1) $msg["all"] =_("Aucun filtre")

Definition at line 63 of file print_currency01.inc.php.

◆ $msg [2/4]

$msg["by_accounting"] =_("Par poste comptable")

Definition at line 65 of file print_currency01.inc.php.

◆ $msg [3/4]

$msg["by_card"] =_("Par fiche")

Definition at line 64 of file print_currency01.inc.php.

◆ $msg [4/4]

$msg["by_category"] =_("Par catégorie de fiche")

Definition at line 66 of file print_currency01.inc.php.

◆ $print_operation_currency

$print_operation_currency =Print_Operation_Currency::build($search_type)

Definition at line 34 of file print_currency01.inc.php.

◆ $search_type

$search_type =$http->request("search_type","string","all")

Definition at line 33 of file print_currency01.inc.php.

◆ $selCurrency

$selCurrency =new ISelect("p_currency_code")

Definition at line 54 of file print_currency01.inc.php.

◆ $select_box

$select_box =new Select_Box("filter_type",$msg[$search_type])

Definition at line 67 of file print_currency01.inc.php.

◆ $to_account

$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

$to_date =new IDate("to_date",$print_operation_currency->getData_operation()->getTo_date())

◆ extra

$card extra ='all'

Definition at line 137 of file print_currency01.inc.php.

◆ name

$to_account name ='from_account'

Definition at line 44 of file print_currency01.inc.php.

◆ selected

$card_category selected =$print_operation_currency->getData_operation()->getCurrency_id()

Definition at line 56 of file print_currency01.inc.php.

◆ try

if ($action !=="print") try
Initial value:
{
$print_operation_currency->getData_operation()->build_SQL())
static echo_var($n_level, $msg, $print=true)
Display the value of a var if DEBUGNOALYSS is greater than $n_level, the debugging info has a certain...
Definition: dbg.php:45
$print_operation_currency

--— There is something to print here

Definition at line 174 of file print_currency01.inc.php.

◆ value

$card_category value =$cn->make_array("select id,cr_code_iso from currency where id > 0 order by cr_code_iso")

Definition at line 55 of file print_currency01.inc.php.