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

concerns the management of the "Plan Comptable" More...

Go to the source code of this file.

Variables

 $cn = new Database($gDossier)
 $gDossier = dossier::id()
 $lib = new IText('p_libu')
 $limite = MAX_QCODE
 $line = new Acc_Account($cn)
 $MaxRow = Database::num_row($Ret)
 $parent = new IText('p_parentu')
 $r = td(_('Poste comptable')).td($val->input())
if(isset($_GET['action'])) if(isset($_POST['update']))
if(isset($_POST["Ajout"])) 
$Ret
 $str_dossier = dossier::get()
 $type = new ISelect('p_typeu')
 $val = new IText('p_valu')
$lib css_size = "100%"
 for ($i=0;$i<$MaxRow;$i++)
if(!isset($_SESSION['g_start'])) if (isset($_GET['p_start']))
$type value = Acc_Account::$type

Detailed Description

concerns the management of the "Plan Comptable"

Definition in file param_pcmn.inc.php.


Variable Documentation

$cn = new Database($gDossier)

Definition at line 35 of file param_pcmn.inc.php.

$gDossier = dossier::id()

Definition at line 30 of file param_pcmn.inc.php.

$lib = new IText('p_libu')

Definition at line 46 of file param_pcmn.inc.php.

Referenced by Acc_Payment\blank(), Acc_Ledger\find_label(), and Acc_Payment\form().

$limite = MAX_QCODE

Definition at line 254 of file param_pcmn.inc.php.

$line = new Acc_Account($cn)
$MaxRow = Database::num_row($Ret)

Definition at line 245 of file param_pcmn.inc.php.

$parent = new IText('p_parentu')

Definition at line 45 of file param_pcmn.inc.php.

$r = td(_('Poste comptable')).td($val->input())

Definition at line 51 of file param_pcmn.inc.php.

if (isset($_GET['action'])) if (isset($_POST['update'])) if (isset($_POST["Ajout"])) $Ret
Initial value:
$cn->exec_sql("select pcm_val,pcm_lib,pcm_val_parent,pcm_type,array_to_string(array_agg(j_qcode) , ',') as acode
        from tmp_pcmn left join vw_poste_qcode on (j_poste=pcm_val) where substr(pcm_val::text,1,1)='".$_SESSION['g_start']."'".
                "  group by pcm_val,pcm_lib,pcm_val_parent, pcm_type  order by pcm_val::text")

Definition at line 242 of file param_pcmn.inc.php.

Referenced by Fiche\count_by_modele(), Fiche_Def\get(), Fiche_Def\get_all(), Fiche_Def\get_by_category(), Fiche_Def\get_by_type(), User\get_exercice(), Fiche_Def\getAttribut(), Fiche\getAttribut(), Fiche\GetByDef(), Fiche\insert(), Acc_Ledger\next_number(), Document_modele\Save(), Acc_Account\update(), and Fiche\update().

$str_dossier = dossier::get()

Definition at line 274 of file param_pcmn.inc.php.

$type = new ISelect('p_typeu')

Definition at line 48 of file param_pcmn.inc.php.

$val = new IText('p_valu')
$lib css_size = "100%"

Definition at line 47 of file param_pcmn.inc.php.

Referenced by IText\display(), IText\input(), INum\input(), and IPoste\input().

for($i=0;$i<$MaxRow;$i++)

Definition at line 275 of file param_pcmn.inc.php.

if (!isset($_SESSION['g_start'])) if(isset($_GET['p_start']))

Definition at line 75 of file param_pcmn.inc.php.

$type value = Acc_Account::$type

Definition at line 49 of file param_pcmn.inc.php.

 All Data Structures Namespaces Files Functions Variables Enumerations