noalyss Version-9
|
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", "-") | |
Export an ageing balance.
p_date_start | considered writing after this date |
p_let | lettered or not value (all): let or only unlettered value:unlet |
p_type |
|
cat | only if p_type = X it that case contains the category id (fiche_def.fd_id) |
fiche | only if p_type = U in that case contains the card id (fiche.f_id) |
all | Ony with p_type = X all the customer / supplier cards |
Definition in file export_balance_age_csv.php.
$all = $http->get('all',"string", "0") |
Definition at line 50 of file export_balance_age_csv.php.
$bal =new Balance_Age($cn) |
Definition at line 44 of file export_balance_age_csv.php.
$cat = $http->get('cat',"string", "") |
Definition at line 48 of file export_balance_age_csv.php.
$fiche = $http->get('fiche',"string", "0") |
Definition at line 49 of file export_balance_age_csv.php.
$http =new HttpInput() |
Definition at line 25 of file export_balance_age_csv.php.
$p_date = $http->get('p_date_start',"string", "-") |
Definition at line 46 of file export_balance_age_csv.php.
Referenced by check_date(), cmpDate(), Periode\find_periode(), Sendmail\get_email_sent(), Acc_Ledger\get_operation_date(), Acc_Currency\get_rate_date(), getPeriodeFromMonth(), Sendmail\increment_mail(), Stock_Goods\input(), Acc_Ledger\input_paid(), isDate(), Acc_Ledger\reverse(), and Acc_Payment\select().
$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 = $http->get('p_type',"string", "-") |
Definition at line 45 of file export_balance_age_csv.php.
Referenced by Database\__construct(), FileToSend\__construct(), Acc_Ledger_Search\__construct(), Noalyss_Csv\add(), Fiche\belong_ledger(), HttpInput\check_type(), Calendar\display(), HttpInput\extract(), Database\format_name(), HttpInput\get(), Balance_Age\get_array_card(), Lettering_Card\get_balance_ageing(), HttpInput\get_value(), Package_Repository\make_object(), Document\parseDocument(), HttpInput\post(), Document\replace_value(), HttpInput\request(), Acc_Operation\save_info(), Acc_Ledger\select_ledger(), Dossier\show_dossier(), Lettering\show_list(), and Calendar\zoom().