altocompta/doc/developper/html/impress__bilan_8php.html
2006-07-12 21:24:48 +00:00

248 lines
12 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>phpcompta: impress_bilan.php File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.4 -->
<div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div>
<div class="nav">
<a class="el" href="dir_000000.html">include</a></div>
<h1>impress_bilan.php File Reference</h1>form who call the printing of the bilan in RTF file included by user_impress <a href="#_details">More...</a>
<p>
<p>
<a href="impress__bilan_8php-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Variables</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="impress__bilan_8php.html#a0">$ret</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="impress__bilan_8php.html#a1">$w</a> = new <a class="el" href="classwidget.html">widget</a>(&quot;select&quot;)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">$w&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="impress__bilan_8php.html#a2">table</a> = 1</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="impress__bilan_8php.html#a3">print</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="impress__bilan_8php.html#a4">$filter_year</a> = &quot; where p_exercice='&quot;.$User-&gt;getExercice().&quot;'&quot;</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="impress__bilan_8php.html#a5">$periode_start</a> = make_array($cn,&quot;select p_id,to_char(p_start,'DD-MM-YYYY') from parm_periode $filter_year order by p_id&quot;)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">$w&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="impress__bilan_8php.html#a6">label</a> = &quot;Depuis&quot;</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="impress__bilan_8php.html#a7">$periode_end</a> = make_array($cn,&quot;select p_id,to_char(p_end,'DD-MM-YYYY') from parm_periode $filter_year order by p_id&quot;)</td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
form who call the printing of the bilan in RTF file included by user_impress
<p>
some variable are already defined ($cn, $User ...)
<p>
Definition in file <a class="el" href="impress__bilan_8php-source.html">impress_bilan.php</a>.<hr><h2>Variable Documentation</h2>
<a class="anchor" name="a4"></a><!-- doxytag: member="impress_bilan.php::$filter_year" ref="a4" args="" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">$filter_year = &quot; where p_exercice='&quot;.$User-&gt;getExercice().&quot;'&quot; </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
<p>
<p>
Definition at line <a class="el" href="impress__bilan_8php-source.html#l00047">47</a> of file <a class="el" href="impress__bilan_8php-source.html">impress_bilan.php</a>. </td>
</tr>
</table>
<a class="anchor" name="a7"></a><!-- doxytag: member="impress_bilan.php::$periode_end" ref="a7" args="" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">$periode_end = make_array($cn,&quot;select p_id,to_char(p_end,'DD-MM-YYYY') from parm_periode $filter_year order by p_id&quot;) </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
<p>
<p>
Definition at line <a class="el" href="impress__bilan_8php-source.html#l00053">53</a> of file <a class="el" href="impress__bilan_8php-source.html">impress_bilan.php</a>. </td>
</tr>
</table>
<a class="anchor" name="a5"></a><!-- doxytag: member="impress_bilan.php::$periode_start" ref="a5" args="" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">$periode_start = make_array($cn,&quot;select p_id,to_char(p_start,'DD-MM-YYYY') from parm_periode $filter_year order by p_id&quot;) </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
<p>
<p>
Definition at line <a class="el" href="impress__bilan_8php-source.html#l00049">49</a> of file <a class="el" href="impress__bilan_8php-source.html">impress_bilan.php</a>. </td>
</tr>
</table>
<a class="anchor" name="a0"></a><!-- doxytag: member="impress_bilan.php::$ret" ref="a0" args="" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">$ret </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
<p>
<b>Initial value:</b><div class="fragment"><pre class="fragment"><a class="code" href="ac__common_8php.html#a12">make_array</a>($cn,<span class="stringliteral">"select fr_id,fr_label</span>
<span class="stringliteral"> from formdef</span>
<span class="stringliteral"> order by fr_label"</span>)
</pre></div>
<p>
Definition at line <a class="el" href="impress__bilan_8php-source.html#l00032">32</a> of file <a class="el" href="impress__bilan_8php-source.html">impress_bilan.php</a>.
<p>
Referenced by <a class="el" href="class__user_8php-source.html#l00085">cl_user::Check()</a>, <a class="el" href="class__fiche_8php-source.html#l00461">fiche::Display()</a>, <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>, <a class="el" href="preference_8php-source.html#l00071">FormPeriode()</a>, <a class="el" href="preference_8php-source.html#l00037">FormPeriodeMult()</a>, <a class="el" href="class__document_8php-source.html#l00079">Document::Generate()</a>, <a class="el" href="class__poste_8php-source.html#l00100">poste::get()</a>, <a class="el" href="class__document__modele_8php-source.html#l00204">Document_modele::Get()</a>, <a class="el" href="class__document_8php-source.html#l00393">Document::get()</a>, <a class="el" href="postgres_8php-source.html#l00414">getDbValue()</a>, <a class="el" href="jrn_8php-source.html#l00907">GetJrnName()</a>, <a class="el" href="class__rapport_8php-source.html#l00040">rapport::GetName()</a>, <a class="el" href="class__poste_8php-source.html#l00084">poste::GetName()</a>, <a class="el" href="class__jrn_8php-source.html#l00034">jrn::GetName()</a>, <a class="el" href="fiche__inc_8php-source.html#l00462">GetNextFiche()</a>, <a class="el" href="ac__common_8php-source.html#l00313">getPeriodeName()</a>, <a class="el" href="impress__inc_8php-source.html#l00119">ImpHtml()</a>, <a class="el" href="impress__inc_8php-source.html#l00726">ParseFormula()</a>, <a class="el" href="poste_8php-source.html#l00087">PosteForm()</a>, <a class="el" href="class__document__modele_8php-source.html#l00103">Document_modele::Save()</a>, <a class="el" href="postgres_8php-source.html#l00371">save_upload_document()</a>, <a class="el" href="class__document_8php-source.html#l00355">Document::Send()</a>, <a class="el" href="ac__common_8php-source.html#l00226">ShowItem()</a>, <a class="el" href="user__menu_8php-source.html#l00300">ShowMenuJrn()</a>, and <a class="el" href="class__document_8php-source.html#l00289">Document::Upload()</a>. </td>
</tr>
</table>
<a class="anchor" name="a1"></a><!-- doxytag: member="impress_bilan.php::$w" ref="a1" args="" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">$w = new <a class="el" href="classwidget.html">widget</a>(&quot;select&quot;) </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
<p>
<p>
Definition at line <a class="el" href="impress__bilan_8php-source.html#l00038">38</a> of file <a class="el" href="impress__bilan_8php-source.html">impress_bilan.php</a>. </td>
</tr>
</table>
<a class="anchor" name="a6"></a><!-- doxytag: member="impress_bilan.php::label" ref="a6" args="" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">$w <a class="el" href="export__ouv_8php.html#a10">label</a> = &quot;Depuis&quot; </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
<p>
<p>
Definition at line <a class="el" href="impress__bilan_8php-source.html#l00050">50</a> of file <a class="el" href="impress__bilan_8php-source.html">impress_bilan.php</a>. </td>
</tr>
</table>
<a class="anchor" name="a3"></a><!-- doxytag: member="impress_bilan.php::print" ref="a3" args="" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"><a class="el" href="impress__rapport_8php.html#a8">print</a> </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
<p>
<p>
Definition at line <a class="el" href="impress__bilan_8php-source.html#l00041">41</a> of file <a class="el" href="impress__bilan_8php-source.html">impress_bilan.php</a>.
<p>
Referenced by <a class="el" href="setup_8php-source.html#l00104">ExecuteScript()</a>, <a class="el" href="import__inc_8php-source.html#l00043">ImportCSV()</a>, and <a class="el" href="class_8pdf_8php-source.html#l01184">Cpdf::setEncryption()</a>. </td>
</tr>
</table>
<a class="anchor" name="a2"></a><!-- doxytag: member="impress_bilan.php::table" ref="a2" args="" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">$w <a class="el" href="parametre_8php.html#a19">table</a> = 1 </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
<p>
<p>
Definition at line <a class="el" href="impress__bilan_8php-source.html#l00039">39</a> of file <a class="el" href="impress__bilan_8php-source.html">impress_bilan.php</a>. </td>
</tr>
</table>
</BODY>
</HTML>