Plugins  LAST
 All Data Structures Files Functions Variables Pages
Variables
bank_constant.php File Reference

contains all the constant for this plugin More...

Go to the source code of this file.

Variables

global $adecimal
 
global $athousand
 
global $aseparator
 
global $aformat_date
 
global $aheader
 

Detailed Description

contains all the constant for this plugin

Definition in file bank_constant.php.

Variable Documentation

$adecimal
Initial value:
=array(
array ('value'=>0,'label'=>' '),
array ('value'=>1,'label'=>','),
array ('value'=>2,'label'=>'.')
)

Definition at line 27 of file bank_constant.php.

Referenced by Impacc_CSV\input_format().

$aformat_date
Initial value:
=array(
array ('value'=>1,'label'=>'DD.MM.YYYY','format'=>'d.m.Y'),
array ('value'=>2,'label'=>'DD/MM/YYYY','format'=>'d/m/Y'),
array ('value'=>3,'label'=>'DD-MM-YYYY','format'=>'d-m-Y'),
array ('value'=>4,'label'=>'DD.MM.YY','format'=>'d.m.y'),
array ('value'=>5,'label'=>'DD/MM/YY','format'=>'d/m/y'),
array ('value'=>6,'label'=>'DD-MM-YY','format'=>'d-m-y'),
array ('value'=>7,'label'=>'YYYY-MM-DD','format'=>'Y.m.d')
)

Definition at line 27 of file bank_constant.php.

Referenced by Impacc_CSV\check(), and Impacc_CSV\input_format().

$aheader
Initial value:
=array(
array('value'=>-1,'label'=>_('-- Non utilisé --')),
array('value'=>0,'label'=>_('Date')),
array('value'=>1,'label'=>_('Montant')),
array('value'=>2,'label'=>_('Libelle')),
array('value'=>3,'label'=>_('Numéro opération')),
array('value'=>4,'label'=>_('Tiers')),
array('value'=>5,'label'=>_('Info supplémentaire'))
)

Definition at line 27 of file bank_constant.php.

Referenced by Import_Bank\is_valid_header().

$aseparator
Initial value:
=array(
array ('value'=>1,'label'=>','),
array ('value'=>2,'label'=>';')
)

Definition at line 27 of file bank_constant.php.

Referenced by Impacc_CSV\input_format(), Impacc_Csv_Bank\record(), Impacc_Csv_Misc_Operation\record(), and Impacc_Csv_Sale_Purchase\record().

$athousand
Initial value:
=array(
array ('value'=>0,'label'=>' '),
array ('value'=>1,'label'=>','),
array ('value'=>2,'label'=>'.')
)

Definition at line 27 of file bank_constant.php.

Referenced by Impacc_CSV\input_format().