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

 $checkbox = new ICheckBox("delete_acc")
 $cn = new Database($gDossier)
 $g_start = HtmlInput::default_value_get('p_start',-1)
 $gDossier = dossier::id()
 $lib = new IText('p_libu')
 $limite = MAX_QCODE
 $MaxRow = Database::num_row($Ret)
 $parent = new IText('p_parentu')
 $r = td(_('Poste comptable')).td($val->input())
 $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++)
$type value = Acc_Account::$type

Detailed Description

concerns the management of the "Plan Comptable"

Definition in file param_pcmn.inc.php.


Variable Documentation

$checkbox = new ICheckBox("delete_acc")

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

Referenced by Follow_Up\myList().

$cn = new Database($gDossier)

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

$g_start = HtmlInput::default_value_get('p_start',-1)

Definition at line 76 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 47 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 103 of file param_pcmn.inc.php.

$MaxRow = Database::num_row($Ret)

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

$parent = new IText('p_parentu')

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

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

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

$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)='".$g_start."'".
                "  group by pcm_val,pcm_lib,pcm_val_parent, pcm_type  order by pcm_val::text")

Definition at line 88 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 115 of file param_pcmn.inc.php.

$type = new ISelect('p_typeu')

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

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

Definition at line 48 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 116 of file param_pcmn.inc.php.

$type value = Acc_Account::$type

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

 All Data Structures Namespaces Files Functions Variables Enumerations