printing of category of card : balance, historic More...
Go to the source code of this file.
Variables | |
if($array==null) | $allcard = (isset($_GET['allcard'])) ? 1 : 0 |
$array = Fiche::get_fiche_def($cn, $_GET['cat'], 'name_asc') | |
$categorie = new ISelect('cat') | |
Show first the form. | |
$cn = new Database($gDossier) | |
$exercice = $g_user->get_exercice() | |
$export_csv = '<FORM METHOD="get" ACTION="export.php" style="display:inline">' | |
if($allcard==0) if($_GET['histo']==-1) if($_GET['histo']==3) | $export_pdf = '<FORM METHOD="get" ACTION="export.php" style="display:inline">' |
$export_print = HtmlInput::print_window() | |
$fd_id = $_GET['cat'] | |
$fiche = new Fiche($cn) | |
global | $g_failed |
global | $g_user |
$gDossier = dossier::id() | |
$h_add_card_b = new IButton('add_card') | |
$histo = new ISelect('histo') | |
$icall = new ICheckBox("allcard", 1) | |
$iperiode = new Periode($cn) | |
$periode_end = new IDate('end') | |
$periode_start = new IDate('start') | |
$search_card = new IText('card_search') | |
$search_card_js = sprintf('onclick="boxsearch_card(\'%d\')"',dossier::id()) | |
$str | |
$str_add_card = "" | |
$str_categorie = $categorie->input() | |
$str_end = $periode_end->input() | |
$str_histo = $histo->input() | |
$str_icall = $icall->input() | |
$str_start = $periode_start->input() | |
$histo | javascript |
$h_add_card_b | label = _('Créer une nouvelle fiche') |
$categorie | selected = (isset($_GET['cat'])) ? $_GET['cat'] : 0 |
$categorie | value = $cn->make_array('select fd_id,fd_label from fiche_def order by fd_label') |
printing of category of card : balance, historic
Definition in file fiche.inc.php.
if ($array==null) $allcard = (isset($_GET['allcard'])) ? 1 : 0 |
Definition at line 129 of file fiche.inc.php.
$array = Fiche::get_fiche_def($cn, $_GET['cat'], 'name_asc') |
Definition at line 110 of file fiche.inc.php.
$categorie = new ISelect('cat') |
Show first the form.
Definition at line 38 of file fiche.inc.php.
Definition at line 30 of file fiche.inc.php.
$exercice = $g_user->get_exercice() |
Definition at line 47 of file fiche.inc.php.
$export_csv = '<FORM METHOD="get" ACTION="export.php" style="display:inline">' |
Definition at line 259 of file fiche.inc.php.
$export_pdf = '<FORM METHOD="get" ACTION="export.php" style="display:inline">' |
Definition at line 246 of file fiche.inc.php.
$export_print = HtmlInput::print_window() |
Definition at line 257 of file fiche.inc.php.
$fd_id = $_GET['cat'] |
Definition at line 108 of file fiche.inc.php.
Referenced by Fiche_Def\Add().
Definition at line 401 of file fiche.inc.php.
global $g_failed |
Definition at line 31 of file fiche.inc.php.
global $g_user |
Definition at line 31 of file fiche.inc.php.
$gDossier = dossier::id() |
Definition at line 29 of file fiche.inc.php.
$h_add_card_b = new IButton('add_card') |
Definition at line 112 of file fiche.inc.php.
$histo = new ISelect('histo') |
Definition at line 61 of file fiche.inc.php.
Referenced by HtmlInput\card_detail().
$icall = new ICheckBox("allcard", 1) |
Definition at line 43 of file fiche.inc.php.
Definition at line 48 of file fiche.inc.php.
$periode_end = new IDate('end') |
Definition at line 52 of file fiche.inc.php.
Referenced by Acc_Bilan\display_form(), and Stock\search_box().
$periode_start = new IDate('start') |
Definition at line 51 of file fiche.inc.php.
Referenced by Acc_Bilan\display_form(), Stock\search_box(), and Acc_Ledger_Fin\show_ledger().
$search_card = new IText('card_search') |
Definition at line 85 of file fiche.inc.php.
$search_card_js = sprintf('onclick="boxsearch_card(\'%d\')"',dossier::id()) |
Definition at line 86 of file fiche.inc.php.
$str |
"if (g('histo').value==3 || g('histo').value== -1 ) { g('trstart').style.display='none';g('trend').style.display='none';g('allcard').style.display='none';} else {g('trstart').style.display='';g('trend').style.display='';g('allcard').style.display='';} if ( g('histo').value== -1 ) { g('allcard').style.display='';} "
Definition at line 95 of file fiche.inc.php.
Referenced by HtmlInput\anchor(), Follow_Up\create_query(), decodeURIbycharacter(), decodeURIComponentbycharacter(), Acc_Ledger\display_warning(), Fiche_Def\DisplayAttribut(), Sort_Table\get_header(), ITva_Popup\input(), Fiche_Def\myList(), and unescapebycharacter().
$str_add_card = "" |
Definition at line 115 of file fiche.inc.php.
$str_categorie = $categorie->input() |
Definition at line 41 of file fiche.inc.php.
$str_end = $periode_end->input() |
Definition at line 58 of file fiche.inc.php.
Referenced by Anticipation\display(), and Anticipation\form_item().
$str_histo = $histo->input() |
Definition at line 77 of file fiche.inc.php.
$str_icall = $icall->input() |
Definition at line 45 of file fiche.inc.php.
$str_start = $periode_start->input() |
Definition at line 57 of file fiche.inc.php.
Referenced by Anticipation\display(), and Anticipation\form_item().
$h_add_card_b javascript |
'onchange="if (this.value==3 || this.value==-1) { g("trstart").style.display="none";g("trend").style.display="none";g("allcard").style.display="none";} else {g("trstart").style.display="";g("trend").style.display="";g("allcard").style.display="";}"'
Definition at line 72 of file fiche.inc.php.
$h_add_card_b label = _('Créer une nouvelle fiche') |
Definition at line 113 of file fiche.inc.php.
$histo selected = (isset($_GET['cat'])) ? $_GET['cat'] : 0 |
Definition at line 40 of file fiche.inc.php.
Definition at line 39 of file fiche.inc.php.