noalyss Version-9
Variables
export_balance_age_csv.php File Reference

Export an ageing balance. More...

Go to the source code of this file.

Variables

 $all = $http->get('all',"string", "0")
 
 $bal =new Balance_Age($cn)
 
 $cat = $http->get('cat',"string", "")
 
 $fiche = $http->get('fiche',"string", "0")
 
 $http =new HttpInput()
 
 $p_date = $http->get('p_date_start',"string", "-")
 
 $p_let = $http->get('p_let',"string", "let")
 
 $p_type = $http->get('p_type',"string", "-")
 

Detailed Description

Export an ageing balance.

Parameters
p_date_startconsidered writing after this date
p_letlettered or not value (all): let or only unlettered value:unlet
p_type
  • C customer
  • F supplier
  • U only a card
  • X a category
catonly if p_type = X it that case contains the category id (fiche_def.fd_id)
ficheonly if p_type = U in that case contains the card id (fiche.f_id)
allOny with p_type = X all the customer / supplier cards

Definition in file export_balance_age_csv.php.

Variable Documentation

◆ $all

$all = $http->get('all',"string", "0")

Definition at line 50 of file export_balance_age_csv.php.

◆ $bal

$bal =new Balance_Age($cn)

Definition at line 44 of file export_balance_age_csv.php.

◆ $cat

$cat = $http->get('cat',"string", "")

Definition at line 48 of file export_balance_age_csv.php.

◆ $fiche

$fiche = $http->get('fiche',"string", "0")

Definition at line 49 of file export_balance_age_csv.php.

◆ $http

$http =new HttpInput()

Definition at line 25 of file export_balance_age_csv.php.

◆ $p_date

$p_date = $http->get('p_date_start',"string", "-")

◆ $p_let

$p_let = $http->get('p_let',"string", "let")

Definition at line 47 of file export_balance_age_csv.php.

Referenced by Balance_Age\export_csv().

◆ $p_type

$p_type = $http->get('p_type',"string", "-")