Main Page | Namespace List | Class Hierarchy | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

impress_fiche.php File Reference

Go to the source code of this file.

Variables

 $cn = DbConnect($_SESSION['g_dossier'])
 $submit = new widget()
 $hid = new widget("hidden")
 $fiche_id = new widget("hidden")
 $w = new widget("select")
 $fiche_def = new fiche_def($cn)
$fiche_def id = $_REQUEST['fd_id']
$w selected = (isset($_POST['from_periode']))?$_POST['from_periode']:""
 $periode_end = make_array($cn,"select p_id,to_char(p_end,'DD-MM-YYYY') from parm_periode $filter_year order by p_id")
 $fiche = new fiche($cn)
 $e = $fiche->GetByType($fiche_def->id)
 $l = var_export($e,true)
 $old = -1
 $solde


Variable Documentation

$cn = DbConnect($_SESSION['g_dossier'])
 

Definition at line 26 of file impress_fiche.php.

Referenced by cl_user::Admin(), cl_user::Check(), CheckAction(), CheckDossier(), CheckIsAdmin(), CheckJrn(), cl_user::cl_user(), ExisteJnt(), ExistePriv(), GetAllUser(), GetAvailableFolder(), GetDbId(), GetDossierName(), cl_user::GetGlobalPref(), GetJnt(), GetJrnProp(), GetLogin(), GetNumberLine(), GetPosteLibelle(), GetPriv(), GetUid(), html_page_start(), cl_user::insert_default_global_pref(), RecordJrn(), ShowBox(), ShowDossier(), ShowMenuComptaForm(), ShowMenuFiche(), SyncRight(), cl_user::update_global_pref(), and ViewJrn().

$e = $fiche->GetByType($fiche_def->id)
 

Definition at line 82 of file impress_fiche.php.

Referenced by fiche::getAttribut(), jrn_navigation_bar(), ParseFormula(), RecordFin(), RecordInvoice(), RecordJrn(), RecordODS(), RecordSell(), fiche::strAttribut(), Supplier::Summary(), Customer::Summary(), Admin::Summary(), and Customer::VatListing().

$fiche = new fiche($cn)
 

Definition at line 81 of file impress_fiche.php.

Referenced by FormAchInput(), FormVenInput(), and ShowActionList().

$fiche_def = new fiche_def($cn)
 

Definition at line 40 of file impress_fiche.php.

$fiche_id = new widget("hidden")
 

Definition at line 38 of file impress_fiche.php.

Referenced by fiche::insert().

$hid = new widget("hidden")
 

Definition at line 37 of file impress_fiche.php.

$l = var_export($e,true)
 

Definition at line 83 of file impress_fiche.php.

$old = -1
 

Definition at line 85 of file impress_fiche.php.

Referenced by CreatePeriodeCond().

$periode_end = make_array($cn,"select p_id,to_char(p_end,'DD-MM-YYYY') from parm_periode $filter_year order by p_id")
 

Definition at line 68 of file impress_fiche.php.

$solde
 

Initial value:

  $account->GetSoldeDetail("j_tech_per between ".$_REQUEST['from_periode'].
                                         " and ".
                                      $_REQUEST['to_periode'])

Definition at line 113 of file impress_fiche.php.

Referenced by FormFin(), and ImpHtml().

$submit = new widget()
 

Definition at line 36 of file impress_fiche.php.

$w = new widget("select")
 

Definition at line 39 of file impress_fiche.php.

$fiche_def id = $_REQUEST['fd_id']
 

Definition at line 54 of file impress_fiche.php.

$w selected = (isset($_POST['from_periode']))?$_POST['from_periode']:""
 

Definition at line 66 of file impress_fiche.php.