Enfin : the beta version is ready, only the documentation is incomplete

This commit is contained in:
sparkyx 2006-06-28 00:13:25 +00:00
parent 21518b1cdf
commit 91de7ee101
374 changed files with 6621 additions and 3576 deletions

View file

@ -111,12 +111,12 @@
<body>
<!-- Primary Index -->
<p><br><br>Dumped on 2006-06-27</p>
<p><br><br>Dumped on 2006-06-28</p>
<h1><a name="index">Index of database - account_repository</a></h1>
<ul>
<li><a name="public.schema">public</a></li><ul>
<li><a href="#public.table.ac-dossier">ac_dossier</a></li><li><a href="#public.table.ac-users">ac_users</a></li><li><a href="#public.table.jnt-use-dos">jnt_use_dos</a></li><li><a href="#public.table.modeledef">modeledef</a></li><li><a href="#public.table.priv-user">priv_user</a></li><li><a href="#public.table.theme">theme</a></li><li><a href="#public.table.version">version</a></li>
<li><a href="#public.table.ac-dossier">ac_dossier</a></li><li><a href="#public.table.ac-users">ac_users</a></li><li><a href="#public.table.jnt-use-dos">jnt_use_dos</a></li><li><a href="#public.table.modeledef">modeledef</a></li><li><a href="#public.table.priv-user">priv_user</a></li><li><a href="#public.table.theme">theme</a></li><li><a href="#public.table.user-global-pref">user_global_pref</a></li><li><a href="#public.table.version">version</a></li>
<li><a href="#public.function.plpgsql-validator-oid">plpgsql_validator( oid )</a></li>
</ul>
@ -383,38 +383,6 @@
</i>
</td>
</tr>
<tr class="tr1">
<td>
</td>
<td>use_theme</td>
<td>text</td>
<td><i>
DEFAULT &#39;Light&#39;::text
</i>
</td>
</tr>
<tr class="tr0">
<td>
</td>
<td>use_usertype</td>
<td>text</td>
<td><i>
NOT NULL
</i>
</td>
@ -446,6 +414,13 @@
<!-- Foreign Key Discovery -->
<p>Tables referencing this one via Foreign Key Constraints:</p>
<ul>
<li><a href="#public.table.user-global-pref">user_global_pref</a></li>
</ul>
<!-- View Definition -->
@ -810,6 +785,117 @@
<!-- Constraint List -->
<!-- Foreign Key Discovery -->
<!-- View Definition -->
<!-- List off permissions -->
<p>
<a href="#index">Index</a> -
<a href="#public.schema">Schema public</a>
</p>
<hr>
<h2>Table:
<a name="public.table.user-global-pref">user_global_pref</a>
</h2>
<p>The user&#39;s global parameter </p>
<table width="100%" cellspacing="0" cellpadding="3">
<caption>user_global_pref Structure</caption>
<tr>
<th>F-Key</th>
<th>Name</th>
<th>Type</th>
<th>Description</th>
</tr>
<tr class="tr0">
<td>
<a href="#public.table.ac-users">ac_users.use_login</a>
</td>
<td>user_id</td>
<td>text</td>
<td><i>
PRIMARY KEY
</i>
<br><br>user&#39;s login
</td>
</tr>
<tr class="tr1">
<td>
</td>
<td>parameter_type</td>
<td>text</td>
<td><i>
PRIMARY KEY
</i>
<br><br>the type of parameter
</td>
</tr>
<tr class="tr0">
<td>
</td>
<td>parameter_value</td>
<td>text</td>
<td><i>
</i>
<br><br>the value of parameter
</td>
</tr>
</table>
<!-- Constraint List -->

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -157,9 +157,9 @@
<a name="l00231"></a>00231 <span class="comment">// direction Vertical</span>
<a name="l00232"></a>00232 <span class="keywordflow">if</span> ( $p_dir == <span class="charliteral">'V'</span>) {
<a name="l00233"></a>00233 foreach ($p_array as $all=&gt;$href){
<a name="l00234"></a>00234 <a class="code" href="action_8inc_8php.html#a23">$title</a>=<span class="stringliteral">""</span>;
<a name="l00234"></a>00234 $title=<span class="stringliteral">""</span>;
<a name="l00235"></a>00235 <span class="keywordflow">if</span> ( isset ($href[2] ))
<a name="l00236"></a>00236 <a class="code" href="action_8inc_8php.html#a23">$title</a>=$href[2];
<a name="l00236"></a>00236 $title=$href[2];
<a name="l00237"></a>00237 <a class="code" href="impress__bilan_8php.html#a0">$ret</a>.='&lt;TR&gt;&lt;TD CLASS=<span class="stringliteral">"'.$class.'"</span>&gt;&lt;A <span class="keyword">class</span>=<span class="stringliteral">"'.$class_ref.'"</span> HREF=<span class="stringliteral">"'.$href[0].'"</span> title=<span class="stringliteral">"'.$title.'"</span>&gt;'.$href[1].'&lt;/A&gt;&lt;/TD&gt;&lt;/TR&gt;';
<a name="l00238"></a>00238 }
<a name="l00239"></a>00239 }
@ -167,9 +167,9 @@
<a name="l00241"></a>00241 <span class="keywordflow">else</span> <span class="keywordflow">if</span> ( $p_dir == <span class="charliteral">'H'</span> ) {
<a name="l00242"></a>00242 <a class="code" href="impress__bilan_8php.html#a0">$ret</a>.=<span class="stringliteral">"&lt;TR&gt;"</span>;
<a name="l00243"></a>00243 foreach ($p_array as $all=&gt;$href){
<a name="l00244"></a>00244 <a class="code" href="action_8inc_8php.html#a23">$title</a>=<span class="stringliteral">""</span>;
<a name="l00244"></a>00244 $title=<span class="stringliteral">""</span>;
<a name="l00245"></a>00245 <span class="keywordflow">if</span> ( isset ($href[2] ))
<a name="l00246"></a>00246 <a class="code" href="action_8inc_8php.html#a23">$title</a>=$href[2];
<a name="l00246"></a>00246 $title=$href[2];
<a name="l00247"></a>00247 <span class="keywordflow">if</span> ( $<span class="keywordflow">default</span>== $href[0]) {
<a name="l00248"></a>00248 <a class="code" href="impress__bilan_8php.html#a0">$ret</a>.='&lt;TD CLASS=<span class="stringliteral">"selectedcell"</span>&gt;'.$href[1].'&lt;/TD&gt;';
<a name="l00249"></a>00249
@ -188,22 +188,22 @@
<a name="l00272"></a>00272 }
<a name="l00282"></a><a class="code" href="ac__common_8php.html#a12">00282</a> function <a class="code" href="ac__common_8php.html#a12">make_array</a>($p_cn,$p_sql,$p_null=0) {
<a name="l00283"></a>00283
<a name="l00284"></a>00284 <a class="code" href="action_8inc_8php.html#a24">$a</a>=pg_exec($p_cn,$p_sql);
<a name="l00284"></a>00284 <a class="code" href="balance_8php.html#a10">$a</a>=pg_exec($p_cn,$p_sql);
<a name="l00285"></a>00285 $max=pg_NumRows($a);
<a name="l00286"></a>00286 <span class="keywordflow">if</span> ( $max==0) <span class="keywordflow">return</span> null;
<a name="l00287"></a>00287 <span class="keywordflow">for</span> ($i=0;$i&lt;$max;$i++) {
<a name="l00288"></a>00288 <a class="code" href="cbc__be_8inc_8php.html#a0">$row</a>=pg_fetch_row($a);
<a name="l00289"></a>00289 <a class="code" href="user__action__ach_8php.html#a2">$r</a>[<a class="code" href="balance_8php.html#a12">$i</a>]['<a class="code" href="action_8inc_8php.html#a13">value</a>']=<a class="code" href="cbc__be_8inc_8php.html#a0">$row</a>[0];
<a name="l00290"></a>00290 <a class="code" href="user__action__ach_8php.html#a2">$r</a>[<a class="code" href="balance_8php.html#a12">$i</a>]['<a class="code" href="action_8inc_8php.html#a15">label</a>']=<a class="code" href="cbc__be_8inc_8php.html#a0">$row</a>[1];
<a name="l00290"></a>00290 <a class="code" href="user__action__ach_8php.html#a2">$r</a>[<a class="code" href="balance_8php.html#a12">$i</a>]['<a class="code" href="balance_8php.html#a6">label</a>']=<a class="code" href="cbc__be_8inc_8php.html#a0">$row</a>[1];
<a name="l00291"></a>00291 }
<a name="l00292"></a>00292 <span class="comment">// add a blank item ?</span>
<a name="l00293"></a>00293 <span class="keywordflow">if</span> ( $p_null == 1 ) {
<a name="l00294"></a>00294 <span class="keywordflow">for</span> ($i=$max;$i!=0;$i--) {
<a name="l00295"></a>00295 <a class="code" href="user__action__ach_8php.html#a2">$r</a>[<a class="code" href="balance_8php.html#a12">$i</a>]['<a class="code" href="action_8inc_8php.html#a13">value</a>']= <a class="code" href="user__action__ach_8php.html#a2">$r</a>[<a class="code" href="balance_8php.html#a12">$i</a>-1]['<a class="code" href="action_8inc_8php.html#a13">value</a>'];
<a name="l00296"></a>00296 <a class="code" href="user__action__ach_8php.html#a2">$r</a>[<a class="code" href="balance_8php.html#a12">$i</a>]['<a class="code" href="action_8inc_8php.html#a15">label</a>']= <a class="code" href="user__action__ach_8php.html#a2">$r</a>[<a class="code" href="balance_8php.html#a12">$i</a>-1]['<a class="code" href="action_8inc_8php.html#a15">label</a>'];
<a name="l00296"></a>00296 <a class="code" href="user__action__ach_8php.html#a2">$r</a>[<a class="code" href="balance_8php.html#a12">$i</a>]['<a class="code" href="balance_8php.html#a6">label</a>']= <a class="code" href="user__action__ach_8php.html#a2">$r</a>[<a class="code" href="balance_8php.html#a12">$i</a>-1]['<a class="code" href="balance_8php.html#a6">label</a>'];
<a name="l00297"></a>00297 }
<a name="l00298"></a>00298 <a class="code" href="user__action__ach_8php.html#a2">$r</a>[0]['<a class="code" href="action_8inc_8php.html#a13">value</a>']=-1;
<a name="l00299"></a>00299 <a class="code" href="user__action__ach_8php.html#a2">$r</a>[0]['<a class="code" href="action_8inc_8php.html#a15">label</a>']=<span class="stringliteral">" "</span>;
<a name="l00299"></a>00299 <a class="code" href="user__action__ach_8php.html#a2">$r</a>[0]['<a class="code" href="balance_8php.html#a6">label</a>']=<span class="stringliteral">" "</span>;
<a name="l00300"></a>00300 } <span class="comment">// if ( $p_null == 1 ) </span>
<a name="l00301"></a>00301
<a name="l00302"></a>00302 <span class="keywordflow">return</span> <a class="code" href="user__action__ach_8php.html#a2">$r</a>;
@ -214,17 +214,17 @@
<a name="l00318"></a>00318 <a class="code" href="ac__common_8php.html#a0">echo_error</a>('ac_common.php'.<span class="stringliteral">"-"</span>.__LINE__.' UNDEFINED <a class="code" href="constant_8php.html#a13">PERIODE</a>');
<a name="l00319"></a>00319 <a class="code" href="impress__bilan_8php.html#a0">$ret</a>=execSql($p_cn,<span class="stringliteral">"select to_char($pos,'Mon YYYY') as t from parm_periode where p_id=$p_id"</span>);
<a name="l00320"></a>00320 <span class="keywordflow">if</span> (pg_NumRows($ret) == 0) <span class="keywordflow">return</span> null;
<a name="l00321"></a>00321 <a class="code" href="action_8inc_8php.html#a24">$a</a>=pg_fetch_array($ret,0);
<a name="l00322"></a>00322 <span class="keywordflow">return</span> <a class="code" href="action_8inc_8php.html#a24">$a</a>[<span class="charliteral">'t'</span>];
<a name="l00321"></a>00321 <a class="code" href="balance_8php.html#a10">$a</a>=pg_fetch_array($ret,0);
<a name="l00322"></a>00322 <span class="keywordflow">return</span> <a class="code" href="balance_8php.html#a10">$a</a>[<span class="charliteral">'t'</span>];
<a name="l00323"></a>00323 }
<a name="l00335"></a><a class="code" href="ac__common_8php.html#a14">00335</a> function <a class="code" href="ac__common_8php.html#a14">getPeriodeFromMonth</a>($p_cn,$p_date) {
<a name="l00336"></a>00336 $R=<a class="code" href="postgres_8php.html#a2">ExecSql</a>($p_cn,<span class="stringliteral">"select p_id from parm_periode where</span>
<a name="l00337"></a>00337 <span class="stringliteral"> to_char(p_start,'DD.MM.YYYY') = '01.$p_date'"</span>);
<a name="l00338"></a>00338 <span class="keywordflow">if</span> ( pg_NumRows($R) == 0 )
<a name="l00339"></a>00339 <span class="keywordflow">return</span> -1;
<a name="l00340"></a>00340 <a class="code" href="action_8inc_8php.html#a24">$a</a>=pg_fetch_array($R,0);
<a name="l00340"></a>00340 <a class="code" href="balance_8php.html#a10">$a</a>=pg_fetch_array($R,0);
<a name="l00341"></a>00341
<a name="l00342"></a>00342 <span class="keywordflow">return</span> <a class="code" href="action_8inc_8php.html#a24">$a</a>['p_id'];
<a name="l00342"></a>00342 <span class="keywordflow">return</span> <a class="code" href="balance_8php.html#a10">$a</a>['p_id'];
<a name="l00343"></a>00343 }
<a name="l00355"></a><a class="code" href="ac__common_8php.html#a15">00355</a> function <a class="code" href="ac__common_8php.html#a15">getPeriodeFromDate</a>($p_cn,$p_date) {
<a name="l00356"></a>00356 $R=<a class="code" href="postgres_8php.html#a2">ExecSql</a>($p_cn,<span class="stringliteral">"select p_id from parm_periode where</span>
@ -233,13 +233,18 @@
<a name="l00359"></a>00359 <span class="stringliteral"> "</span>);
<a name="l00360"></a>00360 <span class="keywordflow">if</span> ( pg_NumRows($R) == 0 )
<a name="l00361"></a>00361 <span class="keywordflow">return</span> -1;
<a name="l00362"></a>00362 <a class="code" href="action_8inc_8php.html#a24">$a</a>=pg_fetch_array($R,0);
<a name="l00362"></a>00362 <a class="code" href="balance_8php.html#a10">$a</a>=pg_fetch_array($R,0);
<a name="l00363"></a>00363
<a name="l00364"></a>00364 <span class="keywordflow">return</span> <a class="code" href="action_8inc_8php.html#a24">$a</a>['p_id'];
<a name="l00364"></a>00364 <span class="keywordflow">return</span> <a class="code" href="balance_8php.html#a10">$a</a>['p_id'];
<a name="l00365"></a>00365 }
<a name="l00366"></a>00366
<a name="l00367"></a>00367 ?&gt;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:27 2006 for phpcompta by&nbsp;
<a name="l00371"></a><a class="code" href="ac__common_8php.html#a16">00371</a> function <a class="code" href="ac__common_8php.html#a16">Decode</a>($p_html){
<a name="l00372"></a>00372 $p_html=str_replace('%0D<span class="charliteral">','</span>',$p_html);
<a name="l00373"></a>00373 $p_html=str_replace('%0A<span class="charliteral">','</span>',$p_html);
<a name="l00374"></a>00374 $p_html=urldecode($p_html);
<a name="l00375"></a>00375 <span class="keywordflow">return</span> $p_html;
<a name="l00376"></a>00376 }
<a name="l00377"></a>00377 ?&gt;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:23 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -62,6 +62,9 @@
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="ac__common_8php.html#a15">getPeriodeFromDate</a> ($p_cn, $p_date)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Return the period corresponding to the date. <a href="#a15"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="ac__common_8php.html#a16">Decode</a> ($p_html)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Decode the html for the widegt richtext and remove newline. <a href="#a16"></a><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
common utilities for a lot of procedure, classe
@ -123,6 +126,44 @@ References <a class="el" href="ac__common_8php-source.html#l00097">isDate()</a>.
Referenced by <a class="el" href="jrn_8php-source.html#l00834">VerifData()</a>, and <a class="el" href="user__common_8php-source.html#l00654">VerifyOperationDate()</a>. </td>
</tr>
</table>
<a class="anchor" name="a16"></a><!-- doxytag: member="ac_common.php::Decode" ref="a16" args="($p_html)" --><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">Decode </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top">$&nbsp;</td>
<td class="mdname1" valign="top" nowrap> <em>p_html</em> </td>
<td class="md" valign="top">&nbsp;)&nbsp;</td>
<td class="md" nowrap></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Decode the html for the widegt richtext and remove newline.
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>$p_html</em>&nbsp;</td><td>string to decode </td></tr>
</table>
</dl>
<dl compact><dt><b>Returns:</b></dt><dd>the html code without new line</dd></dl>
<p>
Definition at line <a class="el" href="ac__common_8php-source.html#l00371">371</a> of file <a class="el" href="ac__common_8php-source.html">ac_common.php</a>. </td>
</tr>
</table>
<a class="anchor" name="a0"></a><!-- doxytag: member="ac_common.php::echo_error" ref="a0" args="($p_log)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
@ -162,7 +203,7 @@ Definition at line <a class="el" href="ac__common_8php-source.html#l00036">36</a
<p>
References <a class="el" href="debug_8php-source.html#l00034">echo_debug()</a>.
<p>
Referenced by <a class="el" href="fiche__inc_8php-source.html#l00038">AddFiche()</a>, <a class="el" href="form__inc_8php-source.html#l00267">AddForm()</a>, <a class="el" href="fiche__inc_8php-source.html#l00761">AddModele()</a>, <a class="el" href="user__common_8php-source.html#l00727">DeleteRapt()</a>, <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>, <a class="el" href="user__form__ach_8php-source.html#l00269">form_verify_input()</a>, <a class="el" href="user__form__ach_8php-source.html#l00044">FormAchInput()</a>, <a class="el" href="user__form__ach_8php-source.html#l00471">FormAchView()</a>, <a class="el" href="ac__common_8php-source.html#l00208">FormatString()</a>, <a class="el" href="user__form__fin_8php-source.html#l00146">FormFin()</a>, <a class="el" href="user__form__ods_8php-source.html#l00045">FormODS()</a>, <a class="el" href="user__form__ven_8php-source.html#l00043">FormVenInput()</a>, <a class="el" href="user__form__ven_8php-source.html#l00425">FormVenteView()</a>, <a class="el" href="fiche__inc_8php-source.html#l01057">GetFicheJrn()</a>, <a class="el" href="ac__common_8php-source.html#l00315">getPeriodeName()</a>, <a class="el" href="user__common_8php-source.html#l00211">GetTvaPoste()</a>, <a class="el" href="impress__inc_8php-source.html#l00097">Imp()</a>, <a class="el" href="user__common_8php-source.html#l00699">InsertRapt()</a>, <a class="el" href="user__common_8php-source.html#l00831">isValid()</a>, <a class="el" href="fiche__inc_8php-source.html#l00938">Remove()</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__fiche_8php-source.html#l00640">fiche::update()</a>, <a class="el" href="fiche__inc_8php-source.html#l00530">UpdateFiche()</a>, <a class="el" href="jrn_8php-source.html#l00282">UpdateJrn()</a>, <a class="el" href="fiche__inc_8php-source.html#l00869">UpdateModele()</a>, <a class="el" href="jrn_8php-source.html#l00834">VerifData()</a>, and <a class="el" href="user__common_8php-source.html#l00654">VerifyOperationDate()</a>. </td>
Referenced by <a class="el" href="fiche__inc_8php-source.html#l00038">AddFiche()</a>, <a class="el" href="form__inc_8php-source.html#l00267">AddForm()</a>, <a class="el" href="fiche__inc_8php-source.html#l00761">AddModele()</a>, <a class="el" href="user__common_8php-source.html#l00727">DeleteRapt()</a>, <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>, <a class="el" href="user__form__ach_8php-source.html#l00269">form_verify_input()</a>, <a class="el" href="user__form__ach_8php-source.html#l00044">FormAchInput()</a>, <a class="el" href="user__form__ach_8php-source.html#l00471">FormAchView()</a>, <a class="el" href="ac__common_8php-source.html#l00208">FormatString()</a>, <a class="el" href="user__form__fin_8php-source.html#l00146">FormFin()</a>, <a class="el" href="user__form__ods_8php-source.html#l00045">FormODS()</a>, <a class="el" href="user__form__ven_8php-source.html#l00043">FormVenInput()</a>, <a class="el" href="user__form__ven_8php-source.html#l00425">FormVenteView()</a>, <a class="el" href="fiche__inc_8php-source.html#l01057">GetFicheJrn()</a>, <a class="el" href="ac__common_8php-source.html#l00315">getPeriodeName()</a>, <a class="el" href="user__common_8php-source.html#l00211">GetTvaPoste()</a>, <a class="el" href="impress__inc_8php-source.html#l00097">Imp()</a>, <a class="el" href="user__common_8php-source.html#l00699">InsertRapt()</a>, <a class="el" href="user__common_8php-source.html#l00831">isValid()</a>, <a class="el" href="fiche__inc_8php-source.html#l00938">Remove()</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__fiche_8php-source.html#l00642">fiche::update()</a>, <a class="el" href="fiche__inc_8php-source.html#l00530">UpdateFiche()</a>, <a class="el" href="jrn_8php-source.html#l00282">UpdateJrn()</a>, <a class="el" href="fiche__inc_8php-source.html#l00869">UpdateModele()</a>, <a class="el" href="jrn_8php-source.html#l00834">VerifData()</a>, and <a class="el" href="user__common_8php-source.html#l00654">VerifyOperationDate()</a>. </td>
</tr>
</table>
<a class="anchor" name="a11"></a><!-- doxytag: member="ac_common.php::echo_warning" ref="a11" args="($p_string)" --><p>
@ -283,7 +324,7 @@ Definition at line <a class="el" href="ac__common_8php-source.html#l00208">208</
<p>
References <a class="el" href="ac__common_8php-source.html#l00036">echo_error()</a>.
<p>
Referenced by <a class="el" href="fiche__inc_8php-source.html#l00038">AddFiche()</a>, <a class="el" href="form__inc_8php-source.html#l00267">AddForm()</a>, <a class="el" href="fiche__inc_8php-source.html#l00761">AddModele()</a>, <a class="el" href="class__action_8php-source.html#l00247">action::Confirm()</a>, <a class="el" href="class__fiche_8php-source.html#l00289">fiche::CountByDef()</a>, <a class="el" href="class__action_8php-source.html#l00094">action::Display()</a>, <a class="el" href="class__fiche_8php-source.html#l00167">fiche::GetByQCode()</a>, <a class="el" href="class__fiche_8php-source.html#l00540">fiche::insert()</a>, <a class="el" href="user__common_8php-source.html#l00288">InsertJrn()</a>, <a class="el" href="user__common_8php-source.html#l00322">ListJrn()</a>, <a class="el" href="user__form__fin_8php-source.html#l00358">RecordFin()</a>, <a class="el" href="user__form__ven_8php-source.html#l00627">RecordInvoice()</a>, <a class="el" href="user__form__ach_8php-source.html#l00661">RecordSell()</a>, <a class="el" href="fiche__inc_8php-source.html#l00938">Remove()</a>, <a class="el" href="class__parm__code_8php-source.html#l00076">parm_code::Save()</a>, <a class="el" href="class__document__modele_8php-source.html#l00103">Document_modele::Save()</a>, <a class="el" href="class__action_8php-source.html#l00359">action::SaveStage2()</a>, <a class="el" href="action_8inc_8php-source.html#l00037">ShowActionList()</a>, <a class="el" href="class__supplier_8php-source.html#l00083">Supplier::Summary()</a>, <a class="el" href="class__customer_8php-source.html#l00195">Customer::Summary()</a>, <a class="el" href="class__contact_8php-source.html#l00050">contact::Summary()</a>, <a class="el" href="class__admin_8php-source.html#l00065">Admin::Summary()</a>, <a class="el" href="class__fiche_8php-source.html#l00640">fiche::update()</a>, <a class="el" href="class__action_8php-source.html#l00538">action::Update()</a>, <a class="el" href="user__common_8php-source.html#l00811">UpdateComment()</a>, <a class="el" href="fiche__inc_8php-source.html#l00530">UpdateFiche()</a>, <a class="el" href="form__inc_8php-source.html#l00208">UpdateForm()</a>, <a class="el" href="class__own_8php-source.html#l00051">Own::UpdateRow()</a>, and <a class="el" href="jrn_8php-source.html#l00583">ViewJrn()</a>. </td>
Referenced by <a class="el" href="fiche__inc_8php-source.html#l00038">AddFiche()</a>, <a class="el" href="form__inc_8php-source.html#l00267">AddForm()</a>, <a class="el" href="fiche__inc_8php-source.html#l00761">AddModele()</a>, <a class="el" href="class__action_8php-source.html#l00303">action::Confirm()</a>, <a class="el" href="class__fiche_8php-source.html#l00291">fiche::CountByDef()</a>, <a class="el" href="class__action_8php-source.html#l00098">action::Display()</a>, <a class="el" href="class__fiche_8php-source.html#l00167">fiche::GetByQCode()</a>, <a class="el" href="class__fiche_8php-source.html#l00542">fiche::insert()</a>, <a class="el" href="user__common_8php-source.html#l00288">InsertJrn()</a>, <a class="el" href="user__common_8php-source.html#l00322">ListJrn()</a>, <a class="el" href="user__form__fin_8php-source.html#l00358">RecordFin()</a>, <a class="el" href="user__form__ven_8php-source.html#l00627">RecordInvoice()</a>, <a class="el" href="user__form__ach_8php-source.html#l00661">RecordSell()</a>, <a class="el" href="fiche__inc_8php-source.html#l00938">Remove()</a>, <a class="el" href="class__parm__code_8php-source.html#l00076">parm_code::Save()</a>, <a class="el" href="class__document__modele_8php-source.html#l00103">Document_modele::Save()</a>, <a class="el" href="class__action_8php-source.html#l00418">action::SaveStage2()</a>, <a class="el" href="action_8inc_8php-source.html#l00038">ShowActionList()</a>, <a class="el" href="class__supplier_8php-source.html#l00083">Supplier::Summary()</a>, <a class="el" href="class__customer_8php-source.html#l00195">Customer::Summary()</a>, <a class="el" href="class__contact_8php-source.html#l00050">contact::Summary()</a>, <a class="el" href="class__admin_8php-source.html#l00065">Admin::Summary()</a>, <a class="el" href="class__fiche_8php-source.html#l00642">fiche::update()</a>, <a class="el" href="class__action_8php-source.html#l00623">action::Update()</a>, <a class="el" href="user__common_8php-source.html#l00811">UpdateComment()</a>, <a class="el" href="fiche__inc_8php-source.html#l00530">UpdateFiche()</a>, <a class="el" href="form__inc_8php-source.html#l00208">UpdateForm()</a>, <a class="el" href="class__own_8php-source.html#l00051">Own::UpdateRow()</a>, and <a class="el" href="jrn_8php-source.html#l00583">ViewJrn()</a>. </td>
</tr>
</table>
<a class="anchor" name="a15"></a><!-- doxytag: member="ac_common.php::getPeriodeFromDate" ref="a15" args="($p_cn, $p_date)" --><p>
@ -336,7 +377,7 @@ Return the period corresponding to the date.
<p>
Definition at line <a class="el" href="ac__common_8php-source.html#l00355">355</a> of file <a class="el" href="ac__common_8php-source.html">ac_common.php</a>.
<p>
References <a class="el" href="action_8inc_8php-source.html#l00273">$a</a>, and <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>. </td>
References <a class="el" href="balance_8php-source.html#l00113">$a</a>, and <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>. </td>
</tr>
</table>
<a class="anchor" name="a14"></a><!-- doxytag: member="ac_common.php::getPeriodeFromMonth" ref="a14" args="($p_cn, $p_date)" --><p>
@ -386,7 +427,7 @@ Return the period corresponding to the date.
<p>
Definition at line <a class="el" href="ac__common_8php-source.html#l00335">335</a> of file <a class="el" href="ac__common_8php-source.html">ac_common.php</a>.
<p>
References <a class="el" href="action_8inc_8php-source.html#l00273">$a</a>, and <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>.
References <a class="el" href="balance_8php-source.html#l00113">$a</a>, and <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>.
<p>
Referenced by <a class="el" href="impress__inc_8php-source.html#l00726">ParseFormula()</a>. </td>
</tr>
@ -445,7 +486,7 @@ Show the periode which found thanks its id.
<p>
Definition at line <a class="el" href="ac__common_8php-source.html#l00315">315</a> of file <a class="el" href="ac__common_8php-source.html">ac_common.php</a>.
<p>
References <a class="el" href="action_8inc_8php-source.html#l00273">$a</a>, <a class="el" href="impress__bilan_8php-source.html#l00032">$ret</a>, and <a class="el" href="ac__common_8php-source.html#l00036">echo_error()</a>. </td>
References <a class="el" href="balance_8php-source.html#l00113">$a</a>, <a class="el" href="impress__bilan_8php-source.html#l00032">$ret</a>, and <a class="el" href="ac__common_8php-source.html#l00036">echo_error()</a>. </td>
</tr>
</table>
<a class="anchor" name="a7"></a><!-- doxytag: member="ac_common.php::html_button_logout" ref="a7" args="()" --><p>
@ -611,7 +652,7 @@ Definition at line <a class="el" href="ac__common_8php-source.html#l00097">97</a
<p>
References <a class="el" href="debug_8php-source.html#l00034">echo_debug()</a>.
<p>
Referenced by <a class="el" href="ac__common_8php-source.html#l00053">cmpDate()</a>, <a class="el" href="class__action_8php-source.html#l00247">action::Confirm()</a>, <a class="el" href="user__form__ach_8php-source.html#l00269">form_verify_input()</a>, <a class="el" href="ac__common_8php-source.html#l00120">formatDate()</a>, <a class="el" href="user__common_8php-source.html#l00322">ListJrn()</a>, <a class="el" href="jrn_8php-source.html#l00834">VerifData()</a>, <a class="el" href="user__common_8php-source.html#l00654">VerifyOperationDate()</a>, and <a class="el" href="jrn_8php-source.html#l00583">ViewJrn()</a>. </td>
Referenced by <a class="el" href="ac__common_8php-source.html#l00053">cmpDate()</a>, <a class="el" href="class__action_8php-source.html#l00303">action::Confirm()</a>, <a class="el" href="user__form__ach_8php-source.html#l00269">form_verify_input()</a>, <a class="el" href="ac__common_8php-source.html#l00120">formatDate()</a>, <a class="el" href="user__common_8php-source.html#l00322">ListJrn()</a>, <a class="el" href="jrn_8php-source.html#l00834">VerifData()</a>, <a class="el" href="user__common_8php-source.html#l00654">VerifyOperationDate()</a>, and <a class="el" href="jrn_8php-source.html#l00583">ViewJrn()</a>. </td>
</tr>
</table>
<a class="anchor" name="a2"></a><!-- doxytag: member="ac_common.php::isNumber" ref="a2" args="($p_int)" --><p>
@ -653,7 +694,7 @@ check if the argument is a number
<p>
Definition at line <a class="el" href="ac__common_8php-source.html#l00076">76</a> of file <a class="el" href="ac__common_8php-source.html">ac_common.php</a>.
<p>
Referenced by <a class="el" href="fiche__inc_8php-source.html#l00038">AddFiche()</a>, <a class="el" href="fiche__inc_8php-source.html#l00761">AddModele()</a>, <a class="el" href="user__common_8php-source.html#l00069">ComputeTotalVat()</a>, <a class="el" href="user__common_8php-source.html#l00172">ComputeVat()</a>, <a class="el" href="user__common_8php-source.html#l00727">DeleteRapt()</a>, <a class="el" href="user__form__ach_8php-source.html#l00269">form_verify_input()</a>, <a class="el" href="user__form__ach_8php-source.html#l00044">FormAchInput()</a>, <a class="el" href="user__form__ach_8php-source.html#l00471">FormAchView()</a>, <a class="el" href="user__form__ods_8php-source.html#l00045">FormODS()</a>, <a class="el" href="user__form__ven_8php-source.html#l00043">FormVenInput()</a>, <a class="el" href="user__form__ven_8php-source.html#l00425">FormVenteView()</a>, <a class="el" href="class__fiche_8php-source.html#l00540">fiche::insert()</a>, <a class="el" href="user__common_8php-source.html#l00699">InsertRapt()</a>, <a class="el" href="user__form__fin_8php-source.html#l00358">RecordFin()</a>, <a class="el" href="user__form__ven_8php-source.html#l00627">RecordInvoice()</a>, <a class="el" href="user__form__ods_8php-source.html#l00247">RecordODS()</a>, <a class="el" href="user__form__ach_8php-source.html#l00661">RecordSell()</a>, <a class="el" href="fiche__inc_8php-source.html#l00938">Remove()</a>, <a class="el" href="class__document__modele_8php-source.html#l00103">Document_modele::Save()</a>, and <a class="el" href="class__fiche_8php-source.html#l00640">fiche::update()</a>. </td>
Referenced by <a class="el" href="fiche__inc_8php-source.html#l00038">AddFiche()</a>, <a class="el" href="fiche__inc_8php-source.html#l00761">AddModele()</a>, <a class="el" href="user__common_8php-source.html#l00069">ComputeTotalVat()</a>, <a class="el" href="user__common_8php-source.html#l00172">ComputeVat()</a>, <a class="el" href="user__common_8php-source.html#l00727">DeleteRapt()</a>, <a class="el" href="user__form__ach_8php-source.html#l00269">form_verify_input()</a>, <a class="el" href="user__form__ach_8php-source.html#l00044">FormAchInput()</a>, <a class="el" href="user__form__ach_8php-source.html#l00471">FormAchView()</a>, <a class="el" href="user__form__ods_8php-source.html#l00045">FormODS()</a>, <a class="el" href="user__form__ven_8php-source.html#l00043">FormVenInput()</a>, <a class="el" href="user__form__ven_8php-source.html#l00425">FormVenteView()</a>, <a class="el" href="class__fiche_8php-source.html#l00542">fiche::insert()</a>, <a class="el" href="user__common_8php-source.html#l00699">InsertRapt()</a>, <a class="el" href="user__form__fin_8php-source.html#l00358">RecordFin()</a>, <a class="el" href="user__form__ven_8php-source.html#l00627">RecordInvoice()</a>, <a class="el" href="user__form__ods_8php-source.html#l00247">RecordODS()</a>, <a class="el" href="user__form__ach_8php-source.html#l00661">RecordSell()</a>, <a class="el" href="fiche__inc_8php-source.html#l00938">Remove()</a>, <a class="el" href="class__document__modele_8php-source.html#l00103">Document_modele::Save()</a>, and <a class="el" href="class__fiche_8php-source.html#l00642">fiche::update()</a>. </td>
</tr>
</table>
<a class="anchor" name="a12"></a><!-- doxytag: member="ac_common.php::make_array" ref="a12" args="($p_cn, $p_sql, $p_null=0)" --><p>
@ -709,9 +750,9 @@ make a array with the sql
<p>
Definition at line <a class="el" href="ac__common_8php-source.html#l00282">282</a> of file <a class="el" href="ac__common_8php-source.html">ac_common.php</a>.
<p>
References <a class="el" href="action_8inc_8php-source.html#l00273">$a</a>, <a class="el" href="balance_8php-source.html#l00118">$i</a>, <a class="el" href="user__action__ach_8php-source.html#l00052">$r</a>, <a class="el" href="cbc__be_8inc_8php-source.html#l00028">$row</a>, <a class="el" href="action_8inc_8php-source.html#l00203">label</a>, and <a class="el" href="action_8inc_8php-source.html#l00171">value</a>.
References <a class="el" href="balance_8php-source.html#l00113">$a</a>, <a class="el" href="balance_8php-source.html#l00118">$i</a>, <a class="el" href="user__action__ach_8php-source.html#l00052">$r</a>, <a class="el" href="cbc__be_8inc_8php-source.html#l00028">$row</a>, <a class="el" href="balance_8php-source.html#l00076">label</a>, and <a class="el" href="action_8inc_8php-source.html#l00176">value</a>.
<p>
Referenced by <a class="el" href="class__action_8php-source.html#l00247">action::Confirm()</a>, <a class="el" href="class__action_8php-source.html#l00094">action::Display()</a>, <a class="el" href="class__document__modele_8php-source.html#l00252">Document_modele::form()</a>, <a class="el" href="user__form__ach_8php-source.html#l00044">FormAchInput()</a>, <a class="el" href="user__form__ven_8php-source.html#l00043">FormVenInput()</a>, <a class="el" href="user__form__ven_8php-source.html#l00425">FormVenteView()</a>, and <a class="el" href="import__inc_8php-source.html#l00174">ShowFormTransfert()</a>. </td>
Referenced by <a class="el" href="class__action_8php-source.html#l00303">action::Confirm()</a>, <a class="el" href="class__action_8php-source.html#l00098">action::Display()</a>, <a class="el" href="class__document__modele_8php-source.html#l00252">Document_modele::form()</a>, <a class="el" href="user__form__ach_8php-source.html#l00044">FormAchInput()</a>, <a class="el" href="user__form__ven_8php-source.html#l00043">FormVenInput()</a>, <a class="el" href="user__form__ven_8php-source.html#l00425">FormVenteView()</a>, and <a class="el" href="import__inc_8php-source.html#l00174">ShowFormTransfert()</a>. </td>
</tr>
</table>
<a class="anchor" name="a8"></a><!-- doxytag: member="ac_common.php::NoAccess" ref="a8" args="()" --><p>
@ -812,12 +853,12 @@ store the string which print
<p>
Definition at line <a class="el" href="ac__common_8php-source.html#l00228">228</a> of file <a class="el" href="ac__common_8php-source.html">ac_common.php</a>.
<p>
References <a class="el" href="impress__bilan_8php-source.html#l00032">$ret</a>, and <a class="el" href="action_8inc_8php-source.html#l00236">$title</a>.
References <a class="el" href="impress__bilan_8php-source.html#l00032">$ret</a>.
<p>
Referenced by <a class="el" href="user__menu_8php-source.html#l00556">MenuAdmin()</a>, <a class="el" href="user__menu_8php-source.html#l00502">ShowJrn()</a>, <a class="el" href="user__menu_8php-source.html#l00476">ShowMenuAdvanced()</a>, <a class="el" href="user__menu_8php-source.html#l00132">ShowMenuCompta()</a>, <a class="el" href="user__menu_8php-source.html#l00576">ShowMenuDocument()</a>, and <a class="el" href="user__menu_8php-source.html#l00596">ShowMenuParam()</a>. </td>
</tr>
</table>
<hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:29 2006 for phpcompta by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:24 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -27,313 +27,259 @@
<a name="l00018"></a>00018 <span class="comment">*/</span>
<a name="l00019"></a>00019 <span class="comment">/* $Revision$ */</span>
<a name="l00020"></a>00020 <span class="comment">// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr</span>
<a name="l00025"></a>00025 <span class="comment"></span><span class="comment">//-----------------------------------------------------</span>
<a name="l00024"></a>00024 <span class="comment"></span>var_dump($_POST);
<a name="l00025"></a>00025 <span class="comment">//-----------------------------------------------------</span>
<a name="l00026"></a>00026 <span class="comment">// Action</span>
<a name="l00027"></a>00027 <span class="comment">//-----------------------------------------------------</span>
<a name="l00028"></a>00028 require_once(<span class="stringliteral">"class_widget.php"</span>);
<a name="l00029"></a>00029 require_once(<span class="stringliteral">"class_action.php"</span>);
<a name="l00037"></a><a class="code" href="action_8inc_8php.html#a29">00037</a> function <a class="code" href="action_8inc_8php.html#a29">ShowActionList</a>($cn,$retour,$h_url)
<a name="l00038"></a>00038 {
<a name="l00039"></a>00039 <span class="comment">// show the search menu</span>
<a name="l00040"></a>00040 ?&gt;
<a name="l00041"></a>00041 &lt;div <span class="keyword">class</span>=<span class="stringliteral">"u_content"</span>&gt;
<a name="l00042"></a>00042 &lt;span&gt;
<a name="l00043"></a>00043 &lt;form method=<span class="stringliteral">"get"</span> <a class="code" href="classaction.html">action</a>=<span class="stringliteral">"commercial.php"</span>&gt;
<a name="l00044"></a>00044 &lt;?
<a name="l00045"></a>00045 <a class="code" href="action_8inc_8php.html#a24">$a</a>=(isset($_GET['query']))?$_GET['query']:<span class="stringliteral">""</span>;
<a name="l00046"></a>00046 printf ('&lt;span&gt;Titre ou référence: &lt;input type="text" name="query" value="%s"&gt;&lt;/span&gt;',
<a name="l00047"></a>00047 $a);
<a name="l00048"></a>00048 <a class="code" href="bank_8inc_8php.html#a9">$qcode</a>=(isset($_GET['<a class="code" href="action_8inc_8php.html#a8">qcode</a>']))?$_GET['qcode']:<span class="stringliteral">""</span>;
<a name="l00049"></a>00049 echo <a class="code" href="constant_8php.html#a80">JS_SEARCH_CARD</a>;
<a name="l00050"></a>00050 <a class="code" href="admin_8inc_8php.html#a4">$w</a>=<span class="keyword">new</span> <a class="code" href="classwidget.html">widget</a>('js_search_only');
<a name="l00051"></a>00051 <a class="code" href="admin_8inc_8php.html#a4">$w</a>-&gt;name='qcode';
<a name="l00052"></a>00052 <a class="code" href="admin_8inc_8php.html#a4">$w</a>-&gt;value=<a class="code" href="bank_8inc_8php.html#a9">$qcode</a>;
<a name="l00053"></a>00053 <a class="code" href="admin_8inc_8php.html#a4">$w</a>-&gt;label='Quick Code';
<a name="l00054"></a>00054 <a class="code" href="admin_8inc_8php.html#a4">$w</a>-&gt;extra='4,9,14,16,8';
<a name="l00055"></a>00055 <a class="code" href="admin_8inc_8php.html#a4">$w</a>-&gt;table=0;
<a name="l00056"></a>00056 <a class="code" href="bank_8inc_8php.html#a12">$sp</a>= <span class="keyword">new</span> <a class="code" href="classwidget.html">widget</a>(<span class="stringliteral">"span"</span>);
<a name="l00057"></a>00057 echo <a class="code" href="bank_8inc_8php.html#a12">$sp</a>-&gt;IOValue(<span class="stringliteral">"qcode_label"</span>,<span class="stringliteral">""</span>,$qcode);
<a name="l00058"></a>00058 echo <a class="code" href="admin_8inc_8php.html#a4">$w</a>-&gt;IOValue();
<a name="l00059"></a>00059
<a name="l00030"></a>00030
<a name="l00038"></a><a class="code" href="action_8inc_8php.html#a19">00038</a> function <a class="code" href="action_8inc_8php.html#a19">ShowActionList</a>($cn,$retour,$h_url)
<a name="l00039"></a>00039 {
<a name="l00040"></a>00040 <span class="comment">// show the search menu</span>
<a name="l00041"></a>00041 ?&gt;
<a name="l00042"></a>00042 &lt;div <span class="keyword">class</span>=<span class="stringliteral">"u_content"</span>&gt;
<a name="l00043"></a>00043 &lt;span&gt;
<a name="l00044"></a>00044 &lt;form method=<span class="stringliteral">"get"</span> <a class="code" href="classaction.html">action</a>=<span class="stringliteral">"commercial.php"</span>&gt;
<a name="l00045"></a>00045 &lt;?
<a name="l00046"></a>00046 <a class="code" href="balance_8php.html#a10">$a</a>=(isset($_GET['query']))?$_GET['query']:<span class="stringliteral">""</span>;
<a name="l00047"></a>00047 printf ('&lt;span&gt;Titre ou référence: &lt;input type="text" name="query" value="%s"&gt;&lt;/span&gt;',
<a name="l00048"></a>00048 $a);
<a name="l00049"></a>00049 <a class="code" href="bank_8inc_8php.html#a9">$qcode</a>=(isset($_GET['<a class="code" href="action_8inc_8php.html#a8">qcode</a>']))?$_GET['qcode']:<span class="stringliteral">""</span>;
<a name="l00050"></a>00050 echo <a class="code" href="constant_8php.html#a80">JS_SEARCH_CARD</a>;
<a name="l00051"></a>00051 <a class="code" href="admin_8inc_8php.html#a4">$w</a>=<span class="keyword">new</span> <a class="code" href="classwidget.html">widget</a>('js_search_only');
<a name="l00052"></a>00052 <a class="code" href="admin_8inc_8php.html#a4">$w</a>-&gt;name='qcode';
<a name="l00053"></a>00053 <a class="code" href="admin_8inc_8php.html#a4">$w</a>-&gt;value=<a class="code" href="bank_8inc_8php.html#a9">$qcode</a>;
<a name="l00054"></a>00054 <a class="code" href="admin_8inc_8php.html#a4">$w</a>-&gt;label='Quick Code';
<a name="l00055"></a>00055 <a class="code" href="admin_8inc_8php.html#a4">$w</a>-&gt;extra='4,9,14,16,8';
<a name="l00056"></a>00056 <a class="code" href="admin_8inc_8php.html#a4">$w</a>-&gt;table=0;
<a name="l00057"></a>00057 <a class="code" href="bank_8inc_8php.html#a12">$sp</a>= <span class="keyword">new</span> <a class="code" href="classwidget.html">widget</a>(<span class="stringliteral">"span"</span>);
<a name="l00058"></a>00058 echo <a class="code" href="bank_8inc_8php.html#a12">$sp</a>-&gt;IOValue(<span class="stringliteral">"qcode_label"</span>,<span class="stringliteral">""</span>,$qcode);
<a name="l00059"></a>00059 echo <a class="code" href="admin_8inc_8php.html#a4">$w</a>-&gt;IOValue();
<a name="l00060"></a>00060
<a name="l00061"></a>00061 ?&gt;
<a name="l00062"></a>00062 &lt;input type=<span class="stringliteral">"submit"</span> <a class="code" href="action_8inc_8php.html#a12">name</a>=<span class="stringliteral">"submit_query"</span> <a class="code" href="action_8inc_8php.html#a13">value</a>=<span class="stringliteral">"recherche"</span>&gt;
<a name="l00063"></a>00063 &lt;input type=<span class="stringliteral">"hidden"</span> <a class="code" href="action_8inc_8php.html#a12">name</a>=<span class="stringliteral">"sa"</span> <a class="code" href="action_8inc_8php.html#a13">value</a>=<span class="stringliteral">"list"</span>&gt;
<a name="l00064"></a>00064 &lt;input type=<span class="stringliteral">"hidden"</span> <a class="code" href="action_8inc_8php.html#a12">name</a>=<span class="stringliteral">"p_action"</span> <a class="code" href="action_8inc_8php.html#a13">value</a>=<span class="stringliteral">"suivi_courrier"</span>&gt;
<a name="l00065"></a>00065 &lt;/form&gt;
<a name="l00066"></a>00066 &lt;/span&gt;
<a name="l00067"></a>00067
<a name="l00068"></a>00068 &lt;?
<a name="l00069"></a>00069 ?&gt;
<a name="l00070"></a>00070 &lt;span&gt;
<a name="l00071"></a>00071 &lt;form method=<span class="stringliteral">"get"</span> <a class="code" href="classaction.html">action</a>=<span class="stringliteral">"commercial.php"</span>&gt;
<a name="l00072"></a>00072 &lt;input type=<span class="stringliteral">"submit"</span> <a class="code" href="action_8inc_8php.html#a12">name</a>=<span class="stringliteral">"submit_query"</span> <a class="code" href="action_8inc_8php.html#a13">value</a>=<span class="stringliteral">"Ajout Action"</span>&gt;
<a name="l00073"></a>00073 &lt;input type=<span class="stringliteral">"hidden"</span> <a class="code" href="action_8inc_8php.html#a12">name</a>=<span class="stringliteral">"p_action"</span> <a class="code" href="action_8inc_8php.html#a13">value</a>=<span class="stringliteral">"suivi_courrier"</span>&gt;
<a name="l00074"></a>00074 &lt;input type=<span class="stringliteral">"hidden"</span> <a class="code" href="action_8inc_8php.html#a12">name</a>=<span class="stringliteral">"sa"</span> <a class="code" href="action_8inc_8php.html#a13">value</a>=<span class="stringliteral">"add_action"</span>&gt;
<a name="l00075"></a>00075 &lt;input type=<span class="stringliteral">"hidden"</span> <a class="code" href="action_8inc_8php.html#a12">name</a>=<span class="stringliteral">"tiers"</span> <a class="code" href="action_8inc_8php.html#a13">value</a>=&lt;? echo <span class="charliteral">'"'</span>.$qcode.<span class="charliteral">'"'</span>;?&gt;&gt;
<a name="l00076"></a>00076 &lt;? <span class="comment">// if called from another menu, url is set</span>
<a name="l00077"></a>00077 echo <a class="code" href="action_8inc_8php.html#a2">$h_url</a>;
<a name="l00078"></a>00078 echo <a class="code" href="action_8inc_8php.html#a1">$retour</a>; ?&gt;
<a name="l00079"></a>00079 &lt;/form&gt;
<a name="l00080"></a>00080
<a name="l00061"></a>00061
<a name="l00062"></a>00062 ?&gt;
<a name="l00063"></a>00063 &lt;input type=<span class="stringliteral">"submit"</span> <a class="code" href="action_8inc_8php.html#a12">name</a>=<span class="stringliteral">"submit_query"</span> <a class="code" href="action_8inc_8php.html#a13">value</a>=<span class="stringliteral">"recherche"</span>&gt;
<a name="l00064"></a>00064 &lt;input type=<span class="stringliteral">"hidden"</span> <a class="code" href="action_8inc_8php.html#a12">name</a>=<span class="stringliteral">"sa"</span> <a class="code" href="action_8inc_8php.html#a13">value</a>=<span class="stringliteral">"list"</span>&gt;
<a name="l00065"></a>00065 &lt;input type=<span class="stringliteral">"hidden"</span> <a class="code" href="action_8inc_8php.html#a12">name</a>=<span class="stringliteral">"p_action"</span> <a class="code" href="action_8inc_8php.html#a13">value</a>=<span class="stringliteral">"suivi_courrier"</span>&gt;
<a name="l00066"></a>00066 &lt;/form&gt;
<a name="l00067"></a>00067 &lt;/span&gt;
<a name="l00068"></a>00068
<a name="l00069"></a>00069 &lt;?
<a name="l00070"></a>00070 ?&gt;
<a name="l00071"></a>00071 &lt;span&gt;
<a name="l00072"></a>00072 &lt;form method=<span class="stringliteral">"get"</span> <a class="code" href="classaction.html">action</a>=<span class="stringliteral">"commercial.php"</span>&gt;
<a name="l00073"></a>00073 &lt;input type=<span class="stringliteral">"submit"</span> <a class="code" href="action_8inc_8php.html#a12">name</a>=<span class="stringliteral">"submit_query"</span> <a class="code" href="action_8inc_8php.html#a13">value</a>=<span class="stringliteral">"Ajout Action"</span>&gt;
<a name="l00074"></a>00074 &lt;input type=<span class="stringliteral">"hidden"</span> <a class="code" href="action_8inc_8php.html#a12">name</a>=<span class="stringliteral">"p_action"</span> <a class="code" href="action_8inc_8php.html#a13">value</a>=<span class="stringliteral">"suivi_courrier"</span>&gt;
<a name="l00075"></a>00075 &lt;input type=<span class="stringliteral">"hidden"</span> <a class="code" href="action_8inc_8php.html#a12">name</a>=<span class="stringliteral">"sa"</span> <a class="code" href="action_8inc_8php.html#a13">value</a>=<span class="stringliteral">"add_action"</span>&gt;
<a name="l00076"></a>00076 &lt;input type=<span class="stringliteral">"hidden"</span> <a class="code" href="action_8inc_8php.html#a12">name</a>=<span class="stringliteral">"tiers"</span> <a class="code" href="action_8inc_8php.html#a13">value</a>=&lt;? echo <span class="charliteral">'"'</span>.$qcode.<span class="charliteral">'"'</span>;?&gt;&gt;
<a name="l00077"></a>00077 &lt;? <span class="comment">// if called from another menu, url is set</span>
<a name="l00078"></a>00078 echo <a class="code" href="action_8inc_8php.html#a2">$h_url</a>;
<a name="l00079"></a>00079 echo <a class="code" href="action_8inc_8php.html#a1">$retour</a>; ?&gt;
<a name="l00080"></a>00080 &lt;/form&gt;
<a name="l00081"></a>00081
<a name="l00082"></a>00082 &lt;/span&gt;
<a name="l00083"></a>00083 &lt;?
<a name="l00084"></a>00084 <span class="comment">// show the action in </span>
<a name="l00085"></a>00085 <a class="code" href="action_8inc_8php.html#a27">$act</a>=<span class="keyword">new</span> <a class="code" href="classaction.html">action</a>($cn);
<a name="l00089"></a>00089 $query=(isset ($_REQUEST['query']))?<span class="stringliteral">"and (ag_title ~* '"</span>.FormatString($_REQUEST['query']).<span class="stringliteral">"' or ag_ref ='"</span>.trim(<a class="code" href="ac__common_8php.html#a9">FormatString</a>($_REQUEST['query'])).<span class="stringliteral">"')"</span>:<span class="stringliteral">""</span>;
<a name="l00090"></a>00090 $str=<span class="stringliteral">""</span>;
<a name="l00091"></a>00091 <span class="keywordflow">if</span> ( isset($_REQUEST['qcode'] ))
<a name="l00092"></a>00092 {
<a name="l00093"></a>00093
<a name="l00094"></a>00094 <span class="comment">// verify that qcode is not empty</span>
<a name="l00095"></a>00095 <span class="keywordflow">if</span> ( strlen(trim($_REQUEST['qcode'] )) != 0 )
<a name="l00096"></a>00096 {
<a name="l00097"></a>00097
<a name="l00098"></a>00098 <a class="code" href="impress__fiche_8php.html#a9">$fiche</a>=<span class="keyword">new</span> Fiche($cn);
<a name="l00099"></a>00099 <a class="code" href="impress__fiche_8php.html#a9">$fiche</a>-&gt;GetByQCode($_REQUEST['qcode']);
<a name="l00100"></a>00100 $str=<span class="stringliteral">" and f_id= "</span>.$fiche-&gt;id;
<a name="l00101"></a>00101 }
<a name="l00102"></a>00102 }
<a name="l00103"></a>00103
<a name="l00104"></a>00104 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=$act-&gt;myList(<a class="code" href="constant_8php.html#a39">ACTION</a>,$query.$str);
<a name="l00105"></a>00105 echo <a class="code" href="user__action__ach_8php.html#a2">$r</a>;
<a name="l00106"></a>00106 }
<a name="l00107"></a>00107
<a name="l00108"></a>00108 <span class="comment">// We need a sub action (3rd level)</span>
<a name="l00109"></a>00109 <span class="comment">// show a list of already taken action </span>
<a name="l00110"></a>00110 <span class="comment">// propose to add one </span>
<a name="l00111"></a>00111 <span class="comment">// permit also a search</span>
<a name="l00112"></a>00112 <span class="comment">// show detail</span>
<a name="l00113"></a><a class="code" href="action_8inc_8php.html#a0">00113</a> <a class="code" href="action_8inc_8php.html#a0">$sub_action</a>=(isset($_REQUEST['sa']))?$_REQUEST['sa']:<span class="stringliteral">""</span>;
<a name="l00114"></a>00114
<a name="l00115"></a>00115 <span class="keywordflow">if</span> ( $sub_action == <span class="stringliteral">""</span> ) <a class="code" href="action_8inc_8php.html#a0">$sub_action</a>=<span class="stringliteral">"list"</span>;
<a name="l00116"></a>00116
<a name="l00117"></a>00117 <span class="comment">// if correction is asked go to directly to add_action</span>
<a name="l00118"></a>00118 <span class="keywordflow">if</span> (isset($_POST['corr'] ))
<a name="l00119"></a>00119 <a class="code" href="action_8inc_8php.html#a0">$sub_action</a>=<span class="stringliteral">"add_action"</span>;
<a name="l00120"></a>00120
<a name="l00121"></a>00121 <span class="comment">// if this page is called from another menu (customer, supplier,...)</span>
<a name="l00122"></a>00122 <span class="comment">// a button back is added</span>
<a name="l00123"></a>00123 <span class="comment">// TODO add function for generating url, hidden tags...</span>
<a name="l00124"></a><a class="code" href="action_8inc_8php.html#a1">00124</a> <a class="code" href="action_8inc_8php.html#a1">$retour</a>='&lt;A HREF=<span class="stringliteral">"commercial.php?p_action=suivi_courrier"</span>&gt;&lt;input type=<span class="stringliteral">"button"</span> <a class="code" href="action_8inc_8php.html#a13">value</a>=<span class="stringliteral">"Retour"</span>&gt;&lt;/A&gt;';
<a name="l00125"></a><a class="code" href="action_8inc_8php.html#a2">00125</a> <a class="code" href="action_8inc_8php.html#a2">$h_url</a>=<span class="stringliteral">""</span>;
<a name="l00126"></a>00126
<a name="l00127"></a>00127 <span class="keywordflow">if</span> ( isset ($_REQUEST['url']))
<a name="l00128"></a>00128 {
<a name="l00129"></a>00129 <a class="code" href="action_8inc_8php.html#a1">$retour</a>=sprintf('&lt;A HREF=<span class="stringliteral">"%s"</span>&gt;&lt;input type=<span class="stringliteral">"button"</span> <a class="code" href="action_8inc_8php.html#a13">value</a>=<span class="stringliteral">"Retour"</span>&gt;&lt;/A&gt;',urldecode($_REQUEST['url']));
<a name="l00130"></a>00130 <a class="code" href="action_8inc_8php.html#a2">$h_url</a>=sprintf('&lt;input type=<span class="stringliteral">"hidden"</span> <a class="code" href="action_8inc_8php.html#a12">name</a>=<span class="stringliteral">"url"</span> <a class="code" href="action_8inc_8php.html#a13">value</a>=<span class="stringliteral">"%s"</span>&gt;',urldecode($_REQUEST['url']));
<a name="l00131"></a>00131 }
<a name="l00132"></a>00132 <span class="comment">//----------------------------------------------------------------------</span>
<a name="l00133"></a>00133 <span class="comment">// Update the detail</span>
<a name="l00134"></a>00134 <span class="keywordflow">if</span> ( $sub_action==<span class="stringliteral">"update"</span> )
<a name="l00135"></a>00135 {
<a name="l00136"></a>00136
<a name="l00137"></a>00137
<a name="l00138"></a>00138 <a class="code" href="action_8inc_8php.html#a27">$act</a>=<span class="keyword">new</span> <a class="code" href="classaction.html">action</a>($cn);
<a name="l00139"></a><a class="code" href="action_8inc_8php.html#a3">00139</a> <a class="code" href="action_8inc_8php.html#a27">$act</a>-&gt;ag_id=$_REQUEST['<a class="code" href="action_8inc_8php.html#a3">ag_id</a>'];
<a name="l00140"></a><a class="code" href="action_8inc_8php.html#a4">00140</a> <a class="code" href="action_8inc_8php.html#a27">$act</a>-&gt;ag_comment=$_POST['<a class="code" href="action_8inc_8php.html#a4">ag_comment</a>'];
<a name="l00141"></a><a class="code" href="action_8inc_8php.html#a5">00141</a> <a class="code" href="action_8inc_8php.html#a27">$act</a>-&gt;ag_timestamp=$_POST['<a class="code" href="action_8inc_8php.html#a5">ag_timestamp</a>'];
<a name="l00142"></a><a class="code" href="action_8inc_8php.html#a6">00142</a> <a class="code" href="action_8inc_8php.html#a27">$act</a>-&gt;d_state=$_POST['<a class="code" href="action_8inc_8php.html#a6">d_state</a>'];
<a name="l00143"></a><a class="code" href="action_8inc_8php.html#a7">00143</a> <a class="code" href="action_8inc_8php.html#a27">$act</a>-&gt;dt_id=(isset($_POST['<a class="code" href="action_8inc_8php.html#a7">dt_id</a>']))?$_POST['<a class="code" href="action_8inc_8php.html#a7">dt_id</a>']:0;
<a name="l00144"></a><a class="code" href="action_8inc_8php.html#a8">00144</a> <a class="code" href="action_8inc_8php.html#a27">$act</a>-&gt;qcode=$_POST['<a class="code" href="action_8inc_8php.html#a8">qcode</a>'];
<a name="l00145"></a><a class="code" href="action_8inc_8php.html#a9">00145</a> <a class="code" href="action_8inc_8php.html#a27">$act</a>-&gt;ag_title=$_POST['<a class="code" href="action_8inc_8php.html#a9">ag_title</a>'];
<a name="l00146"></a><a class="code" href="action_8inc_8php.html#a10">00146</a> <a class="code" href="action_8inc_8php.html#a27">$act</a>-&gt;d_id=$_POST['<a class="code" href="action_8inc_8php.html#a10">d_id</a>'];
<a name="l00147"></a>00147 <span class="keywordflow">if</span> ( $act-&gt;Update() == false ) {
<a name="l00148"></a>00148 <a class="code" href="action_8inc_8php.html#a0">$sub_action</a>=<span class="stringliteral">"detail"</span>;
<a name="l00149"></a>00149 }
<a name="l00150"></a>00150 <span class="keywordflow">else</span>
<a name="l00151"></a>00151 {
<a name="l00152"></a>00152 <a class="code" href="action_8inc_8php.html#a29">ShowActionList</a>($cn,$retour,$h_url);
<a name="l00153"></a>00153 }
<a name="l00154"></a>00154
<a name="l00155"></a>00155 }
<a name="l00156"></a>00156 <span class="comment">//--------------------------------------------------------------------------------</span>
<a name="l00157"></a>00157 <span class="comment">// Show the detail of an action</span>
<a name="l00158"></a>00158 <span class="comment">// permit the update</span>
<a name="l00159"></a>00159 <span class="keywordflow">if</span> ( $sub_action=='detail' )
<a name="l00160"></a>00160 {
<a name="l00161"></a>00161 <a class="code" href="action_8inc_8php.html#a27">$act</a>=<span class="keyword">new</span> <a class="code" href="classaction.html">action</a>($cn);
<a name="l00162"></a>00162 <a class="code" href="action_8inc_8php.html#a27">$act</a>-&gt;ag_id=$_REQUEST['<a class="code" href="action_8inc_8php.html#a3">ag_id</a>'];
<a name="l00163"></a>00163 echo <a class="code" href="action_8inc_8php.html#a27">$act</a>-&gt;get();
<a name="l00164"></a>00164 echo '&lt;form <a class="code" href="classaction.html">action</a>=<span class="stringliteral">"commercial.php"</span> enctype=<span class="stringliteral">"multipart/form-data"</span> method=<span class="stringliteral">"post"</span> &gt;';
<a name="l00165"></a>00165 echo <a class="code" href="action_8inc_8php.html#a27">$act</a>-&gt;display(<span class="keyword">false</span>);
<a name="l00166"></a>00166 echo '&lt;input type=<span class="stringliteral">"hidden"</span> <a class="code" href="action_8inc_8php.html#a12">name</a>=<span class="stringliteral">"p_action"</span> <a class="code" href="action_8inc_8php.html#a13">value</a>=<span class="stringliteral">"suivi_courrier"</span>&gt;';
<a name="l00167"></a>00167 echo '&lt;input type=<span class="stringliteral">"hidden"</span> <a class="code" href="action_8inc_8php.html#a12">name</a>=<span class="stringliteral">"sa"</span> <a class="code" href="action_8inc_8php.html#a13">value</a>=<span class="stringliteral">"update"</span>&gt;';
<a name="l00168"></a>00168 echo '&lt;input type=<span class="stringliteral">"hidden"</span> <a class="code" href="action_8inc_8php.html#a12">name</a>=<span class="stringliteral">"ag_id"</span> <a class="code" href="action_8inc_8php.html#a13">value</a>=<span class="stringliteral">"'.$_REQUEST['ag_id'].'"</span>&gt;';
<a name="l00169"></a><a class="code" href="action_8inc_8php.html#a11">00169</a> <a class="code" href="action_8inc_8php.html#a11">$upload</a>=<span class="keyword">new</span> <a class="code" href="classwidget.html">widget</a>(<span class="stringliteral">"file"</span>);
<a name="l00170"></a><a class="code" href="action_8inc_8php.html#a12">00170</a> <a class="code" href="action_8inc_8php.html#a11">$upload</a>-&gt;name=<span class="stringliteral">"file_upload"</span>;
<a name="l00171"></a><a class="code" href="action_8inc_8php.html#a13">00171</a> <a class="code" href="action_8inc_8php.html#a11">$upload</a>-&gt;value=<span class="stringliteral">""</span>;
<a name="l00172"></a>00172 echo <span class="stringliteral">"Enregistrer le fichier "</span>.$upload-&gt;IOValue();
<a name="l00173"></a>00173 echo <a class="code" href="action_8inc_8php.html#a11">$upload</a>-&gt;Submit(<span class="stringliteral">"save"</span>,<span class="stringliteral">"Sauve"</span>);
<a name="l00174"></a>00174 echo '&lt;/form&gt;';
<a name="l00175"></a>00175 echo <a class="code" href="action_8inc_8php.html#a1">$retour</a>;
<a name="l00176"></a>00176
<a name="l00177"></a>00177 }
<a name="l00178"></a>00178
<a name="l00179"></a>00179
<a name="l00180"></a>00180 <span class="comment">//--------------------------------------------------------------------------------</span>
<a name="l00181"></a>00181 <span class="comment">// Show a list of the action</span>
<a name="l00182"></a>00182 <span class="keywordflow">if</span> ( $sub_action == <span class="stringliteral">"list"</span> )
<a name="l00183"></a>00183 <a class="code" href="action_8inc_8php.html#a29">ShowActionList</a>($cn,$retour,$h_url);
<a name="l00184"></a>00184
<a name="l00082"></a>00082
<a name="l00083"></a>00083 &lt;/span&gt;
<a name="l00084"></a>00084 &lt;?
<a name="l00085"></a>00085 <span class="comment">// show the action in </span>
<a name="l00086"></a>00086 <a class="code" href="action_8inc_8php.html#a17">$act</a>=<span class="keyword">new</span> <a class="code" href="classaction.html">action</a>($cn);
<a name="l00090"></a>00090 $query=(isset ($_REQUEST['query']))?<span class="stringliteral">"and (ag_title ~* '"</span>.FormatString($_REQUEST['query']).<span class="stringliteral">"' or ag_ref ='"</span>.trim(<a class="code" href="ac__common_8php.html#a9">FormatString</a>($_REQUEST['query'])).<span class="stringliteral">"')"</span>:<span class="stringliteral">""</span>;
<a name="l00091"></a>00091 $str=<span class="stringliteral">""</span>;
<a name="l00092"></a>00092 <span class="keywordflow">if</span> ( isset($_GET['qcode'] ))
<a name="l00093"></a>00093 {
<a name="l00094"></a>00094
<a name="l00095"></a>00095 <span class="comment">// verify that qcode is not empty</span>
<a name="l00096"></a>00096 <span class="keywordflow">if</span> ( strlen(trim($_REQUEST['qcode'] )) != 0 )
<a name="l00097"></a>00097 {
<a name="l00098"></a>00098
<a name="l00099"></a>00099 <a class="code" href="impress__fiche_8php.html#a9">$fiche</a>=<span class="keyword">new</span> Fiche($cn);
<a name="l00100"></a>00100 <a class="code" href="impress__fiche_8php.html#a9">$fiche</a>-&gt;GetByQCode($_REQUEST['qcode']);
<a name="l00101"></a>00101 $str=<span class="stringliteral">" and f_id= "</span>.$fiche-&gt;id;
<a name="l00102"></a>00102 }
<a name="l00103"></a>00103 }
<a name="l00104"></a>00104
<a name="l00105"></a>00105 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=$act-&gt;myList(<a class="code" href="constant_8php.html#a39">ACTION</a>,$query.$str);
<a name="l00106"></a>00106 echo <a class="code" href="user__action__ach_8php.html#a2">$r</a>;
<a name="l00107"></a>00107 }
<a name="l00108"></a>00108
<a name="l00109"></a>00109 <span class="comment">// We need a sub action (3rd level)</span>
<a name="l00110"></a>00110 <span class="comment">// show a list of already taken action </span>
<a name="l00111"></a>00111 <span class="comment">// propose to add one </span>
<a name="l00112"></a>00112 <span class="comment">// permit also a search</span>
<a name="l00113"></a>00113 <span class="comment">// show detail</span>
<a name="l00114"></a><a class="code" href="action_8inc_8php.html#a0">00114</a> <a class="code" href="action_8inc_8php.html#a0">$sub_action</a>=(isset($_REQUEST['sa']))?$_REQUEST['sa']:<span class="stringliteral">""</span>;
<a name="l00115"></a>00115
<a name="l00116"></a>00116 <span class="keywordflow">if</span> ( $sub_action == <span class="stringliteral">""</span> ) <a class="code" href="action_8inc_8php.html#a0">$sub_action</a>=<span class="stringliteral">"list"</span>;
<a name="l00117"></a>00117
<a name="l00118"></a>00118 <span class="comment">// if correction is asked go to directly to add_action</span>
<a name="l00119"></a>00119 <span class="keywordflow">if</span> (isset($_POST['corr'] ))
<a name="l00120"></a>00120 {
<a name="l00121"></a>00121 $ag_comment=rawurldecode($_POST['<a class="code" href="action_8inc_8php.html#a4">ag_comment</a>']);
<a name="l00122"></a>00122 <a class="code" href="action_8inc_8php.html#a0">$sub_action</a>=<span class="stringliteral">"add_action"</span>;
<a name="l00123"></a>00123 }
<a name="l00124"></a>00124 <span class="comment">// if this page is called from another menu (customer, supplier,...)</span>
<a name="l00125"></a>00125 <span class="comment">// a button back is added</span>
<a name="l00126"></a>00126 <span class="comment">// TODO add function for generating url, hidden tags...</span>
<a name="l00127"></a><a class="code" href="action_8inc_8php.html#a1">00127</a> <a class="code" href="action_8inc_8php.html#a1">$retour</a>='&lt;A HREF=<span class="stringliteral">"commercial.php?p_action=suivi_courrier"</span>&gt;&lt;input type=<span class="stringliteral">"button"</span> <a class="code" href="action_8inc_8php.html#a13">value</a>=<span class="stringliteral">"Retour"</span>&gt;&lt;/A&gt;';
<a name="l00128"></a><a class="code" href="action_8inc_8php.html#a2">00128</a> <a class="code" href="action_8inc_8php.html#a2">$h_url</a>=<span class="stringliteral">""</span>;
<a name="l00129"></a>00129
<a name="l00130"></a>00130 <span class="keywordflow">if</span> ( isset ($_REQUEST['url']))
<a name="l00131"></a>00131 {
<a name="l00132"></a>00132 <a class="code" href="action_8inc_8php.html#a1">$retour</a>=sprintf('&lt;A HREF=<span class="stringliteral">"%s"</span>&gt;&lt;input type=<span class="stringliteral">"button"</span> <a class="code" href="action_8inc_8php.html#a13">value</a>=<span class="stringliteral">"Retour"</span>&gt;&lt;/A&gt;',urldecode($_REQUEST['url']));
<a name="l00133"></a>00133 <a class="code" href="action_8inc_8php.html#a2">$h_url</a>=sprintf('&lt;input type=<span class="stringliteral">"hidden"</span> <a class="code" href="action_8inc_8php.html#a12">name</a>=<span class="stringliteral">"url"</span> <a class="code" href="action_8inc_8php.html#a13">value</a>=<span class="stringliteral">"%s"</span>&gt;',urldecode($_REQUEST['url']));
<a name="l00134"></a>00134 }
<a name="l00135"></a>00135 <span class="comment">//----------------------------------------------------------------------</span>
<a name="l00136"></a>00136 <span class="comment">// Update the detail</span>
<a name="l00137"></a>00137 <span class="keywordflow">if</span> ( $sub_action==<span class="stringliteral">"update"</span> )
<a name="l00138"></a>00138 {
<a name="l00139"></a>00139
<a name="l00140"></a>00140
<a name="l00141"></a>00141 <a class="code" href="action_8inc_8php.html#a17">$act</a>=<span class="keyword">new</span> <a class="code" href="classaction.html">action</a>($cn);
<a name="l00142"></a>00142
<a name="l00143"></a><a class="code" href="action_8inc_8php.html#a3">00143</a> <a class="code" href="action_8inc_8php.html#a17">$act</a>-&gt;ag_id=$_POST['<a class="code" href="action_8inc_8php.html#a3">ag_id</a>'];
<a name="l00144"></a><a class="code" href="action_8inc_8php.html#a4">00144</a> <a class="code" href="action_8inc_8php.html#a17">$act</a>-&gt;ag_comment=$_POST['<a class="code" href="action_8inc_8php.html#a4">ag_comment</a>'];
<a name="l00145"></a><a class="code" href="action_8inc_8php.html#a5">00145</a> <a class="code" href="action_8inc_8php.html#a17">$act</a>-&gt;ag_timestamp=$_POST['<a class="code" href="action_8inc_8php.html#a5">ag_timestamp</a>'];
<a name="l00146"></a><a class="code" href="action_8inc_8php.html#a6">00146</a> <a class="code" href="action_8inc_8php.html#a17">$act</a>-&gt;d_state=$_POST['<a class="code" href="action_8inc_8php.html#a6">d_state</a>'];
<a name="l00147"></a><a class="code" href="action_8inc_8php.html#a7">00147</a> <a class="code" href="action_8inc_8php.html#a17">$act</a>-&gt;dt_id=(isset($_POST['<a class="code" href="action_8inc_8php.html#a7">dt_id</a>']))?$_POST['<a class="code" href="action_8inc_8php.html#a7">dt_id</a>']:0;
<a name="l00148"></a><a class="code" href="action_8inc_8php.html#a8">00148</a> <a class="code" href="action_8inc_8php.html#a17">$act</a>-&gt;qcode=$_POST['<a class="code" href="action_8inc_8php.html#a8">qcode</a>'];
<a name="l00149"></a><a class="code" href="action_8inc_8php.html#a9">00149</a> <a class="code" href="action_8inc_8php.html#a17">$act</a>-&gt;ag_title=$_POST['<a class="code" href="action_8inc_8php.html#a9">ag_title</a>'];
<a name="l00150"></a><a class="code" href="action_8inc_8php.html#a10">00150</a> <a class="code" href="action_8inc_8php.html#a17">$act</a>-&gt;d_id=(isset($_POST['<a class="code" href="action_8inc_8php.html#a10">d_id</a>']))?$_POST['<a class="code" href="action_8inc_8php.html#a10">d_id</a>']:0;
<a name="l00151"></a>00151 <span class="keywordflow">if</span> ( $act-&gt;Update() == false ) {
<a name="l00152"></a>00152 <a class="code" href="action_8inc_8php.html#a0">$sub_action</a>=<span class="stringliteral">"detail"</span>;
<a name="l00153"></a>00153 }
<a name="l00154"></a>00154 <span class="keywordflow">else</span>
<a name="l00155"></a>00155 {
<a name="l00156"></a>00156 <a class="code" href="action_8inc_8php.html#a19">ShowActionList</a>($cn,$retour,$h_url);
<a name="l00157"></a>00157 }
<a name="l00158"></a>00158
<a name="l00159"></a>00159 }
<a name="l00160"></a>00160 <span class="comment">//--------------------------------------------------------------------------------</span>
<a name="l00161"></a>00161 <span class="comment">// Show the detail of an action</span>
<a name="l00162"></a>00162 <span class="comment">// permit the update</span>
<a name="l00163"></a>00163 <span class="keywordflow">if</span> ( $sub_action=='detail' )
<a name="l00164"></a>00164 {
<a name="l00165"></a>00165 <a class="code" href="action_8inc_8php.html#a17">$act</a>=<span class="keyword">new</span> <a class="code" href="classaction.html">action</a>($cn);
<a name="l00166"></a>00166 <a class="code" href="action_8inc_8php.html#a17">$act</a>-&gt;ag_id=$_REQUEST['<a class="code" href="action_8inc_8php.html#a3">ag_id</a>'];
<a name="l00167"></a>00167 echo <a class="code" href="action_8inc_8php.html#a17">$act</a>-&gt;get();
<a name="l00168"></a>00168 <a class="code" href="action_8inc_8php.html#a17">$act</a>-&gt;ag_comment=<a class="code" href="ac__common_8php.html#a16">Decode</a>($act-&gt;ag_comment);
<a name="l00169"></a>00169 echo '&lt;form <a class="code" href="action_8inc_8php.html#a12">name</a>=<span class="stringliteral">"RTEDemo"</span> <a class="code" href="classaction.html">action</a>=<span class="stringliteral">"commercial.php"</span> enctype=<span class="stringliteral">"multipart/form-data"</span> method=<span class="stringliteral">"post"</span> onsubmit=<span class="stringliteral">"return submitForm();"</span> &gt;';
<a name="l00170"></a>00170 echo <a class="code" href="constant_8php.html#a80">JS_SEARCH_CARD</a>;
<a name="l00171"></a>00171 echo <a class="code" href="action_8inc_8php.html#a17">$act</a>-&gt;display('UPD',<span class="keyword">false</span>);
<a name="l00172"></a>00172 echo '&lt;input type=<span class="stringliteral">"hidden"</span> name=<span class="stringliteral">"p_action"</span> <a class="code" href="action_8inc_8php.html#a13">value</a>=<span class="stringliteral">"suivi_courrier"</span>&gt;';
<a name="l00173"></a>00173 echo '&lt;input type=<span class="stringliteral">"hidden"</span> name=<span class="stringliteral">"sa"</span> <a class="code" href="action_8inc_8php.html#a13">value</a>=<span class="stringliteral">"update"</span>&gt;';
<a name="l00174"></a><a class="code" href="action_8inc_8php.html#a11">00174</a> <a class="code" href="action_8inc_8php.html#a11">$upload</a>=<span class="keyword">new</span> <a class="code" href="classwidget.html">widget</a>(<span class="stringliteral">"file"</span>);
<a name="l00175"></a><a class="code" href="action_8inc_8php.html#a12">00175</a> <a class="code" href="action_8inc_8php.html#a11">$upload</a>-&gt;name=<span class="stringliteral">"file_upload"</span>;
<a name="l00176"></a><a class="code" href="action_8inc_8php.html#a13">00176</a> <a class="code" href="action_8inc_8php.html#a11">$upload</a>-&gt;value=<span class="stringliteral">""</span>;
<a name="l00177"></a>00177 echo <span class="stringliteral">"Enregistrer le fichier "</span>.$upload-&gt;IOValue();
<a name="l00178"></a>00178 echo <a class="code" href="action_8inc_8php.html#a11">$upload</a>-&gt;Submit(<span class="stringliteral">"save"</span>,<span class="stringliteral">"Sauve"</span>);
<a name="l00179"></a>00179 echo '&lt;/form&gt;';
<a name="l00180"></a>00180 echo <a class="code" href="action_8inc_8php.html#a1">$retour</a>;
<a name="l00181"></a>00181
<a name="l00182"></a>00182 }
<a name="l00183"></a>00183
<a name="l00184"></a>00184
<a name="l00185"></a>00185 <span class="comment">//--------------------------------------------------------------------------------</span>
<a name="l00186"></a>00186 <span class="comment">// Add an action</span>
<a name="l00187"></a>00187 <span class="keywordflow">if</span> ( $sub_action == <span class="stringliteral">"add_action"</span> )
<a name="l00188"></a>00188 {
<a name="l00189"></a>00189 echo <a class="code" href="action_8inc_8php.html#a1">$retour</a>;
<a name="l00190"></a>00190
<a name="l00191"></a>00191 echo '&lt;div <span class="keyword">class</span>=<span class="stringliteral">"u_redcontent"</span>&gt;';
<a name="l00192"></a>00192 echo <a class="code" href="constant_8php.html#a80">JS_SEARCH_CARD</a>;
<a name="l00193"></a>00193 <span class="comment">// Add hidden tag</span>
<a name="l00194"></a>00194 echo '&lt;form <a class="code" href="action_8inc_8php.html#a12">name</a>=<span class="stringliteral">"RTEDemo"</span> action=<span class="stringliteral">"commercial.php?p_action=suivi_courrier"</span> method=<span class="stringliteral">"post"</span> onsubmit=<span class="stringliteral">"return submitForm();"</span>&gt;';
<a name="l00195"></a>00195 echo <a class="code" href="action_8inc_8php.html#a2">$h_url</a>;
<a name="l00196"></a>00196 $date=<span class="keyword">new</span> <a class="code" href="classwidget.html">widget</a>(<span class="stringliteral">"text"</span>);
<a name="l00197"></a>00197 $date-&gt;name=<span class="stringliteral">"ag_timestamp"</span>;
<a name="l00198"></a>00198 $date-&gt;value=(isset($_POST['<a class="code" href="action_8inc_8php.html#a5">ag_timestamp</a>']))?$_POST['<a class="code" href="action_8inc_8php.html#a5">ag_timestamp</a>']:<span class="stringliteral">""</span>;
<a name="l00199"></a>00199 echo <span class="stringliteral">"&lt;p&gt;Date : "</span>;
<a name="l00200"></a>00200 echo $date-&gt;IOValue().<span class="stringliteral">"&lt;/p&gt;"</span>;
<a name="l00201"></a>00201 <span class="comment">// Tiers</span>
<a name="l00202"></a><a class="code" href="action_8inc_8php.html#a14">00202</a> <a class="code" href="action_8inc_8php.html#a14">$W1</a>=<span class="keyword">new</span> <a class="code" href="classwidget.html">widget</a>(<span class="stringliteral">"js_search"</span>);
<a name="l00203"></a><a class="code" href="action_8inc_8php.html#a15">00203</a> <a class="code" href="action_8inc_8php.html#a14">$W1</a>-&gt;label=<span class="stringliteral">"Tiers"</span>;
<a name="l00204"></a>00204 <a class="code" href="action_8inc_8php.html#a14">$W1</a>-&gt;name=<span class="stringliteral">"tiers"</span>;
<a name="l00205"></a>00205 <a class="code" href="action_8inc_8php.html#a14">$W1</a>-&gt;value=isset($_REQUEST['tiers'])?$_REQUEST['tiers']:<span class="stringliteral">""</span>;
<a name="l00206"></a><a class="code" href="action_8inc_8php.html#a16">00206</a> <a class="code" href="action_8inc_8php.html#a14">$W1</a>-&gt;extra=<span class="stringliteral">"8,9,14"</span>; <span class="comment">// filter on frd_id</span>
<a name="l00207"></a><a class="code" href="action_8inc_8php.html#a17">00207</a> <a class="code" href="action_8inc_8php.html#a14">$W1</a>-&gt;extra2=0; <span class="comment">// jrn = 0</span>
<a name="l00208"></a>00208 echo <span class="stringliteral">"&lt;div class=\"no\"&gt;"</span>.$W1-&gt;IOValue();
<a name="l00209"></a><a class="code" href="action_8inc_8php.html#a18">00209</a> <a class="code" href="action_8inc_8php.html#a18">$client_label</a>=<span class="keyword">new</span> <a class="code" href="classwidget.html">widget</a>(<span class="stringliteral">"span"</span>);
<a name="l00210"></a><a class="code" href="action_8inc_8php.html#a19">00210</a> <a class="code" href="action_8inc_8php.html#a19">$tiers_label</a>=<span class="stringliteral">""</span>;
<a name="l00211"></a>00211 <span class="comment">// Retrieve name</span>
<a name="l00212"></a>00212 <span class="keywordflow">if</span> ( $W1-&gt;value != <span class="stringliteral">""</span> )
<a name="l00213"></a>00213 {
<a name="l00214"></a>00214 $tiers=<span class="keyword">new</span> <a class="code" href="user__impress_8php.html#a10">fiche</a>($cn);
<a name="l00215"></a>00215 $tiers-&gt;GetByQCode($W1-&gt;value);
<a name="l00216"></a>00216 <a class="code" href="action_8inc_8php.html#a19">$tiers_label</a>=$tiers-&gt;strAttribut(1);
<a name="l00217"></a>00217
<a name="l00218"></a>00218 }
<a name="l00219"></a>00219 echo <a class="code" href="action_8inc_8php.html#a18">$client_label</a>-&gt;IOValue(<span class="stringliteral">"tiers_label"</span>,$tiers_label).<span class="stringliteral">"&lt;/div&gt;"</span>;
<a name="l00220"></a>00220
<a name="l00221"></a><a class="code" href="action_8inc_8php.html#a20">00221</a> <a class="code" href="action_8inc_8php.html#a20">$doc_type</a>=<span class="keyword">new</span> <a class="code" href="classwidget.html">widget</a>(<span class="stringliteral">"select"</span>);
<a name="l00222"></a>00222 <a class="code" href="action_8inc_8php.html#a20">$doc_type</a>-&gt;name=<span class="stringliteral">"dt_id"</span>;
<a name="l00223"></a>00223 <a class="code" href="action_8inc_8php.html#a20">$doc_type</a>-&gt;value=<a class="code" href="ac__common_8php.html#a12">make_array</a>($cn,<span class="stringliteral">"select dt_id,dt_value from document_type where dt_id in ("</span>.<a class="code" href="constant_8php.html#a39">ACTION</a>.<span class="stringliteral">")"</span>);
<a name="l00224"></a>00224 echo 'Type d\' action';
<a name="l00225"></a><a class="code" href="action_8inc_8php.html#a21">00225</a> <a class="code" href="action_8inc_8php.html#a20">$doc_type</a>-&gt;selected=(isset($_POST['<a class="code" href="action_8inc_8php.html#a7">dt_id</a>']))?$_POST['<a class="code" href="action_8inc_8php.html#a7">dt_id</a>']:<span class="stringliteral">""</span>;
<a name="l00226"></a>00226 echo <a class="code" href="action_8inc_8php.html#a20">$doc_type</a>-&gt;IOValue();
<a name="l00227"></a>00227
<a name="l00228"></a>00228 <span class="comment">// state </span>
<a name="l00229"></a><a class="code" href="action_8inc_8php.html#a22">00229</a> <a class="code" href="action_8inc_8php.html#a22">$doc_state</a>=<span class="keyword">new</span> <a class="code" href="classwidget.html">widget</a>(<span class="stringliteral">"select"</span>);
<a name="l00230"></a>00230 <a class="code" href="action_8inc_8php.html#a22">$doc_state</a>-&gt;name=<span class="stringliteral">"d_state"</span>;
<a name="l00231"></a>00231 <a class="code" href="action_8inc_8php.html#a22">$doc_state</a>-&gt;value=<a class="code" href="ac__common_8php.html#a12">make_array</a>($cn,<span class="stringliteral">"select s_id,s_value from document_state"</span>);
<a name="l00232"></a>00232 <a class="code" href="action_8inc_8php.html#a22">$doc_state</a>-&gt;selected=(isset($_POST['<a class="code" href="action_8inc_8php.html#a6">d_state</a>']))?$_POST['<a class="code" href="action_8inc_8php.html#a6">d_state</a>']:<span class="stringliteral">""</span>;
<a name="l00233"></a>00233 echo <span class="stringliteral">"Etat : "</span>.$doc_state-&gt;IOValue();
<a name="l00234"></a>00234 echo '&lt;input type=<span class="stringliteral">"hidden"</span> name=<span class="stringliteral">"p_action"</span> <a class="code" href="action_8inc_8php.html#a13">value</a>=<span class="stringliteral">"suivi_courrier"</span>&gt;';
<a name="l00235"></a>00235 echo '&lt;input type=<span class="stringliteral">"hidden"</span> name=<span class="stringliteral">"sa"</span> <a class="code" href="action_8inc_8php.html#a13">value</a>=<span class="stringliteral">"save_action_st1"</span>&gt;';
<a name="l00236"></a><a class="code" href="action_8inc_8php.html#a23">00236</a> <a class="code" href="action_8inc_8php.html#a23">$title</a>=<span class="keyword">new</span> <a class="code" href="classwidget.html">widget</a>(<span class="stringliteral">"text"</span>);
<a name="l00237"></a>00237 <a class="code" href="action_8inc_8php.html#a23">$title</a>-&gt;name=<span class="stringliteral">"ag_title"</span>;
<a name="l00238"></a>00238 <a class="code" href="action_8inc_8php.html#a23">$title</a>-&gt;value=(isset($_POST['<a class="code" href="action_8inc_8php.html#a9">ag_title</a>']))?$_POST['<a class="code" href="action_8inc_8php.html#a9">ag_title</a>']:<span class="stringliteral">""</span>;
<a name="l00239"></a>00239 echo <span class="stringliteral">"&lt;p&gt;Titre : "</span>;
<a name="l00240"></a>00240 echo <a class="code" href="action_8inc_8php.html#a23">$title</a>-&gt;IOValue().<span class="stringliteral">"&lt;/p&gt;"</span>;
<a name="l00241"></a>00241
<a name="l00242"></a>00242 ?&gt;
<a name="l00243"></a>00243
<a name="l00244"></a>00244 &lt;?
<a name="l00245"></a>00245 <span class="comment">//--------------------------------------------------------------------------------</span>
<a name="l00246"></a>00246 <span class="comment">// add here for who the action is taken (contact, client or supplier)</span>
<a name="l00247"></a>00247
<a name="l00248"></a>00248 ?&gt;
<a name="l00249"></a>00249
<a name="l00250"></a>00250
<a name="l00251"></a>00251
<a name="l00252"></a>00252 &lt;script language=<span class="stringliteral">"JavaScript"</span> type=<span class="stringliteral">"text/javascript"</span>&gt;
<a name="l00253"></a>00253 &lt;!--
<a name="l00254"></a>00254 function submitForm() {
<a name="l00255"></a>00255 <span class="comment">//make sure hidden and iframe values are in sync before submitting form</span>
<a name="l00256"></a>00256 <span class="comment">//to sync only 1 rte, use updateRTE(rte)</span>
<a name="l00257"></a>00257 <span class="comment">//to sync all rtes, use updateRTEs</span>
<a name="l00258"></a>00258 updateRTE('<a class="code" href="action_8inc_8php.html#a4">ag_comment</a>');
<a name="l00259"></a>00259 <span class="comment">//updateRTE();</span>
<a name="l00260"></a>00260 <span class="comment">//change the following line to true to submit form</span>
<a name="l00261"></a>00261 <span class="keywordflow">return</span> <span class="keyword">true</span>;
<a name="l00262"></a>00262 }
<a name="l00263"></a>00263
<a name="l00264"></a>00264 <span class="comment">//Usage: initRTE(imagesPath, includesPath, cssFile)</span>
<a name="l00265"></a>00265 initRTE(<span class="stringliteral">"images/"</span>, <span class="stringliteral">""</span>, <span class="stringliteral">""</span>);
<a name="l00266"></a>00266 <span class="comment">//--&gt;</span>
<a name="l00267"></a>00267 &lt;/script&gt;
<a name="l00268"></a>00268 &lt;noscript&gt;&lt;p&gt;&lt;b&gt;Javascript must be enabled to use <span class="keyword">this</span> form.&lt;/b&gt;&lt;/p&gt;&lt;/noscript&gt;
<a name="l00269"></a>00269 Note Interne :
<a name="l00270"></a>00270 &lt;script language=<span class="stringliteral">"JavaScript"</span> type=<span class="stringliteral">"text/javascript"</span>&gt;
<a name="l00271"></a>00271 &lt;!--
<a name="l00272"></a>00272 <span class="comment">//Usage: writeRichText(fieldname, html, width, height, buttons, readOnly)</span>
<a name="l00273"></a><a class="code" href="action_8inc_8php.html#a24">00273</a> &lt;? <a class="code" href="action_8inc_8php.html#a24">$a</a>=(isset($_POST['<a class="code" href="action_8inc_8php.html#a4">ag_comment</a>']))?<a class="code" href="ac__common_8php.html#a9">FormatString</a>(urldecode($_POST['<a class="code" href="action_8inc_8php.html#a4">ag_comment</a>'])):<span class="stringliteral">""</span>;
<a name="l00274"></a>00274
<a name="l00275"></a>00275 ?&gt;
<a name="l00276"></a>00276 writeRichText('ag_comment', &lt;? printf (<span class="stringliteral">"'%s'"</span>,$a); ?&gt;, 520, 200, <span class="keyword">true</span>, <span class="keyword">false</span>);
<a name="l00277"></a>00277 &lt;? <a class="code" href="debug_8php.html#a0">echo_debug</a>('action.inc',__LINE__, <span class="stringliteral">" A = "</span>.$a); ?&gt;
<a name="l00278"></a>00278 <span class="comment">//--&gt;</span>
<a name="l00279"></a>00279 &lt;/script&gt;
<a name="l00280"></a>00280
<a name="l00281"></a>00281 &lt;input type=<span class="stringliteral">"submit"</span> name=<span class="stringliteral">"save_action_st1"</span> <a class="code" href="action_8inc_8php.html#a13">value</a>=<span class="stringliteral">"Sauver"</span>&gt;&lt;/p&gt;
<a name="l00282"></a>00282 &lt;/form&gt;
<a name="l00283"></a>00283 &lt;/div&gt;
<a name="l00284"></a>00284 &lt;?
<a name="l00285"></a>00285 }
<a name="l00286"></a>00286 <span class="comment">//--------------------------------------------------------------------------------</span>
<a name="l00287"></a>00287 <span class="comment">// Save Action</span>
<a name="l00288"></a>00288 <span class="comment">// Stage 1 : show the result and confirm</span>
<a name="l00289"></a>00289 <span class="comment">//--------------------------------------------------------------------------------</span>
<a name="l00290"></a>00290 <span class="keywordflow">if</span> ( $sub_action == <span class="stringliteral">"save_action_st1"</span> )
<a name="l00291"></a>00291 {
<a name="l00292"></a>00292 <a class="code" href="action_8inc_8php.html#a27">$act</a>=<span class="keyword">new</span> action($cn);
<a name="l00293"></a>00293 <a class="code" href="action_8inc_8php.html#a27">$act</a>-&gt;ag_comment=$_POST['ag_comment'];
<a name="l00294"></a>00294 <a class="code" href="action_8inc_8php.html#a27">$act</a>-&gt;ag_timestamp=$_POST['<a class="code" href="action_8inc_8php.html#a5">ag_timestamp</a>'];
<a name="l00295"></a>00295 <a class="code" href="action_8inc_8php.html#a27">$act</a>-&gt;d_state=$_POST['<a class="code" href="action_8inc_8php.html#a6">d_state</a>'];
<a name="l00296"></a>00296 <a class="code" href="action_8inc_8php.html#a27">$act</a>-&gt;dt_id=$_POST['<a class="code" href="action_8inc_8php.html#a7">dt_id</a>'];
<a name="l00297"></a>00297 <a class="code" href="action_8inc_8php.html#a27">$act</a>-&gt;qcode=$_POST['tiers'];
<a name="l00298"></a>00298 <a class="code" href="action_8inc_8php.html#a27">$act</a>-&gt;ag_title=$_POST['<a class="code" href="action_8inc_8php.html#a9">ag_title</a>'];
<a name="l00299"></a>00299 echo <a class="code" href="action_8inc_8php.html#a27">$act</a>-&gt;Confirm();
<a name="l00300"></a>00300 }
<a name="l00301"></a>00301 <span class="comment">//--------------------------------------------------------------------------------</span>
<a name="l00302"></a>00302 <span class="comment">// Save Action</span>
<a name="l00303"></a>00303 <span class="comment">// Stage 2 : Save the action and propose to save a file</span>
<a name="l00304"></a>00304 <span class="comment">//--------------------------------------------------------------------------------</span>
<a name="l00305"></a>00305 <span class="keywordflow">if</span> ( $sub_action == <span class="stringliteral">"save_action_st2"</span> )
<a name="l00306"></a>00306 {
<a name="l00307"></a>00307 <a class="code" href="action_8inc_8php.html#a27">$act</a>=<span class="keyword">new</span> action($cn);
<a name="l00308"></a>00308 <a class="code" href="action_8inc_8php.html#a27">$act</a>-&gt;ag_comment=$_POST['ag_comment'];
<a name="l00309"></a>00309 <a class="code" href="action_8inc_8php.html#a27">$act</a>-&gt;ag_timestamp=$_POST['<a class="code" href="action_8inc_8php.html#a5">ag_timestamp</a>'];
<a name="l00310"></a>00310 <a class="code" href="action_8inc_8php.html#a27">$act</a>-&gt;d_state=$_POST['<a class="code" href="action_8inc_8php.html#a6">d_state</a>'];
<a name="l00311"></a>00311 <a class="code" href="action_8inc_8php.html#a27">$act</a>-&gt;dt_id=$_POST['<a class="code" href="action_8inc_8php.html#a7">dt_id</a>'];
<a name="l00312"></a>00312 <a class="code" href="action_8inc_8php.html#a27">$act</a>-&gt;qcode=$_POST['tiers'];
<a name="l00313"></a>00313 <a class="code" href="action_8inc_8php.html#a27">$act</a>-&gt;ag_title=$_POST['<a class="code" href="action_8inc_8php.html#a9">ag_title</a>'];
<a name="l00314"></a>00314
<a name="l00315"></a>00315
<a name="l00316"></a><a class="code" href="action_8inc_8php.html#a25">00316</a> <a class="code" href="action_8inc_8php.html#a27">$act</a>-&gt;md_id=(isset($_POST['gen_doc']))?$_POST['gen_doc']:0;
<a name="l00317"></a>00317
<a name="l00318"></a><a class="code" href="action_8inc_8php.html#a26">00318</a> <a class="code" href="action_8inc_8php.html#a27">$act</a>-&gt;gen=isset($_POST['p_gen'])?'on<span class="charliteral">':'</span>off';
<a name="l00319"></a>00319
<a name="l00320"></a>00320 echo <a class="code" href="action_8inc_8php.html#a27">$act</a>-&gt;SaveStage2();
<a name="l00321"></a>00321 echo '&lt;A HREF=<span class="stringliteral">"commercial.php?p_action=suivi_courrier"</span>&gt;&lt;INPUT TYPE=<span class="stringliteral">"BUTTON"</span> VALUE=<span class="stringliteral">"Retour Liste"</span>&gt;&lt;/A&gt;';
<a name="l00322"></a>00322 }
<a name="l00323"></a>00323
<a name="l00324"></a>00324 <span class="comment">//--------------------------------------------------------------------------------</span>
<a name="l00325"></a>00325 <span class="comment">// Save Document</span>
<a name="l00326"></a>00326 <span class="comment">// Stage 3 : Save the document</span>
<a name="l00327"></a>00327 <span class="comment">//--------------------------------------------------------------------------------</span>
<a name="l00328"></a>00328 <span class="keywordflow">if</span> ( $sub_action == <span class="stringliteral">"save_action_st3"</span> )
<a name="l00329"></a>00329 {
<a name="l00330"></a>00330 <a class="code" href="debug_8php.html#a0">echo_debug</a>(<span class="stringliteral">"action.inc.php"</span>,__LINE__,'Stage 3');
<a name="l00331"></a><a class="code" href="action_8inc_8php.html#a27">00331</a> <a class="code" href="action_8inc_8php.html#a27">$act</a>=<span class="keyword">new</span> action($cn);
<a name="l00332"></a>00332 <a class="code" href="action_8inc_8php.html#a27">$act</a>-&gt;ag_id=$_POST['<a class="code" href="action_8inc_8php.html#a3">ag_id</a>'];
<a name="l00333"></a><a class="code" href="action_8inc_8php.html#a28">00333</a> <a class="code" href="action_8inc_8php.html#a28">$d_id</a>=(isset($_POST['<a class="code" href="action_8inc_8php.html#a10">d_id</a>']))?$_POST['<a class="code" href="action_8inc_8php.html#a10">d_id</a>']:0;
<a name="l00334"></a>00334 echo <a class="code" href="action_8inc_8php.html#a27">$act</a>-&gt;SaveStage3($<a class="code" href="action_8inc_8php.html#a10">d_id</a>);
<a name="l00335"></a>00335
<a name="l00336"></a>00336 <a class="code" href="action_8inc_8php.html#a29">ShowActionList</a>($cn,$retour,$h_url);
<a name="l00337"></a>00337
<a name="l00338"></a>00338 }
<a name="l00339"></a>00339 <span class="comment">//---------------------------------------------------------------------</span>
<a name="l00340"></a>00340
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:27 2006 for phpcompta by&nbsp;
<a name="l00186"></a>00186 <span class="comment">// Show a list of the action</span>
<a name="l00187"></a>00187 <span class="keywordflow">if</span> ( $sub_action == <span class="stringliteral">"list"</span> )
<a name="l00188"></a>00188 <a class="code" href="action_8inc_8php.html#a19">ShowActionList</a>($cn,$retour,$h_url);
<a name="l00189"></a>00189
<a name="l00190"></a>00190 <span class="comment">//--------------------------------------------------------------------------------</span>
<a name="l00191"></a>00191 <span class="comment">// Add an action</span>
<a name="l00192"></a>00192 <span class="keywordflow">if</span> ( $sub_action == <span class="stringliteral">"add_action"</span> )
<a name="l00193"></a>00193 {
<a name="l00194"></a>00194 echo <a class="code" href="action_8inc_8php.html#a1">$retour</a>;
<a name="l00195"></a>00195 <a class="code" href="action_8inc_8php.html#a17">$act</a>=<span class="keyword">new</span> <a class="code" href="classaction.html">action</a>($cn);
<a name="l00196"></a>00196 <a class="code" href="action_8inc_8php.html#a17">$act</a>-&gt;ag_id=0;
<a name="l00197"></a>00197 <a class="code" href="action_8inc_8php.html#a17">$act</a>-&gt;ag_timestamp=(isset($_POST['<a class="code" href="action_8inc_8php.html#a5">ag_timestamp</a>']))?$_POST['<a class="code" href="action_8inc_8php.html#a5">ag_timestamp</a>']:<span class="stringliteral">""</span>;
<a name="l00198"></a>00198 <a class="code" href="action_8inc_8php.html#a17">$act</a>-&gt;qcode=isset($_POST['tiers'])?$_REQUEST['tiers']:<span class="stringliteral">""</span>;
<a name="l00199"></a>00199 <a class="code" href="action_8inc_8php.html#a17">$act</a>-&gt;d_id=0;
<a name="l00200"></a>00200 <a class="code" href="action_8inc_8php.html#a17">$act</a>-&gt;dt_id=isset($_POST['<a class="code" href="action_8inc_8php.html#a7">dt_id</a>'])?$_REQUEST['<a class="code" href="action_8inc_8php.html#a7">dt_id</a>']:<span class="stringliteral">""</span>;
<a name="l00201"></a>00201 <a class="code" href="action_8inc_8php.html#a17">$act</a>-&gt;d_state=(isset($_POST['<a class="code" href="action_8inc_8php.html#a6">d_state</a>']))?$_POST['<a class="code" href="action_8inc_8php.html#a6">d_state</a>']:<span class="stringliteral">""</span>;
<a name="l00202"></a><a class="code" href="action_8inc_8php.html#a14">00202</a> <a class="code" href="action_8inc_8php.html#a17">$act</a>-&gt;ag_ref=<span class="stringliteral">""</span>;
<a name="l00203"></a>00203 <a class="code" href="action_8inc_8php.html#a17">$act</a>-&gt;ag_title=(isset($_POST['<a class="code" href="action_8inc_8php.html#a9">ag_title</a>']))?$_POST['<a class="code" href="action_8inc_8php.html#a9">ag_title</a>']:<span class="stringliteral">""</span>;
<a name="l00204"></a>00204 echo '&lt;div <span class="keyword">class</span>=<span class="stringliteral">"u_redcontent"</span>&gt;';
<a name="l00205"></a>00205 echo JS_SEARCH_CARD;
<a name="l00206"></a>00206 <span class="comment">// Add hidden tag</span>
<a name="l00207"></a>00207 echo '&lt;form name=<span class="stringliteral">"RTEDemo"</span> <a class="code" href="classaction.html">action</a>=<span class="stringliteral">"commercial.php?p_action=suivi_courrier"</span> method=<span class="stringliteral">"post"</span> onsubmit=<span class="stringliteral">"return submitForm();"</span>&gt;';
<a name="l00208"></a>00208
<a name="l00209"></a>00209 <a class="code" href="action_8inc_8php.html#a17">$act</a>-&gt;ag_comment=(isset($_POST['<a class="code" href="action_8inc_8php.html#a4">ag_comment</a>']))?<a class="code" href="ac__common_8php.html#a16">Decode</a>($_POST['<a class="code" href="action_8inc_8php.html#a4">ag_comment</a>']):<span class="stringliteral">""</span>;
<a name="l00210"></a>00210 echo <a class="code" href="action_8inc_8php.html#a17">$act</a>-&gt;Display('NEW',<span class="keyword">false</span>);
<a name="l00211"></a>00211
<a name="l00212"></a>00212 echo '&lt;input type=<span class="stringliteral">"hidden"</span> name=<span class="stringliteral">"p_action"</span> <a class="code" href="action_8inc_8php.html#a13">value</a>=<span class="stringliteral">"suivi_courrier"</span>&gt;';
<a name="l00213"></a>00213 echo '&lt;input type=<span class="stringliteral">"hidden"</span> name=<span class="stringliteral">"sa"</span> <a class="code" href="action_8inc_8php.html#a13">value</a>=<span class="stringliteral">"save_action_st1"</span>&gt;';
<a name="l00214"></a>00214
<a name="l00215"></a>00215 echo <a class="code" href="action_8inc_8php.html#a2">$h_url</a>;
<a name="l00216"></a>00216 echo '&lt;input type=<span class="stringliteral">"submit"</span> name=<span class="stringliteral">"save_action_st1"</span> <a class="code" href="action_8inc_8php.html#a13">value</a>=<span class="stringliteral">"Sauver"</span>&gt;&lt;/p&gt;'.
<a name="l00217"></a>00217 '&lt;/form&gt;'.
<a name="l00218"></a>00218 '&lt;/div&gt;';
<a name="l00219"></a>00219
<a name="l00220"></a>00220 }
<a name="l00221"></a>00221 <span class="comment">//--------------------------------------------------------------------------------</span>
<a name="l00222"></a>00222 <span class="comment">// Save Action</span>
<a name="l00223"></a>00223 <span class="comment">// Stage 1 : show the result and confirm</span>
<a name="l00224"></a>00224 <span class="comment">//--------------------------------------------------------------------------------</span>
<a name="l00225"></a>00225 <span class="keywordflow">if</span> ( $sub_action == <span class="stringliteral">"save_action_st1"</span> )
<a name="l00226"></a>00226 {
<a name="l00227"></a>00227 <a class="code" href="action_8inc_8php.html#a17">$act</a>=<span class="keyword">new</span> <a class="code" href="classaction.html">action</a>($cn);
<a name="l00228"></a>00228 <a class="code" href="action_8inc_8php.html#a17">$act</a>-&gt;ag_timestamp=$_POST['<a class="code" href="action_8inc_8php.html#a5">ag_timestamp</a>'];
<a name="l00229"></a>00229 <a class="code" href="action_8inc_8php.html#a17">$act</a>-&gt;ag_comment=$_POST['ag_comment'];
<a name="l00230"></a>00230 <a class="code" href="action_8inc_8php.html#a17">$act</a>-&gt;ag_timestamp=$_POST['<a class="code" href="action_8inc_8php.html#a5">ag_timestamp</a>'];
<a name="l00231"></a>00231 <a class="code" href="action_8inc_8php.html#a17">$act</a>-&gt;d_state=$_POST['<a class="code" href="action_8inc_8php.html#a6">d_state</a>'];
<a name="l00232"></a>00232 <a class="code" href="action_8inc_8php.html#a17">$act</a>-&gt;dt_id=$_POST['<a class="code" href="action_8inc_8php.html#a7">dt_id</a>'];
<a name="l00233"></a>00233 <a class="code" href="action_8inc_8php.html#a17">$act</a>-&gt;qcode=$_POST['<a class="code" href="action_8inc_8php.html#a8">qcode</a>'];
<a name="l00234"></a>00234 <a class="code" href="action_8inc_8php.html#a17">$act</a>-&gt;ag_title=$_POST['<a class="code" href="action_8inc_8php.html#a9">ag_title</a>'];
<a name="l00235"></a>00235 <a class="code" href="action_8inc_8php.html#a17">$act</a>-&gt;d_id=0;
<a name="l00236"></a>00236 <a class="code" href="action_8inc_8php.html#a17">$act</a>-&gt;ag_id=$_POST['<a class="code" href="action_8inc_8php.html#a3">ag_id</a>'];
<a name="l00237"></a>00237 echo <a class="code" href="action_8inc_8php.html#a17">$act</a>-&gt;Confirm();
<a name="l00238"></a>00238 }
<a name="l00239"></a>00239 <span class="comment">//--------------------------------------------------------------------------------</span>
<a name="l00240"></a>00240 <span class="comment">// Save Action</span>
<a name="l00241"></a>00241 <span class="comment">// Stage 2 : Save the action and propose to save a file</span>
<a name="l00242"></a>00242 <span class="comment">//--------------------------------------------------------------------------------</span>
<a name="l00243"></a>00243 <span class="keywordflow">if</span> ( $sub_action == <span class="stringliteral">"save_action_st2"</span> )
<a name="l00244"></a>00244 {
<a name="l00245"></a>00245 <a class="code" href="action_8inc_8php.html#a17">$act</a>=<span class="keyword">new</span> <a class="code" href="classaction.html">action</a>($cn);
<a name="l00246"></a>00246
<a name="l00247"></a>00247 <a class="code" href="action_8inc_8php.html#a17">$act</a>-&gt;ag_comment=$_POST['ag_comment'];
<a name="l00248"></a>00248 <a class="code" href="action_8inc_8php.html#a17">$act</a>-&gt;ag_timestamp=$_POST['<a class="code" href="action_8inc_8php.html#a5">ag_timestamp</a>'];
<a name="l00249"></a>00249 <a class="code" href="action_8inc_8php.html#a17">$act</a>-&gt;d_state=$_POST['<a class="code" href="action_8inc_8php.html#a6">d_state</a>'];
<a name="l00250"></a>00250 <a class="code" href="action_8inc_8php.html#a17">$act</a>-&gt;dt_id=$_POST['<a class="code" href="action_8inc_8php.html#a7">dt_id</a>'];
<a name="l00251"></a>00251 <a class="code" href="action_8inc_8php.html#a17">$act</a>-&gt;qcode=$_POST['tiers'];
<a name="l00252"></a>00252 <a class="code" href="action_8inc_8php.html#a17">$act</a>-&gt;ag_title=$_POST['<a class="code" href="action_8inc_8php.html#a9">ag_title</a>'];
<a name="l00253"></a>00253 <a class="code" href="action_8inc_8php.html#a17">$act</a>-&gt;d_id=0;
<a name="l00254"></a>00254
<a name="l00255"></a><a class="code" href="action_8inc_8php.html#a15">00255</a> <a class="code" href="action_8inc_8php.html#a17">$act</a>-&gt;md_id=(isset($_POST['gen_doc']))?$_POST['gen_doc']:0;
<a name="l00256"></a>00256
<a name="l00257"></a><a class="code" href="action_8inc_8php.html#a16">00257</a> <a class="code" href="action_8inc_8php.html#a17">$act</a>-&gt;gen=isset($_POST['p_gen'])?'on<span class="charliteral">':'</span>off';
<a name="l00258"></a>00258 <span class="comment">// insert into action_gestion</span>
<a name="l00259"></a>00259 echo <a class="code" href="action_8inc_8php.html#a17">$act</a>-&gt;SaveStage2();
<a name="l00260"></a>00260 echo '&lt;A HREF=<span class="stringliteral">"commercial.php?p_action=suivi_courrier"</span>&gt;&lt;INPUT TYPE=<span class="stringliteral">"BUTTON"</span> VALUE=<span class="stringliteral">"Retour Liste"</span>&gt;&lt;/A&gt;';
<a name="l00261"></a>00261 }
<a name="l00262"></a>00262
<a name="l00263"></a>00263 <span class="comment">//--------------------------------------------------------------------------------</span>
<a name="l00264"></a>00264 <span class="comment">// Save Document</span>
<a name="l00265"></a>00265 <span class="comment">// Stage 3 : Save the document</span>
<a name="l00266"></a>00266 <span class="comment">//--------------------------------------------------------------------------------</span>
<a name="l00267"></a>00267 <span class="keywordflow">if</span> ( $sub_action == <span class="stringliteral">"save_action_st3"</span> )
<a name="l00268"></a>00268 {
<a name="l00269"></a>00269 <a class="code" href="debug_8php.html#a0">echo_debug</a>(<span class="stringliteral">"action.inc.php"</span>,__LINE__,'Stage 3');
<a name="l00270"></a><a class="code" href="action_8inc_8php.html#a17">00270</a> <a class="code" href="action_8inc_8php.html#a17">$act</a>=<span class="keyword">new</span> <a class="code" href="classaction.html">action</a>($cn);
<a name="l00271"></a>00271 <a class="code" href="action_8inc_8php.html#a17">$act</a>-&gt;ag_id=$_POST['<a class="code" href="action_8inc_8php.html#a3">ag_id</a>'];
<a name="l00272"></a>00272 <a class="code" href="action_8inc_8php.html#a17">$act</a>-&gt;ag_comment=$_POST['ag_comment'];
<a name="l00273"></a>00273 <a class="code" href="action_8inc_8php.html#a17">$act</a>-&gt;ag_timestamp=$_POST['<a class="code" href="action_8inc_8php.html#a5">ag_timestamp</a>'];
<a name="l00274"></a>00274 <a class="code" href="action_8inc_8php.html#a17">$act</a>-&gt;d_state=$_POST['<a class="code" href="action_8inc_8php.html#a6">d_state</a>'];
<a name="l00275"></a>00275 <a class="code" href="action_8inc_8php.html#a17">$act</a>-&gt;dt_id=$_POST['<a class="code" href="action_8inc_8php.html#a7">dt_id</a>'];
<a name="l00276"></a>00276 <a class="code" href="action_8inc_8php.html#a17">$act</a>-&gt;qcode=$_POST['<a class="code" href="action_8inc_8php.html#a8">qcode</a>'];
<a name="l00277"></a>00277 <a class="code" href="action_8inc_8php.html#a17">$act</a>-&gt;ag_title=$_POST['<a class="code" href="action_8inc_8php.html#a9">ag_title</a>'];
<a name="l00278"></a><a class="code" href="action_8inc_8php.html#a18">00278</a> <a class="code" href="action_8inc_8php.html#a18">$d_id</a>=(isset($_POST['<a class="code" href="action_8inc_8php.html#a10">d_id</a>']))?$_POST['<a class="code" href="action_8inc_8php.html#a10">d_id</a>']:0;
<a name="l00279"></a>00279 echo <a class="code" href="action_8inc_8php.html#a17">$act</a>-&gt;SaveStage3($<a class="code" href="action_8inc_8php.html#a10">d_id</a>);
<a name="l00280"></a>00280
<a name="l00281"></a>00281 <a class="code" href="action_8inc_8php.html#a19">ShowActionList</a>($cn,$retour,$h_url);
<a name="l00282"></a>00282
<a name="l00283"></a>00283 }
<a name="l00284"></a>00284 <span class="comment">//---------------------------------------------------------------------</span>
<a name="l00285"></a>00285
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:23 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -14,9 +14,9 @@
<a href="action_8inc_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>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="action_8inc_8php.html#a29">ShowActionList</a> ($cn, $retour, $h_url)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="action_8inc_8php.html#a19">ShowActionList</a> ($cn, $retour, $h_url)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Show the list of action, this code should be common to several webpage. But for the moment we keep like that because it is used only by this file. <a href="#a29"></a><br></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Show the list of action, this code should be common to several webpage. But for the moment we keep like that because it is used only by this file. <a href="#a19"></a><br></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="action_8inc_8php.html#a0">$sub_action</a> = (isset($_REQUEST['sa']))?$_REQUEST['sa']:&quot;&quot;</td></tr>
@ -24,7 +24,7 @@
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="action_8inc_8php.html#a2">$h_url</a> = &quot;&quot;</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">$act&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="action_8inc_8php.html#a3">ag_id</a> = $_REQUEST['<a class="el" href="facture_8inc_8php.html#a21">ag_id</a>']</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">$act&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="action_8inc_8php.html#a3">ag_id</a> = $_POST['<a class="el" href="facture_8inc_8php.html#a21">ag_id</a>']</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">$act&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="action_8inc_8php.html#a4">ag_comment</a> = $_POST['<a class="el" href="action_8inc_8php.html#a4">ag_comment</a>']</td></tr>
@ -39,7 +39,7 @@
<tr><td class="memItemLeft" nowrap align="right" valign="top">$act&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="action_8inc_8php.html#a9">ag_title</a> = $_POST['<a class="el" href="action_8inc_8php.html#a9">ag_title</a>']</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">$act&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="action_8inc_8php.html#a10">d_id</a> = $_POST['<a class="el" href="action_8inc_8php.html#a10">d_id</a>']</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">$act&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="action_8inc_8php.html#a10">d_id</a> = (isset($_POST['<a class="el" href="action_8inc_8php.html#a10">d_id</a>']))?$_POST['<a class="el" href="action_8inc_8php.html#a10">d_id</a>']:0</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="action_8inc_8php.html#a11">$upload</a> = new <a class="el" href="classwidget.html">widget</a>(&quot;file&quot;)</td></tr>
@ -47,35 +47,15 @@
<tr><td class="memItemLeft" nowrap align="right" valign="top">$upload&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="action_8inc_8php.html#a13">value</a> = &quot;&quot;</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="action_8inc_8php.html#a14">$W1</a> = new <a class="el" href="classwidget.html">widget</a>(&quot;js_search&quot;)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">$act&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="action_8inc_8php.html#a14">ag_ref</a> = &quot;&quot;</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">$W1&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="action_8inc_8php.html#a15">label</a> = &quot;Tiers&quot;</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">$act&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="action_8inc_8php.html#a15">md_id</a> = (isset($_POST['gen_doc']))?$_POST['gen_doc']:0</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">$W1&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="action_8inc_8php.html#a16">extra</a> = &quot;8,9,14&quot;</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">$act&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="action_8inc_8php.html#a16">gen</a> = isset($_POST['p_gen'])?'on':'off'</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">$W1&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="action_8inc_8php.html#a17">extra2</a> = 0</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="action_8inc_8php.html#a17">$act</a> = new <a class="el" href="classaction.html">action</a>($cn)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="action_8inc_8php.html#a18">$client_label</a> = new <a class="el" href="classwidget.html">widget</a>(&quot;span&quot;)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="action_8inc_8php.html#a19">$tiers_label</a> = &quot;&quot;</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="action_8inc_8php.html#a20">$doc_type</a> = new <a class="el" href="classwidget.html">widget</a>(&quot;select&quot;)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">$doc_type&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="action_8inc_8php.html#a21">selected</a> = (isset($_POST['<a class="el" href="action_8inc_8php.html#a7">dt_id</a>']))?$_POST['<a class="el" href="action_8inc_8php.html#a7">dt_id</a>']:&quot;&quot;</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="action_8inc_8php.html#a22">$doc_state</a> = new <a class="el" href="classwidget.html">widget</a>(&quot;select&quot;)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="action_8inc_8php.html#a23">$title</a> = new <a class="el" href="classwidget.html">widget</a>(&quot;text&quot;)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="action_8inc_8php.html#a24">$a</a> = (isset($_POST['<a class="el" href="action_8inc_8php.html#a4">ag_comment</a>']))?FormatString(urldecode($_POST['<a class="el" href="action_8inc_8php.html#a4">ag_comment</a>'])):&quot;&quot;</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">$act&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="action_8inc_8php.html#a25">md_id</a> = (isset($_POST['gen_doc']))?$_POST['gen_doc']:0</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">$act&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="action_8inc_8php.html#a26">gen</a> = isset($_POST['p_gen'])?'on':'off'</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="action_8inc_8php.html#a27">$act</a> = new <a class="el" href="classaction.html">action</a>($cn)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="action_8inc_8php.html#a28">$d_id</a> = (isset($_POST['<a class="el" href="action_8inc_8php.html#a10">d_id</a>']))?$_POST['<a class="el" href="action_8inc_8php.html#a10">d_id</a>']:0</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="action_8inc_8php.html#a18">$d_id</a> = (isset($_POST['<a class="el" href="action_8inc_8php.html#a10">d_id</a>']))?$_POST['<a class="el" href="action_8inc_8php.html#a10">d_id</a>']:0</td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
@ -84,7 +64,7 @@ Page who manage the different action (meeting, letter).
<p>
Definition in file <a class="el" href="action_8inc_8php-source.html">action.inc.php</a>.<hr><h2>Function Documentation</h2>
<a class="anchor" name="a29"></a><!-- doxytag: member="action.inc.php::ShowActionList" ref="a29" args="($cn, $retour, $h_url)" --><p>
<a class="anchor" name="a19"></a><!-- doxytag: member="action.inc.php::ShowActionList" ref="a19" args="($cn, $retour, $h_url)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
@ -136,40 +116,13 @@ Show the list of action, this code should be common to several webpage. But for
<dl compact><dt><b>Note:</b></dt><dd>The field 'recherche' is about a part of the title or a ref. number</dd></dl>
<p>
Definition at line <a class="el" href="action_8inc_8php-source.html#l00037">37</a> of file <a class="el" href="action_8inc_8php-source.html">action.inc.php</a>.
Definition at line <a class="el" href="action_8inc_8php-source.html#l00038">38</a> of file <a class="el" href="action_8inc_8php-source.html">action.inc.php</a>.
<p>
References <a class="el" href="action_8inc_8php-source.html#l00273">$a</a>, <a class="el" href="action_8inc_8php-source.html#l00331">$act</a>, <a class="el" href="impress__fiche_8php-source.html#l00081">$fiche</a>, <a class="el" href="action_8inc_8php-source.html#l00125">$h_url</a>, <a class="el" href="bank_8inc_8php-source.html#l00090">$qcode</a>, <a class="el" href="user__action__ach_8php-source.html#l00052">$r</a>, <a class="el" href="action_8inc_8php-source.html#l00124">$retour</a>, <a class="el" href="bank_8inc_8php-source.html#l00097">$sp</a>, <a class="el" href="admin_8inc_8php-source.html#l00115">$w</a>, <a class="el" href="ac__common_8php-source.html#l00208">FormatString()</a>, <a class="el" href="action_8inc_8php-source.html#l00170">name</a>, <a class="el" href="action_8inc_8php-source.html#l00144">qcode</a>, and <a class="el" href="action_8inc_8php-source.html#l00171">value</a>. </td>
References <a class="el" href="balance_8php-source.html#l00113">$a</a>, <a class="el" href="action_8inc_8php-source.html#l00270">$act</a>, <a class="el" href="impress__fiche_8php-source.html#l00081">$fiche</a>, <a class="el" href="action_8inc_8php-source.html#l00128">$h_url</a>, <a class="el" href="bank_8inc_8php-source.html#l00090">$qcode</a>, <a class="el" href="user__action__ach_8php-source.html#l00052">$r</a>, <a class="el" href="action_8inc_8php-source.html#l00127">$retour</a>, <a class="el" href="bank_8inc_8php-source.html#l00097">$sp</a>, <a class="el" href="admin_8inc_8php-source.html#l00115">$w</a>, <a class="el" href="ac__common_8php-source.html#l00208">FormatString()</a>, <a class="el" href="action_8inc_8php-source.html#l00175">name</a>, <a class="el" href="action_8inc_8php-source.html#l00148">qcode</a>, and <a class="el" href="action_8inc_8php-source.html#l00176">value</a>. </td>
</tr>
</table>
<hr><h2>Variable Documentation</h2>
<a class="anchor" name="a24"></a><!-- doxytag: member="action.inc.php::$a" ref="a24" 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 = (isset($_POST['<a class="el" href="action_8inc_8php.html#a4">ag_comment</a>']))?FormatString(urldecode($_POST['<a class="el" href="action_8inc_8php.html#a4">ag_comment</a>'])):&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="action_8inc_8php-source.html#l00273">273</a> of file <a class="el" href="action_8inc_8php-source.html">action.inc.php</a>.
<p>
Referenced by <a class="el" href="class_8ezpdf_8php-source.html#l01473">Cezpdf::alink()</a>, <a class="el" href="class_8pdf_8php-source.html#l01138">Cpdf::ARC4()</a>, <a class="el" href="class__fiche_8php-source.html#l00397">fiche::blank()</a>, <a class="el" href="class_8ezpdf_8php-source.html#l00028">Cezpdf::Cezpdf()</a>, <a class="el" href="user__common_8php-source.html#l00069">ComputeTotalVat()</a>, <a class="el" href="user__common_8php-source.html#l00172">ComputeVat()</a>, <a class="el" href="class__action_8php-source.html#l00247">action::Confirm()</a>, <a class="el" href="class__fiche_8php-source.html#l00289">fiche::CountByDef()</a>, <a class="el" href="postgres_8php-source.html#l00072">DbConnect()</a>, <a class="el" href="class__fiche_8php-source.html#l00459">fiche::Display()</a>, <a class="el" href="class__action_8php-source.html#l00094">action::Display()</a>, <a class="el" href="class_8pdf_8php-source.html#l01713">Cpdf::ellipse()</a>, <a class="el" href="class__action_8php-source.html#l00206">action::get()</a>, <a class="el" href="impress__inc_8php-source.html#l00423">GetDataJrnPdf()</a>, <a class="el" href="fiche__inc_8php-source.html#l01057">GetFicheJrn()</a>, <a class="el" href="stock__inc_8php-source.html#l00111">getFicheNameCode()</a>, <a class="el" href="class__rapport_8php-source.html#l00040">rapport::GetName()</a>, <a class="el" href="fiche__inc_8php-source.html#l01450">GetParent()</a>, <a class="el" href="ac__common_8php-source.html#l00355">getPeriodeFromDate()</a>, <a class="el" href="ac__common_8php-source.html#l00335">getPeriodeFromMonth()</a>, <a class="el" href="ac__common_8php-source.html#l00315">getPeriodeName()</a>, <a class="el" href="impress__inc_8php-source.html#l00616">GetRappel()</a>, <a class="el" href="class__jrn_8php-source.html#l00065">jrn::GetRow()</a>, <a class="el" href="class__balance_8php-source.html#l00053">Balance::GetRow()</a>, <a class="el" href="user__common_8php-source.html#l00211">GetTvaPoste()</a>, <a class="el" href="postgres_8php-source.html#l00315">GetUserProperty()</a>, <a class="el" href="setup_8php-source.html#l00080">GetVersion()</a>, <a class="el" href="user__common_8php-source.html#l00831">isValid()</a>, <a class="el" href="user__common_8php-source.html#l00322">ListJrn()</a>, <a class="el" href="ac__common_8php-source.html#l00282">make_array()</a>, <a class="el" href="decla_8BE_8inc_8php-source.html#l00036">MakeListingVat()</a>, <a class="el" href="class__document__modele_8php-source.html#l00049">Document_modele::myList()</a>, <a class="el" href="jrn_8php-source.html#l00038">RecordJrn()</a>, <a class="el" href="action_8inc_8php-source.html#l00037">ShowActionList()</a>, <a class="el" href="class__supplier_8php-source.html#l00083">Supplier::Summary()</a>, <a class="el" href="class__customer_8php-source.html#l00195">Customer::Summary()</a>, <a class="el" href="class_8ezpdf_8php-source.html#l01518">Cezpdf::uline()</a>, <a class="el" href="fiche__inc_8php-source.html#l00530">UpdateFiche()</a>, <a class="el" href="jrn_8php-source.html#l00282">UpdateJrn()</a>, and <a class="el" href="user__common_8php-source.html#l00631">withStock()</a>. </td>
</tr>
</table>
<a class="anchor" name="a27"></a><!-- doxytag: member="action.inc.php::$act" ref="a27" args="" --><p>
<a class="anchor" name="a17"></a><!-- doxytag: member="action.inc.php::$act" ref="a17" args="" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
@ -191,39 +144,12 @@ Referenced by <a class="el" href="class_8ezpdf_8php-source.html#l01473">Cezpdf::
<p>
<p>
Definition at line <a class="el" href="action_8inc_8php-source.html#l00331">331</a> of file <a class="el" href="action_8inc_8php-source.html">action.inc.php</a>.
Definition at line <a class="el" href="action_8inc_8php-source.html#l00270">270</a> of file <a class="el" href="action_8inc_8php-source.html">action.inc.php</a>.
<p>
Referenced by <a class="el" href="class__document_8php-source.html#l00421">Document::Replace()</a>, and <a class="el" href="action_8inc_8php-source.html#l00037">ShowActionList()</a>. </td>
Referenced by <a class="el" href="class__document_8php-source.html#l00423">Document::Replace()</a>, and <a class="el" href="action_8inc_8php-source.html#l00038">ShowActionList()</a>. </td>
</tr>
</table>
<a class="anchor" name="a18"></a><!-- doxytag: member="action.inc.php::$client_label" ref="a18" 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">$client_label = new <a class="el" href="classwidget.html">widget</a>(&quot;span&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="action_8inc_8php-source.html#l00209">209</a> of file <a class="el" href="action_8inc_8php-source.html">action.inc.php</a>.
<p>
Referenced by <a class="el" href="user__form__ach_8php-source.html#l00044">FormAchInput()</a>, and <a class="el" href="user__form__ven_8php-source.html#l00043">FormVenInput()</a>. </td>
</tr>
</table>
<a class="anchor" name="a28"></a><!-- doxytag: member="action.inc.php::$d_id" ref="a28" args="" --><p>
<a class="anchor" name="a18"></a><!-- doxytag: member="action.inc.php::$d_id" ref="a18" args="" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
@ -245,61 +171,9 @@ Referenced by <a class="el" href="user__form__ach_8php-source.html#l00044">FormA
<p>
<p>
Definition at line <a class="el" href="action_8inc_8php-source.html#l00333">333</a> of file <a class="el" href="action_8inc_8php-source.html">action.inc.php</a>.
Definition at line <a class="el" href="action_8inc_8php-source.html#l00278">278</a> of file <a class="el" href="action_8inc_8php-source.html">action.inc.php</a>.
<p>
Referenced by <a class="el" href="class__action_8php-source.html#l00445">action::SaveStage3()</a>. </td>
</tr>
</table>
<a class="anchor" name="a22"></a><!-- doxytag: member="action.inc.php::$doc_state" ref="a22" 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">$doc_state = 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="action_8inc_8php-source.html#l00229">229</a> of file <a class="el" href="action_8inc_8php-source.html">action.inc.php</a>. </td>
</tr>
</table>
<a class="anchor" name="a20"></a><!-- doxytag: member="action.inc.php::$doc_type" ref="a20" 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">$doc_type = 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="action_8inc_8php-source.html#l00221">221</a> of file <a class="el" href="action_8inc_8php-source.html">action.inc.php</a>.
<p>
Referenced by <a class="el" href="class__action_8php-source.html#l00247">action::Confirm()</a>, and <a class="el" href="class__action_8php-source.html#l00094">action::Display()</a>. </td>
Referenced by <a class="el" href="class__action_8php-source.html#l00098">action::Display()</a>, and <a class="el" href="class__action_8php-source.html#l00511">action::SaveStage3()</a>. </td>
</tr>
</table>
<a class="anchor" name="a2"></a><!-- doxytag: member="action.inc.php::$h_url" ref="a2" args="" --><p>
@ -324,9 +198,9 @@ Referenced by <a class="el" href="class__action_8php-source.html#l00247">action:
<p>
<p>
Definition at line <a class="el" href="action_8inc_8php-source.html#l00125">125</a> of file <a class="el" href="action_8inc_8php-source.html">action.inc.php</a>.
Definition at line <a class="el" href="action_8inc_8php-source.html#l00128">128</a> of file <a class="el" href="action_8inc_8php-source.html">action.inc.php</a>.
<p>
Referenced by <a class="el" href="class__action_8php-source.html#l00247">action::Confirm()</a>, and <a class="el" href="action_8inc_8php-source.html#l00037">ShowActionList()</a>. </td>
Referenced by <a class="el" href="class__action_8php-source.html#l00303">action::Confirm()</a>, and <a class="el" href="action_8inc_8php-source.html#l00038">ShowActionList()</a>. </td>
</tr>
</table>
<a class="anchor" name="a1"></a><!-- doxytag: member="action.inc.php::$retour" ref="a1" args="" --><p>
@ -351,9 +225,9 @@ Referenced by <a class="el" href="class__action_8php-source.html#l00247">action:
<p>
<p>
Definition at line <a class="el" href="action_8inc_8php-source.html#l00124">124</a> of file <a class="el" href="action_8inc_8php-source.html">action.inc.php</a>.
Definition at line <a class="el" href="action_8inc_8php-source.html#l00127">127</a> of file <a class="el" href="action_8inc_8php-source.html">action.inc.php</a>.
<p>
Referenced by <a class="el" href="class__action_8php-source.html#l00247">action::Confirm()</a>, and <a class="el" href="action_8inc_8php-source.html#l00037">ShowActionList()</a>. </td>
Referenced by <a class="el" href="class__action_8php-source.html#l00303">action::Confirm()</a>, and <a class="el" href="action_8inc_8php-source.html#l00038">ShowActionList()</a>. </td>
</tr>
</table>
<a class="anchor" name="a0"></a><!-- doxytag: member="action.inc.php::$sub_action" ref="a0" args="" --><p>
@ -378,61 +252,7 @@ Referenced by <a class="el" href="class__action_8php-source.html#l00247">action:
<p>
<p>
Definition at line <a class="el" href="action_8inc_8php-source.html#l00113">113</a> of file <a class="el" href="action_8inc_8php-source.html">action.inc.php</a>. </td>
</tr>
</table>
<a class="anchor" name="a19"></a><!-- doxytag: member="action.inc.php::$tiers_label" ref="a19" 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">$tiers_label = &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="action_8inc_8php-source.html#l00210">210</a> of file <a class="el" href="action_8inc_8php-source.html">action.inc.php</a>.
<p>
Referenced by <a class="el" href="user__form__fin_8php-source.html#l00146">FormFin()</a>. </td>
</tr>
</table>
<a class="anchor" name="a23"></a><!-- doxytag: member="action.inc.php::$title" ref="a23" 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">$title = new <a class="el" href="classwidget.html">widget</a>(&quot;text&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="action_8inc_8php-source.html#l00236">236</a> of file <a class="el" href="action_8inc_8php-source.html">action.inc.php</a>.
<p>
Referenced by <a class="el" href="class__action_8php-source.html#l00247">action::Confirm()</a>, <a class="el" href="class__action_8php-source.html#l00094">action::Display()</a>, <a class="el" href="user__menu_8php-source.html#l00341">get_quick_key()</a>, and <a class="el" href="ac__common_8php-source.html#l00228">ShowItem()</a>. </td>
Definition at line <a class="el" href="action_8inc_8php-source.html#l00114">114</a> of file <a class="el" href="action_8inc_8php-source.html">action.inc.php</a>. </td>
</tr>
</table>
<a class="anchor" name="a11"></a><!-- doxytag: member="action.inc.php::$upload" ref="a11" args="" --><p>
@ -457,36 +277,9 @@ Referenced by <a class="el" href="class__action_8php-source.html#l00247">action:
<p>
<p>
Definition at line <a class="el" href="action_8inc_8php-source.html#l00169">169</a> of file <a class="el" href="action_8inc_8php-source.html">action.inc.php</a>.
Definition at line <a class="el" href="action_8inc_8php-source.html#l00174">174</a> of file <a class="el" href="action_8inc_8php-source.html">action.inc.php</a>.
<p>
Referenced by <a class="el" href="class__action_8php-source.html#l00359">action::SaveStage2()</a>. </td>
</tr>
</table>
<a class="anchor" name="a14"></a><!-- doxytag: member="action.inc.php::$W1" ref="a14" 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">$W1 = new <a class="el" href="classwidget.html">widget</a>(&quot;js_search&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="action_8inc_8php-source.html#l00202">202</a> of file <a class="el" href="action_8inc_8php-source.html">action.inc.php</a>.
<p>
Referenced by <a class="el" href="user__form__ach_8php-source.html#l00044">FormAchInput()</a>, <a class="el" href="user__form__fin_8php-source.html#l00146">FormFin()</a>, and <a class="el" href="user__form__ven_8php-source.html#l00043">FormVenInput()</a>. </td>
Referenced by <a class="el" href="class__action_8php-source.html#l00418">action::SaveStage2()</a>. </td>
</tr>
</table>
<a class="anchor" name="a4"></a><!-- doxytag: member="action.inc.php::ag_comment" ref="a4" args="" --><p>
@ -511,9 +304,9 @@ Referenced by <a class="el" href="user__form__ach_8php-source.html#l00044">FormA
<p>
<p>
Definition at line <a class="el" href="action_8inc_8php-source.html#l00140">140</a> of file <a class="el" href="action_8inc_8php-source.html">action.inc.php</a>.
Definition at line <a class="el" href="action_8inc_8php-source.html#l00144">144</a> of file <a class="el" href="action_8inc_8php-source.html">action.inc.php</a>.
<p>
Referenced by <a class="el" href="class__action_8php-source.html#l00247">action::Confirm()</a>, <a class="el" href="class__action_8php-source.html#l00206">action::get()</a>, <a class="el" href="class__action_8php-source.html#l00359">action::SaveStage2()</a>, and <a class="el" href="class__action_8php-source.html#l00538">action::Update()</a>. </td>
Referenced by <a class="el" href="class__action_8php-source.html#l00303">action::Confirm()</a>, <a class="el" href="class__action_8php-source.html#l00260">action::get()</a>, <a class="el" href="class__action_8php-source.html#l00418">action::SaveStage2()</a>, and <a class="el" href="class__action_8php-source.html#l00623">action::Update()</a>. </td>
</tr>
</table>
<a class="anchor" name="a3"></a><!-- doxytag: member="action.inc.php::ag_id" ref="a3" args="" --><p>
@ -522,7 +315,7 @@ Referenced by <a class="el" href="class__action_8php-source.html#l00247">action:
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">act <a class="el" href="facture_8inc_8php.html#a21">ag_id</a> = $_REQUEST['<a class="el" href="facture_8inc_8php.html#a21">ag_id</a>'] </td>
<td class="md" nowrap valign="top">act <a class="el" href="facture_8inc_8php.html#a21">ag_id</a> = $_POST['<a class="el" href="facture_8inc_8php.html#a21">ag_id</a>'] </td>
</tr>
</table>
</td>
@ -538,9 +331,36 @@ Referenced by <a class="el" href="class__action_8php-source.html#l00247">action:
<p>
<p>
Definition at line <a class="el" href="action_8inc_8php-source.html#l00139">139</a> of file <a class="el" href="action_8inc_8php-source.html">action.inc.php</a>.
Definition at line <a class="el" href="action_8inc_8php-source.html#l00143">143</a> of file <a class="el" href="action_8inc_8php-source.html">action.inc.php</a>.
<p>
Referenced by <a class="el" href="class__document_8php-source.html#l00049">Document::blank()</a>, <a class="el" href="class__document_8php-source.html#l00373">Document::get()</a>, <a class="el" href="class__document_8php-source.html#l00421">Document::Replace()</a>, <a class="el" href="class__action_8php-source.html#l00359">action::SaveStage2()</a>, and <a class="el" href="class__action_8php-source.html#l00538">action::Update()</a>. </td>
Referenced by <a class="el" href="class__document_8php-source.html#l00049">Document::blank()</a>, <a class="el" href="class__action_8php-source.html#l00098">action::Display()</a>, <a class="el" href="class__document_8php-source.html#l00375">Document::get()</a>, <a class="el" href="class__document_8php-source.html#l00423">Document::Replace()</a>, <a class="el" href="class__action_8php-source.html#l00418">action::SaveStage2()</a>, <a class="el" href="class__action_8php-source.html#l00511">action::SaveStage3()</a>, and <a class="el" href="class__action_8php-source.html#l00623">action::Update()</a>. </td>
</tr>
</table>
<a class="anchor" name="a14"></a><!-- doxytag: member="action.inc.php::ag_ref" ref="a14" 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">$act <a class="el" href="action_8inc_8php.html#a14">ag_ref</a> = &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="action_8inc_8php-source.html#l00202">202</a> of file <a class="el" href="action_8inc_8php-source.html">action.inc.php</a>.
<p>
Referenced by <a class="el" href="class__action_8php-source.html#l00098">action::Display()</a>, <a class="el" href="class__action_8php-source.html#l00260">action::get()</a>, <a class="el" href="class__action_8php-source.html#l00545">action::myList()</a>, and <a class="el" href="class__action_8php-source.html#l00418">action::SaveStage2()</a>. </td>
</tr>
</table>
<a class="anchor" name="a5"></a><!-- doxytag: member="action.inc.php::ag_timestamp" ref="a5" args="" --><p>
@ -565,9 +385,9 @@ Referenced by <a class="el" href="class__document_8php-source.html#l00049">Docum
<p>
<p>
Definition at line <a class="el" href="action_8inc_8php-source.html#l00141">141</a> of file <a class="el" href="action_8inc_8php-source.html">action.inc.php</a>.
Definition at line <a class="el" href="action_8inc_8php-source.html#l00145">145</a> of file <a class="el" href="action_8inc_8php-source.html">action.inc.php</a>.
<p>
Referenced by <a class="el" href="class__action_8php-source.html#l00247">action::Confirm()</a>, <a class="el" href="class__action_8php-source.html#l00094">action::Display()</a>, and <a class="el" href="class__action_8php-source.html#l00206">action::get()</a>. </td>
Referenced by <a class="el" href="class__action_8php-source.html#l00303">action::Confirm()</a>, <a class="el" href="class__action_8php-source.html#l00098">action::Display()</a>, and <a class="el" href="class__action_8php-source.html#l00260">action::get()</a>. </td>
</tr>
</table>
<a class="anchor" name="a9"></a><!-- doxytag: member="action.inc.php::ag_title" ref="a9" args="" --><p>
@ -592,9 +412,9 @@ Referenced by <a class="el" href="class__action_8php-source.html#l00247">action:
<p>
<p>
Definition at line <a class="el" href="action_8inc_8php-source.html#l00145">145</a> of file <a class="el" href="action_8inc_8php-source.html">action.inc.php</a>.
Definition at line <a class="el" href="action_8inc_8php-source.html#l00149">149</a> of file <a class="el" href="action_8inc_8php-source.html">action.inc.php</a>.
<p>
Referenced by <a class="el" href="class__action_8php-source.html#l00206">action::get()</a>, <a class="el" href="class__action_8php-source.html#l00468">action::myList()</a>, and <a class="el" href="class__action_8php-source.html#l00359">action::SaveStage2()</a>. </td>
Referenced by <a class="el" href="class__action_8php-source.html#l00260">action::get()</a>, <a class="el" href="class__action_8php-source.html#l00545">action::myList()</a>, and <a class="el" href="class__action_8php-source.html#l00418">action::SaveStage2()</a>. </td>
</tr>
</table>
<a class="anchor" name="a10"></a><!-- doxytag: member="action.inc.php::d_id" ref="a10" args="" --><p>
@ -603,7 +423,7 @@ Referenced by <a class="el" href="class__action_8php-source.html#l00206">action:
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">$act <a class="el" href="action_8inc_8php.html#a10">d_id</a> = $_POST['<a class="el" href="action_8inc_8php.html#a10">d_id</a>'] </td>
<td class="md" nowrap valign="top">act <a class="el" href="action_8inc_8php.html#a10">d_id</a> = (isset($_POST['<a class="el" href="action_8inc_8php.html#a10">d_id</a>']))?$_POST['<a class="el" href="action_8inc_8php.html#a10">d_id</a>']:0 </td>
</tr>
</table>
</td>
@ -619,9 +439,9 @@ Referenced by <a class="el" href="class__action_8php-source.html#l00206">action:
<p>
<p>
Definition at line <a class="el" href="action_8inc_8php-source.html#l00146">146</a> of file <a class="el" href="action_8inc_8php-source.html">action.inc.php</a>.
Definition at line <a class="el" href="action_8inc_8php-source.html#l00150">150</a> of file <a class="el" href="action_8inc_8php-source.html">action.inc.php</a>.
<p>
Referenced by <a class="el" href="class__document_8php-source.html#l00049">Document::blank()</a>, <a class="el" href="class__action_8php-source.html#l00094">action::Display()</a>, <a class="el" href="class__document_8php-source.html#l00042">Document::Document()</a>, <a class="el" href="class__action_8php-source.html#l00206">action::get()</a>, <a class="el" href="class__action_8php-source.html#l00468">action::myList()</a>, <a class="el" href="class__document_8php-source.html#l00720">Document::remove()</a>, <a class="el" href="class__document_8php-source.html#l00238">Document::SaveGenerated()</a>, <a class="el" href="class__action_8php-source.html#l00445">action::SaveStage3()</a>, and <a class="el" href="class__action_8php-source.html#l00538">action::Update()</a>. </td>
Referenced by <a class="el" href="class__document_8php-source.html#l00049">Document::blank()</a>, <a class="el" href="class__action_8php-source.html#l00098">action::Display()</a>, <a class="el" href="class__document_8php-source.html#l00042">Document::Document()</a>, <a class="el" href="class__action_8php-source.html#l00260">action::get()</a>, <a class="el" href="class__action_8php-source.html#l00545">action::myList()</a>, <a class="el" href="class__document_8php-source.html#l00722">Document::remove()</a>, <a class="el" href="class__document_8php-source.html#l00238">Document::SaveGenerated()</a>, <a class="el" href="class__action_8php-source.html#l00511">action::SaveStage3()</a>, and <a class="el" href="class__action_8php-source.html#l00623">action::Update()</a>. </td>
</tr>
</table>
<a class="anchor" name="a6"></a><!-- doxytag: member="action.inc.php::d_state" ref="a6" args="" --><p>
@ -646,9 +466,9 @@ Referenced by <a class="el" href="class__document_8php-source.html#l00049">Docum
<p>
<p>
Definition at line <a class="el" href="action_8inc_8php-source.html#l00142">142</a> of file <a class="el" href="action_8inc_8php-source.html">action.inc.php</a>.
Definition at line <a class="el" href="action_8inc_8php-source.html#l00146">146</a> of file <a class="el" href="action_8inc_8php-source.html">action.inc.php</a>.
<p>
Referenced by <a class="el" href="class__action_8php-source.html#l00247">action::Confirm()</a>, <a class="el" href="class__action_8php-source.html#l00094">action::Display()</a>, <a class="el" href="class__document_8php-source.html#l00373">Document::get()</a>, <a class="el" href="class__action_8php-source.html#l00206">action::get()</a>, and <a class="el" href="class__action_8php-source.html#l00359">action::SaveStage2()</a>. </td>
Referenced by <a class="el" href="class__action_8php-source.html#l00303">action::Confirm()</a>, <a class="el" href="class__action_8php-source.html#l00098">action::Display()</a>, <a class="el" href="class__document_8php-source.html#l00375">Document::get()</a>, <a class="el" href="class__action_8php-source.html#l00260">action::get()</a>, and <a class="el" href="class__action_8php-source.html#l00418">action::SaveStage2()</a>. </td>
</tr>
</table>
<a class="anchor" name="a7"></a><!-- doxytag: member="action.inc.php::dt_id" ref="a7" args="" --><p>
@ -675,18 +495,18 @@ class for the table document_type pk document_type
<p>
<p>
Definition at line <a class="el" href="action_8inc_8php-source.html#l00143">143</a> of file <a class="el" href="action_8inc_8php-source.html">action.inc.php</a>.
Definition at line <a class="el" href="action_8inc_8php-source.html#l00147">147</a> of file <a class="el" href="action_8inc_8php-source.html">action.inc.php</a>.
<p>
Referenced by <a class="el" href="class__action_8php-source.html#l00247">action::Confirm()</a>, <a class="el" href="class__action_8php-source.html#l00094">action::Display()</a>, <a class="el" href="class__document__type_8php-source.html#l00035">Document_type::document_type()</a>, <a class="el" href="class__document__modele_8php-source.html#l00252">Document_modele::form()</a>, <a class="el" href="class__document__type_8php-source.html#l00043">Document_type::get()</a>, <a class="el" href="class__action_8php-source.html#l00206">action::get()</a>, <a class="el" href="class__action_8php-source.html#l00359">action::SaveStage2()</a>, and <a class="el" href="class__action_8php-source.html#l00538">action::Update()</a>. </td>
Referenced by <a class="el" href="class__action_8php-source.html#l00303">action::Confirm()</a>, <a class="el" href="class__action_8php-source.html#l00098">action::Display()</a>, <a class="el" href="class__document__type_8php-source.html#l00035">Document_type::document_type()</a>, <a class="el" href="class__document__modele_8php-source.html#l00252">Document_modele::form()</a>, <a class="el" href="class__document__type_8php-source.html#l00043">Document_type::get()</a>, <a class="el" href="class__action_8php-source.html#l00260">action::get()</a>, <a class="el" href="class__action_8php-source.html#l00418">action::SaveStage2()</a>, <a class="el" href="class__action_8php-source.html#l00511">action::SaveStage3()</a>, and <a class="el" href="class__action_8php-source.html#l00623">action::Update()</a>. </td>
</tr>
</table>
<a class="anchor" name="a16"></a><!-- doxytag: member="action.inc.php::extra" ref="a16" args="" --><p>
<a class="anchor" name="a16"></a><!-- doxytag: member="action.inc.php::gen" ref="a16" 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">$W1 <a class="el" href="contact_8inc_8php.html#a9">extra</a> = &quot;8,9,14&quot; </td>
<td class="md" nowrap valign="top">$act <a class="el" href="action_8inc_8php.html#a16">gen</a> = isset($_POST['p_gen'])?'on':'off' </td>
</tr>
</table>
</td>
@ -702,89 +522,10 @@ Referenced by <a class="el" href="class__action_8php-source.html#l00247">action:
<p>
<p>
Definition at line <a class="el" href="action_8inc_8php-source.html#l00206">206</a> of file <a class="el" href="action_8inc_8php-source.html">action.inc.php</a>.
<p>
Referenced by <a class="el" href="class_8pdf_8php-source.html#l01417">Cpdf::selectFont()</a>. </td>
Definition at line <a class="el" href="action_8inc_8php-source.html#l00257">257</a> of file <a class="el" href="action_8inc_8php-source.html">action.inc.php</a>. </td>
</tr>
</table>
<a class="anchor" name="a17"></a><!-- doxytag: member="action.inc.php::extra2" ref="a17" 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">$W1 <a class="el" href="action_8inc_8php.html#a17">extra2</a> = 0 </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="action_8inc_8php-source.html#l00207">207</a> of file <a class="el" href="action_8inc_8php-source.html">action.inc.php</a>. </td>
</tr>
</table>
<a class="anchor" name="a26"></a><!-- doxytag: member="action.inc.php::gen" ref="a26" 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">$act <a class="el" href="action_8inc_8php.html#a26">gen</a> = isset($_POST['p_gen'])?'on':'off' </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="action_8inc_8php-source.html#l00318">318</a> of file <a class="el" href="action_8inc_8php-source.html">action.inc.php</a>. </td>
</tr>
</table>
<a class="anchor" name="a15"></a><!-- doxytag: member="action.inc.php::label" ref="a15" 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;Tiers&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="action_8inc_8php-source.html#l00203">203</a> of file <a class="el" href="action_8inc_8php-source.html">action.inc.php</a>.
<p>
Referenced by <a class="el" href="class_8pdf_8php-source.html#l01173">Cpdf::addInternalLink()</a>, <a class="el" href="fiche__inc_8php-source.html#l01390">DisplayDetailModele()</a>, <a class="el" href="class__poste_8php-source.html#l00100">poste::get()</a>, <a class="el" href="class__fiche_8php-source.html#l00074">fiche_def::Get()</a>, <a class="el" href="fiche__inc_8php-source.html#l00895">GetDataModele()</a>, <a class="el" href="class__balance_8php-source.html#l00053">Balance::GetRow()</a>, <a class="el" href="class__widget_8php-source.html#l00089">widget::IOValue()</a>, <a class="el" href="ac__common_8php-source.html#l00282">make_array()</a>, <a class="el" href="class_8pdf_8php-source.html#l00726">Cpdf::o_action()</a>, <a class="el" href="class_8pdf_8php-source.html#l00769">Cpdf::o_annotation()</a>, <a class="el" href="class_8pdf_8php-source.html#l00559">Cpdf::o_fontDescriptor()</a>, <a class="el" href="class_8pdf_8php-source.html#l00610">Cpdf::o_fontEncoding()</a>, <a class="el" href="class_8pdf_8php-source.html#l00940">Cpdf::o_image()</a>, <a class="el" href="class_8pdf_8php-source.html#l00347">Cpdf::o_pages()</a>, <a class="el" href="class_8pdf_8php-source.html#l00647">Cpdf::o_procset()</a>, <a class="el" href="fiche__inc_8php-source.html#l00530">UpdateFiche()</a>, and <a class="el" href="class__widget_8php-source.html#l00064">widget::widget()</a>. </td>
</tr>
</table>
<a class="anchor" name="a25"></a><!-- doxytag: member="action.inc.php::md_id" ref="a25" args="" --><p>
<a class="anchor" name="a15"></a><!-- doxytag: member="action.inc.php::md_id" ref="a15" args="" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
@ -806,9 +547,9 @@ Referenced by <a class="el" href="class_8pdf_8php-source.html#l01173">Cpdf::addI
<p>
<p>
Definition at line <a class="el" href="action_8inc_8php-source.html#l00316">316</a> of file <a class="el" href="action_8inc_8php-source.html">action.inc.php</a>.
Definition at line <a class="el" href="action_8inc_8php-source.html#l00255">255</a> of file <a class="el" href="action_8inc_8php-source.html">action.inc.php</a>.
<p>
Referenced by <a class="el" href="class__document__modele_8php-source.html#l00037">Document_modele::Document_modele()</a>, <a class="el" href="class__document__modele_8php-source.html#l00049">Document_modele::myList()</a>, <a class="el" href="class__document__modele_8php-source.html#l00103">Document_modele::Save()</a>, and <a class="el" href="class__action_8php-source.html#l00359">action::SaveStage2()</a>. </td>
Referenced by <a class="el" href="class__document__modele_8php-source.html#l00037">Document_modele::Document_modele()</a>, <a class="el" href="class__document__modele_8php-source.html#l00049">Document_modele::myList()</a>, <a class="el" href="class__document__modele_8php-source.html#l00103">Document_modele::Save()</a>, and <a class="el" href="class__action_8php-source.html#l00418">action::SaveStage2()</a>. </td>
</tr>
</table>
<a class="anchor" name="a12"></a><!-- doxytag: member="action.inc.php::name" ref="a12" args="" --><p>
@ -833,9 +574,9 @@ Referenced by <a class="el" href="class__document__modele_8php-source.html#l0003
<p>
<p>
Definition at line <a class="el" href="action_8inc_8php-source.html#l00170">170</a> of file <a class="el" href="action_8inc_8php-source.html">action.inc.php</a>.
Definition at line <a class="el" href="action_8inc_8php-source.html#l00175">175</a> of file <a class="el" href="action_8inc_8php-source.html">action.inc.php</a>.
<p>
Referenced by <a class="el" href="stock__inc_8php-source.html#l00259">ChangeStock()</a>, <a class="el" href="class__user_8php-source.html#l00085">cl_user::Check()</a>, <a class="el" href="class__user_8php-source.html#l00040">cl_user::cl_user()</a>, <a class="el" href="class__action_8php-source.html#l00247">action::Confirm()</a>, <a class="el" href="fiche__inc_8php-source.html#l00225">EncodeFiche()</a>, <a class="el" href="form__inc_8php-source.html#l00034">EncodeForm()</a>, <a class="el" href="fiche__inc_8php-source.html#l00664">EncodeModele()</a>, <a class="el" href="user__form__ach_8php-source.html#l00269">form_verify_input()</a>, <a class="el" href="user__form__ach_8php-source.html#l00471">FormAchView()</a>, <a class="el" href="user__form__fin_8php-source.html#l00146">FormFin()</a>, <a class="el" href="user__form__ods_8php-source.html#l00045">FormODS()</a>, <a class="el" href="user__form__ven_8php-source.html#l00425">FormVenteView()</a>, <a class="el" href="class__supplier_8php-source.html#l00057">Supplier::GetFromPoste()</a>, <a class="el" href="class__customer_8php-source.html#l00057">Customer::GetFromPoste()</a>, <a class="el" href="class__user_8php-source.html#l00257">cl_user::GetGlobalPref()</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="class__fiche_8php-source.html#l00540">fiche::insert()</a>, <a class="el" href="class__user_8php-source.html#l00299">cl_user::insert_default_global_pref()</a>, <a class="el" href="class__widget_8php-source.html#l00089">widget::IOValue()</a>, <a class="el" href="user__common_8php-source.html#l00858">jrn_navigation_bar()</a>, <a class="el" href="decla_8BE_8inc_8php-source.html#l00036">MakeListingVat()</a>, <a class="el" href="fiche__new_8php-source.html#l00060">new_fiche()</a>, <a class="el" href="class_8pdf_8php-source.html#l00475">Cpdf::o_font()</a>, <a class="el" href="class_8pdf_8php-source.html#l01306">Cpdf::openFont()</a>, <a class="el" href="class__rapport_8php-source.html#l00033">rapport::rapport()</a>, <a class="el" href="jrn_8php-source.html#l00038">RecordJrn()</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__action_8php-source.html#l00359">action::SaveStage2()</a>, <a class="el" href="class_8pdf_8php-source.html#l01417">Cpdf::selectFont()</a>, <a class="el" href="action_8inc_8php-source.html#l00037">ShowActionList()</a>, <a class="el" href="import__inc_8php-source.html#l00174">ShowFormTransfert()</a>, <a class="el" href="class__contact_8php-source.html#l00050">contact::Summary()</a>, <a class="el" href="user__menu_8php-source.html#l00371">u_ShowMenuRecherche()</a>, <a class="el" href="class__fiche_8php-source.html#l00640">fiche::update()</a>, <a class="el" href="jrn_8php-source.html#l00282">UpdateJrn()</a>, <a class="el" href="class__document_8php-source.html#l00271">Document::Upload()</a>, <a class="el" href="class__customer_8php-source.html#l00084">Customer::VatListing()</a>, <a class="el" href="jrn_8php-source.html#l00834">VerifData()</a>, <a class="el" href="import__inc_8php-source.html#l00067">VerifImport()</a>, <a class="el" href="fiche__inc_8php-source.html#l00394">ViewFiche()</a>, and <a class="el" href="impress__inc_8php-source.html#l00036">ViewImp()</a>. </td>
Referenced by <a class="el" href="stock__inc_8php-source.html#l00259">ChangeStock()</a>, <a class="el" href="class__user_8php-source.html#l00085">cl_user::Check()</a>, <a class="el" href="class__user_8php-source.html#l00040">cl_user::cl_user()</a>, <a class="el" href="class__action_8php-source.html#l00303">action::Confirm()</a>, <a class="el" href="fiche__inc_8php-source.html#l00225">EncodeFiche()</a>, <a class="el" href="form__inc_8php-source.html#l00034">EncodeForm()</a>, <a class="el" href="fiche__inc_8php-source.html#l00664">EncodeModele()</a>, <a class="el" href="user__form__ach_8php-source.html#l00269">form_verify_input()</a>, <a class="el" href="user__form__ach_8php-source.html#l00471">FormAchView()</a>, <a class="el" href="user__form__fin_8php-source.html#l00146">FormFin()</a>, <a class="el" href="user__form__ods_8php-source.html#l00045">FormODS()</a>, <a class="el" href="user__form__ven_8php-source.html#l00425">FormVenteView()</a>, <a class="el" href="class__supplier_8php-source.html#l00057">Supplier::GetFromPoste()</a>, <a class="el" href="class__customer_8php-source.html#l00057">Customer::GetFromPoste()</a>, <a class="el" href="class__user_8php-source.html#l00257">cl_user::GetGlobalPref()</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="class__fiche_8php-source.html#l00542">fiche::insert()</a>, <a class="el" href="class__user_8php-source.html#l00299">cl_user::insert_default_global_pref()</a>, <a class="el" href="class__widget_8php-source.html#l00089">widget::IOValue()</a>, <a class="el" href="user__common_8php-source.html#l00858">jrn_navigation_bar()</a>, <a class="el" href="decla_8BE_8inc_8php-source.html#l00036">MakeListingVat()</a>, <a class="el" href="fiche__new_8php-source.html#l00060">new_fiche()</a>, <a class="el" href="class_8pdf_8php-source.html#l00475">Cpdf::o_font()</a>, <a class="el" href="class_8pdf_8php-source.html#l01306">Cpdf::openFont()</a>, <a class="el" href="class__rapport_8php-source.html#l00033">rapport::rapport()</a>, <a class="el" href="jrn_8php-source.html#l00038">RecordJrn()</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__action_8php-source.html#l00418">action::SaveStage2()</a>, <a class="el" href="class_8pdf_8php-source.html#l01417">Cpdf::selectFont()</a>, <a class="el" href="action_8inc_8php-source.html#l00038">ShowActionList()</a>, <a class="el" href="import__inc_8php-source.html#l00174">ShowFormTransfert()</a>, <a class="el" href="class__contact_8php-source.html#l00050">contact::Summary()</a>, <a class="el" href="user__menu_8php-source.html#l00371">u_ShowMenuRecherche()</a>, <a class="el" href="class__fiche_8php-source.html#l00642">fiche::update()</a>, <a class="el" href="jrn_8php-source.html#l00282">UpdateJrn()</a>, <a class="el" href="class__document_8php-source.html#l00271">Document::Upload()</a>, <a class="el" href="class__customer_8php-source.html#l00084">Customer::VatListing()</a>, <a class="el" href="jrn_8php-source.html#l00834">VerifData()</a>, <a class="el" href="import__inc_8php-source.html#l00067">VerifImport()</a>, <a class="el" href="fiche__inc_8php-source.html#l00394">ViewFiche()</a>, and <a class="el" href="impress__inc_8php-source.html#l00036">ViewImp()</a>. </td>
</tr>
</table>
<a class="anchor" name="a8"></a><!-- doxytag: member="action.inc.php::qcode" ref="a8" args="" --><p>
@ -860,36 +601,9 @@ Referenced by <a class="el" href="stock__inc_8php-source.html#l00259">ChangeStoc
<p>
<p>
Definition at line <a class="el" href="action_8inc_8php-source.html#l00144">144</a> of file <a class="el" href="action_8inc_8php-source.html">action.inc.php</a>.
Definition at line <a class="el" href="action_8inc_8php-source.html#l00148">148</a> of file <a class="el" href="action_8inc_8php-source.html">action.inc.php</a>.
<p>
Referenced by <a class="el" href="class__action_8php-source.html#l00094">action::Display()</a>, <a class="el" href="class__action_8php-source.html#l00206">action::get()</a>, <a class="el" href="class__document_8php-source.html#l00421">Document::Replace()</a>, <a class="el" href="action_8inc_8php-source.html#l00037">ShowActionList()</a>, and <a class="el" href="user__menu_8php-source.html#l00371">u_ShowMenuRecherche()</a>. </td>
</tr>
</table>
<a class="anchor" name="a21"></a><!-- doxytag: member="action.inc.php::selected" ref="a21" 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="user__action__ven_8php.html#a13">selected</a> = (isset($_POST['<a class="el" href="action_8inc_8php.html#a7">dt_id</a>']))?$_POST['<a class="el" href="action_8inc_8php.html#a7">dt_id</a>']:&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="action_8inc_8php-source.html#l00225">225</a> of file <a class="el" href="action_8inc_8php-source.html">action.inc.php</a>.
<p>
Referenced by <a class="el" href="class__widget_8php-source.html#l00089">widget::IOValue()</a>, <a class="el" href="jrn_8php-source.html#l00038">RecordJrn()</a>, and <a class="el" href="class__widget_8php-source.html#l00064">widget::widget()</a>. </td>
Referenced by <a class="el" href="class__action_8php-source.html#l00098">action::Display()</a>, <a class="el" href="class__action_8php-source.html#l00260">action::get()</a>, <a class="el" href="class__document_8php-source.html#l00423">Document::Replace()</a>, <a class="el" href="action_8inc_8php-source.html#l00038">ShowActionList()</a>, and <a class="el" href="user__menu_8php-source.html#l00371">u_ShowMenuRecherche()</a>. </td>
</tr>
</table>
<a class="anchor" name="a13"></a><!-- doxytag: member="action.inc.php::value" ref="a13" args="" --><p>
@ -914,12 +628,12 @@ Referenced by <a class="el" href="class__widget_8php-source.html#l00089">widget:
<p>
<p>
Definition at line <a class="el" href="action_8inc_8php-source.html#l00171">171</a> of file <a class="el" href="action_8inc_8php-source.html">action.inc.php</a>.
Definition at line <a class="el" href="action_8inc_8php-source.html#l00176">176</a> of file <a class="el" href="action_8inc_8php-source.html">action.inc.php</a>.
<p>
Referenced by <a class="el" href="stock__inc_8php-source.html#l00259">ChangeStock()</a>, <a class="el" href="class__action_8php-source.html#l00247">action::Confirm()</a>, <a class="el" href="class__widget_8php-source.html#l00498">widget::debug()</a>, <a class="el" href="class__fiche__def_8php-source.html#l00078">fiche_def_ref::Display()</a>, <a class="el" href="fiche__inc_8php-source.html#l01390">DisplayDetailModele()</a>, <a class="el" href="fiche__inc_8php-source.html#l00225">EncodeFiche()</a>, <a class="el" href="form__inc_8php-source.html#l00034">EncodeForm()</a>, <a class="el" href="class_8ezpdf_8php-source.html#l00607">Cezpdf::ezTable()</a>, <a class="el" href="user__form__fin_8php-source.html#l00146">FormFin()</a>, <a class="el" href="user__form__ods_8php-source.html#l00045">FormODS()</a>, <a class="el" href="user__form__ven_8php-source.html#l00425">FormVenteView()</a>, <a class="el" href="class__jrn_8php-source.html#l00321">jrn::GetDefLine()</a>, <a class="el" href="class__fiche_8php-source.html#l00540">fiche::insert()</a>, <a class="el" href="class__user_8php-source.html#l00299">cl_user::insert_default_global_pref()</a>, <a class="el" href="class__widget_8php-source.html#l00089">widget::IOValue()</a>, <a class="el" href="user__common_8php-source.html#l00858">jrn_navigation_bar()</a>, <a class="el" href="class__fiche__def_8php-source.html#l00051">fiche_def_ref::LoadAll()</a>, <a class="el" href="ac__common_8php-source.html#l00282">make_array()</a>, <a class="el" href="fiche__new_8php-source.html#l00060">new_fiche()</a>, <a class="el" href="class_8pdf_8php-source.html#l00559">Cpdf::o_fontDescriptor()</a>, <a class="el" href="class__document_8php-source.html#l00145">Document::ParseDocument()</a>, <a class="el" href="jrn_8php-source.html#l00038">RecordJrn()</a>, <a class="el" href="class__action_8php-source.html#l00359">action::SaveStage2()</a>, <a class="el" href="action_8inc_8php-source.html#l00037">ShowActionList()</a>, <a class="el" href="class__contact_8php-source.html#l00050">contact::Summary()</a>, <a class="el" href="user__menu_8php-source.html#l00371">u_ShowMenuRecherche()</a>, <a class="el" href="class__fiche_8php-source.html#l00640">fiche::update()</a>, <a class="el" href="class__user_8php-source.html#l00331">cl_user::update_global_pref()</a>, <a class="el" href="jrn_8php-source.html#l00282">UpdateJrn()</a>, <a class="el" href="import__inc_8php-source.html#l00067">VerifImport()</a>, <a class="el" href="fiche__inc_8php-source.html#l00394">ViewFiche()</a>, <a class="el" href="impress__inc_8php-source.html#l00036">ViewImp()</a>, and <a class="el" href="class__widget_8php-source.html#l00064">widget::widget()</a>. </td>
Referenced by <a class="el" href="stock__inc_8php-source.html#l00259">ChangeStock()</a>, <a class="el" href="class__action_8php-source.html#l00303">action::Confirm()</a>, <a class="el" href="class__widget_8php-source.html#l00498">widget::debug()</a>, <a class="el" href="class__fiche__def_8php-source.html#l00078">fiche_def_ref::Display()</a>, <a class="el" href="fiche__inc_8php-source.html#l01390">DisplayDetailModele()</a>, <a class="el" href="fiche__inc_8php-source.html#l00225">EncodeFiche()</a>, <a class="el" href="form__inc_8php-source.html#l00034">EncodeForm()</a>, <a class="el" href="class_8ezpdf_8php-source.html#l00607">Cezpdf::ezTable()</a>, <a class="el" href="user__form__fin_8php-source.html#l00146">FormFin()</a>, <a class="el" href="user__form__ods_8php-source.html#l00045">FormODS()</a>, <a class="el" href="user__form__ven_8php-source.html#l00425">FormVenteView()</a>, <a class="el" href="class__jrn_8php-source.html#l00321">jrn::GetDefLine()</a>, <a class="el" href="class__fiche_8php-source.html#l00542">fiche::insert()</a>, <a class="el" href="class__user_8php-source.html#l00299">cl_user::insert_default_global_pref()</a>, <a class="el" href="class__widget_8php-source.html#l00089">widget::IOValue()</a>, <a class="el" href="user__common_8php-source.html#l00858">jrn_navigation_bar()</a>, <a class="el" href="class__fiche__def_8php-source.html#l00051">fiche_def_ref::LoadAll()</a>, <a class="el" href="ac__common_8php-source.html#l00282">make_array()</a>, <a class="el" href="fiche__new_8php-source.html#l00060">new_fiche()</a>, <a class="el" href="class_8pdf_8php-source.html#l00559">Cpdf::o_fontDescriptor()</a>, <a class="el" href="class__document_8php-source.html#l00145">Document::ParseDocument()</a>, <a class="el" href="jrn_8php-source.html#l00038">RecordJrn()</a>, <a class="el" href="class__action_8php-source.html#l00418">action::SaveStage2()</a>, <a class="el" href="action_8inc_8php-source.html#l00038">ShowActionList()</a>, <a class="el" href="class__contact_8php-source.html#l00050">contact::Summary()</a>, <a class="el" href="user__menu_8php-source.html#l00371">u_ShowMenuRecherche()</a>, <a class="el" href="class__fiche_8php-source.html#l00642">fiche::update()</a>, <a class="el" href="class__user_8php-source.html#l00331">cl_user::update_global_pref()</a>, <a class="el" href="jrn_8php-source.html#l00282">UpdateJrn()</a>, <a class="el" href="import__inc_8php-source.html#l00067">VerifImport()</a>, <a class="el" href="fiche__inc_8php-source.html#l00394">ViewFiche()</a>, <a class="el" href="impress__inc_8php-source.html#l00036">ViewImp()</a>, and <a class="el" href="class__widget_8php-source.html#l00064">widget::widget()</a>. </td>
</tr>
</table>
<hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:29 2006 for phpcompta by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:24 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -318,7 +318,7 @@
<a name="l00314"></a>00314
<a name="l00315"></a>00315 <a class="code" href="ac__common_8php.html#a6">html_page_stop</a>();
<a name="l00316"></a>00316 ?&gt;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:26 2006 for phpcompta by&nbsp;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:23 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -262,7 +262,7 @@ Referenced by <a class="el" href="form__inc_8php-source.html#l00180">GetNumberLi
<p>
Definition at line <a class="el" href="admin__repo_8php-source.html#l00119">119</a> of file <a class="el" href="admin__repo_8php-source.html">admin_repo.php</a>.
<p>
Referenced by <a class="el" href="class__action_8php-source.html#l00247">action::Confirm()</a>, <a class="el" href="class__action_8php-source.html#l00094">action::Display()</a>, and <a class="el" href="user__menu_8php-source.html#l00037">u_ShowDossier()</a>. </td>
Referenced by <a class="el" href="class__action_8php-source.html#l00303">action::Confirm()</a>, <a class="el" href="class__action_8php-source.html#l00098">action::Display()</a>, and <a class="el" href="user__menu_8php-source.html#l00037">u_ShowDossier()</a>. </td>
</tr>
</table>
<a class="anchor" name="a7"></a><!-- doxytag: member="admin_repo.php::$dos" ref="a7" args="" --><p>
@ -571,7 +571,7 @@ Definition at line <a class="el" href="admin__repo_8php-source.html#l00117">117<
Definition at line <a class="el" href="admin__repo_8php-source.html#l00042">42</a> of file <a class="el" href="admin__repo_8php-source.html">admin_repo.php</a>. </td>
</tr>
</table>
<hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:29 2006 for phpcompta by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:24 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -32,7 +32,7 @@
<tr><td class="indexkey"><a class="el" href="classSupplier.html">Supplier</a></td><td class="indexvalue">Class Supplier are a specific kind of card </td></tr>
<tr><td class="indexkey"><a class="el" href="classwidget.html">widget</a></td><td class="indexvalue">Class widget This class is used to create all the HTML INPUT TYPE and some specials which works with javascript like js_search </td></tr>
</table>
<hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:30 2006 for phpcompta by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:24 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -246,16 +246,16 @@
<a name="l00240"></a>00240 &lt;div&gt;
<a name="l00241"></a>00241 &lt;form <a class="code" href="classaction.html">action</a>=<span class="stringliteral">"'.$_SERVER['REQUEST_URI'].'"</span> method=<span class="stringliteral">"post"</span> &gt;';
<a name="l00242"></a>00242
<a name="l00243"></a><a class="code" href="annulation_8php.html#a8">00243</a> <a class="code" href="action_8inc_8php.html#a24">$a</a>=<span class="keyword">new</span> <a class="code" href="classwidget.html">widget</a>(<span class="stringliteral">"text"</span>);
<a name="l00243"></a><a class="code" href="annulation_8php.html#a8">00243</a> <a class="code" href="balance_8php.html#a10">$a</a>=<span class="keyword">new</span> <a class="code" href="classwidget.html">widget</a>(<span class="stringliteral">"text"</span>);
<a name="l00244"></a>00244 <span class="comment">// $a=InputType("Date","text", "op_date",$e_op_date,false);</span>
<a name="l00245"></a>00245 <span class="comment">//echo 'Date : '.$e_op_date;</span>
<a name="l00246"></a>00246 <a class="code" href="action_8inc_8php.html#a24">$a</a>-&gt;SetReadOnly(<span class="keyword">false</span>);
<a name="l00247"></a>00247 echo <a class="code" href="action_8inc_8php.html#a24">$a</a>-&gt;IOValue(<span class="stringliteral">"op_date"</span>,$e_op_date,<span class="stringliteral">"Date"</span>);
<a name="l00246"></a>00246 <a class="code" href="balance_8php.html#a10">$a</a>-&gt;SetReadOnly(<span class="keyword">false</span>);
<a name="l00247"></a>00247 echo <a class="code" href="balance_8php.html#a10">$a</a>-&gt;IOValue(<span class="stringliteral">"op_date"</span>,$e_op_date,<span class="stringliteral">"Date"</span>);
<a name="l00248"></a>00248
<a name="l00249"></a>00249 echo '&lt;div style=<span class="stringliteral">"border-style:solid;border-width:1pt;"</span>&gt;';
<a name="l00250"></a>00250 <span class="comment">//$a=InputType("Description:","text_big","comment",$e_comment,false);</span>
<a name="l00251"></a><a class="code" href="annulation_8php.html#a9">00251</a> <a class="code" href="action_8inc_8php.html#a24">$a</a>-&gt;size=80;
<a name="l00252"></a>00252 echo <a class="code" href="action_8inc_8php.html#a24">$a</a>-&gt;IOValue(<span class="stringliteral">"comment"</span>,$e_comment,<span class="stringliteral">"Description"</span>);
<a name="l00251"></a><a class="code" href="annulation_8php.html#a9">00251</a> <a class="code" href="balance_8php.html#a10">$a</a>-&gt;size=80;
<a name="l00252"></a>00252 echo <a class="code" href="balance_8php.html#a10">$a</a>-&gt;IOValue(<span class="stringliteral">"comment"</span>,$e_comment,<span class="stringliteral">"Description"</span>);
<a name="l00253"></a>00253 echo '&lt;/DIV&gt;';
<a name="l00254"></a>00254
<a name="l00255"></a>00255 <span class="keywordflow">if</span> ( isset ($e_ech) ) {
@ -275,7 +275,7 @@
<a name="l00269"></a>00269 }
<a name="l00270"></a>00270 <span class="comment">//echo "operation concernée $e_rapt&lt;br&gt;&lt;br&gt;</span>
<a name="l00271"></a>00271 <span class="comment">//";</span>
<a name="l00272"></a>00272 <a class="code" href="action_8inc_8php.html#a24">$a</a>=<a class="code" href="user__common_8php.html#a12">GetConcerned</a>($cn,$e_jr_id);
<a name="l00272"></a>00272 <a class="code" href="balance_8php.html#a10">$a</a>=<a class="code" href="user__common_8php.html#a12">GetConcerned</a>($cn,$e_jr_id);
<a name="l00273"></a>00273
<a name="l00274"></a>00274 <span class="keywordflow">if</span> ( $a != null ) {
<a name="l00275"></a>00275 foreach ($a as $key =&gt; $element) {
@ -294,7 +294,7 @@
<a name="l00288"></a>00288
<a name="l00289"></a>00289 <a class="code" href="ac__common_8php.html#a6">html_page_stop</a>();
<a name="l00290"></a>00290 ?&gt;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:27 2006 for phpcompta by&nbsp;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:23 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -303,7 +303,7 @@ Definition at line <a class="el" href="annulation_8php-source.html#l00055">55</a
Definition at line <a class="el" href="annulation_8php-source.html#l00251">251</a> of file <a class="el" href="annulation_8php-source.html">annulation.php</a>. </td>
</tr>
</table>
<hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:29 2006 for phpcompta by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:24 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -61,7 +61,7 @@
<a name="l00055"></a>00055 foreach ($row as $r) {
<a name="l00056"></a>00056
<a name="l00057"></a>00057 echo <a class="code" href="user__action__ach_8php.html#a2">$r</a>['<a class="code" href="classposte.html">poste</a>'].<span class="charliteral">';'</span>.
<a name="l00058"></a>00058 <a class="code" href="user__action__ach_8php.html#a2">$r</a>['<a class="code" href="action_8inc_8php.html#a15">label</a>'].<span class="charliteral">';'</span>.
<a name="l00058"></a>00058 <a class="code" href="user__action__ach_8php.html#a2">$r</a>['<a class="code" href="balance_8php.html#a6">label</a>'].<span class="charliteral">';'</span>.
<a name="l00059"></a>00059 <a class="code" href="user__action__ach_8php.html#a2">$r</a>['sum_deb'].<span class="charliteral">';'</span>.
<a name="l00060"></a>00060 <a class="code" href="user__action__ach_8php.html#a2">$r</a>['sum_cred'].<span class="charliteral">';'</span>.
<a name="l00061"></a>00061 <a class="code" href="user__action__ach_8php.html#a2">$r</a>['solde_deb'].<span class="charliteral">';'</span>.
@ -71,7 +71,7 @@
<a name="l00065"></a>00065
<a name="l00066"></a>00066
<a name="l00067"></a>00067 ?&gt;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:27 2006 for phpcompta by&nbsp;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:23 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -156,7 +156,7 @@ Definition at line <a class="el" href="bal__csv_8php-source.html#l00035">35</a>
Definition at line <a class="el" href="bal__csv_8php-source.html#l00040">40</a> of file <a class="el" href="bal__csv_8php-source.html">bal_csv.php</a>. </td>
</tr>
</table>
<hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:29 2006 for phpcompta by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:24 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -112,7 +112,7 @@
<a name="l00110"></a>00110
<a name="l00111"></a>00111 <a class="code" href="cbc__be_8inc_8php.html#a0">$row</a>=<a class="code" href="bal__csv_8php.html#a3">$bal</a>-&gt;GetRow($_POST['from_periode'],
<a name="l00112"></a>00112 $_POST['to_periode']);
<a name="l00113"></a><a class="code" href="balance_8php.html#a10">00113</a> <a class="code" href="action_8inc_8php.html#a24">$a</a>=<a class="code" href="preference_8php.html#a2">GetPeriode</a>($cn,$_POST['from_periode']);
<a name="l00113"></a><a class="code" href="balance_8php.html#a10">00113</a> <a class="code" href="balance_8php.html#a10">$a</a>=<a class="code" href="preference_8php.html#a2">GetPeriode</a>($cn,$_POST['from_periode']);
<a name="l00114"></a><a class="code" href="balance_8php.html#a11">00114</a> <a class="code" href="balance_8php.html#a11">$b</a>=<a class="code" href="preference_8php.html#a2">GetPeriode</a>($cn,$_POST['to_periode']);
<a name="l00115"></a>00115 echo <span class="stringliteral">"&lt;h2 class=\"info\"&gt; période du "</span>.$a['p_start'].<span class="stringliteral">" au "</span>.<a class="code" href="balance_8php.html#a11">$b</a>['p_end'].<span class="stringliteral">"&lt;/h2&gt;"</span>;
<a name="l00116"></a>00116
@ -127,7 +127,7 @@
<a name="l00125"></a>00125
<a name="l00126"></a>00126 echo '&lt;TR <span class="keyword">class</span>=<span class="stringliteral">"'.$tr.'"</span>&gt;';
<a name="l00127"></a>00127 echo '&lt;TD&gt;'.$r['<a class="code" href="classposte.html">poste</a>'].'&lt;/TD&gt;';
<a name="l00128"></a>00128 echo '&lt;TD&gt;'.$r['<a class="code" href="action_8inc_8php.html#a15">label</a>'].'&lt;/TD&gt;';
<a name="l00128"></a>00128 echo '&lt;TD&gt;'.$r['<a class="code" href="balance_8php.html#a6">label</a>'].'&lt;/TD&gt;';
<a name="l00129"></a>00129 echo '&lt;TD&gt;'.$r['sum_deb'].'&lt;/TD&gt;';
<a name="l00130"></a>00130 echo '&lt;TD&gt;'.$r['sum_cred'].'&lt;/TD&gt;';
<a name="l00131"></a>00131 echo '&lt;TD&gt;'.$r['solde_deb'].'&lt;/TD&gt;';
@ -139,7 +139,7 @@
<a name="l00137"></a>00137 }<span class="comment">// end submit</span>
<a name="l00138"></a>00138 echo <span class="stringliteral">"&lt;/div&gt;"</span>;
<a name="l00139"></a>00139 ?&gt;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:27 2006 for phpcompta by&nbsp;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:23 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -71,7 +71,9 @@ Definition in file <a class="el" href="balance_8php-source.html">balance.php</a>
<p>
<p>
Definition at line <a class="el" href="balance_8php-source.html#l00113">113</a> of file <a class="el" href="balance_8php-source.html">balance.php</a>. </td>
Definition at line <a class="el" href="balance_8php-source.html#l00113">113</a> of file <a class="el" href="balance_8php-source.html">balance.php</a>.
<p>
Referenced by <a class="el" href="class_8ezpdf_8php-source.html#l01473">Cezpdf::alink()</a>, <a class="el" href="class_8pdf_8php-source.html#l01138">Cpdf::ARC4()</a>, <a class="el" href="class__fiche_8php-source.html#l00399">fiche::blank()</a>, <a class="el" href="class_8ezpdf_8php-source.html#l00028">Cezpdf::Cezpdf()</a>, <a class="el" href="user__common_8php-source.html#l00069">ComputeTotalVat()</a>, <a class="el" href="user__common_8php-source.html#l00172">ComputeVat()</a>, <a class="el" href="class__action_8php-source.html#l00303">action::Confirm()</a>, <a class="el" href="class__fiche_8php-source.html#l00291">fiche::CountByDef()</a>, <a class="el" href="postgres_8php-source.html#l00072">DbConnect()</a>, <a class="el" href="class__fiche_8php-source.html#l00461">fiche::Display()</a>, <a class="el" href="class__action_8php-source.html#l00098">action::Display()</a>, <a class="el" href="class_8pdf_8php-source.html#l01713">Cpdf::ellipse()</a>, <a class="el" href="class__action_8php-source.html#l00260">action::get()</a>, <a class="el" href="impress__inc_8php-source.html#l00423">GetDataJrnPdf()</a>, <a class="el" href="fiche__inc_8php-source.html#l01057">GetFicheJrn()</a>, <a class="el" href="stock__inc_8php-source.html#l00111">getFicheNameCode()</a>, <a class="el" href="class__rapport_8php-source.html#l00040">rapport::GetName()</a>, <a class="el" href="fiche__inc_8php-source.html#l01450">GetParent()</a>, <a class="el" href="ac__common_8php-source.html#l00355">getPeriodeFromDate()</a>, <a class="el" href="ac__common_8php-source.html#l00335">getPeriodeFromMonth()</a>, <a class="el" href="ac__common_8php-source.html#l00315">getPeriodeName()</a>, <a class="el" href="impress__inc_8php-source.html#l00616">GetRappel()</a>, <a class="el" href="class__jrn_8php-source.html#l00065">jrn::GetRow()</a>, <a class="el" href="class__balance_8php-source.html#l00053">Balance::GetRow()</a>, <a class="el" href="user__common_8php-source.html#l00211">GetTvaPoste()</a>, <a class="el" href="postgres_8php-source.html#l00315">GetUserProperty()</a>, <a class="el" href="setup_8php-source.html#l00080">GetVersion()</a>, <a class="el" href="user__common_8php-source.html#l00831">isValid()</a>, <a class="el" href="user__common_8php-source.html#l00322">ListJrn()</a>, <a class="el" href="ac__common_8php-source.html#l00282">make_array()</a>, <a class="el" href="decla_8BE_8inc_8php-source.html#l00036">MakeListingVat()</a>, <a class="el" href="class__document__modele_8php-source.html#l00049">Document_modele::myList()</a>, <a class="el" href="jrn_8php-source.html#l00038">RecordJrn()</a>, <a class="el" href="action_8inc_8php-source.html#l00038">ShowActionList()</a>, <a class="el" href="class__supplier_8php-source.html#l00083">Supplier::Summary()</a>, <a class="el" href="class__customer_8php-source.html#l00195">Customer::Summary()</a>, <a class="el" href="class_8ezpdf_8php-source.html#l01518">Cezpdf::uline()</a>, <a class="el" href="fiche__inc_8php-source.html#l00530">UpdateFiche()</a>, <a class="el" href="jrn_8php-source.html#l00282">UpdateJrn()</a>, and <a class="el" href="user__common_8php-source.html#l00631">withStock()</a>. </td>
</tr>
</table>
<a class="anchor" name="a11"></a><!-- doxytag: member="balance.php::$b" ref="a11" args="" --><p>
@ -200,7 +202,7 @@ Definition at line <a class="el" href="balance_8php-source.html#l00046">46</a> o
<p>
Definition at line <a class="el" href="balance_8php-source.html#l00118">118</a> of file <a class="el" href="balance_8php-source.html">balance.php</a>.
<p>
Referenced by <a class="el" href="class_8ezpdf_8php-source.html#l01473">Cezpdf::alink()</a>, <a class="el" href="class_8pdf_8php-source.html#l01112">Cpdf::ARC4_init()</a>, <a class="el" href="fiche__inc_8php-source.html#l01390">DisplayDetailModele()</a>, <a class="el" href="class_8pdf_8php-source.html#l01713">Cpdf::ellipse()</a>, <a class="el" href="class_8ezpdf_8php-source.html#l00360">Cezpdf::ezPRVTpageNumberSearch()</a>, <a class="el" href="class_8ezpdf_8php-source.html#l00273">Cezpdf::ezStartPageNumbers()</a>, <a class="el" href="class_8ezpdf_8php-source.html#l00331">Cezpdf::ezStopPageNumbers()</a>, <a class="el" href="user__form__ods_8php-source.html#l00045">FormODS()</a>, <a class="el" href="fiche__inc_8php-source.html#l01181">Get_attr_def()</a>, <a class="el" href="fiche__inc_8php-source.html#l01149">Get_attr_min()</a>, <a class="el" href="fiche__inc_8php-source.html#l01115">Get_fiche_def_ref()</a>, <a class="el" href="class__fiche_8php-source.html#l00094">fiche_def::GetAll()</a>, <a class="el" href="class__fiche_8php-source.html#l00188">fiche::getAttribut()</a>, <a class="el" href="class__fiche_8php-source.html#l00051">fiche_def::GetAttribut()</a>, <a class="el" href="class__fiche_8php-source.html#l00315">fiche::GetByDef()</a>, <a class="el" href="class__fiche_8php-source.html#l00258">fiche::GetByType()</a>, <a class="el" href="user__common_8php-source.html#l00758">GetConcerned()</a>, <a class="el" href="jrn_8php-source.html#l00973">GetDataJrnJrId()</a>, <a class="el" href="impress__inc_8php-source.html#l00267">GetDataPoste()</a>, <a class="el" href="fiche__inc_8php-source.html#l01057">GetFicheJrn()</a>, <a class="el" href="stock__inc_8php-source.html#l00111">getFicheNameCode()</a>, <a class="el" href="postgres_8php-source.html#l00147">GetPriv()</a>, <a class="el" href="class__poste_8php-source.html#l00048">poste::GetRow()</a>, <a class="el" href="class__balance_8php-source.html#l00053">Balance::GetRow()</a>, <a class="el" href="impress__inc_8php-source.html#l00119">ImpHtml()</a>, <a class="el" href="class__widget_8php-source.html#l00089">widget::IOValue()</a>, <a class="el" href="ac__common_8php-source.html#l00282">make_array()</a>, <a class="el" href="class_8pdf_8php-source.html#l00347">Cpdf::o_pages()</a>, <a class="el" href="class_8pdf_8php-source.html#l01306">Cpdf::openFont()</a>, <a class="el" href="impress__inc_8php-source.html#l00726">ParseFormula()</a>, <a class="el" href="user__form__ven_8php-source.html#l00627">RecordInvoice()</a>, <a class="el" href="user__form__ach_8php-source.html#l00661">RecordSell()</a>, <a class="el" href="class_8pdf_8php-source.html#l01417">Cpdf::selectFont()</a>, <a class="el" href="impress__rapport_8php-source.html#l00167">ShowReportResult()</a>, <a class="el" href="class__attribut_8php-source.html#l00050">SortAttributeById()</a>, <a class="el" href="user__menu_8php-source.html#l00037">u_ShowDossier()</a>, <a class="el" href="class_8ezpdf_8php-source.html#l01518">Cezpdf::uline()</a>, <a class="el" href="form__inc_8php-source.html#l00208">UpdateForm()</a>, <a class="el" href="jrn_8php-source.html#l00282">UpdateJrn()</a>, and <a class="el" href="import__inc_8php-source.html#l00067">VerifImport()</a>. </td>
Referenced by <a class="el" href="class_8ezpdf_8php-source.html#l01473">Cezpdf::alink()</a>, <a class="el" href="class_8pdf_8php-source.html#l01112">Cpdf::ARC4_init()</a>, <a class="el" href="fiche__inc_8php-source.html#l01390">DisplayDetailModele()</a>, <a class="el" href="class_8pdf_8php-source.html#l01713">Cpdf::ellipse()</a>, <a class="el" href="class_8ezpdf_8php-source.html#l00360">Cezpdf::ezPRVTpageNumberSearch()</a>, <a class="el" href="class_8ezpdf_8php-source.html#l00273">Cezpdf::ezStartPageNumbers()</a>, <a class="el" href="class_8ezpdf_8php-source.html#l00331">Cezpdf::ezStopPageNumbers()</a>, <a class="el" href="user__form__ods_8php-source.html#l00045">FormODS()</a>, <a class="el" href="fiche__inc_8php-source.html#l01181">Get_attr_def()</a>, <a class="el" href="fiche__inc_8php-source.html#l01149">Get_attr_min()</a>, <a class="el" href="fiche__inc_8php-source.html#l01115">Get_fiche_def_ref()</a>, <a class="el" href="class__fiche_8php-source.html#l00094">fiche_def::GetAll()</a>, <a class="el" href="class__fiche_8php-source.html#l00190">fiche::getAttribut()</a>, <a class="el" href="class__fiche_8php-source.html#l00051">fiche_def::GetAttribut()</a>, <a class="el" href="class__fiche_8php-source.html#l00317">fiche::GetByDef()</a>, <a class="el" href="class__fiche_8php-source.html#l00260">fiche::GetByType()</a>, <a class="el" href="user__common_8php-source.html#l00758">GetConcerned()</a>, <a class="el" href="jrn_8php-source.html#l00973">GetDataJrnJrId()</a>, <a class="el" href="impress__inc_8php-source.html#l00267">GetDataPoste()</a>, <a class="el" href="fiche__inc_8php-source.html#l01057">GetFicheJrn()</a>, <a class="el" href="stock__inc_8php-source.html#l00111">getFicheNameCode()</a>, <a class="el" href="postgres_8php-source.html#l00147">GetPriv()</a>, <a class="el" href="class__poste_8php-source.html#l00048">poste::GetRow()</a>, <a class="el" href="class__balance_8php-source.html#l00053">Balance::GetRow()</a>, <a class="el" href="impress__inc_8php-source.html#l00119">ImpHtml()</a>, <a class="el" href="class__widget_8php-source.html#l00089">widget::IOValue()</a>, <a class="el" href="ac__common_8php-source.html#l00282">make_array()</a>, <a class="el" href="class_8pdf_8php-source.html#l00347">Cpdf::o_pages()</a>, <a class="el" href="class_8pdf_8php-source.html#l01306">Cpdf::openFont()</a>, <a class="el" href="impress__inc_8php-source.html#l00726">ParseFormula()</a>, <a class="el" href="user__form__ven_8php-source.html#l00627">RecordInvoice()</a>, <a class="el" href="user__form__ach_8php-source.html#l00661">RecordSell()</a>, <a class="el" href="class_8pdf_8php-source.html#l01417">Cpdf::selectFont()</a>, <a class="el" href="impress__rapport_8php-source.html#l00167">ShowReportResult()</a>, <a class="el" href="class__attribut_8php-source.html#l00050">SortAttributeById()</a>, <a class="el" href="user__menu_8php-source.html#l00037">u_ShowDossier()</a>, <a class="el" href="class_8ezpdf_8php-source.html#l01518">Cezpdf::uline()</a>, <a class="el" href="form__inc_8php-source.html#l00208">UpdateForm()</a>, <a class="el" href="jrn_8php-source.html#l00282">UpdateJrn()</a>, and <a class="el" href="import__inc_8php-source.html#l00067">VerifImport()</a>. </td>
</tr>
</table>
<a class="anchor" name="a7"></a><!-- doxytag: member="balance.php::$periode_end" ref="a7" args="" --><p>
@ -354,7 +356,7 @@ Definition at line <a class="el" href="balance_8php-source.html#l00070">70</a> o
<p>
Definition at line <a class="el" href="balance_8php-source.html#l00036">36</a> of file <a class="el" href="balance_8php-source.html">balance.php</a>.
<p>
Referenced by <a class="el" href="fiche__inc_8php-source.html#l00038">AddFiche()</a>, <a class="el" href="class__user_8php-source.html#l00085">cl_user::Check()</a>, <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>, <a class="el" href="setup_8php-source.html#l00097">ExecuteScript()</a>, <a class="el" href="user__form__ach_8php-source.html#l00044">FormAchInput()</a>, <a class="el" href="user__form__ach_8php-source.html#l00471">FormAchView()</a>, <a class="el" href="user__form__fin_8php-source.html#l00146">FormFin()</a>, <a class="el" href="user__form__ven_8php-source.html#l00043">FormVenInput()</a>, <a class="el" href="user__form__ven_8php-source.html#l00425">FormVenteView()</a>, <a class="el" href="fiche__inc_8php-source.html#l01057">GetFicheJrn()</a>, <a class="el" href="ac__common_8php-source.html#l00192">NoAccess()</a>, <a class="el" href="class__document_8php-source.html#l00145">Document::ParseDocument()</a>, <a class="el" href="user__form__fin_8php-source.html#l00358">RecordFin()</a>, <a class="el" href="user__form__ven_8php-source.html#l00627">RecordInvoice()</a>, <a class="el" href="user__form__ods_8php-source.html#l00247">RecordODS()</a>, <a class="el" href="user__form__ach_8php-source.html#l00661">RecordSell()</a>, <a class="el" href="class__document__modele_8php-source.html#l00103">Document_modele::Save()</a>, and <a class="el" href="import__inc_8php-source.html#l00090">TransferCSV()</a>. </td>
Referenced by <a class="el" href="fiche__inc_8php-source.html#l00038">AddFiche()</a>, <a class="el" href="class__user_8php-source.html#l00085">cl_user::Check()</a>, <a class="el" href="class__action_8php-source.html#l00098">action::Display()</a>, <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>, <a class="el" href="setup_8php-source.html#l00097">ExecuteScript()</a>, <a class="el" href="user__form__ach_8php-source.html#l00044">FormAchInput()</a>, <a class="el" href="user__form__ach_8php-source.html#l00471">FormAchView()</a>, <a class="el" href="user__form__fin_8php-source.html#l00146">FormFin()</a>, <a class="el" href="user__form__ven_8php-source.html#l00043">FormVenInput()</a>, <a class="el" href="user__form__ven_8php-source.html#l00425">FormVenteView()</a>, <a class="el" href="fiche__inc_8php-source.html#l01057">GetFicheJrn()</a>, <a class="el" href="ac__common_8php-source.html#l00192">NoAccess()</a>, <a class="el" href="class__document_8php-source.html#l00145">Document::ParseDocument()</a>, <a class="el" href="user__form__fin_8php-source.html#l00358">RecordFin()</a>, <a class="el" href="user__form__ven_8php-source.html#l00627">RecordInvoice()</a>, <a class="el" href="user__form__ods_8php-source.html#l00247">RecordODS()</a>, <a class="el" href="user__form__ach_8php-source.html#l00661">RecordSell()</a>, <a class="el" href="class__document__modele_8php-source.html#l00103">Document_modele::Save()</a>, and <a class="el" href="import__inc_8php-source.html#l00090">TransferCSV()</a>. </td>
</tr>
</table>
<a class="anchor" name="a6"></a><!-- doxytag: member="balance.php::label" ref="a6" args="" --><p>
@ -363,7 +365,7 @@ Referenced by <a class="el" href="fiche__inc_8php-source.html#l00038">AddFiche()
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">$c <a class="el" href="export__ouv_8php.html#a10">label</a> = &quot;Depuis&quot; </td>
<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>
@ -379,7 +381,9 @@ Referenced by <a class="el" href="fiche__inc_8php-source.html#l00038">AddFiche()
<p>
<p>
Definition at line <a class="el" href="balance_8php-source.html#l00076">76</a> of file <a class="el" href="balance_8php-source.html">balance.php</a>. </td>
Definition at line <a class="el" href="balance_8php-source.html#l00076">76</a> of file <a class="el" href="balance_8php-source.html">balance.php</a>.
<p>
Referenced by <a class="el" href="class_8pdf_8php-source.html#l01173">Cpdf::addInternalLink()</a>, <a class="el" href="fiche__inc_8php-source.html#l01390">DisplayDetailModele()</a>, <a class="el" href="class__poste_8php-source.html#l00100">poste::get()</a>, <a class="el" href="class__fiche_8php-source.html#l00074">fiche_def::Get()</a>, <a class="el" href="fiche__inc_8php-source.html#l00895">GetDataModele()</a>, <a class="el" href="class__balance_8php-source.html#l00053">Balance::GetRow()</a>, <a class="el" href="class__widget_8php-source.html#l00089">widget::IOValue()</a>, <a class="el" href="ac__common_8php-source.html#l00282">make_array()</a>, <a class="el" href="class_8pdf_8php-source.html#l00726">Cpdf::o_action()</a>, <a class="el" href="class_8pdf_8php-source.html#l00769">Cpdf::o_annotation()</a>, <a class="el" href="class_8pdf_8php-source.html#l00559">Cpdf::o_fontDescriptor()</a>, <a class="el" href="class_8pdf_8php-source.html#l00610">Cpdf::o_fontEncoding()</a>, <a class="el" href="class_8pdf_8php-source.html#l00940">Cpdf::o_image()</a>, <a class="el" href="class_8pdf_8php-source.html#l00347">Cpdf::o_pages()</a>, <a class="el" href="class_8pdf_8php-source.html#l00647">Cpdf::o_procset()</a>, <a class="el" href="fiche__inc_8php-source.html#l00530">UpdateFiche()</a>, and <a class="el" href="class__widget_8php-source.html#l00064">widget::widget()</a>. </td>
</tr>
</table>
<a class="anchor" name="a3"></a><!-- doxytag: member="balance.php::table" ref="a3" args="" --><p>
@ -406,10 +410,10 @@ Definition at line <a class="el" href="balance_8php-source.html#l00076">76</a> o
<p>
Definition at line <a class="el" href="balance_8php-source.html#l00071">71</a> of file <a class="el" href="balance_8php-source.html">balance.php</a>.
<p>
Referenced by <a class="el" href="class__fiche_8php-source.html#l00397">fiche::blank()</a>, <a class="el" href="user__common_8php-source.html#l00322">ListJrn()</a>, <a class="el" href="class__supplier_8php-source.html#l00083">Supplier::Summary()</a>, <a class="el" href="class__customer_8php-source.html#l00195">Customer::Summary()</a>, <a class="el" href="class__contact_8php-source.html#l00050">contact::Summary()</a>, <a class="el" href="class__admin_8php-source.html#l00065">Admin::Summary()</a>, <a class="el" href="import__inc_8php-source.html#l00067">VerifImport()</a>, <a class="el" href="fiche__inc_8php-source.html#l00394">ViewFiche()</a>, <a class="el" href="jrn_8php-source.html#l00457">ViewRecord()</a>, and <a class="el" href="class__widget_8php-source.html#l00064">widget::widget()</a>. </td>
Referenced by <a class="el" href="class__fiche_8php-source.html#l00399">fiche::blank()</a>, <a class="el" href="user__common_8php-source.html#l00322">ListJrn()</a>, <a class="el" href="class__supplier_8php-source.html#l00083">Supplier::Summary()</a>, <a class="el" href="class__customer_8php-source.html#l00195">Customer::Summary()</a>, <a class="el" href="class__contact_8php-source.html#l00050">contact::Summary()</a>, <a class="el" href="class__admin_8php-source.html#l00065">Admin::Summary()</a>, <a class="el" href="import__inc_8php-source.html#l00067">VerifImport()</a>, <a class="el" href="fiche__inc_8php-source.html#l00394">ViewFiche()</a>, <a class="el" href="jrn_8php-source.html#l00457">ViewRecord()</a>, and <a class="el" href="class__widget_8php-source.html#l00064">widget::widget()</a>. </td>
</tr>
</table>
<hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:29 2006 for phpcompta by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:24 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -91,7 +91,7 @@
<a name="l00085"></a>00085 <span class="comment">//ereg("\\$[a-zA-Z]+[0-9]*=",$buffer,$e);</span>
<a name="l00086"></a>00086 <span class="comment">// echo $e[0];</span>
<a name="l00087"></a>00087 <span class="comment">//echo "&lt;br&gt;".$form;</span>
<a name="l00088"></a><a class="code" href="bilan_8php.html#a6">00088</a> <a class="code" href="action_8inc_8php.html#a24">$a</a>=<a class="code" href="impress__inc_8php.html#a9">ParseFormula</a>($cn,<span class="stringliteral">"$buffer"</span>,$buffer,$<a class="code" href="document__modele_8inc_8php.html#a5">start</a>,$end,<span class="keyword">false</span>);
<a name="l00088"></a><a class="code" href="bilan_8php.html#a6">00088</a> <a class="code" href="balance_8php.html#a10">$a</a>=<a class="code" href="impress__inc_8php.html#a9">ParseFormula</a>($cn,<span class="stringliteral">"$buffer"</span>,$buffer,$<a class="code" href="document__modele_8inc_8php.html#a5">start</a>,$end,<span class="keyword">false</span>);
<a name="l00089"></a><a class="code" href="bilan_8php.html#a7">00089</a> <a class="code" href="balance_8php.html#a11">$b</a>=str_replace(<span class="stringliteral">"$"</span>,<span class="stringliteral">"\$"</span>,$a);
<a name="l00090"></a>00090
<a name="l00091"></a>00091 <span class="comment">// echo "Formule to eval".$b.'&lt;hr&gt;';</span>
@ -130,7 +130,7 @@
<a name="l00124"></a>00124 <a class="code" href="bilan_8php.html#a9">$f2_value</a>=str_replace(<span class="stringliteral">"$"</span>,<span class="stringliteral">""</span>,$f2_value);
<a name="l00125"></a>00125 <span class="comment">// DEBUG</span>
<a name="l00126"></a>00126 <span class="comment">//echo "f2_value=$f2_value";</span>
<a name="l00127"></a>00127 <a class="code" href="action_8inc_8php.html#a24">$a</a>=${<span class="stringliteral">"$f2_value"</span>};
<a name="l00127"></a>00127 <a class="code" href="balance_8php.html#a10">$a</a>=${<span class="stringliteral">"$f2_value"</span>};
<a name="l00128"></a>00128 <span class="comment">// DEBUG echo " a = $a";</span>
<a name="l00129"></a><a class="code" href="bilan_8php.html#a10">00129</a> <a class="code" href="bilan_8php.html#a10">$line_rtf</a>=str_replace($f2_str,$a,$line_rtf);
<a name="l00130"></a>00130
@ -143,7 +143,7 @@
<a name="l00137"></a>00137
<a name="l00138"></a>00138 }<span class="comment">// rtf file is read</span>
<a name="l00139"></a>00139 ?&gt;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:27 2006 for phpcompta by&nbsp;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:23 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -324,7 +324,7 @@ Referenced by <a class="el" href="class_8ezpdf_8php-source.html#l01473">Cezpdf::
Definition at line <a class="el" href="bilan_8php-source.html#l00033">33</a> of file <a class="el" href="bilan_8php-source.html">bilan.php</a>. </td>
</tr>
</table>
<hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:29 2006 for phpcompta by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:24 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -69,7 +69,7 @@
<a name="l00064"></a>00064 fclose($handle);
<a name="l00065"></a>00065 echo <span class="stringliteral">"Encore rien désolé"</span>;
<a name="l00066"></a>00066 ?&gt;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:27 2006 for phpcompta by&nbsp;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:23 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -47,10 +47,10 @@ Definition in file <a class="el" href="cbc__be_8inc_8php-source.html">cbc_be.inc
<p>
Definition at line <a class="el" href="cbc__be_8inc_8php-source.html#l00028">28</a> of file <a class="el" href="cbc__be_8inc_8php-source.html">cbc_be.inc.php</a>.
<p>
Referenced by <a class="el" href="central__inc_8php-source.html#l00036">Centralise()</a>, <a class="el" href="class__user_8php-source.html#l00040">cl_user::cl_user()</a>, <a class="el" href="class_8ezpdf_8php-source.html#l00607">Cezpdf::ezTable()</a>, <a class="el" href="class__document_8php-source.html#l00071">Document::Generate()</a>, <a class="el" href="class__parm__code_8php-source.html#l00141">parm_code::Get()</a>, <a class="el" href="class__fiche_8php-source.html#l00074">fiche_def::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#l00373">Document::get()</a>, <a class="el" href="class__action_8php-source.html#l00206">action::get()</a>, <a class="el" href="class__fiche_8php-source.html#l00094">fiche_def::GetAll()</a>, <a class="el" href="class__fiche_8php-source.html#l00188">fiche::getAttribut()</a>, <a class="el" href="class__fiche_8php-source.html#l00051">fiche_def::GetAttribut()</a>, <a class="el" href="class__fiche_8php-source.html#l00315">fiche::GetByDef()</a>, <a class="el" href="class__fiche_8php-source.html#l00258">fiche::GetByType()</a>, <a class="el" href="class__supplier_8php-source.html#l00057">Supplier::GetFromPoste()</a>, <a class="el" href="class__customer_8php-source.html#l00057">Customer::GetFromPoste()</a>, <a class="el" href="class__user_8php-source.html#l00257">cl_user::GetGlobalPref()</a>, <a class="el" href="class__user_8php-source.html#l00204">cl_user::GetPreferences()</a>, <a class="el" href="user__common_8php-source.html#l00322">ListJrn()</a>, <a class="el" href="class__fiche__def_8php-source.html#l00051">fiche_def_ref::LoadAll()</a>, <a class="el" href="ac__common_8php-source.html#l00282">make_array()</a>, <a class="el" href="class__document__modele_8php-source.html#l00049">Document_modele::myList()</a>, <a class="el" href="class__action_8php-source.html#l00468">action::myList()</a>, <a class="el" href="class_8pdf_8php-source.html#l01306">Cpdf::openFont()</a>, <a class="el" href="class__own_8php-source.html#l00031">Own::Own()</a>, <a class="el" href="class__document_8php-source.html#l00335">Document::Send()</a>, <a class="el" href="postgres_8php-source.html#l00032">ShowDossier()</a>, and <a class="el" href="class__fiche_8php-source.html#l00364">fiche::strAttribut()</a>. </td>
Referenced by <a class="el" href="central__inc_8php-source.html#l00036">Centralise()</a>, <a class="el" href="class__user_8php-source.html#l00040">cl_user::cl_user()</a>, <a class="el" href="class_8ezpdf_8php-source.html#l00607">Cezpdf::ezTable()</a>, <a class="el" href="class__document_8php-source.html#l00071">Document::Generate()</a>, <a class="el" href="class__parm__code_8php-source.html#l00141">parm_code::Get()</a>, <a class="el" href="class__fiche_8php-source.html#l00074">fiche_def::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#l00375">Document::get()</a>, <a class="el" href="class__action_8php-source.html#l00260">action::get()</a>, <a class="el" href="class__fiche_8php-source.html#l00094">fiche_def::GetAll()</a>, <a class="el" href="class__fiche_8php-source.html#l00190">fiche::getAttribut()</a>, <a class="el" href="class__fiche_8php-source.html#l00051">fiche_def::GetAttribut()</a>, <a class="el" href="class__fiche_8php-source.html#l00317">fiche::GetByDef()</a>, <a class="el" href="class__fiche_8php-source.html#l00260">fiche::GetByType()</a>, <a class="el" href="class__supplier_8php-source.html#l00057">Supplier::GetFromPoste()</a>, <a class="el" href="class__customer_8php-source.html#l00057">Customer::GetFromPoste()</a>, <a class="el" href="class__user_8php-source.html#l00257">cl_user::GetGlobalPref()</a>, <a class="el" href="class__user_8php-source.html#l00204">cl_user::GetPreferences()</a>, <a class="el" href="user__common_8php-source.html#l00322">ListJrn()</a>, <a class="el" href="class__fiche__def_8php-source.html#l00051">fiche_def_ref::LoadAll()</a>, <a class="el" href="ac__common_8php-source.html#l00282">make_array()</a>, <a class="el" href="class__document__modele_8php-source.html#l00049">Document_modele::myList()</a>, <a class="el" href="class__action_8php-source.html#l00545">action::myList()</a>, <a class="el" href="class_8pdf_8php-source.html#l01306">Cpdf::openFont()</a>, <a class="el" href="class__own_8php-source.html#l00031">Own::Own()</a>, <a class="el" href="class__document_8php-source.html#l00337">Document::Send()</a>, <a class="el" href="postgres_8php-source.html#l00032">ShowDossier()</a>, and <a class="el" href="class__fiche_8php-source.html#l00366">fiche::strAttribut()</a>. </td>
</tr>
</table>
<hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:29 2006 for phpcompta by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:24 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -90,7 +90,7 @@
<a name="l00084"></a>00084 echo <span class="stringliteral">"&lt;/DIV&gt;"</span>;
<a name="l00085"></a>00085 <a class="code" href="ac__common_8php.html#a6">html_page_stop</a>();
<a name="l00086"></a>00086 ?&gt;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:27 2006 for phpcompta by&nbsp;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:23 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -102,7 +102,7 @@ Definition at line <a class="el" href="central_8php-source.html#l00035">35</a> o
Definition at line <a class="el" href="central_8php-source.html#l00037">37</a> of file <a class="el" href="central_8php-source.html">central.php</a>. </td>
</tr>
</table>
<hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:29 2006 for phpcompta by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:24 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -145,7 +145,7 @@
<a name="l00162"></a>00162 }
<a name="l00163"></a>00163
<a name="l00164"></a>00164 ?&gt;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:27 2006 for phpcompta by&nbsp;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:23 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -127,7 +127,7 @@ Definition at line <a class="el" href="central__inc_8php-source.html#l00159">159
References <a class="el" href="depense_8inc_8php-source.html#l00073">$Res</a>, and <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>. </td>
</tr>
</table>
<hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:29 2006 for phpcompta by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:24 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -158,7 +158,7 @@
<a name="l00206"></a>00206 }
<a name="l00207"></a>00207
<a name="l00208"></a>00208 ?&gt;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:27 2006 for phpcompta by&nbsp;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:23 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -255,7 +255,7 @@ References <a class="el" href="impress__fiche_8php-source.html#l00026">$cn</a>,
Referenced by <a class="el" href="user__menu_8php-source.html#l00212">ShowMenuJrnUser()</a>. </td>
</tr>
</table>
<hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:29 2006 for phpcompta by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:24 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -162,7 +162,7 @@ Definition at line <a class="el" href="class__attribut_8php-source.html#l00032">
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li>/home/dany/developpement/phpcompta-dev/phpcompta/include/<a class="el" href="class__attribut_8php-source.html">class_attribut.php</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:32 2006 for phpcompta by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:25 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -110,7 +110,7 @@ retrieve all the row from the ledger in the range of a periode
<p>
Definition at line <a class="el" href="class__balance_8php-source.html#l00053">53</a> of file <a class="el" href="class__balance_8php-source.html">class_balance.php</a>.
<p>
References <a class="el" href="action_8inc_8php-source.html#l00273">$a</a>, <a class="el" href="recherche_8php-source.html#l00066">$array</a>, <a class="el" href="balance_8php-source.html#l00118">$i</a>, <a class="el" href="setup_8php-source.html#l00413">$M</a>, <a class="el" href="user__action__ach_8php-source.html#l00052">$r</a>, <a class="el" href="depense_8inc_8php-source.html#l00073">$Res</a>, <a class="el" href="bank_8inc_8php-source.html#l00104">$sql</a>, <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>, <a class="el" href="poste_8php-source.html#l00036">GetPosteLibelle()</a>, and <a class="el" href="action_8inc_8php-source.html#l00203">label</a>. </td>
References <a class="el" href="balance_8php-source.html#l00113">$a</a>, <a class="el" href="recherche_8php-source.html#l00066">$array</a>, <a class="el" href="balance_8php-source.html#l00118">$i</a>, <a class="el" href="setup_8php-source.html#l00413">$M</a>, <a class="el" href="user__action__ach_8php-source.html#l00052">$r</a>, <a class="el" href="depense_8inc_8php-source.html#l00073">$Res</a>, <a class="el" href="bank_8inc_8php-source.html#l00104">$sql</a>, <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>, <a class="el" href="poste_8php-source.html#l00036">GetPosteLibelle()</a>, and <a class="el" href="balance_8php-source.html#l00076">label</a>. </td>
</tr>
</table>
<hr><h2>Field Documentation</h2>
@ -191,7 +191,7 @@ Definition at line <a class="el" href="class__balance_8php-source.html#l00032">3
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li>/home/dany/developpement/phpcompta-dev/phpcompta/include/<a class="el" href="class__balance_8php-source.html">class_balance.php</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:32 2006 for phpcompta by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:25 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -128,7 +128,7 @@ Definition at line <a class="el" href="class_8ezpdf_8php-source.html#l00005">5</
<p>
Definition at line <a class="el" href="class_8ezpdf_8php-source.html#l00028">28</a> of file <a class="el" href="class_8ezpdf_8php-source.html">class.ezpdf.php</a>.
<p>
References <a class="el" href="action_8inc_8php-source.html#l00273">$a</a>, <a class="el" href="readme_8php-source.html#l00185">$size</a>, <a class="el" href="class_8pdf_8php-source.html#l00197">Cpdf::Cpdf()</a>, <a class="el" href="class_8pdf_8php-source.html#l01639">Cpdf::getFirstPageId()</a>, and <a class="el" href="tva_8inc_8php-source.html#l00212">size</a>.
References <a class="el" href="balance_8php-source.html#l00113">$a</a>, <a class="el" href="readme_8php-source.html#l00185">$size</a>, <a class="el" href="class_8pdf_8php-source.html#l00197">Cpdf::Cpdf()</a>, <a class="el" href="class_8pdf_8php-source.html#l01639">Cpdf::getFirstPageId()</a>, and <a class="el" href="tva_8inc_8php-source.html#l00212">size</a>.
<p>
Referenced by <a class="el" href="readme_8php-source.html#l00028">Creport::Creport()</a>. </td>
</tr>
@ -172,7 +172,7 @@ Referenced by <a class="el" href="readme_8php-source.html#l00028">Creport::Crepo
<p>
Definition at line <a class="el" href="class_8ezpdf_8php-source.html#l01473">1473</a> of file <a class="el" href="class_8ezpdf_8php-source.html">class.ezpdf.php</a>.
<p>
References <a class="el" href="action_8inc_8php-source.html#l00273">$a</a>, <a class="el" href="balance_8php-source.html#l00118">$i</a>, <a class="el" href="bilan_8php-source.html#l00058">$start</a>, and <a class="el" href="document__modele_8inc_8php-source.html#l00045">start</a>.
References <a class="el" href="balance_8php-source.html#l00113">$a</a>, <a class="el" href="balance_8php-source.html#l00118">$i</a>, <a class="el" href="bilan_8php-source.html#l00058">$start</a>, and <a class="el" href="document__modele_8inc_8php-source.html#l00045">start</a>.
<p>
Referenced by <a class="el" href="class_8ezpdf_8php-source.html#l00607">ezTable()</a>. </td>
</tr>
@ -1222,7 +1222,7 @@ References <a class="el" href="class_8ezpdf_8php-source.html#l00448">ezPRVTclean
<p>
Definition at line <a class="el" href="class_8ezpdf_8php-source.html#l00607">607</a> of file <a class="el" href="class_8ezpdf_8php-source.html">class.ezpdf.php</a>.
<p>
References <a class="el" href="readme_8php-source.html#l00186">$height</a>, <a class="el" href="readme_8php-source.html#l00239">$ok</a>, <a class="el" href="class_8pdf_8php-source.html#l00125">Cpdf::$options</a>, <a class="el" href="line__update_8php-source.html#l00095">$p</a>, <a class="el" href="cbc__be_8inc_8php-source.html#l00028">$row</a>, <a class="el" href="bilan_8php-source.html#l00058">$start</a>, <a class="el" href="impress__rapport_8php-source.html#l00062">$t</a>, <a class="el" href="admin_8inc_8php-source.html#l00115">$w</a>, <a class="el" href="ecrit__ouv_8php-source.html#l00091">$x</a>, <a class="el" href="class_8ezpdf_8php-source.html#l00022">$y</a>, <a class="el" href="class_8pdf_8php-source.html#l02544">Cpdf::addObject()</a>, <a class="el" href="class_8pdf_8php-source.html#l02156">Cpdf::addText()</a>, <a class="el" href="class_8pdf_8php-source.html#l02331">Cpdf::addTextWrap()</a>, <a class="el" href="class_8ezpdf_8php-source.html#l01473">alink()</a>, <a class="el" href="class_8pdf_8php-source.html#l02518">Cpdf::closeObject()</a>, <a class="el" href="class_8ezpdf_8php-source.html#l00204">ezNewPage()</a>, <a class="el" href="class_8ezpdf_8php-source.html#l01195">ezProcessText()</a>, <a class="el" href="class_8ezpdf_8php-source.html#l00591">ezPrvtGetTextWidth()</a>, <a class="el" href="class_8ezpdf_8php-source.html#l00526">ezPrvtTableColumnHeadings()</a>, <a class="el" href="class_8ezpdf_8php-source.html#l00497">ezPrvtTableDrawLines()</a>, <a class="el" href="class_8ezpdf_8php-source.html#l00468">ezSetY()</a>, <a class="el" href="class_8pdf_8php-source.html#l01835">Cpdf::filledRectangle()</a>, <a class="el" href="class_8pdf_8php-source.html#l01943">Cpdf::getFontDecender()</a>, <a class="el" href="class_8pdf_8php-source.html#l01929">Cpdf::getFontHeight()</a>, <a class="el" href="class_8pdf_8php-source.html#l02248">Cpdf::getTextWidth()</a>, <a class="el" href="class_8pdf_8php-source.html#l01675">Cpdf::line()</a>, <a class="el" href="class_8pdf_8php-source.html#l01851">Cpdf::newPage()</a>, <a class="el" href="class_8pdf_8php-source.html#l02490">Cpdf::openObject()</a>, <a class="el" href="class_8pdf_8php-source.html#l02505">Cpdf::reopenObject()</a>, <a class="el" href="class_8pdf_8php-source.html#l02471">Cpdf::restoreState()</a>, <a class="el" href="class_8pdf_8php-source.html#l02447">Cpdf::saveState()</a>, <a class="el" href="class_8pdf_8php-source.html#l01655">Cpdf::setColor()</a>, <a class="el" href="class_8pdf_8php-source.html#l01789">Cpdf::setLineStyle()</a>, <a class="el" href="class_8pdf_8php-source.html#l01665">Cpdf::setStrokeColor()</a>, <a class="el" href="document__modele_8inc_8php-source.html#l00045">start</a>, <a class="el" href="class_8pdf_8php-source.html#l03029">Cpdf::transaction()</a>, <a class="el" href="action_8inc_8php-source.html#l00171">value</a>, and <a class="el" href="tva_8inc_8php-source.html#l00215">width</a>. </td>
References <a class="el" href="readme_8php-source.html#l00186">$height</a>, <a class="el" href="readme_8php-source.html#l00239">$ok</a>, <a class="el" href="class_8pdf_8php-source.html#l00125">Cpdf::$options</a>, <a class="el" href="line__update_8php-source.html#l00095">$p</a>, <a class="el" href="cbc__be_8inc_8php-source.html#l00028">$row</a>, <a class="el" href="bilan_8php-source.html#l00058">$start</a>, <a class="el" href="impress__rapport_8php-source.html#l00062">$t</a>, <a class="el" href="admin_8inc_8php-source.html#l00115">$w</a>, <a class="el" href="ecrit__ouv_8php-source.html#l00091">$x</a>, <a class="el" href="class_8ezpdf_8php-source.html#l00022">$y</a>, <a class="el" href="class_8pdf_8php-source.html#l02544">Cpdf::addObject()</a>, <a class="el" href="class_8pdf_8php-source.html#l02156">Cpdf::addText()</a>, <a class="el" href="class_8pdf_8php-source.html#l02331">Cpdf::addTextWrap()</a>, <a class="el" href="class_8ezpdf_8php-source.html#l01473">alink()</a>, <a class="el" href="class_8pdf_8php-source.html#l02518">Cpdf::closeObject()</a>, <a class="el" href="class_8ezpdf_8php-source.html#l00204">ezNewPage()</a>, <a class="el" href="class_8ezpdf_8php-source.html#l01195">ezProcessText()</a>, <a class="el" href="class_8ezpdf_8php-source.html#l00591">ezPrvtGetTextWidth()</a>, <a class="el" href="class_8ezpdf_8php-source.html#l00526">ezPrvtTableColumnHeadings()</a>, <a class="el" href="class_8ezpdf_8php-source.html#l00497">ezPrvtTableDrawLines()</a>, <a class="el" href="class_8ezpdf_8php-source.html#l00468">ezSetY()</a>, <a class="el" href="class_8pdf_8php-source.html#l01835">Cpdf::filledRectangle()</a>, <a class="el" href="class_8pdf_8php-source.html#l01943">Cpdf::getFontDecender()</a>, <a class="el" href="class_8pdf_8php-source.html#l01929">Cpdf::getFontHeight()</a>, <a class="el" href="class_8pdf_8php-source.html#l02248">Cpdf::getTextWidth()</a>, <a class="el" href="class_8pdf_8php-source.html#l01675">Cpdf::line()</a>, <a class="el" href="class_8pdf_8php-source.html#l01851">Cpdf::newPage()</a>, <a class="el" href="class_8pdf_8php-source.html#l02490">Cpdf::openObject()</a>, <a class="el" href="class_8pdf_8php-source.html#l02505">Cpdf::reopenObject()</a>, <a class="el" href="class_8pdf_8php-source.html#l02471">Cpdf::restoreState()</a>, <a class="el" href="class_8pdf_8php-source.html#l02447">Cpdf::saveState()</a>, <a class="el" href="class_8pdf_8php-source.html#l01655">Cpdf::setColor()</a>, <a class="el" href="class_8pdf_8php-source.html#l01789">Cpdf::setLineStyle()</a>, <a class="el" href="class_8pdf_8php-source.html#l01665">Cpdf::setStrokeColor()</a>, <a class="el" href="document__modele_8inc_8php-source.html#l00045">start</a>, <a class="el" href="class_8pdf_8php-source.html#l03029">Cpdf::transaction()</a>, <a class="el" href="action_8inc_8php-source.html#l00176">value</a>, and <a class="el" href="tva_8inc_8php-source.html#l00215">width</a>. </td>
</tr>
</table>
<a class="anchor" name="a23"></a><!-- doxytag: member="Cezpdf::ezText" ref="a23" args="($text, $size=0, $options=array(), $test=0)" --><p>
@ -1414,7 +1414,7 @@ References <a class="el" href="eub__be_8inc_8php-source.html#l00052">$code</a>.
<p>
Definition at line <a class="el" href="class_8ezpdf_8php-source.html#l01518">1518</a> of file <a class="el" href="class_8ezpdf_8php-source.html">class.ezpdf.php</a>.
<p>
References <a class="el" href="action_8inc_8php-source.html#l00273">$a</a>, <a class="el" href="balance_8php-source.html#l00118">$i</a>, <a class="el" href="bilan_8php-source.html#l00058">$start</a>, and <a class="el" href="document__modele_8inc_8php-source.html#l00045">start</a>. </td>
References <a class="el" href="balance_8php-source.html#l00113">$a</a>, <a class="el" href="balance_8php-source.html#l00118">$i</a>, <a class="el" href="bilan_8php-source.html#l00058">$start</a>, and <a class="el" href="document__modele_8inc_8php-source.html#l00045">start</a>. </td>
</tr>
</table>
<hr><h2>Field Documentation</h2>
@ -1522,7 +1522,7 @@ Referenced by <a class="el" href="class_8ezpdf_8php-source.html#l00526">ezPrvtTa
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li>/home/dany/developpement/phpcompta-dev/phpcompta/html/addon/<a class="el" href="class_8ezpdf_8php-source.html">class.ezpdf.php</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:33 2006 for phpcompta by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:25 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -531,7 +531,7 @@ add a link in the document to an internal destination (ie. within the document)
<p>
Definition at line <a class="el" href="class_8pdf_8php-source.html#l01173">1173</a> of file <a class="el" href="class_8pdf_8php-source.html">class.pdf.php</a>.
<p>
References <a class="el" href="action_8inc_8php-source.html#l00203">label</a>. </td>
References <a class="el" href="balance_8php-source.html#l00076">label</a>. </td>
</tr>
</table>
<a class="anchor" name="a66"></a><!-- doxytag: member="Cpdf::addJpegFromFile" ref="a66" args="($img, $x, $y, $w=0, $h=0)" --><p>
@ -1025,7 +1025,7 @@ ARC4 encrypt a text string
<p>
Definition at line <a class="el" href="class_8pdf_8php-source.html#l01138">1138</a> of file <a class="el" href="class_8pdf_8php-source.html">class.pdf.php</a>.
<p>
References <a class="el" href="action_8inc_8php-source.html#l00273">$a</a>, <a class="el" href="balance_8php-source.html#l00114">$b</a>, <a class="el" href="admin_8inc_8php-source.html#l00080">$c</a>, and <a class="el" href="impress__rapport_8php-source.html#l00062">$t</a>. </td>
References <a class="el" href="balance_8php-source.html#l00113">$a</a>, <a class="el" href="balance_8php-source.html#l00114">$b</a>, <a class="el" href="admin_8inc_8php-source.html#l00080">$c</a>, and <a class="el" href="impress__rapport_8php-source.html#l00062">$t</a>. </td>
</tr>
</table>
<a class="anchor" name="a19"></a><!-- doxytag: member="Cpdf::ARC4_init" ref="a19" args="($key='')" --><p>
@ -1282,7 +1282,7 @@ draws an ellipse in the current line style centered at $x0,$y0, radii $r1,$r2 if
<p>
Definition at line <a class="el" href="class_8pdf_8php-source.html#l01713">1713</a> of file <a class="el" href="class_8pdf_8php-source.html">class.pdf.php</a>.
<p>
References <a class="el" href="action_8inc_8php-source.html#l00273">$a</a>, <a class="el" href="poste__search_8php-source.html#l00053">$c1</a>, <a class="el" href="balance_8php-source.html#l00118">$i</a>, and <a class="el" href="show__document__modele_8php-source.html#l00050">$tmp</a>. </td>
References <a class="el" href="balance_8php-source.html#l00113">$a</a>, <a class="el" href="poste__search_8php-source.html#l00053">$c1</a>, <a class="el" href="balance_8php-source.html#l00118">$i</a>, and <a class="el" href="show__document__modele_8php-source.html#l00050">$tmp</a>. </td>
</tr>
</table>
<a class="anchor" name="a18"></a><!-- doxytag: member="Cpdf::encryptInit" ref="a18" args="($id)" --><p>
@ -1831,7 +1831,7 @@ an action object, used to link to URLS initially
<p>
Definition at line <a class="el" href="class_8pdf_8php-source.html#l00726">726</a> of file <a class="el" href="class_8pdf_8php-source.html">class.pdf.php</a>.
<p>
References <a class="el" href="fiche__csv_8php-source.html#l00049">$o</a>, <a class="el" href="pref_8inc_8php-source.html#l00059">$res</a>, and <a class="el" href="action_8inc_8php-source.html#l00203">label</a>. </td>
References <a class="el" href="fiche__csv_8php-source.html#l00049">$o</a>, <a class="el" href="pref_8inc_8php-source.html#l00059">$res</a>, and <a class="el" href="balance_8php-source.html#l00076">label</a>. </td>
</tr>
</table>
<a class="anchor" name="a12"></a><!-- doxytag: member="Cpdf::o_annotation" ref="a12" args="($id, $action, $options='')" --><p>
@ -1878,7 +1878,7 @@ an annotation object, this will add an annotation to the current page. initially
<p>
Definition at line <a class="el" href="class_8pdf_8php-source.html#l00769">769</a> of file <a class="el" href="class_8pdf_8php-source.html">class.pdf.php</a>.
<p>
References <a class="el" href="pref_8inc_8php-source.html#l00139">$label</a>, <a class="el" href="fiche__csv_8php-source.html#l00049">$o</a>, <a class="el" href="pref_8inc_8php-source.html#l00059">$res</a>, and <a class="el" href="action_8inc_8php-source.html#l00203">label</a>. </td>
References <a class="el" href="pref_8inc_8php-source.html#l00139">$label</a>, <a class="el" href="fiche__csv_8php-source.html#l00049">$o</a>, <a class="el" href="pref_8inc_8php-source.html#l00059">$res</a>, and <a class="el" href="balance_8php-source.html#l00076">label</a>. </td>
</tr>
</table>
<a class="anchor" name="a3"></a><!-- doxytag: member="Cpdf::o_catalog" ref="a3" args="($id, $action, $options='')" --><p>
@ -2115,7 +2115,7 @@ an object to hold the font description
<p>
Definition at line <a class="el" href="class_8pdf_8php-source.html#l00475">475</a> of file <a class="el" href="class_8pdf_8php-source.html">class.pdf.php</a>.
<p>
References <a class="el" href="fiche__csv_8php-source.html#l00049">$o</a>, <a class="el" href="class_8pdf_8php-source.html#l00125">$options</a>, <a class="el" href="pref_8inc_8php-source.html#l00059">$res</a>, <a class="el" href="class_8pdf_8php-source.html#l03022">addMessage()</a>, <a class="el" href="action_8inc_8php-source.html#l00170">name</a>, <a class="el" href="class_8pdf_8php-source.html#l00610">o_fontEncoding()</a>, and <a class="el" href="class_8pdf_8php-source.html#l00347">o_pages()</a>. </td>
References <a class="el" href="fiche__csv_8php-source.html#l00049">$o</a>, <a class="el" href="class_8pdf_8php-source.html#l00125">$options</a>, <a class="el" href="pref_8inc_8php-source.html#l00059">$res</a>, <a class="el" href="class_8pdf_8php-source.html#l03022">addMessage()</a>, <a class="el" href="action_8inc_8php-source.html#l00175">name</a>, <a class="el" href="class_8pdf_8php-source.html#l00610">o_fontEncoding()</a>, and <a class="el" href="class_8pdf_8php-source.html#l00347">o_pages()</a>. </td>
</tr>
</table>
<a class="anchor" name="a7"></a><!-- doxytag: member="Cpdf::o_fontDescriptor" ref="a7" args="($id, $action, $options='')" --><p>
@ -2162,7 +2162,7 @@ a font descriptor, needed for including additional fonts
<p>
Definition at line <a class="el" href="class_8pdf_8php-source.html#l00559">559</a> of file <a class="el" href="class_8pdf_8php-source.html">class.pdf.php</a>.
<p>
References <a class="el" href="fiche__csv_8php-source.html#l00049">$o</a>, <a class="el" href="pref_8inc_8php-source.html#l00059">$res</a>, <a class="el" href="action_8inc_8php-source.html#l00203">label</a>, and <a class="el" href="action_8inc_8php-source.html#l00171">value</a>. </td>
References <a class="el" href="fiche__csv_8php-source.html#l00049">$o</a>, <a class="el" href="pref_8inc_8php-source.html#l00059">$res</a>, <a class="el" href="balance_8php-source.html#l00076">label</a>, and <a class="el" href="action_8inc_8php-source.html#l00176">value</a>. </td>
</tr>
</table>
<a class="anchor" name="a8"></a><!-- doxytag: member="Cpdf::o_fontEncoding" ref="a8" args="($id, $action, $options='')" --><p>
@ -2209,7 +2209,7 @@ the font encoding
<p>
Definition at line <a class="el" href="class_8pdf_8php-source.html#l00610">610</a> of file <a class="el" href="class_8pdf_8php-source.html">class.pdf.php</a>.
<p>
References <a class="el" href="pref_8inc_8php-source.html#l00139">$label</a>, <a class="el" href="jrn__add_8php-source.html#l00181">$num</a>, <a class="el" href="fiche__csv_8php-source.html#l00049">$o</a>, <a class="el" href="pref_8inc_8php-source.html#l00059">$res</a>, and <a class="el" href="action_8inc_8php-source.html#l00203">label</a>.
References <a class="el" href="pref_8inc_8php-source.html#l00139">$label</a>, <a class="el" href="jrn__add_8php-source.html#l00181">$num</a>, <a class="el" href="fiche__csv_8php-source.html#l00049">$o</a>, <a class="el" href="pref_8inc_8php-source.html#l00059">$res</a>, and <a class="el" href="balance_8php-source.html#l00076">label</a>.
<p>
Referenced by <a class="el" href="class_8pdf_8php-source.html#l00475">o_font()</a>. </td>
</tr>
@ -2258,7 +2258,7 @@ an image object, will be an XObject in the document, includes description and da
<p>
Definition at line <a class="el" href="class_8pdf_8php-source.html#l00940">940</a> of file <a class="el" href="class_8pdf_8php-source.html">class.pdf.php</a>.
<p>
References <a class="el" href="periode_8inc_8php-source.html#l00031">$action</a>, <a class="el" href="fiche__csv_8php-source.html#l00049">$o</a>, <a class="el" href="pref_8inc_8php-source.html#l00059">$res</a>, <a class="el" href="show__document__modele_8php-source.html#l00050">$tmp</a>, and <a class="el" href="action_8inc_8php-source.html#l00203">label</a>. </td>
References <a class="el" href="periode_8inc_8php-source.html#l00031">$action</a>, <a class="el" href="fiche__csv_8php-source.html#l00049">$o</a>, <a class="el" href="pref_8inc_8php-source.html#l00059">$res</a>, <a class="el" href="show__document__modele_8php-source.html#l00050">$tmp</a>, and <a class="el" href="balance_8php-source.html#l00076">label</a>. </td>
</tr>
</table>
<a class="anchor" name="a10"></a><!-- doxytag: member="Cpdf::o_info" ref="a10" args="($id, $action, $options='')" --><p>
@ -2446,7 +2446,7 @@ object which is a parent to the pages in the document
<p>
Definition at line <a class="el" href="class_8pdf_8php-source.html#l00347">347</a> of file <a class="el" href="class_8pdf_8php-source.html">class.pdf.php</a>.
<p>
References <a class="el" href="balance_8php-source.html#l00118">$i</a>, <a class="el" href="fiche__csv_8php-source.html#l00049">$o</a>, <a class="el" href="class_8pdf_8php-source.html#l00125">$options</a>, <a class="el" href="pref_8inc_8php-source.html#l00059">$res</a>, <a class="el" href="show__document__modele_8php-source.html#l00050">$tmp</a>, <a class="el" href="action_8inc_8php-source.html#l00203">label</a>, and <a class="el" href="class_8pdf_8php-source.html#l00297">o_catalog()</a>.
References <a class="el" href="balance_8php-source.html#l00118">$i</a>, <a class="el" href="fiche__csv_8php-source.html#l00049">$o</a>, <a class="el" href="class_8pdf_8php-source.html#l00125">$options</a>, <a class="el" href="pref_8inc_8php-source.html#l00059">$res</a>, <a class="el" href="show__document__modele_8php-source.html#l00050">$tmp</a>, <a class="el" href="balance_8php-source.html#l00076">label</a>, and <a class="el" href="class_8pdf_8php-source.html#l00297">o_catalog()</a>.
<p>
Referenced by <a class="el" href="class_8pdf_8php-source.html#l00475">o_font()</a>, and <a class="el" href="class_8pdf_8php-source.html#l00647">o_procset()</a>. </td>
</tr>
@ -2495,7 +2495,7 @@ the document procset, solves some problems with printing to old PS printers
<p>
Definition at line <a class="el" href="class_8pdf_8php-source.html#l00647">647</a> of file <a class="el" href="class_8pdf_8php-source.html">class.pdf.php</a>.
<p>
References <a class="el" href="fiche__csv_8php-source.html#l00049">$o</a>, <a class="el" href="class_8pdf_8php-source.html#l00125">$options</a>, <a class="el" href="pref_8inc_8php-source.html#l00059">$res</a>, <a class="el" href="action_8inc_8php-source.html#l00203">label</a>, and <a class="el" href="class_8pdf_8php-source.html#l00347">o_pages()</a>. </td>
References <a class="el" href="fiche__csv_8php-source.html#l00049">$o</a>, <a class="el" href="class_8pdf_8php-source.html#l00125">$options</a>, <a class="el" href="pref_8inc_8php-source.html#l00059">$res</a>, <a class="el" href="balance_8php-source.html#l00076">label</a>, and <a class="el" href="class_8pdf_8php-source.html#l00347">o_pages()</a>. </td>
</tr>
</table>
<a class="anchor" name="a2"></a><!-- doxytag: member="Cpdf::o_viewerPreferences" ref="a2" args="($id, $action, $options='')" --><p>
@ -2577,7 +2577,7 @@ private
<p>
Definition at line <a class="el" href="class_8pdf_8php-source.html#l01306">1306</a> of file <a class="el" href="class_8pdf_8php-source.html">class.pdf.php</a>.
<p>
References <a class="el" href="readme_8php-source.html#l00174">$bits</a>, <a class="el" href="readme_8php-source.html#l00150">$data</a>, <a class="el" href="show__document__modele_8php-source.html#l00060">$file</a>, <a class="el" href="balance_8php-source.html#l00118">$i</a>, <a class="el" href="cbc__be_8inc_8php-source.html#l00028">$row</a>, <a class="el" href="show__document__modele_8php-source.html#l00050">$tmp</a>, and <a class="el" href="action_8inc_8php-source.html#l00170">name</a>. </td>
References <a class="el" href="readme_8php-source.html#l00174">$bits</a>, <a class="el" href="readme_8php-source.html#l00150">$data</a>, <a class="el" href="show__document__modele_8php-source.html#l00060">$file</a>, <a class="el" href="balance_8php-source.html#l00118">$i</a>, <a class="el" href="cbc__be_8inc_8php-source.html#l00028">$row</a>, <a class="el" href="show__document__modele_8php-source.html#l00050">$tmp</a>, and <a class="el" href="action_8inc_8php-source.html#l00175">name</a>. </td>
</tr>
</table>
<a class="anchor" name="a69"></a><!-- doxytag: member="Cpdf::openHere" ref="a69" args="($style, $a=0, $b=0, $c=0)" --><p>
@ -3313,7 +3313,7 @@ if the font is not loaded then load it and make the required object else just ma
<p>
Definition at line <a class="el" href="class_8pdf_8php-source.html#l01417">1417</a> of file <a class="el" href="class_8pdf_8php-source.html">class.pdf.php</a>.
<p>
References <a class="el" href="impress__jrn_8php-source.html#l00035">$d</a>, <a class="el" href="readme_8php-source.html#l00150">$data</a>, <a class="el" href="balance_8php-source.html#l00118">$i</a>, <a class="el" href="fiche__new_8php-source.html#l00136">$list</a>, <a class="el" href="jrn__add_8php-source.html#l00181">$num</a>, <a class="el" href="show__document__modele_8php-source.html#l00050">$tmp</a>, <a class="el" href="action_8inc_8php-source.html#l00206">extra</a>, <a class="el" href="action_8inc_8php-source.html#l00170">name</a>, and <a class="el" href="tva_8inc_8php-source.html#l00215">width</a>. </td>
References <a class="el" href="impress__jrn_8php-source.html#l00035">$d</a>, <a class="el" href="readme_8php-source.html#l00150">$data</a>, <a class="el" href="balance_8php-source.html#l00118">$i</a>, <a class="el" href="fiche__new_8php-source.html#l00136">$list</a>, <a class="el" href="jrn__add_8php-source.html#l00181">$num</a>, <a class="el" href="show__document__modele_8php-source.html#l00050">$tmp</a>, <a class="el" href="bank_8inc_8php-source.html#l00096">extra</a>, <a class="el" href="action_8inc_8php-source.html#l00175">name</a>, and <a class="el" href="tva_8inc_8php-source.html#l00215">width</a>. </td>
</tr>
</table>
<a class="anchor" name="a32"></a><!-- doxytag: member="Cpdf::setColor" ref="a32" args="($r, $g, $b, $force=0)" --><p>
@ -4717,7 +4717,7 @@ Definition at line <a class="el" href="class_8pdf_8php-source.html#l00134">134</
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li>/home/dany/developpement/phpcompta-dev/phpcompta/html/addon/<a class="el" href="class_8pdf_8php-source.html">class.pdf.php</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:34 2006 for phpcompta by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:25 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -164,7 +164,7 @@ Definition at line <a class="el" href="readme_8php-source.html#l00026">26</a> of
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li>/home/dany/developpement/phpcompta-dev/phpcompta/html/addon/<a class="el" href="readme_8php-source.html">readme.php</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:34 2006 for phpcompta by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:25 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -122,7 +122,7 @@ Get all info contains in the view thanks to the poste elt (account).
<p>
Definition at line <a class="el" href="class__customer_8php-source.html#l00057">57</a> of file <a class="el" href="class__customer_8php-source.html">class_customer.php</a>.
<p>
References <a class="el" href="depense_8inc_8php-source.html#l00073">$Res</a>, <a class="el" href="cbc__be_8inc_8php-source.html#l00028">$row</a>, <a class="el" href="bank_8inc_8php-source.html#l00104">$sql</a>, <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>, <a class="el" href="facture_8inc_8php-source.html#l00194">f_id</a>, and <a class="el" href="action_8inc_8php-source.html#l00170">name</a>.
References <a class="el" href="depense_8inc_8php-source.html#l00073">$Res</a>, <a class="el" href="cbc__be_8inc_8php-source.html#l00028">$row</a>, <a class="el" href="bank_8inc_8php-source.html#l00104">$sql</a>, <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>, <a class="el" href="facture_8inc_8php-source.html#l00194">f_id</a>, and <a class="el" href="action_8inc_8php-source.html#l00175">name</a>.
<p>
Referenced by <a class="el" href="class__customer_8php-source.html#l00084">VatListing()</a>. </td>
</tr>
@ -160,7 +160,7 @@ parm :<ul>
<p>
Definition at line <a class="el" href="class__customer_8php-source.html#l00195">195</a> of file <a class="el" href="class__customer_8php-source.html">class_customer.php</a>.
<p>
References <a class="el" href="action_8inc_8php-source.html#l00273">$a</a>, <a class="el" href="bank_8inc_8php-source.html#l00119">$bar</a>, <a class="el" href="impress__fiche_8php-source.html#l00082">$e</a>, <a class="el" href="bank_8inc_8php-source.html#l00107">$offset</a>, <a class="el" href="bank_8inc_8php-source.html#l00106">$page</a>, <a class="el" href="user__action__ach_8php-source.html#l00052">$r</a>, <a class="el" href="admin_8inc_8php-source.html#l00128">$search</a>, <a class="el" href="admin_8inc_8php-source.html#l00111">$url</a>, <a class="el" href="class__fiche_8php-source.html#l00289">fiche::CountByDef()</a>, <a class="el" href="ac__common_8php-source.html#l00208">FormatString()</a>, <a class="el" href="class__fiche_8php-source.html#l00778">fiche::GetAll()</a>, <a class="el" href="user__common_8php-source.html#l00858">jrn_navigation_bar()</a>, <a class="el" href="user__impress_8php-source.html#l00082">poste</a>, and <a class="el" href="balance_8php-source.html#l00071">table</a>. </td>
References <a class="el" href="balance_8php-source.html#l00113">$a</a>, <a class="el" href="bank_8inc_8php-source.html#l00119">$bar</a>, <a class="el" href="impress__fiche_8php-source.html#l00082">$e</a>, <a class="el" href="bank_8inc_8php-source.html#l00107">$offset</a>, <a class="el" href="bank_8inc_8php-source.html#l00106">$page</a>, <a class="el" href="user__action__ach_8php-source.html#l00052">$r</a>, <a class="el" href="admin_8inc_8php-source.html#l00128">$search</a>, <a class="el" href="admin_8inc_8php-source.html#l00111">$url</a>, <a class="el" href="class__fiche_8php-source.html#l00291">fiche::CountByDef()</a>, <a class="el" href="ac__common_8php-source.html#l00208">FormatString()</a>, <a class="el" href="class__fiche_8php-source.html#l00780">fiche::GetAll()</a>, <a class="el" href="user__common_8php-source.html#l00858">jrn_navigation_bar()</a>, <a class="el" href="user__impress_8php-source.html#l00082">poste</a>, and <a class="el" href="balance_8php-source.html#l00071">table</a>. </td>
</tr>
</table>
<a class="anchor" name="a2"></a><!-- doxytag: member="Customer::VatListing" ref="a2" args="($p_year)" --><p>
@ -190,7 +190,7 @@ References <a class="el" href="action_8inc_8php-source.html#l00273">$a</a>, <a c
<p>
Get all the info for making a vat listing for the vat administration.
<p>
<dl compact><dt><b><a class="el" href="todo.html#_todo000003">Todo:</a></b></dt><dd>optimize SQL</dd></dl>
<dl compact><dt><b><a class="el" href="todo.html#_todo000004">Todo:</a></b></dt><dd>optimize SQL</dd></dl>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>periode</em>&nbsp;</td><td></td></tr>
@ -201,7 +201,7 @@ Get all the info for making a vat listing for the vat administration.
<p>
Definition at line <a class="el" href="class__customer_8php-source.html#l00084">84</a> of file <a class="el" href="class__customer_8php-source.html">class_customer.php</a>.
<p>
References <a class="el" href="impress__listing__client_8php-source.html#l00035">$a_Res</a>, <a class="el" href="admin_8inc_8php-source.html#l00080">$c</a>, <a class="el" href="client_8inc_8php-source.html#l00049">$customer</a>, <a class="el" href="impress__fiche_8php-source.html#l00082">$e</a>, <a class="el" href="depense_8inc_8php-source.html#l00073">$Res</a>, <a class="el" href="setup_8php-source.html#l00408">$Res2</a>, <a class="el" href="bank_8inc_8php-source.html#l00104">$sql</a>, <a class="el" href="impress__rapport_8php-source.html#l00062">$t</a>, <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>, <a class="el" href="class__customer_8php-source.html#l00057">GetFromPoste()</a>, and <a class="el" href="action_8inc_8php-source.html#l00170">name</a>. </td>
References <a class="el" href="impress__listing__client_8php-source.html#l00035">$a_Res</a>, <a class="el" href="admin_8inc_8php-source.html#l00080">$c</a>, <a class="el" href="client_8inc_8php-source.html#l00049">$customer</a>, <a class="el" href="impress__fiche_8php-source.html#l00082">$e</a>, <a class="el" href="depense_8inc_8php-source.html#l00073">$Res</a>, <a class="el" href="setup_8php-source.html#l00408">$Res2</a>, <a class="el" href="bank_8inc_8php-source.html#l00104">$sql</a>, <a class="el" href="impress__rapport_8php-source.html#l00062">$t</a>, <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>, <a class="el" href="class__customer_8php-source.html#l00057">GetFromPoste()</a>, and <a class="el" href="action_8inc_8php-source.html#l00175">name</a>. </td>
</tr>
</table>
<hr><h2>Field Documentation</h2>
@ -357,7 +357,7 @@ Definition at line <a class="el" href="class__customer_8php-source.html#l00045">
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li>/home/dany/developpement/phpcompta-dev/phpcompta/include/<a class="el" href="class__customer_8php-source.html">class_customer.php</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:34 2006 for phpcompta by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:26 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -109,7 +109,7 @@ Definition at line <a class="el" href="class__document_8php-source.html#l00028">
<p>
Definition at line <a class="el" href="class__document_8php-source.html#l00042">42</a> of file <a class="el" href="class__document_8php-source.html">class_document.php</a>.
<p>
References <a class="el" href="action_8inc_8php-source.html#l00146">d_id</a>.
References <a class="el" href="action_8inc_8php-source.html#l00150">d_id</a>.
<p>
Referenced by <a class="el" href="class__document_8php-source.html#l00238">SaveGenerated()</a>. </td>
</tr>
@ -145,7 +145,7 @@ a_ref<p>
<dl compact><dt><b>Returns:</b></dt><dd>a string</dd></dl>
<p>
Definition at line <a class="el" href="class__document_8php-source.html#l00324">324</a> of file <a class="el" href="class__document_8php-source.html">class_document.php</a>.
Definition at line <a class="el" href="class__document_8php-source.html#l00326">326</a> of file <a class="el" href="class__document_8php-source.html">class_document.php</a>.
<p>
References <a class="el" href="user__action__ach_8php-source.html#l00052">$r</a>. </td>
</tr>
@ -180,7 +180,7 @@ insert a minimal document and set the d_id
<p>
Definition at line <a class="el" href="class__document_8php-source.html#l00049">49</a> of file <a class="el" href="class__document_8php-source.html">class_document.php</a>.
<p>
References <a class="el" href="bank_8inc_8php-source.html#l00104">$sql</a>, <a class="el" href="action_8inc_8php-source.html#l00139">ag_id</a>, <a class="el" href="action_8inc_8php-source.html#l00146">d_id</a>, <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>, and <a class="el" href="postgres_8php-source.html#l00251">NextSequence()</a>. </td>
References <a class="el" href="bank_8inc_8php-source.html#l00104">$sql</a>, <a class="el" href="action_8inc_8php-source.html#l00143">ag_id</a>, <a class="el" href="action_8inc_8php-source.html#l00150">d_id</a>, <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>, and <a class="el" href="postgres_8php-source.html#l00251">NextSequence()</a>. </td>
</tr>
</table>
<a class="anchor" name="a2"></a><!-- doxytag: member="Document::Generate" ref="a2" args="()" --><p>
@ -215,7 +215,7 @@ Generate the document, Call $this-&gt;Replace to replace tag by value.
</table>
</dl>
<dl compact><dt><b>Returns:</b></dt><dd>an array : the url where the generated doc can be found, the name of the file and his mimetype</dd></dl>
<dl compact><dt><b><a class="el" href="todo.html#_todo000004">Todo:</a></b></dt><dd>Carefull : the slash is not windows compliant </dd></dl>
<dl compact><dt><b><a class="el" href="todo.html#_todo000005">Todo:</a></b></dt><dd>Carefull : the slash is not windows compliant </dd></dl>
<p>
Definition at line <a class="el" href="class__document_8php-source.html#l00071">71</a> of file <a class="el" href="class__document_8php-source.html">class_document.php</a>.
@ -251,9 +251,9 @@ Get complete all the data member thx info from the database.
<p>
<p>
Definition at line <a class="el" href="class__document_8php-source.html#l00373">373</a> of file <a class="el" href="class__document_8php-source.html">class_document.php</a>.
Definition at line <a class="el" href="class__document_8php-source.html#l00375">375</a> of file <a class="el" href="class__document_8php-source.html">class_document.php</a>.
<p>
References <a class="el" href="impress__bilan_8php-source.html#l00032">$ret</a>, <a class="el" href="cbc__be_8inc_8php-source.html#l00028">$row</a>, <a class="el" href="bank_8inc_8php-source.html#l00104">$sql</a>, <a class="el" href="action_8inc_8php-source.html#l00139">ag_id</a>, and <a class="el" href="action_8inc_8php-source.html#l00142">d_state</a>. </td>
References <a class="el" href="impress__bilan_8php-source.html#l00032">$ret</a>, <a class="el" href="cbc__be_8inc_8php-source.html#l00028">$row</a>, <a class="el" href="bank_8inc_8php-source.html#l00104">$sql</a>, <a class="el" href="action_8inc_8php-source.html#l00143">ag_id</a>, and <a class="el" href="action_8inc_8php-source.html#l00146">d_state</a>. </td>
</tr>
</table>
<a class="anchor" name="a11"></a><!-- doxytag: member="Document::MoveDocumentPj" ref="a11" args="($p_internal)" --><p>
@ -290,7 +290,7 @@ Move a document from the table document into the concerned row the document is n
</dl>
<p>
Definition at line <a class="el" href="class__document_8php-source.html#l00731">731</a> of file <a class="el" href="class__document_8php-source.html">class_document.php</a>.
Definition at line <a class="el" href="class__document_8php-source.html#l00733">733</a> of file <a class="el" href="class__document_8php-source.html">class_document.php</a>.
<p>
References <a class="el" href="bank_8inc_8php-source.html#l00104">$sql</a>, and <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>. </td>
</tr>
@ -352,7 +352,7 @@ ParseDocument<p>
<p>
Definition at line <a class="el" href="class__document_8php-source.html#l00145">145</a> of file <a class="el" href="class__document_8php-source.html">class_document.php</a>.
<p>
References <a class="el" href="poste_8inc_8php-source.html#l00069">$h</a>, <a class="el" href="debug_8php-source.html#l00034">echo_debug()</a>, <a class="el" href="balance_8php-source.html#l00036">exit</a>, <a class="el" href="class__document_8php-source.html#l00421">Replace()</a>, and <a class="el" href="action_8inc_8php-source.html#l00171">value</a>.
References <a class="el" href="poste_8inc_8php-source.html#l00069">$h</a>, <a class="el" href="debug_8php-source.html#l00034">echo_debug()</a>, <a class="el" href="balance_8php-source.html#l00036">exit</a>, <a class="el" href="class__document_8php-source.html#l00423">Replace()</a>, and <a class="el" href="action_8inc_8php-source.html#l00176">value</a>.
<p>
Referenced by <a class="el" href="class__document_8php-source.html#l00071">Generate()</a>. </td>
</tr>
@ -385,9 +385,9 @@ remove a row from the table document, the lob object is not deleted because can
<p>
<p>
Definition at line <a class="el" href="class__document_8php-source.html#l00720">720</a> of file <a class="el" href="class__document_8php-source.html">class_document.php</a>.
Definition at line <a class="el" href="class__document_8php-source.html#l00722">722</a> of file <a class="el" href="class__document_8php-source.html">class_document.php</a>.
<p>
References <a class="el" href="bank_8inc_8php-source.html#l00104">$sql</a>, <a class="el" href="action_8inc_8php-source.html#l00146">d_id</a>, and <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>. </td>
References <a class="el" href="bank_8inc_8php-source.html#l00104">$sql</a>, <a class="el" href="action_8inc_8php-source.html#l00150">d_id</a>, and <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>. </td>
</tr>
</table>
<a class="anchor" name="a9"></a><!-- doxytag: member="Document::Replace" ref="a9" args="($p_tag)" --><p>
@ -425,15 +425,15 @@ replace the TAG by the real value, this value can be into the database or in $_P
</table>
</dl>
<dl compact><dt><b>Returns:</b></dt><dd>String which must replace the tag</dd></dl>
<dl compact><dt><b><a class="el" href="todo.html#_todo000005">Todo:</a></b></dt><dd>verify that price and quant are numeric </dd></dl>
<dl compact><dt><b><a class="el" href="todo.html#_todo000005">Todo:</a></b></dt><dd>carefull round problem ? </dd></dl>
<dl compact><dt><b><a class="el" href="todo.html#_todo000005">Todo:</a></b></dt><dd>verify that price and quant are numeric </dd></dl>
<dl compact><dt><b><a class="el" href="todo.html#_todo000005">Todo:</a></b></dt><dd>carefull round problem ? </dd></dl>
<dl compact><dt><b><a class="el" href="todo.html#_todo000006">Todo:</a></b></dt><dd>verify that price and quant are numeric </dd></dl>
<dl compact><dt><b><a class="el" href="todo.html#_todo000006">Todo:</a></b></dt><dd>carefull round problem ? </dd></dl>
<dl compact><dt><b><a class="el" href="todo.html#_todo000006">Todo:</a></b></dt><dd>verify that price and quant are numeric </dd></dl>
<dl compact><dt><b><a class="el" href="todo.html#_todo000006">Todo:</a></b></dt><dd>carefull round problem ? </dd></dl>
<p>
Definition at line <a class="el" href="class__document_8php-source.html#l00421">421</a> of file <a class="el" href="class__document_8php-source.html">class_document.php</a>.
Definition at line <a class="el" href="class__document_8php-source.html#l00423">423</a> of file <a class="el" href="class__document_8php-source.html">class_document.php</a>.
<p>
References <a class="el" href="action_8inc_8php-source.html#l00331">$act</a>, <a class="el" href="parametre_8php-source.html#l00167">$my</a>, <a class="el" href="line__update_8php-source.html#l00095">$p</a>, <a class="el" href="send__poste__pdf_8php-source.html#l00044">$poste</a>, <a class="el" href="bank_8inc_8php-source.html#l00090">$qcode</a>, <a class="el" href="user__action__ach_8php-source.html#l00052">$r</a>, <a class="el" href="action_8inc_8php-source.html#l00139">ag_id</a>, <a class="el" href="readme_8php-source.html#l00200">break</a>, <a class="el" href="user__impress_8php-source.html#l00095">fiche</a>, <a class="el" href="user__common_8php-source.html#l00040">GetTvaRate()</a>, <a class="el" href="parametre_8php-source.html#l00160">MY_COMMUNE</a>, <a class="el" href="parametre_8php-source.html#l00159">MY_CP</a>, <a class="el" href="parametre_8php-source.html#l00162">MY_FAX</a>, <a class="el" href="parametre_8php-source.html#l00155">MY_NAME</a>, <a class="el" href="parametre_8php-source.html#l00158">MY_NUMBER</a>, <a class="el" href="parametre_8php-source.html#l00163">MY_PAYS</a>, <a class="el" href="parametre_8php-source.html#l00157">MY_STREET</a>, <a class="el" href="parametre_8php-source.html#l00161">MY_TEL</a>, <a class="el" href="parametre_8php-source.html#l00156">MY_TVA</a>, and <a class="el" href="action_8inc_8php-source.html#l00144">qcode</a>.
References <a class="el" href="action_8inc_8php-source.html#l00270">$act</a>, <a class="el" href="parametre_8php-source.html#l00167">$my</a>, <a class="el" href="line__update_8php-source.html#l00095">$p</a>, <a class="el" href="send__poste__pdf_8php-source.html#l00044">$poste</a>, <a class="el" href="bank_8inc_8php-source.html#l00090">$qcode</a>, <a class="el" href="user__action__ach_8php-source.html#l00052">$r</a>, <a class="el" href="action_8inc_8php-source.html#l00143">ag_id</a>, <a class="el" href="readme_8php-source.html#l00200">break</a>, <a class="el" href="user__impress_8php-source.html#l00095">fiche</a>, <a class="el" href="user__common_8php-source.html#l00040">GetTvaRate()</a>, <a class="el" href="parametre_8php-source.html#l00160">MY_COMMUNE</a>, <a class="el" href="parametre_8php-source.html#l00159">MY_CP</a>, <a class="el" href="parametre_8php-source.html#l00162">MY_FAX</a>, <a class="el" href="parametre_8php-source.html#l00155">MY_NAME</a>, <a class="el" href="parametre_8php-source.html#l00158">MY_NUMBER</a>, <a class="el" href="parametre_8php-source.html#l00163">MY_PAYS</a>, <a class="el" href="parametre_8php-source.html#l00157">MY_STREET</a>, <a class="el" href="parametre_8php-source.html#l00161">MY_TEL</a>, <a class="el" href="parametre_8php-source.html#l00156">MY_TVA</a>, and <a class="el" href="action_8inc_8php-source.html#l00148">qcode</a>.
<p>
Referenced by <a class="el" href="class__document_8php-source.html#l00145">ParseDocument()</a>. </td>
</tr>
@ -475,7 +475,7 @@ SaveGenerated <dl compact><dt><b>Parameters:</b></dt><dd>
<p>
Definition at line <a class="el" href="class__document_8php-source.html#l00238">238</a> of file <a class="el" href="class__document_8php-source.html">class_document.php</a>.
<p>
References <a class="el" href="document__modele_8inc_8php-source.html#l00031">$doc</a>, <a class="el" href="bank_8inc_8php-source.html#l00104">$sql</a>, <a class="el" href="postgres_8php-source.html#l00263">Commit()</a>, <a class="el" href="action_8inc_8php-source.html#l00146">d_id</a>, <a class="el" href="class__document_8php-source.html#l00042">Document()</a>, <a class="el" href="debug_8php-source.html#l00034">echo_debug()</a>, <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>, <a class="el" href="postgres_8php-source.html#l00242">GetSequence()</a>, <a class="el" href="postgres_8php-source.html#l00266">Rollback()</a>, and <a class="el" href="postgres_8php-source.html#l00257">StartSql()</a>.
References <a class="el" href="document__modele_8inc_8php-source.html#l00031">$doc</a>, <a class="el" href="bank_8inc_8php-source.html#l00104">$sql</a>, <a class="el" href="postgres_8php-source.html#l00263">Commit()</a>, <a class="el" href="action_8inc_8php-source.html#l00150">d_id</a>, <a class="el" href="class__document_8php-source.html#l00042">Document()</a>, <a class="el" href="debug_8php-source.html#l00034">echo_debug()</a>, <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>, <a class="el" href="postgres_8php-source.html#l00242">GetSequence()</a>, <a class="el" href="postgres_8php-source.html#l00266">Rollback()</a>, and <a class="el" href="postgres_8php-source.html#l00257">StartSql()</a>.
<p>
Referenced by <a class="el" href="class__document_8php-source.html#l00071">Generate()</a>. </td>
</tr>
@ -506,7 +506,7 @@ Referenced by <a class="el" href="class__document_8php-source.html#l00071">Gener
<p>
<p>
Definition at line <a class="el" href="class__document_8php-source.html#l00335">335</a> of file <a class="el" href="class__document_8php-source.html">class_document.php</a>.
Definition at line <a class="el" href="class__document_8php-source.html#l00337">337</a> of file <a class="el" href="class__document_8php-source.html">class_document.php</a>.
<p>
References <a class="el" href="show__document__modele_8php-source.html#l00060">$file</a>, <a class="el" href="impress__bilan_8php-source.html#l00032">$ret</a>, <a class="el" href="cbc__be_8inc_8php-source.html#l00028">$row</a>, <a class="el" href="show__document__modele_8php-source.html#l00050">$tmp</a>, <a class="el" href="postgres_8php-source.html#l00263">Commit()</a>, <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>, and <a class="el" href="postgres_8php-source.html#l00257">StartSql()</a>. </td>
</tr>
@ -543,7 +543,7 @@ Upload<p>
<p>
Definition at line <a class="el" href="class__document_8php-source.html#l00271">271</a> of file <a class="el" href="class__document_8php-source.html">class_document.php</a>.
<p>
References <a class="el" href="modify__op_8php-source.html#l00125">$old_oid</a>, <a class="el" href="user__action__ach_8php-source.html#l00052">$r</a>, <a class="el" href="impress__bilan_8php-source.html#l00032">$ret</a>, <a class="el" href="bank_8inc_8php-source.html#l00104">$sql</a>, <a class="el" href="postgres_8php-source.html#l00263">Commit()</a>, <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>, <a class="el" href="action_8inc_8php-source.html#l00170">name</a>, <a class="el" href="postgres_8php-source.html#l00266">Rollback()</a>, and <a class="el" href="postgres_8php-source.html#l00257">StartSql()</a>. </td>
References <a class="el" href="modify__op_8php-source.html#l00125">$old_oid</a>, <a class="el" href="user__action__ach_8php-source.html#l00052">$r</a>, <a class="el" href="impress__bilan_8php-source.html#l00032">$ret</a>, <a class="el" href="bank_8inc_8php-source.html#l00104">$sql</a>, <a class="el" href="postgres_8php-source.html#l00263">Commit()</a>, <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>, <a class="el" href="action_8inc_8php-source.html#l00175">name</a>, <a class="el" href="postgres_8php-source.html#l00266">Rollback()</a>, and <a class="el" href="postgres_8php-source.html#l00257">StartSql()</a>. </td>
</tr>
</table>
<hr><h2>Field Documentation</h2>
@ -749,7 +749,7 @@ Definition at line <a class="el" href="class__document_8php-source.html#l00037">
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li>/home/dany/developpement/phpcompta-dev/phpcompta/include/<a class="el" href="class__document_8php-source.html">class_document.php</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:34 2006 for phpcompta by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:26 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -88,7 +88,7 @@ Definition at line <a class="el" href="class__document__modele_8php-source.html#
<p>
Definition at line <a class="el" href="class__document__modele_8php-source.html#l00037">37</a> of file <a class="el" href="class__document__modele_8php-source.html">class_document_modele.php</a>.
<p>
References <a class="el" href="user__update_8php-source.html#l00032">$p_id</a>, and <a class="el" href="action_8inc_8php-source.html#l00316">md_id</a>. </td>
References <a class="el" href="user__update_8php-source.html#l00032">$p_id</a>, and <a class="el" href="action_8inc_8php-source.html#l00255">md_id</a>. </td>
</tr>
</table>
<hr><h2>Member Function Documentation</h2>
@ -164,7 +164,7 @@ show the form for loading a template
<p>
Definition at line <a class="el" href="class__document__modele_8php-source.html#l00252">252</a> of file <a class="el" href="class__document__modele_8php-source.html">class_document_modele.php</a>.
<p>
References <a class="el" href="poste_8inc_8php-source.html#l00069">$h</a>, <a class="el" href="user__action__ach_8php-source.html#l00052">$r</a>, <a class="el" href="bilan_8php-source.html#l00058">$start</a>, <a class="el" href="impress__rapport_8php-source.html#l00062">$t</a>, <a class="el" href="admin_8inc_8php-source.html#l00115">$w</a>, <a class="el" href="action_8inc_8php-source.html#l00143">dt_id</a>, and <a class="el" href="ac__common_8php-source.html#l00282">make_array()</a>.
References <a class="el" href="poste_8inc_8php-source.html#l00069">$h</a>, <a class="el" href="user__action__ach_8php-source.html#l00052">$r</a>, <a class="el" href="bilan_8php-source.html#l00058">$start</a>, <a class="el" href="impress__rapport_8php-source.html#l00062">$t</a>, <a class="el" href="admin_8inc_8php-source.html#l00115">$w</a>, <a class="el" href="action_8inc_8php-source.html#l00147">dt_id</a>, and <a class="el" href="ac__common_8php-source.html#l00282">make_array()</a>.
<p>
Referenced by <a class="el" href="class__document__modele_8php-source.html#l00049">myList()</a>. </td>
</tr>
@ -249,7 +249,7 @@ References <a class="el" href="show__document__modele_8php-source.html#l00060">$
<p>
Definition at line <a class="el" href="class__document__modele_8php-source.html#l00049">49</a> of file <a class="el" href="class__document__modele_8php-source.html">class_document_modele.php</a>.
<p>
References <a class="el" href="action_8inc_8php-source.html#l00273">$a</a>, <a class="el" href="fiche__def_8inc_8php-source.html#l00037">$all</a>, <a class="el" href="admin_8inc_8php-source.html#l00080">$c</a>, <a class="el" href="user__action__ach_8php-source.html#l00052">$r</a>, <a class="el" href="depense_8inc_8php-source.html#l00073">$Res</a>, <a class="el" href="cbc__be_8inc_8php-source.html#l00028">$row</a>, <a class="el" href="bank_8inc_8php-source.html#l00104">$sql</a>, <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>, <a class="el" href="class__document__modele_8php-source.html#l00252">form()</a>, <a class="el" href="action_8inc_8php-source.html#l00316">md_id</a>, and <a class="el" href="document__modele_8inc_8php-source.html#l00042">md_name</a>. </td>
References <a class="el" href="balance_8php-source.html#l00113">$a</a>, <a class="el" href="fiche__def_8inc_8php-source.html#l00037">$all</a>, <a class="el" href="admin_8inc_8php-source.html#l00080">$c</a>, <a class="el" href="user__action__ach_8php-source.html#l00052">$r</a>, <a class="el" href="depense_8inc_8php-source.html#l00073">$Res</a>, <a class="el" href="cbc__be_8inc_8php-source.html#l00028">$row</a>, <a class="el" href="bank_8inc_8php-source.html#l00104">$sql</a>, <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>, <a class="el" href="class__document__modele_8php-source.html#l00252">form()</a>, <a class="el" href="action_8inc_8php-source.html#l00255">md_id</a>, and <a class="el" href="document__modele_8inc_8php-source.html#l00042">md_name</a>. </td>
</tr>
</table>
<a class="anchor" name="a2"></a><!-- doxytag: member="Document_modele::Save" ref="a2" args="()" --><p>
@ -286,7 +286,7 @@ none
<p>
Definition at line <a class="el" href="class__document__modele_8php-source.html#l00103">103</a> of file <a class="el" href="class__document__modele_8php-source.html">class_document_modele.php</a>.
<p>
References <a class="el" href="modify__op_8php-source.html#l00125">$old_oid</a>, <a class="el" href="user__action__ach_8php-source.html#l00052">$r</a>, <a class="el" href="impress__bilan_8php-source.html#l00032">$ret</a>, <a class="el" href="line__update_8php-source.html#l00070">$Ret</a>, <a class="el" href="bank_8inc_8php-source.html#l00104">$sql</a>, <a class="el" href="postgres_8php-source.html#l00263">Commit()</a>, <a class="el" href="debug_8php-source.html#l00034">echo_debug()</a>, <a class="el" href="ac__common_8php-source.html#l00036">echo_error()</a>, <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>, <a class="el" href="balance_8php-source.html#l00036">exit</a>, <a class="el" href="ac__common_8php-source.html#l00208">FormatString()</a>, <a class="el" href="ac__common_8php-source.html#l00076">isNumber()</a>, <a class="el" href="action_8inc_8php-source.html#l00316">md_id</a>, <a class="el" href="action_8inc_8php-source.html#l00170">name</a>, <a class="el" href="postgres_8php-source.html#l00251">NextSequence()</a>, <a class="el" href="postgres_8php-source.html#l00266">Rollback()</a>, <a class="el" href="document__modele_8inc_8php-source.html#l00045">start</a>, and <a class="el" href="postgres_8php-source.html#l00257">StartSql()</a>. </td>
References <a class="el" href="modify__op_8php-source.html#l00125">$old_oid</a>, <a class="el" href="user__action__ach_8php-source.html#l00052">$r</a>, <a class="el" href="impress__bilan_8php-source.html#l00032">$ret</a>, <a class="el" href="line__update_8php-source.html#l00070">$Ret</a>, <a class="el" href="bank_8inc_8php-source.html#l00104">$sql</a>, <a class="el" href="postgres_8php-source.html#l00263">Commit()</a>, <a class="el" href="debug_8php-source.html#l00034">echo_debug()</a>, <a class="el" href="ac__common_8php-source.html#l00036">echo_error()</a>, <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>, <a class="el" href="balance_8php-source.html#l00036">exit</a>, <a class="el" href="ac__common_8php-source.html#l00208">FormatString()</a>, <a class="el" href="ac__common_8php-source.html#l00076">isNumber()</a>, <a class="el" href="action_8inc_8php-source.html#l00255">md_id</a>, <a class="el" href="action_8inc_8php-source.html#l00175">name</a>, <a class="el" href="postgres_8php-source.html#l00251">NextSequence()</a>, <a class="el" href="postgres_8php-source.html#l00266">Rollback()</a>, <a class="el" href="document__modele_8inc_8php-source.html#l00045">start</a>, and <a class="el" href="postgres_8php-source.html#l00257">StartSql()</a>. </td>
</tr>
</table>
<hr><h2>Field Documentation</h2>
@ -467,7 +467,7 @@ Definition at line <a class="el" href="class__document__modele_8php-source.html#
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li>/home/dany/developpement/phpcompta-dev/phpcompta/include/<a class="el" href="class__document__modele_8php-source.html">class_document_modele.php</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:34 2006 for phpcompta by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:26 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -57,7 +57,7 @@ document_type <dl compact><dt><b>Parameters:</b></dt><dd>
<p>
Definition at line <a class="el" href="class__document__type_8php-source.html#l00035">35</a> of file <a class="el" href="class__document__type_8php-source.html">class_document_type.php</a>.
<p>
References <a class="el" href="action_8inc_8php-source.html#l00143">dt_id</a>. </td>
References <a class="el" href="action_8inc_8php-source.html#l00147">dt_id</a>. </td>
</tr>
</table>
<a class="anchor" name="a1"></a><!-- doxytag: member="Document_type::get" ref="a1" args="()" --><p>
@ -90,12 +90,12 @@ Get all the data for this dt_id.
<p>
Definition at line <a class="el" href="class__document__type_8php-source.html#l00043">43</a> of file <a class="el" href="class__document__type_8php-source.html">class_document_type.php</a>.
<p>
References <a class="el" href="user__action__ach_8php-source.html#l00052">$r</a>, <a class="el" href="bank_8inc_8php-source.html#l00104">$sql</a>, <a class="el" href="action_8inc_8php-source.html#l00143">dt_id</a>, and <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>. </td>
References <a class="el" href="user__action__ach_8php-source.html#l00052">$r</a>, <a class="el" href="bank_8inc_8php-source.html#l00104">$sql</a>, <a class="el" href="action_8inc_8php-source.html#l00147">dt_id</a>, and <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>. </td>
</tr>
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li>/home/dany/developpement/phpcompta-dev/phpcompta/include/<a class="el" href="class__document__type_8php-source.html">class_document_type.php</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:34 2006 for phpcompta by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:26 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -162,7 +162,7 @@ Definition at line <a class="el" href="class__own_8php-source.html#l00029">29</a
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li>/home/dany/developpement/phpcompta-dev/phpcompta/include/<a class="el" href="class__own_8php-source.html">class_own.php</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:34 2006 for phpcompta by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:26 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -103,9 +103,9 @@
<a name="l00094"></a>00094 }
<a name="l00095"></a>00095 <span class="keywordflow">switch</span> (strtolower($orientation)){
<a name="l00096"></a>00096 <span class="keywordflow">case</span> 'landscape':
<a name="l00097"></a>00097 <a class="code" href="action_8inc_8php.html#a24">$a</a>=<a class="code" href="readme_8php.html#a8">$size</a>[3];
<a name="l00097"></a>00097 <a class="code" href="balance_8php.html#a10">$a</a>=<a class="code" href="readme_8php.html#a8">$size</a>[3];
<a name="l00098"></a>00098 <a class="code" href="readme_8php.html#a8">$size</a>[3]=<a class="code" href="readme_8php.html#a8">$size</a>[2];
<a name="l00099"></a>00099 <a class="code" href="readme_8php.html#a8">$size</a>[2]=<a class="code" href="action_8inc_8php.html#a24">$a</a>;
<a name="l00099"></a>00099 <a class="code" href="readme_8php.html#a8">$size</a>[2]=<a class="code" href="balance_8php.html#a10">$a</a>;
<a name="l00100"></a>00100 <span class="keywordflow">break</span>;
<a name="l00101"></a>00101 }
<a name="l00102"></a>00102 } <span class="keywordflow">else</span> {
@ -1510,7 +1510,7 @@
<a name="l01501"></a>01501 <span class="keywordflow">if</span> ($internal){
<a name="l01502"></a>01502 $this-&gt;addInternalLink($<a class="code" href="document__modele_8inc_8php.html#a5">start</a>['url'],$<a class="code" href="document__modele_8inc_8php.html#a5">start</a>[<span class="charliteral">'x'</span>],$<a class="code" href="document__modele_8inc_8php.html#a5">start</a>[<span class="charliteral">'y'</span>]+$<a class="code" href="document__modele_8inc_8php.html#a5">start</a>['decender'],$info[<span class="charliteral">'x'</span>],$<a class="code" href="document__modele_8inc_8php.html#a5">start</a>[<span class="charliteral">'y'</span>]+$<a class="code" href="document__modele_8inc_8php.html#a5">start</a>['decender']+$<a class="code" href="document__modele_8inc_8php.html#a5">start</a>['height']);
<a name="l01503"></a>01503 } <span class="keywordflow">else</span> {
<a name="l01504"></a>01504 <a class="code" href="action_8inc_8php.html#a24">$a</a> = deg2rad((<span class="keywordtype">float</span>)$<a class="code" href="document__modele_8inc_8php.html#a5">start</a>['angle']-90.0);
<a name="l01504"></a>01504 <a class="code" href="balance_8php.html#a10">$a</a> = deg2rad((<span class="keywordtype">float</span>)$<a class="code" href="document__modele_8inc_8php.html#a5">start</a>['angle']-90.0);
<a name="l01505"></a>01505 $drop = <a class="code" href="bilan_8php.html#a2">$start</a>['height']*$lineFactor*1.5;
<a name="l01506"></a>01506 $dropx = cos($a)*$drop;
<a name="l01507"></a>01507 $dropy = -sin($a)*$drop;
@ -1548,7 +1548,7 @@
<a name="l01539"></a>01539 <a class="code" href="balance_8php.html#a12">$i</a> = $info['nCallback'];
<a name="l01540"></a>01540 <a class="code" href="bilan_8php.html#a2">$start</a> = $this-&gt;ez['links'][<a class="code" href="balance_8php.html#a12">$i</a>];
<a name="l01541"></a>01541 <span class="comment">// add underlining</span>
<a name="l01542"></a>01542 <a class="code" href="action_8inc_8php.html#a24">$a</a> = deg2rad((<span class="keywordtype">float</span>)$<a class="code" href="document__modele_8inc_8php.html#a5">start</a>['angle']-90.0);
<a name="l01542"></a>01542 <a class="code" href="balance_8php.html#a10">$a</a> = deg2rad((<span class="keywordtype">float</span>)$<a class="code" href="document__modele_8inc_8php.html#a5">start</a>['angle']-90.0);
<a name="l01543"></a>01543 $drop = <a class="code" href="bilan_8php.html#a2">$start</a>['height']*$lineFactor*1.5;
<a name="l01544"></a>01544 $dropx = cos($a)*$drop;
<a name="l01545"></a>01545 $dropy = -sin($a)*$drop;
@ -1562,7 +1562,7 @@
<a name="l01553"></a>01553
<a name="l01554"></a>01554 }
<a name="l01555"></a>01555 ?&gt;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:26 2006 for phpcompta by&nbsp;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:23 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -15,7 +15,7 @@
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classCezpdf.html">Cezpdf</a></td></tr>
</table>
<hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:29 2006 for phpcompta by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:24 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -224,7 +224,7 @@
<a name="l00396"></a>00396 <a class="code" href="fiche__csv_8php.html#a5">$o</a>['info']['fonts'][]=array('objNum'=&gt;$options['objNum'],'fontNum'=&gt;$options['fontNum']);
<a name="l00397"></a>00397 <span class="keywordflow">break</span>;
<a name="l00398"></a>00398 <span class="keywordflow">case</span> 'xObject':
<a name="l00399"></a>00399 <a class="code" href="fiche__csv_8php.html#a5">$o</a>['info']['xObjects'][]=array('objNum'=&gt;$options['objNum'],'<a class="code" href="action_8inc_8php.html#a15">label</a>'=&gt;$options['<a class="code" href="action_8inc_8php.html#a15">label</a>']);
<a name="l00399"></a>00399 <a class="code" href="fiche__csv_8php.html#a5">$o</a>['info']['xObjects'][]=array('objNum'=&gt;$options['objNum'],'<a class="code" href="balance_8php.html#a6">label</a>'=&gt;$options['<a class="code" href="balance_8php.html#a6">label</a>']);
<a name="l00400"></a>00400 <span class="keywordflow">break</span>;
<a name="l00401"></a>00401 <span class="keywordflow">case</span> 'out':
<a name="l00402"></a>00402 <span class="keywordflow">if</span> (count($o['info']['pages'])){
@ -385,8 +385,8 @@
<a name="l00566"></a>00566 <span class="keywordflow">break</span>;
<a name="l00567"></a>00567 <span class="keywordflow">case</span> 'out':
<a name="l00568"></a>00568 <a class="code" href="pref_8inc_8php.html#a1">$res</a>=<span class="stringliteral">"\n"</span>.$id.<span class="stringliteral">" 0 obj\n&lt;&lt; /Type /FontDescriptor\n"</span>;
<a name="l00569"></a>00569 foreach ($o['info'] as $<a class="code" href="action_8inc_8php.html#a15">label</a> =&gt; $<a class="code" href="action_8inc_8php.html#a13">value</a>){
<a name="l00570"></a>00570 <span class="keywordflow">switch</span> ($<a class="code" href="action_8inc_8php.html#a15">label</a>){
<a name="l00569"></a>00569 foreach ($o['info'] as $<a class="code" href="balance_8php.html#a6">label</a> =&gt; $<a class="code" href="action_8inc_8php.html#a13">value</a>){
<a name="l00570"></a>00570 <span class="keywordflow">switch</span> ($<a class="code" href="balance_8php.html#a6">label</a>){
<a name="l00571"></a>00571 <span class="keywordflow">case</span> 'Ascent':
<a name="l00572"></a>00572 <span class="keywordflow">case</span> 'CapHeight':
<a name="l00573"></a>00573 <span class="keywordflow">case</span> 'Descent':
@ -442,7 +442,7 @@
<a name="l00626"></a>00626 }
<a name="l00627"></a>00627 <a class="code" href="pref_8inc_8php.html#a1">$res</a>.=<span class="stringliteral">"/Differences \n["</span>;
<a name="l00628"></a>00628 $onum=-100;
<a name="l00629"></a>00629 foreach($o['info']['differences'] as $num=&gt;$<a class="code" href="action_8inc_8php.html#a15">label</a>){
<a name="l00629"></a>00629 foreach($o['info']['differences'] as $num=&gt;$<a class="code" href="balance_8php.html#a6">label</a>){
<a name="l00630"></a>00630 <span class="keywordflow">if</span> ($num!=$onum+1){
<a name="l00631"></a>00631 <span class="comment">// we cannot make use of consecutive numbering</span>
<a name="l00632"></a>00632 <a class="code" href="pref_8inc_8php.html#a1">$res</a>.= <span class="stringliteral">"\n"</span>.$num.<span class="stringliteral">" /"</span>.<a class="code" href="pref_8inc_8php.html#a6">$label</a>;
@ -480,7 +480,7 @@
<a name="l00667"></a>00667 <span class="keywordflow">break</span>;
<a name="l00668"></a>00668 <span class="keywordflow">case</span> 'out':
<a name="l00669"></a>00669 <a class="code" href="pref_8inc_8php.html#a1">$res</a>=<span class="stringliteral">"\n"</span>.$id.<span class="stringliteral">" 0 obj\n["</span>;
<a name="l00670"></a>00670 foreach ($o['info'] as $<a class="code" href="action_8inc_8php.html#a15">label</a>=&gt;$val){
<a name="l00670"></a>00670 foreach ($o['info'] as $<a class="code" href="balance_8php.html#a6">label</a>=&gt;$val){
<a name="l00671"></a>00671 <a class="code" href="pref_8inc_8php.html#a1">$res</a>.=<span class="charliteral">'/'</span>.$label.<span class="charliteral">' '</span>;
<a name="l00672"></a>00672 }
<a name="l00673"></a>00673 <a class="code" href="pref_8inc_8php.html#a1">$res</a>.=<span class="stringliteral">"]\nendobj"</span>;
@ -551,7 +551,7 @@
<a name="l00744"></a>00744 <span class="keywordflow">switch</span>(<a class="code" href="fiche__csv_8php.html#a5">$o</a>['type']){
<a name="l00745"></a>00745 <span class="keywordflow">case</span> 'ilink':
<a name="l00746"></a>00746 <span class="comment">// there will be an 'label' setting, this is the name of the destination</span>
<a name="l00747"></a>00747 <a class="code" href="pref_8inc_8php.html#a1">$res</a>.=<span class="stringliteral">"\n/S /GoTo\n/D "</span>.$this-&gt;destinations[(string)<a class="code" href="fiche__csv_8php.html#a5">$o</a>['info']['<a class="code" href="action_8inc_8php.html#a15">label</a>']].<span class="stringliteral">" 0 R"</span>;
<a name="l00747"></a>00747 <a class="code" href="pref_8inc_8php.html#a1">$res</a>.=<span class="stringliteral">"\n/S /GoTo\n/D "</span>.$this-&gt;destinations[(string)<a class="code" href="fiche__csv_8php.html#a5">$o</a>['info']['<a class="code" href="balance_8php.html#a6">label</a>']].<span class="stringliteral">" 0 R"</span>;
<a name="l00748"></a>00748 <span class="keywordflow">break</span>;
<a name="l00749"></a>00749 <span class="keywordflow">case</span> 'URI':
<a name="l00750"></a>00750 <a class="code" href="pref_8inc_8php.html#a1">$res</a>.=<span class="stringliteral">"\n/S /URI\n/URI ("</span>;
@ -588,10 +588,10 @@
<a name="l00785"></a>00785 <span class="keywordflow">break</span>;
<a name="l00786"></a>00786 <span class="keywordflow">case</span> 'ilink':
<a name="l00787"></a>00787 <span class="comment">// this is to a named internal link</span>
<a name="l00788"></a>00788 <a class="code" href="pref_8inc_8php.html#a6">$label</a> = $options['<a class="code" href="action_8inc_8php.html#a15">label</a>'];
<a name="l00788"></a>00788 <a class="code" href="pref_8inc_8php.html#a6">$label</a> = $options['<a class="code" href="balance_8php.html#a6">label</a>'];
<a name="l00789"></a>00789 $this-&gt;objects[$id]=array(<span class="charliteral">'t'</span>=&gt;'annotation<span class="charliteral">','</span>info'=&gt;$options);
<a name="l00790"></a>00790 $this-&gt;numObj++;
<a name="l00791"></a>00791 $this-&gt;o_action($this-&gt;numObj,'<span class="keyword">new</span>',array('type'=&gt;'ilink<span class="charliteral">','</span><a class="code" href="action_8inc_8php.html#a15">label</a>'=&gt;$<a class="code" href="action_8inc_8php.html#a15">label</a>));
<a name="l00791"></a>00791 $this-&gt;o_action($this-&gt;numObj,'<span class="keyword">new</span>',array('type'=&gt;'ilink<span class="charliteral">','</span><a class="code" href="balance_8php.html#a6">label</a>'=&gt;$<a class="code" href="balance_8php.html#a6">label</a>));
<a name="l00792"></a>00792 $this-&gt;objects[$id]['info']['actionId']=$this-&gt;numObj;
<a name="l00793"></a>00793 <span class="keywordflow">break</span>;
<a name="l00794"></a>00794 }
@ -783,7 +783,7 @@
<a name="l00989"></a>00989 }
<a name="l00990"></a>00990 <span class="comment">// assign it a place in the named resource dictionary as an external object, according to</span>
<a name="l00991"></a>00991 <span class="comment">// the label passed in with it.</span>
<a name="l00992"></a>00992 $this-&gt;o_pages($this-&gt;currentNode,'xObject',array('<a class="code" href="action_8inc_8php.html#a15">label</a>'=&gt;$options['<a class="code" href="action_8inc_8php.html#a15">label</a>'],'objNum'=&gt;$<span class="keywordtype">id</span>));
<a name="l00992"></a>00992 $this-&gt;o_pages($this-&gt;currentNode,'xObject',array('<a class="code" href="balance_8php.html#a6">label</a>'=&gt;$options['<a class="code" href="balance_8php.html#a6">label</a>'],'objNum'=&gt;$<span class="keywordtype">id</span>));
<a name="l00993"></a>00993 <span class="comment">// also make sure that we have the right procset object for it.</span>
<a name="l00994"></a>00994 $this-&gt;o_procset($this-&gt;procsetObjectId,'add<span class="charliteral">','</span>ImageC');
<a name="l00995"></a>00995 <span class="keywordflow">break</span>;
@ -911,15 +911,15 @@
<a name="l01134"></a>01134
<a name="l01138"></a><a class="code" href="classCpdf.html#a20">01138</a> function ARC4($text){
<a name="l01139"></a>01139 $len=strlen($text);
<a name="l01140"></a>01140 <a class="code" href="action_8inc_8php.html#a24">$a</a>=0;
<a name="l01140"></a>01140 <a class="code" href="balance_8php.html#a10">$a</a>=0;
<a name="l01141"></a>01141 <a class="code" href="balance_8php.html#a11">$b</a>=0;
<a name="l01142"></a>01142 <a class="code" href="admin_8inc_8php.html#a2">$c</a> = $this-&gt;arc4;
<a name="l01143"></a>01143 $out='';
<a name="l01144"></a>01144 <span class="keywordflow">for</span> ($i=0;$i&lt;$len;$i++){
<a name="l01145"></a>01145 <a class="code" href="action_8inc_8php.html#a24">$a</a> = (<a class="code" href="action_8inc_8php.html#a24">$a</a>+1)%256;
<a name="l01146"></a>01146 <a class="code" href="impress__rapport_8php.html#a3">$t</a>= <a class="code" href="admin_8inc_8php.html#a2">$c</a>[<a class="code" href="action_8inc_8php.html#a24">$a</a>];
<a name="l01145"></a>01145 <a class="code" href="balance_8php.html#a10">$a</a> = (<a class="code" href="balance_8php.html#a10">$a</a>+1)%256;
<a name="l01146"></a>01146 <a class="code" href="impress__rapport_8php.html#a3">$t</a>= <a class="code" href="admin_8inc_8php.html#a2">$c</a>[<a class="code" href="balance_8php.html#a10">$a</a>];
<a name="l01147"></a>01147 <a class="code" href="balance_8php.html#a11">$b</a> = (<a class="code" href="balance_8php.html#a11">$b</a>+ord($t))%256;
<a name="l01148"></a>01148 <a class="code" href="admin_8inc_8php.html#a2">$c</a>[<a class="code" href="action_8inc_8php.html#a24">$a</a>]=<a class="code" href="admin_8inc_8php.html#a2">$c</a>[<a class="code" href="balance_8php.html#a11">$b</a>];
<a name="l01148"></a>01148 <a class="code" href="admin_8inc_8php.html#a2">$c</a>[<a class="code" href="balance_8php.html#a10">$a</a>]=<a class="code" href="admin_8inc_8php.html#a2">$c</a>[<a class="code" href="balance_8php.html#a11">$b</a>];
<a name="l01149"></a>01149 <a class="code" href="admin_8inc_8php.html#a2">$c</a>[<a class="code" href="balance_8php.html#a11">$b</a>]=<a class="code" href="impress__rapport_8php.html#a3">$t</a>;
<a name="l01150"></a>01150 $k = ord($c[(ord($c[$a])+ord($c[$b]))%256]);
<a name="l01151"></a>01151 $out.=chr(ord($text[$i]) ^ $k);
@ -934,9 +934,9 @@
<a name="l01167"></a>01167 $this-&gt;o_annotation($this-&gt;numObj,'<span class="keyword">new</span>',$info);
<a name="l01168"></a>01168 }
<a name="l01169"></a>01169
<a name="l01173"></a><a class="code" href="classCpdf.html#a22">01173</a> function addInternalLink($<a class="code" href="action_8inc_8php.html#a15">label</a>,$x0,$y0,$x1,$y1){
<a name="l01173"></a><a class="code" href="classCpdf.html#a22">01173</a> function addInternalLink($<a class="code" href="balance_8php.html#a6">label</a>,$x0,$y0,$x1,$y1){
<a name="l01174"></a>01174 $this-&gt;numObj++;
<a name="l01175"></a>01175 $info = array('type'=&gt;'ilink<span class="charliteral">','</span><a class="code" href="action_8inc_8php.html#a15">label</a>'=&gt;$<a class="code" href="action_8inc_8php.html#a15">label</a>,'rect'=&gt;array($x0,$y0,$x1,$y1));
<a name="l01175"></a>01175 $info = array('type'=&gt;'ilink<span class="charliteral">','</span><a class="code" href="balance_8php.html#a6">label</a>'=&gt;$<a class="code" href="balance_8php.html#a6">label</a>,'rect'=&gt;array($x0,$y0,$x1,$y1));
<a name="l01176"></a>01176 $this-&gt;o_annotation($this-&gt;numObj,'<span class="keyword">new</span>',$info);
<a name="l01177"></a>01177 }
<a name="l01178"></a>01178
@ -1297,7 +1297,7 @@
<a name="l01568"></a>01568 <span class="keywordflow">if</span> ($fbtype=='ttf'){
<a name="l01569"></a>01569 <a class="code" href="show__document__modele_8php.html#a5">$tmp</a>['SubType']='TrueType';
<a name="l01570"></a>01570 }
<a name="l01571"></a>01571 $this-&gt;addMessage('adding <a class="code" href="action_8inc_8php.html#a16">extra</a> info to font.('.$fontObj.<span class="charliteral">')'</span>);
<a name="l01571"></a>01571 $this-&gt;addMessage('adding <a class="code" href="bank_8inc_8php.html#a11">extra</a> info to font.('.$fontObj.<span class="charliteral">')'</span>);
<a name="l01572"></a>01572 foreach($tmp as $fk=&gt;$fv){
<a name="l01573"></a>01573 $this-&gt;addMessage($fk.<span class="stringliteral">" : "</span>.$fv);
<a name="l01574"></a>01574 }
@ -1409,7 +1409,7 @@
<a name="l01729"></a>01729 $dtm = $dt/3;
<a name="l01730"></a>01730
<a name="l01731"></a>01731 <span class="keywordflow">if</span> ($angle != 0){
<a name="l01732"></a>01732 <a class="code" href="action_8inc_8php.html#a24">$a</a> = -1*deg2rad((<span class="keywordtype">float</span>)$angle);
<a name="l01732"></a>01732 <a class="code" href="balance_8php.html#a10">$a</a> = -1*deg2rad((<span class="keywordtype">float</span>)$angle);
<a name="l01733"></a>01733 <a class="code" href="show__document__modele_8php.html#a5">$tmp</a> = <span class="stringliteral">"\n q "</span>;
<a name="l01734"></a>01734 <a class="code" href="show__document__modele_8php.html#a5">$tmp</a> .= sprintf('%.3f',cos($a)).<span class="charliteral">' '</span>.sprintf('%.3f',(-1.0*sin($a))).<span class="charliteral">' '</span>.sprintf('%.3f',sin($a)).<span class="charliteral">' '</span>.sprintf('%.3f',cos($a)).<span class="charliteral">' '</span>;
<a name="l01735"></a>01735 <a class="code" href="show__document__modele_8php.html#a5">$tmp</a> .= sprintf('%.3f',$x0).<span class="charliteral">' '</span>.sprintf('%.3f',$y0).' cm';
@ -2509,7 +2509,7 @@
<a name="l02974"></a>02974 <span class="stringliteral"> $this-&gt;o_destination($this-&gt;numObj,'new',array('page'=&gt;$this-&gt;currentPage,'type'=&gt;$style,'p1'=&gt;$a,'p2'=&gt;$b,'p3'=&gt;$c));</span>
<a name="l02975"></a>02975 <span class="stringliteral"> $id = $this-&gt;numObj;</span>
<a name="l02976"></a>02976 <span class="stringliteral"> // store the label-&gt;idf relationship, note that this means that labels can be used only once</span>
<a name="l02977"></a>02977 <span class="stringliteral"> $this-&gt;destinations["</span>$<a class="code" href="action_8inc_8php.html#a15">label</a><span class="stringliteral">"]=$id;</span>
<a name="l02977"></a>02977 <span class="stringliteral"> $this-&gt;destinations["</span>$<a class="code" href="balance_8php.html#a6">label</a><span class="stringliteral">"]=$id;</span>
<a name="l02978"></a>02978 <span class="stringliteral">}</span>
<a name="l02979"></a>02979 <span class="stringliteral"></span>
<a name="l02985"></a><a class="code" href="classCpdf.html#a71">02985</a> <span class="stringliteral">function setFontFamily($family,$options=''){</span>
@ -2597,7 +2597,7 @@
<a name="l03073"></a>03073 <span class="stringliteral">} // end of class</span>
<a name="l03074"></a>03074 <span class="stringliteral"></span>
<a name="l03075"></a>03075 <span class="stringliteral">?&gt;</span>
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:26 2006 for phpcompta by&nbsp;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:23 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -18,7 +18,7 @@
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classCpdf.html">Cpdf</a></td></tr>
</table>
<hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:29 2006 for phpcompta by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:24 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

File diff suppressed because it is too large Load diff

View file

@ -29,7 +29,7 @@ class_action for manipulating actions action can be :<ul>
<p>
The table document_type are the possible actions
<p>
Definition in file <a class="el" href="class__action_8php-source.html">class_action.php</a>.<hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:29 2006 for phpcompta by&nbsp;
Definition in file <a class="el" href="class__action_8php-source.html">class_action.php</a>.<hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:24 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -52,7 +52,7 @@
<a name="l00060"></a>00060
<a name="l00061"></a>00061 <span class="keywordflow">return</span> $p_attribut;
<a name="l00062"></a>00062 }
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:27 2006 for phpcompta by&nbsp;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:23 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -67,10 +67,10 @@ Definition at line <a class="el" href="class__attribut_8php-source.html#l00050">
<p>
References <a class="el" href="balance_8php-source.html#l00118">$i</a>, and <a class="el" href="impress__rapport_8php-source.html#l00062">$t</a>.
<p>
Referenced by <a class="el" href="class__fiche_8php-source.html#l00188">fiche::getAttribut()</a>. </td>
Referenced by <a class="el" href="class__fiche_8php-source.html#l00190">fiche::getAttribut()</a>. </td>
</tr>
</table>
<hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:29 2006 for phpcompta by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:24 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -72,35 +72,35 @@
<a name="l00084"></a>00084 <span class="comment">// Load the array</span>
<a name="l00085"></a>00085 <span class="keywordflow">for</span> ($i=0; $i &lt;$M;$i++) {
<a name="l00086"></a>00086 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=pg_fetch_array($Res,$i);
<a name="l00087"></a>00087 <a class="code" href="action_8inc_8php.html#a24">$a</a>['<a class="code" href="classposte.html">poste</a>']=<a class="code" href="user__action__ach_8php.html#a2">$r</a>['j_poste'];
<a name="l00088"></a>00088 <a class="code" href="action_8inc_8php.html#a24">$a</a>['<a class="code" href="action_8inc_8php.html#a15">label</a>']=substr(<a class="code" href="poste_8php.html#a0">GetPosteLibelle</a>($this-&gt;db,$r['j_poste'],1),0,40);
<a name="l00089"></a>00089 <a class="code" href="action_8inc_8php.html#a24">$a</a>['sum_deb']=round($r['sum_deb'],2);
<a name="l00090"></a>00090 <a class="code" href="action_8inc_8php.html#a24">$a</a>['sum_cred']=round($r['sum_cred'],2);
<a name="l00091"></a>00091 <a class="code" href="action_8inc_8php.html#a24">$a</a>['solde_deb']=round(( $a['sum_deb'] &gt;= $a['sum_cred'] )? $a['sum_deb']- $a['sum_cred']:0,2);
<a name="l00092"></a>00092 <a class="code" href="action_8inc_8php.html#a24">$a</a>['solde_cred']=round(( $a['sum_deb'] &lt;= $a['sum_cred'] )?$a['sum_cred']-$a['sum_deb']:0,2);
<a name="l00093"></a>00093 <a class="code" href="recherche_8php.html#a4">$array</a>[<a class="code" href="balance_8php.html#a12">$i</a>]=<a class="code" href="action_8inc_8php.html#a24">$a</a>;
<a name="l00094"></a>00094 $tot_cred+= <a class="code" href="action_8inc_8php.html#a24">$a</a>['sum_cred'];
<a name="l00095"></a>00095 $tot_deb+= <a class="code" href="action_8inc_8php.html#a24">$a</a>['sum_deb'];
<a name="l00096"></a>00096 $tot_deb_saldo+= <a class="code" href="action_8inc_8php.html#a24">$a</a>['solde_deb'];
<a name="l00097"></a>00097 $tot_cred_saldo+= <a class="code" href="action_8inc_8php.html#a24">$a</a>['solde_cred'];
<a name="l00087"></a>00087 <a class="code" href="balance_8php.html#a10">$a</a>['<a class="code" href="classposte.html">poste</a>']=<a class="code" href="user__action__ach_8php.html#a2">$r</a>['j_poste'];
<a name="l00088"></a>00088 <a class="code" href="balance_8php.html#a10">$a</a>['<a class="code" href="balance_8php.html#a6">label</a>']=substr(<a class="code" href="poste_8php.html#a0">GetPosteLibelle</a>($this-&gt;db,$r['j_poste'],1),0,40);
<a name="l00089"></a>00089 <a class="code" href="balance_8php.html#a10">$a</a>['sum_deb']=round($r['sum_deb'],2);
<a name="l00090"></a>00090 <a class="code" href="balance_8php.html#a10">$a</a>['sum_cred']=round($r['sum_cred'],2);
<a name="l00091"></a>00091 <a class="code" href="balance_8php.html#a10">$a</a>['solde_deb']=round(( $a['sum_deb'] &gt;= $a['sum_cred'] )? $a['sum_deb']- $a['sum_cred']:0,2);
<a name="l00092"></a>00092 <a class="code" href="balance_8php.html#a10">$a</a>['solde_cred']=round(( $a['sum_deb'] &lt;= $a['sum_cred'] )?$a['sum_cred']-$a['sum_deb']:0,2);
<a name="l00093"></a>00093 <a class="code" href="recherche_8php.html#a4">$array</a>[<a class="code" href="balance_8php.html#a12">$i</a>]=<a class="code" href="balance_8php.html#a10">$a</a>;
<a name="l00094"></a>00094 $tot_cred+= <a class="code" href="balance_8php.html#a10">$a</a>['sum_cred'];
<a name="l00095"></a>00095 $tot_deb+= <a class="code" href="balance_8php.html#a10">$a</a>['sum_deb'];
<a name="l00096"></a>00096 $tot_deb_saldo+= <a class="code" href="balance_8php.html#a10">$a</a>['solde_deb'];
<a name="l00097"></a>00097 $tot_cred_saldo+= <a class="code" href="balance_8php.html#a10">$a</a>['solde_cred'];
<a name="l00098"></a>00098
<a name="l00099"></a>00099
<a name="l00100"></a>00100 }<span class="comment">//for i</span>
<a name="l00101"></a>00101 <span class="comment">// Add the saldo</span>
<a name="l00102"></a>00102 <a class="code" href="balance_8php.html#a12">$i</a>+=1;
<a name="l00103"></a>00103 <a class="code" href="action_8inc_8php.html#a24">$a</a>['<a class="code" href="classposte.html">poste</a>']=<span class="stringliteral">""</span>;
<a name="l00104"></a>00104 <a class="code" href="action_8inc_8php.html#a24">$a</a>['<a class="code" href="action_8inc_8php.html#a15">label</a>']=<span class="stringliteral">"&lt;b&gt; Totaux &lt;/b&gt;"</span>;
<a name="l00105"></a>00105 <a class="code" href="action_8inc_8php.html#a24">$a</a>['sum_deb']=$tot_deb;
<a name="l00106"></a>00106 <a class="code" href="action_8inc_8php.html#a24">$a</a>['sum_cred']=$tot_cred;
<a name="l00107"></a>00107 <a class="code" href="action_8inc_8php.html#a24">$a</a>['solde_deb']=$tot_deb_saldo;
<a name="l00108"></a>00108 <a class="code" href="action_8inc_8php.html#a24">$a</a>['solde_cred']=$tot_cred_saldo;
<a name="l00109"></a>00109 <a class="code" href="recherche_8php.html#a4">$array</a>[<a class="code" href="balance_8php.html#a12">$i</a>]=<a class="code" href="action_8inc_8php.html#a24">$a</a>;
<a name="l00103"></a>00103 <a class="code" href="balance_8php.html#a10">$a</a>['<a class="code" href="classposte.html">poste</a>']=<span class="stringliteral">""</span>;
<a name="l00104"></a>00104 <a class="code" href="balance_8php.html#a10">$a</a>['<a class="code" href="balance_8php.html#a6">label</a>']=<span class="stringliteral">"&lt;b&gt; Totaux &lt;/b&gt;"</span>;
<a name="l00105"></a>00105 <a class="code" href="balance_8php.html#a10">$a</a>['sum_deb']=$tot_deb;
<a name="l00106"></a>00106 <a class="code" href="balance_8php.html#a10">$a</a>['sum_cred']=$tot_cred;
<a name="l00107"></a>00107 <a class="code" href="balance_8php.html#a10">$a</a>['solde_deb']=$tot_deb_saldo;
<a name="l00108"></a>00108 <a class="code" href="balance_8php.html#a10">$a</a>['solde_cred']=$tot_cred_saldo;
<a name="l00109"></a>00109 <a class="code" href="recherche_8php.html#a4">$array</a>[<a class="code" href="balance_8php.html#a12">$i</a>]=<a class="code" href="balance_8php.html#a10">$a</a>;
<a name="l00110"></a>00110 $this-&gt;row=<a class="code" href="recherche_8php.html#a4">$array</a>;
<a name="l00111"></a>00111 <span class="keywordflow">return</span> <a class="code" href="recherche_8php.html#a4">$array</a>;
<a name="l00112"></a>00112
<a name="l00113"></a>00113 }
<a name="l00114"></a>00114 }
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:27 2006 for phpcompta by&nbsp;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:23 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -23,7 +23,7 @@ Class for manipulating data to print the balance of account.
<p>
<p>
Definition in file <a class="el" href="class__balance_8php-source.html">class_balance.php</a>.<hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:29 2006 for phpcompta by&nbsp;
Definition in file <a class="el" href="class__balance_8php-source.html">class_balance.php</a>.<hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:24 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -129,7 +129,7 @@
<a name="l00137"></a>00137 }
<a name="l00138"></a>00138
<a name="l00139"></a>00139 }
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:27 2006 for phpcompta by&nbsp;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:23 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -23,7 +23,7 @@ class for the contact, contact are derived from ficheContact are a card which ar
<p>
<p>
Definition in file <a class="el" href="class__contact_8php-source.html">class_contact.php</a>.<hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:29 2006 for phpcompta by&nbsp;
Definition in file <a class="el" href="class__contact_8php-source.html">class_contact.php</a>.<hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:24 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -216,7 +216,7 @@
<a name="l00242"></a>00242 <span class="stringliteral">"&lt;/TD&gt;"</span>;
<a name="l00243"></a>00243
<a name="l00244"></a>00244 $post=<span class="keyword">new</span> <a class="code" href="user__impress_8php.html#a6">poste</a>($this-&gt;cn,$client-&gt;strAttribut(<a class="code" href="constant_8php.html#a50">ATTR_DEF_ACCOUNT</a>));
<a name="l00245"></a>00245 <a class="code" href="action_8inc_8php.html#a24">$a</a>=$post-&gt;GetSoldeDetail();
<a name="l00245"></a>00245 <a class="code" href="balance_8php.html#a10">$a</a>=$post-&gt;GetSoldeDetail();
<a name="l00246"></a>00246 <a class="code" href="user__action__ach_8php.html#a2">$r</a>.=sprintf('&lt;TD align=<span class="stringliteral">"right"</span>&gt; %15.2f&amp;euro;&lt;/TD&gt;',$a['solde']);
<a name="l00247"></a>00247 <a class="code" href="user__action__ach_8php.html#a2">$r</a>.=<span class="stringliteral">"&lt;TD&gt;"</span>;
<a name="l00248"></a>00248
@ -242,7 +242,7 @@
<a name="l00268"></a>00268 }
<a name="l00269"></a>00269
<a name="l00270"></a>00270 ?&gt;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:27 2006 for phpcompta by&nbsp;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:23 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -23,7 +23,7 @@ Derived from class fiche <a class="el" href="classCustomer.html">Customer</a> ar
<p>
<p>
Definition in file <a class="el" href="class__customer_8php-source.html">class_customer.php</a>.<hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:29 2006 for phpcompta by&nbsp;
Definition in file <a class="el" href="class__customer_8php-source.html">class_customer.php</a>.<hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:24 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -231,419 +231,421 @@
<a name="l00271"></a><a class="code" href="classDocument.html#a5">00271</a> function <a class="code" href="classDocument.html#a5">Upload</a>()
<a name="l00272"></a>00272 {
<a name="l00273"></a>00273
<a name="l00274"></a>00274 <span class="comment">// Start Transaction</span>
<a name="l00275"></a>00275 <a class="code" href="postgres_8php.html#a14">StartSql</a>($this-&gt;db);
<a name="l00276"></a>00276 $new_name=tempnam('/tmp<span class="charliteral">','</span>doc_');
<a name="l00277"></a>00277
<a name="l00278"></a>00278 <span class="comment">// nothing to save</span>
<a name="l00279"></a>00279 <span class="keywordflow">if</span> ( <span class="keyword">sizeof</span>($_FILES) == 0 ) <span class="keywordflow">return</span>;
<a name="l00280"></a>00280 <span class="comment">// check if a file is submitted</span>
<a name="l00281"></a>00281 <span class="keywordflow">if</span> ( strlen($_FILES['file_upload']['tmp_name']) != 0 )
<a name="l00282"></a>00282 {
<a name="l00283"></a>00283 <span class="comment">// upload the file and move it to temp directory</span>
<a name="l00284"></a>00284 <span class="keywordflow">if</span> ( move_uploaded_file($_FILES['file_upload']['tmp_name'],$new_name))
<a name="l00285"></a>00285 {
<a name="l00286"></a>00286 $oid=pg_lo_import($this-&gt;db,$new_name);
<a name="l00287"></a>00287 <span class="comment">// check if the lob is in the database</span>
<a name="l00288"></a>00288 <span class="keywordflow">if</span> ( $oid == <span class="keyword">false</span> )
<a name="l00289"></a>00289 {
<a name="l00290"></a>00290 <a class="code" href="postgres_8php.html#a17">Rollback</a>($this-&gt;db);
<a name="l00291"></a>00291 <span class="keywordflow">return</span> 1;
<a name="l00292"></a>00292 }
<a name="l00293"></a>00293 }
<a name="l00294"></a>00294 <span class="comment">// the upload in the database is successfull</span>
<a name="l00295"></a>00295 $this-&gt;d_lob=$oid;
<a name="l00296"></a>00296 $this-&gt;d_filename=$_FILES['file_upload']['<a class="code" href="action_8inc_8php.html#a12">name</a>'];
<a name="l00297"></a>00297 $this-&gt;d_mimetype=$_FILES['file_upload']['type'];
<a name="l00298"></a>00298 <span class="comment">// now we have to update the col.</span>
<a name="l00299"></a>00299 <span class="comment">// We retrieve the row to remove a possible existing lob (replace)</span>
<a name="l00300"></a>00300 <a class="code" href="bank_8inc_8php.html#a13">$sql</a>=<span class="stringliteral">"select d_lob from document where d_id="</span>.$this-&gt;d_id;
<a name="l00301"></a>00301 <a class="code" href="impress__bilan_8php.html#a0">$ret</a>=<a class="code" href="postgres_8php.html#a2">ExecSql</a>($this-&gt;db,$sql);
<a name="l00302"></a>00302
<a name="l00303"></a>00303 <span class="keywordflow">if</span> (pg_num_rows($ret) != 0)
<a name="l00304"></a>00304 {
<a name="l00305"></a>00305 <span class="comment">// a result is found, the old oid is keept in order to</span>
<a name="l00306"></a>00306 <span class="comment">// remove it later</span>
<a name="l00307"></a>00307 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=pg_fetch_array($ret,0) ;
<a name="l00308"></a>00308 <a class="code" href="modify__op_8php.html#a6">$old_oid</a>=<a class="code" href="user__action__ach_8php.html#a2">$r</a>['d_lob'] ;
<a name="l00309"></a>00309 <span class="keywordflow">if</span> (strlen($old_oid) != 0) { pg_lo_unlink ($this-&gt;db,$old_oid);}
<a name="l00310"></a>00310 }
<a name="l00311"></a>00311 <span class="comment">// Update the table</span>
<a name="l00312"></a>00312 <a class="code" href="bank_8inc_8php.html#a13">$sql</a>=sprintf(<span class="stringliteral">"update document set d_lob=%s,d_filename='%s',d_mimetype='%s' where d_id=%d"</span>,
<a name="l00313"></a>00313 $this-&gt;d_lob,$this-&gt;d_filename,$this-&gt;d_mimetype,$this-&gt;d_id);
<a name="l00314"></a>00314 <a class="code" href="postgres_8php.html#a2">ExecSql</a>($this-&gt;db,$sql);
<a name="l00315"></a>00315 <a class="code" href="postgres_8php.html#a16">Commit</a>($this-&gt;db);
<a name="l00316"></a>00316 }
<a name="l00317"></a>00317
<a name="l00318"></a>00318 }
<a name="l00324"></a><a class="code" href="classDocument.html#a6">00324</a> function <a class="code" href="classDocument.html#a6">a_ref</a>()
<a name="l00325"></a>00325 {
<a name="l00326"></a>00326 <span class="keywordflow">if</span> ( $this-&gt;d_id == 0 )
<a name="l00327"></a>00327 <span class="keywordflow">return</span> '';
<a name="l00328"></a>00328 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=<span class="stringliteral">""</span>;
<a name="l00329"></a>00329 <a class="code" href="user__action__ach_8php.html#a2">$r</a>='&lt;A HREF=<span class="stringliteral">"show_document.php?d_id='.$this-&gt;d_id.'"</span>&gt;<a class="code" href="classDocument.html">Document</a>&lt;/A&gt;';
<a name="l00330"></a>00330 <span class="keywordflow">return</span> <a class="code" href="user__action__ach_8php.html#a2">$r</a>;
<a name="l00331"></a>00331 }
<a name="l00332"></a>00332 <span class="comment">/* ! Get</span>
<a name="l00333"></a>00333 <span class="comment"> * \brief Send the document</span>
<a name="l00334"></a>00334 <span class="comment"> */</span>
<a name="l00335"></a><a class="code" href="classDocument.html#a7">00335</a> function <a class="code" href="classDocument.html#a7">Send</a>()
<a name="l00336"></a>00336 {
<a name="l00337"></a>00337 <span class="comment">// retrieve the template and generate document</span>
<a name="l00338"></a>00338 <a class="code" href="postgres_8php.html#a14">StartSql</a>($this-&gt;db);
<a name="l00339"></a>00339 <a class="code" href="impress__bilan_8php.html#a0">$ret</a>=<a class="code" href="postgres_8php.html#a2">ExecSql</a>($this-&gt;db,
<a name="l00340"></a>00340 <span class="stringliteral">"select d_id,d_lob,d_filename,d_mimetype from document where d_id="</span>.$this-&gt;d_id );
<a name="l00341"></a>00341 <span class="keywordflow">if</span> ( pg_num_rows ($ret) == 0 )
<a name="l00342"></a>00342 <span class="keywordflow">return</span>;
<a name="l00343"></a>00343 <a class="code" href="cbc__be_8inc_8php.html#a0">$row</a>=pg_fetch_array($ret,0);
<a name="l00344"></a>00344 <span class="comment">//the document is saved into file $tmp</span>
<a name="l00345"></a>00345 <a class="code" href="show__document__modele_8php.html#a5">$tmp</a>=tempnam('/tmp/<span class="charliteral">','</span>document_');
<a name="l00346"></a>00346 pg_lo_export($this-&gt;db,$row['d_lob'],$tmp);
<a name="l00347"></a>00347 $this-&gt;d_mimetype=<a class="code" href="cbc__be_8inc_8php.html#a0">$row</a>['d_mimetype'];
<a name="l00348"></a>00348 $this-&gt;d_filename=<a class="code" href="cbc__be_8inc_8php.html#a0">$row</a>['d_filename'];
<a name="l00349"></a>00349
<a name="l00350"></a>00350 <span class="comment">// send it to stdout</span>
<a name="l00351"></a>00351 ini_set('zlib.output_compression<span class="charliteral">','</span>Off');
<a name="l00352"></a>00352 header(<span class="stringliteral">"Pragma: public"</span>);
<a name="l00353"></a>00353 header(<span class="stringliteral">"Expires: Mon, 26 Jul 1997 05:00:00 GMT"</span>);
<a name="l00354"></a>00354 header(<span class="stringliteral">"Last-Modified: "</span> . gmdate(<span class="stringliteral">"D, d M Y H:i:s"</span>) . <span class="stringliteral">" GMT"</span>);
<a name="l00355"></a>00355 header(<span class="stringliteral">"Cache-Control: must-revalidate"</span>);
<a name="l00356"></a>00356 header('Content-type: <span class="stringliteral">"'.$this-&gt;d_mimetype.'"</span>');
<a name="l00357"></a>00357 header('Content-Disposition: attachment;filename=<span class="stringliteral">"'.$this-&gt;d_filename.'"</span>',FALSE);
<a name="l00358"></a>00358 header(<span class="stringliteral">"Accept-Ranges: bytes"</span>);
<a name="l00359"></a>00359 <a class="code" href="show__document__modele_8php.html#a6">$file</a>=fopen($tmp,<span class="charliteral">'r'</span>);
<a name="l00360"></a>00360 <span class="keywordflow">while</span> ( !feof ($file) )
<a name="l00361"></a>00361 {
<a name="l00362"></a>00362 echo fread($file,8192);
<a name="l00363"></a>00363 }
<a name="l00364"></a>00364 fclose($file);
<a name="l00365"></a>00365
<a name="l00366"></a>00366 unlink ($tmp);
<a name="l00274"></a>00274 <span class="comment">// nothing to save</span>
<a name="l00275"></a>00275 <span class="keywordflow">if</span> ( <span class="keyword">sizeof</span>($_FILES) == 0 ) <span class="keywordflow">return</span>;
<a name="l00276"></a>00276
<a name="l00277"></a>00277 <span class="comment">// Start Transaction</span>
<a name="l00278"></a>00278 <a class="code" href="postgres_8php.html#a14">StartSql</a>($this-&gt;db);
<a name="l00279"></a>00279 $new_name=tempnam('/tmp<span class="charliteral">','</span>doc_');
<a name="l00280"></a>00280
<a name="l00281"></a>00281
<a name="l00282"></a>00282 <span class="comment">// check if a file is submitted</span>
<a name="l00283"></a>00283 <span class="keywordflow">if</span> ( strlen($_FILES['file_upload']['tmp_name']) != 0 )
<a name="l00284"></a>00284 {
<a name="l00285"></a>00285 <span class="comment">// upload the file and move it to temp directory</span>
<a name="l00286"></a>00286 <span class="keywordflow">if</span> ( move_uploaded_file($_FILES['file_upload']['tmp_name'],$new_name))
<a name="l00287"></a>00287 {
<a name="l00288"></a>00288 $oid=pg_lo_import($this-&gt;db,$new_name);
<a name="l00289"></a>00289 <span class="comment">// check if the lob is in the database</span>
<a name="l00290"></a>00290 <span class="keywordflow">if</span> ( $oid == <span class="keyword">false</span> )
<a name="l00291"></a>00291 {
<a name="l00292"></a>00292 <a class="code" href="postgres_8php.html#a17">Rollback</a>($this-&gt;db);
<a name="l00293"></a>00293 <span class="keywordflow">return</span> 1;
<a name="l00294"></a>00294 }
<a name="l00295"></a>00295 }
<a name="l00296"></a>00296 <span class="comment">// the upload in the database is successfull</span>
<a name="l00297"></a>00297 $this-&gt;d_lob=$oid;
<a name="l00298"></a>00298 $this-&gt;d_filename=$_FILES['file_upload']['<a class="code" href="action_8inc_8php.html#a12">name</a>'];
<a name="l00299"></a>00299 $this-&gt;d_mimetype=$_FILES['file_upload']['type'];
<a name="l00300"></a>00300 <span class="comment">// now we have to update the col.</span>
<a name="l00301"></a>00301 <span class="comment">// We retrieve the row to remove a possible existing lob (replace)</span>
<a name="l00302"></a>00302 <a class="code" href="bank_8inc_8php.html#a13">$sql</a>=<span class="stringliteral">"select d_lob from document where d_id="</span>.$this-&gt;d_id;
<a name="l00303"></a>00303 <a class="code" href="impress__bilan_8php.html#a0">$ret</a>=<a class="code" href="postgres_8php.html#a2">ExecSql</a>($this-&gt;db,$sql);
<a name="l00304"></a>00304
<a name="l00305"></a>00305 <span class="keywordflow">if</span> (pg_num_rows($ret) != 0)
<a name="l00306"></a>00306 {
<a name="l00307"></a>00307 <span class="comment">// a result is found, the old oid is keept in order to</span>
<a name="l00308"></a>00308 <span class="comment">// remove it later</span>
<a name="l00309"></a>00309 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=pg_fetch_array($ret,0) ;
<a name="l00310"></a>00310 <a class="code" href="modify__op_8php.html#a6">$old_oid</a>=<a class="code" href="user__action__ach_8php.html#a2">$r</a>['d_lob'] ;
<a name="l00311"></a>00311 <span class="keywordflow">if</span> (strlen($old_oid) != 0) { pg_lo_unlink ($this-&gt;db,$old_oid);}
<a name="l00312"></a>00312 }
<a name="l00313"></a>00313 <span class="comment">// Update the table</span>
<a name="l00314"></a>00314 <a class="code" href="bank_8inc_8php.html#a13">$sql</a>=sprintf(<span class="stringliteral">"update document set d_lob=%s,d_filename='%s',d_mimetype='%s' where d_id=%d"</span>,
<a name="l00315"></a>00315 $this-&gt;d_lob,$this-&gt;d_filename,$this-&gt;d_mimetype,$this-&gt;d_id);
<a name="l00316"></a>00316 <a class="code" href="postgres_8php.html#a2">ExecSql</a>($this-&gt;db,$sql);
<a name="l00317"></a>00317 }
<a name="l00318"></a>00318 <a class="code" href="postgres_8php.html#a16">Commit</a>($this-&gt;db);
<a name="l00319"></a>00319
<a name="l00320"></a>00320 }
<a name="l00326"></a><a class="code" href="classDocument.html#a6">00326</a> function <a class="code" href="classDocument.html#a6">a_ref</a>()
<a name="l00327"></a>00327 {
<a name="l00328"></a>00328 <span class="keywordflow">if</span> ( $this-&gt;d_id == 0 )
<a name="l00329"></a>00329 <span class="keywordflow">return</span> '';
<a name="l00330"></a>00330 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=<span class="stringliteral">""</span>;
<a name="l00331"></a>00331 <a class="code" href="user__action__ach_8php.html#a2">$r</a>='&lt;A HREF=<span class="stringliteral">"show_document.php?d_id='.$this-&gt;d_id.'"</span>&gt;<a class="code" href="classDocument.html">Document</a>&lt;/A&gt;';
<a name="l00332"></a>00332 <span class="keywordflow">return</span> <a class="code" href="user__action__ach_8php.html#a2">$r</a>;
<a name="l00333"></a>00333 }
<a name="l00334"></a>00334 <span class="comment">/* ! Get</span>
<a name="l00335"></a>00335 <span class="comment"> * \brief Send the document</span>
<a name="l00336"></a>00336 <span class="comment"> */</span>
<a name="l00337"></a><a class="code" href="classDocument.html#a7">00337</a> function <a class="code" href="classDocument.html#a7">Send</a>()
<a name="l00338"></a>00338 {
<a name="l00339"></a>00339 <span class="comment">// retrieve the template and generate document</span>
<a name="l00340"></a>00340 <a class="code" href="postgres_8php.html#a14">StartSql</a>($this-&gt;db);
<a name="l00341"></a>00341 <a class="code" href="impress__bilan_8php.html#a0">$ret</a>=<a class="code" href="postgres_8php.html#a2">ExecSql</a>($this-&gt;db,
<a name="l00342"></a>00342 <span class="stringliteral">"select d_id,d_lob,d_filename,d_mimetype from document where d_id="</span>.$this-&gt;d_id );
<a name="l00343"></a>00343 <span class="keywordflow">if</span> ( pg_num_rows ($ret) == 0 )
<a name="l00344"></a>00344 <span class="keywordflow">return</span>;
<a name="l00345"></a>00345 <a class="code" href="cbc__be_8inc_8php.html#a0">$row</a>=pg_fetch_array($ret,0);
<a name="l00346"></a>00346 <span class="comment">//the document is saved into file $tmp</span>
<a name="l00347"></a>00347 <a class="code" href="show__document__modele_8php.html#a5">$tmp</a>=tempnam('/tmp/<span class="charliteral">','</span>document_');
<a name="l00348"></a>00348 pg_lo_export($this-&gt;db,$row['d_lob'],$tmp);
<a name="l00349"></a>00349 $this-&gt;d_mimetype=<a class="code" href="cbc__be_8inc_8php.html#a0">$row</a>['d_mimetype'];
<a name="l00350"></a>00350 $this-&gt;d_filename=<a class="code" href="cbc__be_8inc_8php.html#a0">$row</a>['d_filename'];
<a name="l00351"></a>00351
<a name="l00352"></a>00352 <span class="comment">// send it to stdout</span>
<a name="l00353"></a>00353 ini_set('zlib.output_compression<span class="charliteral">','</span>Off');
<a name="l00354"></a>00354 header(<span class="stringliteral">"Pragma: public"</span>);
<a name="l00355"></a>00355 header(<span class="stringliteral">"Expires: Mon, 26 Jul 1997 05:00:00 GMT"</span>);
<a name="l00356"></a>00356 header(<span class="stringliteral">"Last-Modified: "</span> . gmdate(<span class="stringliteral">"D, d M Y H:i:s"</span>) . <span class="stringliteral">" GMT"</span>);
<a name="l00357"></a>00357 header(<span class="stringliteral">"Cache-Control: must-revalidate"</span>);
<a name="l00358"></a>00358 header('Content-type: <span class="stringliteral">"'.$this-&gt;d_mimetype.'"</span>');
<a name="l00359"></a>00359 header('Content-Disposition: attachment;filename=<span class="stringliteral">"'.$this-&gt;d_filename.'"</span>',FALSE);
<a name="l00360"></a>00360 header(<span class="stringliteral">"Accept-Ranges: bytes"</span>);
<a name="l00361"></a>00361 <a class="code" href="show__document__modele_8php.html#a6">$file</a>=fopen($tmp,<span class="charliteral">'r'</span>);
<a name="l00362"></a>00362 <span class="keywordflow">while</span> ( !feof ($file) )
<a name="l00363"></a>00363 {
<a name="l00364"></a>00364 echo fread($file,8192);
<a name="l00365"></a>00365 }
<a name="l00366"></a>00366 fclose($file);
<a name="l00367"></a>00367
<a name="l00368"></a>00368 <a class="code" href="postgres_8php.html#a16">Commit</a>($this-&gt;db);
<a name="l00368"></a>00368 unlink ($tmp);
<a name="l00369"></a>00369
<a name="l00370"></a>00370 }
<a name="l00373"></a><a class="code" href="classDocument.html#a8">00373</a> function <a class="code" href="classDocument.html#a8">get</a>()
<a name="l00374"></a>00374 {
<a name="l00375"></a>00375 <a class="code" href="bank_8inc_8php.html#a13">$sql</a>=<span class="stringliteral">"select * from document where d_id="</span>.$this-&gt;d_id;
<a name="l00376"></a>00376 <a class="code" href="impress__bilan_8php.html#a0">$ret</a>=Exec($this-&gt;db,$sql);
<a name="l00377"></a>00377 <span class="keywordflow">if</span> ( pg_num_rows($ret) == 0 )
<a name="l00378"></a>00378 <span class="keywordflow">return</span>;
<a name="l00379"></a>00379 <a class="code" href="cbc__be_8inc_8php.html#a0">$row</a>=pg_fetch_array($ret,0);
<a name="l00380"></a>00380 $this-&gt;<a class="code" href="action_8inc_8php.html#a3">ag_id</a>=<a class="code" href="cbc__be_8inc_8php.html#a0">$row</a>['<a class="code" href="action_8inc_8php.html#a3">ag_id</a>'];
<a name="l00381"></a>00381 $this-&gt;d_mimetype=<a class="code" href="cbc__be_8inc_8php.html#a0">$row</a>['d_mimetype'];
<a name="l00382"></a>00382 $this-&gt;d_filename=<a class="code" href="cbc__be_8inc_8php.html#a0">$row</a>['d_filename'];
<a name="l00383"></a>00383 $this-&gt;d_lob=<a class="code" href="cbc__be_8inc_8php.html#a0">$row</a>['d_lob'];
<a name="l00384"></a>00384 $this-&gt;d_number=<a class="code" href="cbc__be_8inc_8php.html#a0">$row</a>[''];
<a name="l00385"></a>00385 $this-&gt;<a class="code" href="action_8inc_8php.html#a6">d_state</a>=<a class="code" href="cbc__be_8inc_8php.html#a0">$row</a>['<a class="code" href="action_8inc_8php.html#a3">ag_id</a>'];
<a name="l00386"></a>00386 $this-&gt;d_number=<a class="code" href="cbc__be_8inc_8php.html#a0">$row</a>['d_number'];
<a name="l00387"></a>00387
<a name="l00388"></a>00388 }
<a name="l00421"></a><a class="code" href="classDocument.html#a9">00421</a> function <a class="code" href="classDocument.html#a9">Replace</a>($p_tag)
<a name="l00422"></a>00422 {
<a name="l00423"></a>00423 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=<span class="stringliteral">"Tag inconnu"</span>;
<a name="l00424"></a>00424 <span class="keyword">static</span> $counter=0;
<a name="l00425"></a>00425 <span class="keywordflow">switch</span> ($p_tag)
<a name="l00426"></a>00426 {
<a name="l00427"></a>00427 <span class="keywordflow">case</span> 'DATE':
<a name="l00428"></a>00428 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=' Date inconnue ';
<a name="l00429"></a>00429 <span class="comment">// Date are in $_REQUEST['ag_date'] </span>
<a name="l00430"></a>00430 <span class="comment">// or $_POST['e_date']</span>
<a name="l00431"></a>00431 <span class="keywordflow">if</span> ( isset ($_REQUEST['ag_date']))
<a name="l00432"></a>00432 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=$_REQUEST['ag_date'];
<a name="l00433"></a>00433 <span class="keywordflow">if</span> ( isset ($_REQUEST['e_date']))
<a name="l00434"></a>00434 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=$_REQUEST['e_date'];
<a name="l00435"></a>00435
<a name="l00436"></a>00436 <span class="keywordflow">break</span>;
<a name="l00437"></a>00437 <span class="comment">//</span>
<a name="l00438"></a>00438 <span class="comment">// the company priv</span>
<a name="l00439"></a>00439
<a name="l00440"></a>00440 <span class="keywordflow">case</span> '<a class="code" href="parametre_8php.html#a8">MY_NAME</a>':
<a name="l00441"></a>00441 <a class="code" href="parametre_8php.html#a17">$my</a>=<span class="keyword">new</span> own($this-&gt;db);
<a name="l00442"></a>00442 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=<a class="code" href="parametre_8php.html#a17">$my</a>-&gt;MY_NAME;
<a name="l00443"></a>00443 <span class="keywordflow">break</span>;
<a name="l00444"></a>00444 <span class="keywordflow">case</span> '<a class="code" href="parametre_8php.html#a12">MY_CP</a>':
<a name="l00445"></a>00445 <a class="code" href="parametre_8php.html#a17">$my</a>=<span class="keyword">new</span> own($this-&gt;db);
<a name="l00446"></a>00446 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=<a class="code" href="parametre_8php.html#a17">$my</a>-&gt;MY_CP;
<a name="l00447"></a>00447 <span class="keywordflow">break</span>;
<a name="l00448"></a>00448 <span class="keywordflow">case</span> '<a class="code" href="parametre_8php.html#a13">MY_COMMUNE</a>':
<a name="l00449"></a>00449 <a class="code" href="parametre_8php.html#a17">$my</a>=<span class="keyword">new</span> own($this-&gt;db);
<a name="l00450"></a>00450 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=<a class="code" href="parametre_8php.html#a17">$my</a>-&gt;MY_COMMUNE;
<a name="l00451"></a>00451 <span class="keywordflow">break</span>;
<a name="l00452"></a>00452 <span class="keywordflow">case</span> '<a class="code" href="parametre_8php.html#a9">MY_TVA</a>':
<a name="l00453"></a>00453 <a class="code" href="parametre_8php.html#a17">$my</a>=<span class="keyword">new</span> own($this-&gt;db);
<a name="l00454"></a>00454 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=<a class="code" href="parametre_8php.html#a17">$my</a>-&gt;MY_TVA;
<a name="l00455"></a>00455 <span class="keywordflow">break</span>;
<a name="l00456"></a>00456 <span class="keywordflow">case</span> '<a class="code" href="parametre_8php.html#a10">MY_STREET</a>':
<a name="l00457"></a>00457 <a class="code" href="parametre_8php.html#a17">$my</a>=<span class="keyword">new</span> own($this-&gt;db);
<a name="l00458"></a>00458 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=<a class="code" href="parametre_8php.html#a17">$my</a>-&gt;MY_STREET;
<a name="l00459"></a>00459 <span class="keywordflow">break</span>;
<a name="l00460"></a>00460 <span class="keywordflow">case</span> '<a class="code" href="parametre_8php.html#a11">MY_NUMBER</a>':
<a name="l00461"></a>00461 <a class="code" href="parametre_8php.html#a17">$my</a>=<span class="keyword">new</span> own($this-&gt;db);
<a name="l00462"></a>00462 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=<a class="code" href="parametre_8php.html#a17">$my</a>-&gt;MY_NUMBER;
<a name="l00463"></a>00463 <span class="keywordflow">break</span>;
<a name="l00464"></a>00464 <span class="keywordflow">case</span> '<a class="code" href="parametre_8php.html#a14">MY_TEL</a>':
<a name="l00465"></a>00465 <a class="code" href="parametre_8php.html#a17">$my</a>=<span class="keyword">new</span> own($this-&gt;db);
<a name="l00466"></a>00466 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=<a class="code" href="parametre_8php.html#a17">$my</a>-&gt;MY_TEL;
<a name="l00467"></a>00467 <span class="keywordflow">break</span>;
<a name="l00468"></a>00468 <span class="keywordflow">case</span> '<a class="code" href="parametre_8php.html#a15">MY_FAX</a>':
<a name="l00469"></a>00469 <a class="code" href="parametre_8php.html#a17">$my</a>=<span class="keyword">new</span> own($this-&gt;db);
<a name="l00470"></a>00470 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=<a class="code" href="parametre_8php.html#a17">$my</a>-&gt;MY_FAX;
<a name="l00471"></a>00471 <span class="keywordflow">break</span>;
<a name="l00472"></a>00472 <span class="keywordflow">case</span> '<a class="code" href="parametre_8php.html#a16">MY_PAYS</a>':
<a name="l00473"></a>00473 <a class="code" href="parametre_8php.html#a17">$my</a>=<span class="keyword">new</span> own($this-&gt;db);
<a name="l00474"></a>00474 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=<a class="code" href="parametre_8php.html#a17">$my</a>-&gt;MY_PAYS;
<a name="l00475"></a>00475 <span class="keywordflow">break</span>;
<a name="l00476"></a>00476
<a name="l00477"></a>00477 <span class="comment">// customer </span>
<a name="l00478"></a>00478 <span class="comment">/*\note The CUST_* are retrieved thx the $_REQUEST['tiers'] </span>
<a name="l00479"></a>00479 <span class="comment"> * which contains the quick_code</span>
<a name="l00480"></a>00480 <span class="comment"> */</span>
<a name="l00481"></a>00481 <span class="keywordflow">case</span> 'SOLDE':
<a name="l00482"></a>00482 $tiers=<span class="keyword">new</span> <a class="code" href="user__impress_8php.html#a10">fiche</a>($this-&gt;db);
<a name="l00483"></a>00483 <a class="code" href="bank_8inc_8php.html#a9">$qcode</a>=isset($_REQUEST['tiers'])?$_REQUEST['tiers']:$_REQUEST['e_client'];
<a name="l00484"></a>00484 $tiers-&gt;Getbyqcode($<a class="code" href="action_8inc_8php.html#a8">qcode</a>,<span class="keyword">false</span>);
<a name="l00485"></a>00485 <a class="code" href="line__update_8php.html#a10">$p</a>=$tiers-&gt;strAttribut(<a class="code" href="constant_8php.html#a50">ATTR_DEF_ACCOUNT</a>);
<a name="l00486"></a>00486 <a class="code" href="send__poste__pdf_8php.html#a2">$poste</a>=<span class="keyword">new</span> Poste($this-&gt;db,$p);
<a name="l00487"></a>00487 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=<a class="code" href="send__poste__pdf_8php.html#a2">$poste</a>-&gt;GetSolde(' <span class="keyword">true</span>' );
<a name="l00488"></a>00488 <span class="keywordflow">break</span>;
<a name="l00489"></a>00489 <span class="keywordflow">case</span> 'CUST_NAME':
<a name="l00490"></a>00490 $tiers=<span class="keyword">new</span> <a class="code" href="user__impress_8php.html#a10">fiche</a>($this-&gt;db);
<a name="l00491"></a>00491 <a class="code" href="bank_8inc_8php.html#a9">$qcode</a>=isset($_REQUEST['tiers'])?$_REQUEST['tiers']:$_REQUEST['e_client'];
<a name="l00492"></a>00492 $tiers-&gt;getByQcode($<a class="code" href="action_8inc_8php.html#a8">qcode</a>,<span class="keyword">false</span>);
<a name="l00493"></a>00493 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=$tiers-&gt;strAttribut(<a class="code" href="constant_8php.html#a51">ATTR_DEF_NAME</a>);
<a name="l00494"></a>00494 <span class="keywordflow">break</span>;
<a name="l00495"></a>00495 <span class="keywordflow">case</span> 'CUST_ADDR_1':
<a name="l00496"></a>00496 $tiers=<span class="keyword">new</span> <a class="code" href="user__impress_8php.html#a10">fiche</a>($this-&gt;db);
<a name="l00497"></a>00497 <a class="code" href="bank_8inc_8php.html#a9">$qcode</a>=isset($_REQUEST['tiers'])?$_REQUEST['tiers']:$_REQUEST['e_client'];
<a name="l00498"></a>00498 $tiers-&gt;getByQcode($<a class="code" href="action_8inc_8php.html#a8">qcode</a>,<span class="keyword">false</span>);
<a name="l00499"></a>00499 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=$tiers-&gt;strAttribut(<a class="code" href="constant_8php.html#a56">ATTR_DEF_ADRESS</a>);
<a name="l00500"></a>00500
<a name="l00501"></a>00501 <a class="code" href="readme_8php.html#a13">break</a> ;
<a name="l00502"></a>00502 <span class="keywordflow">case</span> 'CUST_CP':
<a name="l00503"></a>00503 $tiers=<span class="keyword">new</span> <a class="code" href="user__impress_8php.html#a10">fiche</a>($this-&gt;db);
<a name="l00504"></a>00504 <a class="code" href="bank_8inc_8php.html#a9">$qcode</a>=isset($_REQUEST['tiers'])?$_REQUEST['tiers']:$_REQUEST['e_client'];
<a name="l00505"></a>00505 $tiers-&gt;getByQcode($<a class="code" href="action_8inc_8php.html#a8">qcode</a>,<span class="keyword">false</span>);
<a name="l00506"></a>00506 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=$tiers-&gt;strAttribut(<a class="code" href="constant_8php.html#a57">ATTR_DEF_CP</a>);
<a name="l00507"></a>00507
<a name="l00508"></a>00508 <span class="keywordflow">break</span>;
<a name="l00509"></a>00509 <span class="keywordflow">case</span> 'CUST_CO':
<a name="l00510"></a>00510 $tiers=<span class="keyword">new</span> <a class="code" href="user__impress_8php.html#a10">fiche</a>($this-&gt;db);
<a name="l00511"></a>00511 <a class="code" href="bank_8inc_8php.html#a9">$qcode</a>=isset($_REQUEST['tiers'])?$_REQUEST['tiers']:$_REQUEST['e_client'];
<a name="l00512"></a>00512 $tiers-&gt;getByQcode($<a class="code" href="action_8inc_8php.html#a8">qcode</a>,<span class="keyword">false</span>);
<a name="l00513"></a>00513 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=$tiers-&gt;strAttribut(<a class="code" href="constant_8php.html#a58">ATTR_DEF_PAYS</a>);
<a name="l00514"></a>00514
<a name="l00515"></a>00515 <span class="keywordflow">break</span>;
<a name="l00516"></a>00516 <span class="keywordflow">case</span> 'CUST_VAT':
<a name="l00517"></a>00517 $tiers=<span class="keyword">new</span> <a class="code" href="user__impress_8php.html#a10">fiche</a>($this-&gt;db);
<a name="l00518"></a>00518 <a class="code" href="bank_8inc_8php.html#a9">$qcode</a>=isset($_REQUEST['tiers'])?$_REQUEST['tiers']:$_REQUEST['e_client'];
<a name="l00519"></a>00519 $tiers-&gt;getByQcode($<a class="code" href="action_8inc_8php.html#a8">qcode</a>,<span class="keyword">false</span>);
<a name="l00520"></a>00520 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=$tiers-&gt;strAttribut(<a class="code" href="constant_8php.html#a55">ATTR_DEF_NUMTVA</a>);
<a name="l00521"></a>00521 <span class="keywordflow">break</span>;
<a name="l00522"></a>00522 <span class="comment">// Marchandise in $_POST['e_march*']</span>
<a name="l00523"></a>00523 <span class="comment">// \see user_form_achat.php or user_form_ven.php</span>
<a name="l00524"></a>00524 <span class="keywordflow">case</span> 'NUMBER':
<a name="l00525"></a>00525 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=$this-&gt;d_number;
<a name="l00526"></a>00526 <span class="keywordflow">break</span>;
<a name="l00527"></a>00527 <span class="keywordflow">case</span> 'REFERENCE':
<a name="l00528"></a>00528 <a class="code" href="action_8inc_8php.html#a27">$act</a>=<span class="keyword">new</span> <a class="code" href="classaction.html">action</a>($this-&gt;db);
<a name="l00529"></a>00529 <a class="code" href="action_8inc_8php.html#a27">$act</a>-&gt;ag_id=$this-&gt;<a class="code" href="action_8inc_8php.html#a3">ag_id</a>;
<a name="l00530"></a>00530 <a class="code" href="action_8inc_8php.html#a27">$act</a>-&gt;get();
<a name="l00531"></a>00531 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=<a class="code" href="action_8inc_8php.html#a27">$act</a>-&gt;ag_ref;
<a name="l00532"></a>00532 <span class="keywordflow">break</span>;
<a name="l00533"></a>00533
<a name="l00534"></a>00534 <span class="comment">/*</span>
<a name="l00535"></a>00535 <span class="comment"> * - [VEN_ART_NAME]</span>
<a name="l00536"></a>00536 <span class="comment"> * - [VEN_ART_PRICE]</span>
<a name="l00537"></a>00537 <span class="comment"> * - [VEN_ART_QUANT]</span>
<a name="l00538"></a>00538 <span class="comment"> * - [VEN_ART_TVA_CODE]</span>
<a name="l00539"></a>00539 <span class="comment"> * - [VEN_ART_TVA_AMOUNT]</span>
<a name="l00540"></a>00540 <span class="comment"> * - [VEN_ART_STOCK_CODE]</span>
<a name="l00541"></a>00541 <span class="comment"> * - [VEN_HTVA]</span>
<a name="l00542"></a>00542 <span class="comment"> * - [VEN_TVAC]</span>
<a name="l00543"></a>00543 <span class="comment"> * - [VEN_TVA]</span>
<a name="l00544"></a>00544 <span class="comment"> * - [TOTAL_VEN_HTVA]</span>
<a name="l00545"></a>00545 <span class="comment"> */</span>
<a name="l00546"></a>00546 <span class="keywordflow">case</span> 'MARCH_NEXT':
<a name="l00547"></a>00547 $counter++;
<a name="l00548"></a>00548 <a class="code" href="user__action__ach_8php.html#a2">$r</a>='';
<a name="l00549"></a>00549 <span class="keywordflow">break</span>;
<a name="l00550"></a>00550
<a name="l00551"></a>00551 <span class="keywordflow">case</span> 'VEN_ART_NAME':
<a name="l00552"></a>00552 extract ($_POST);
<a name="l00553"></a>00553 $id='e_march'.$counter;
<a name="l00554"></a>00554 <span class="comment">// check if the march exists</span>
<a name="l00555"></a>00555 <span class="keywordflow">if</span> ( ! isset (${$<span class="keywordtype">id</span>})) <span class="keywordflow">return</span> <span class="stringliteral">""</span>;
<a name="l00556"></a>00556 <span class="comment">// check that something is sold</span>
<a name="l00557"></a>00557 <span class="keywordflow">if</span> ( ${'e_march'.$counter.'_sell'} != 0 &amp;&amp; ${'e_quant'.$counter} != 0 )
<a name="l00558"></a>00558 {
<a name="l00559"></a>00559 $f=<span class="keyword">new</span> <a class="code" href="user__impress_8php.html#a10">fiche</a>($this-&gt;db);
<a name="l00560"></a>00560 $f-&gt;GetByQCode(${$<span class="keywordtype">id</span>},<span class="keyword">false</span>);
<a name="l00561"></a>00561 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=$f-&gt;strAttribut(<a class="code" href="constant_8php.html#a51">ATTR_DEF_NAME</a>);
<a name="l00562"></a>00562 } <span class="keywordflow">else</span> <a class="code" href="user__action__ach_8php.html#a2">$r</a> = <span class="stringliteral">""</span>;
<a name="l00563"></a>00563 <span class="keywordflow">break</span>;
<a name="l00564"></a>00564
<a name="l00565"></a>00565 <span class="keywordflow">case</span> 'VEN_ART_PRICE':
<a name="l00566"></a>00566 extract ($_POST);
<a name="l00567"></a>00567 $id='e_march'.$counter.'_sell' ;
<a name="l00568"></a>00568 <span class="keywordflow">if</span> ( !isset (${$<span class="keywordtype">id</span>}) ) <span class="keywordflow">return</span> <span class="stringliteral">""</span>;
<a name="l00569"></a>00569 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=${$id};
<a name="l00570"></a>00570 <span class="keywordflow">break</span>;
<a name="l00571"></a>00571
<a name="l00572"></a>00572 <span class="keywordflow">case</span> 'TVA_CODE':
<a name="l00573"></a>00573 extract ($_POST);
<a name="l00574"></a>00574 $id='e_march'.$counter.'_tva_id';
<a name="l00575"></a>00575 <span class="keywordflow">if</span> ( !isset (${$<span class="keywordtype">id</span>}) ) <span class="keywordflow">return</span> <span class="stringliteral">""</span>;
<a name="l00576"></a>00576 <span class="keywordflow">if</span> ( ${$<span class="keywordtype">id</span>} == -1 ) <span class="keywordflow">return</span> <span class="stringliteral">""</span>;
<a name="l00577"></a>00577 $qt='e_quant'.$counter;
<a name="l00578"></a>00578 $price='e_march'.$counter.'_sell' ;
<a name="l00579"></a>00579 <span class="keywordflow">if</span> ( ${$price} == 0 || ${$qt} == 0
<a name="l00580"></a>00580 || strlen(trim( $price )) ==0
<a name="l00581"></a>00581 || strlen(trim($qt)) ==0)
<a name="l00582"></a>00582 <span class="keywordflow">return</span> <span class="stringliteral">""</span>;
<a name="l00583"></a>00583
<a name="l00584"></a>00584 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=${$id};
<a name="l00585"></a>00585 <span class="keywordflow">break</span>;
<a name="l00586"></a>00586
<a name="l00587"></a>00587 <span class="keywordflow">case</span> 'TVA_LABEL':
<a name="l00588"></a>00588 extract ($_POST);
<a name="l00589"></a>00589 $id='e_march'.$counter.'_tva_id';
<a name="l00590"></a>00590 <span class="keywordflow">if</span> ( !isset (${$<span class="keywordtype">id</span>}) ) <span class="keywordflow">return</span> <span class="stringliteral">""</span>;
<a name="l00591"></a>00591 $tva=<a class="code" href="user__common_8php.html#a0">GetTvaRate</a>($this-&gt;db,${$<span class="keywordtype">id</span>});
<a name="l00592"></a>00592 <span class="keywordflow">if</span> ( $tva == null || $tva==0 ) <span class="keywordflow">return</span> <span class="stringliteral">""</span>;
<a name="l00593"></a>00593 $r=$tva['tva_label'];
<a name="l00594"></a>00594 <span class="keywordflow">break</span>;
<a name="l00595"></a>00595
<a name="l00596"></a>00596
<a name="l00597"></a>00597 <span class="keywordflow">case</span> 'TVA_AMOUNT':
<a name="l00598"></a>00598 extract ($_POST);
<a name="l00599"></a>00599 $qt='e_quant'.$counter;
<a name="l00600"></a>00600 $price='e_march'.$counter.'_sell' ;
<a name="l00601"></a>00601 $tva='e_march'.$counter.'_tva_id';
<a name="l00602"></a>00602 if ( !isset (${'e_march'.$counter}) ) <span class="keywordflow">return</span> <span class="stringliteral">""</span>;
<a name="l00603"></a>00603 <span class="comment">// check that something is sold</span>
<a name="l00604"></a>00604 <span class="keywordflow">if</span> ( ${$price} == 0 || ${$qt} == 0
<a name="l00605"></a>00605 || strlen(trim( $price )) ==0
<a name="l00606"></a>00606 || strlen(trim($qt)) ==0)
<a name="l00607"></a>00607 <span class="keywordflow">return</span> <span class="stringliteral">""</span>;
<a name="l00608"></a>00608 $a_tva=<a class="code" href="user__common_8php.html#a0">GetTvaRate</a>($this-&gt;db,${$tva});
<a name="l00609"></a>00609 <a class="code" href="debug_8php.html#a0">echo_debug</a>('class_document',__LINE__,'Tva :'.var_export($a_tva,<span class="keyword">true</span>));
<a name="l00610"></a>00610 <span class="comment">// if no vat returns 0</span>
<a name="l00611"></a>00611 <span class="keywordflow">if</span> ( <span class="keyword">sizeof</span>($a_tva) == 0 ) <span class="keywordflow">return</span> <span class="stringliteral">""</span>;
<a name="l00612"></a>00612 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=round(${$price},2)*${$qt}*$a_tva['tva_rate'];
<a name="l00613"></a>00613 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=round($r,2);
<a name="l00614"></a>00614 <span class="keywordflow">break</span>;
<a name="l00615"></a>00615
<a name="l00616"></a>00616 <span class="keywordflow">case</span> 'VEN_ART_QUANT':
<a name="l00617"></a>00617 extract ($_POST);
<a name="l00618"></a>00618 $id='e_quant'.$counter;
<a name="l00619"></a>00619 <span class="keywordflow">if</span> ( !isset (${$<span class="keywordtype">id</span>}) ) <span class="keywordflow">return</span> <span class="stringliteral">""</span>;
<a name="l00620"></a>00620 <span class="comment">// check that something is sold</span>
<a name="l00621"></a>00621 <span class="keywordflow">if</span> ( ${'e_march'.$counter.'_sell'} == 0
<a name="l00622"></a>00622 || ${'e_quant'.$counter} == 0
<a name="l00623"></a>00623 || strlen(trim( ${'e_march'.$counter.'_sell'} )) ==0
<a name="l00624"></a>00624 || strlen(trim(${'e_quant'.$counter})) ==0 )
<a name="l00625"></a>00625 <span class="keywordflow">return</span> <span class="stringliteral">""</span>;
<a name="l00626"></a>00626 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=${$id};
<a name="l00627"></a>00627 <span class="keywordflow">break</span>;
<a name="l00628"></a>00628
<a name="l00629"></a>00629 <span class="keywordflow">case</span> 'VEN_HTVA':
<a name="l00630"></a>00630 extract ($_POST);
<a name="l00631"></a>00631 $id='e_march'.$counter.'_sell' ;
<a name="l00632"></a>00632 $quant='e_quant'.$counter;
<a name="l00633"></a>00633 <span class="keywordflow">if</span> ( !isset (${$<span class="keywordtype">id</span>}) ) <span class="keywordflow">return</span> <span class="stringliteral">""</span>;
<a name="l00634"></a>00634
<a name="l00635"></a>00635 <span class="comment">// check that something is sold</span>
<a name="l00636"></a>00636 <span class="keywordflow">if</span> ( ${'e_march'.$counter.'_sell'} == 0 || ${'e_quant'.$counter} == 0
<a name="l00637"></a>00637 || strlen(trim( ${'e_march'.$counter.'_sell'} )) ==0
<a name="l00638"></a>00638 || strlen(trim(${'e_quant'.$counter})) ==0)
<a name="l00639"></a>00639 <span class="keywordflow">return</span> <span class="stringliteral">""</span>;
<a name="l00645"></a>00645 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=round(${$<span class="keywordtype">id</span>}*${$quant},2);
<a name="l00646"></a>00646 <span class="keywordflow">break</span>;
<a name="l00647"></a>00647
<a name="l00648"></a>00648 <span class="keywordflow">case</span> 'VEN_TVAC':
<a name="l00649"></a>00649 extract ($_POST);
<a name="l00650"></a>00650 $id='e_march'.$counter.'_sell' ;
<a name="l00651"></a>00651 $quant='e_quant'.$counter;
<a name="l00652"></a>00652 <span class="comment">// if it is exist</span>
<a name="l00653"></a>00653 <span class="keywordflow">if</span> ( ! isset(${$<span class="keywordtype">id</span>}))
<a name="l00654"></a>00654 <span class="keywordflow">return</span> <span class="stringliteral">""</span>;
<a name="l00655"></a>00655 <span class="comment">// check that something is sold</span>
<a name="l00656"></a>00656 <span class="keywordflow">if</span> ( ${'e_march'.$counter.'_sell'} == 0 || ${'e_quant'.$counter} == 0 )
<a name="l00657"></a>00657 <span class="keywordflow">return</span> <span class="stringliteral">""</span>;
<a name="l00662"></a>00662 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=${$id}*${$quant};
<a name="l00663"></a>00663 $tva=<a class="code" href="user__common_8php.html#a0">GetTvaRate</a>($this-&gt;db,${'e_march'.$counter.'_tva_id'});
<a name="l00664"></a>00664 <span class="comment">// if there is no vat we return now</span>
<a name="l00665"></a>00665 <span class="keywordflow">if</span> ( $tva == null || $tva == 0 ) <span class="keywordflow">return</span> $r;
<a name="l00666"></a>00666 <span class="comment">// we compute with the vat included</span>
<a name="l00667"></a>00667 $r=$r+$r*$tva['tva_rate'];
<a name="l00668"></a>00668 $r=round($r,2);
<a name="l00669"></a>00669 <span class="keywordflow">break</span>;
<a name="l00670"></a>00670 <span class="keywordflow">case</span> 'TOTAL_VEN_HTVA':
<a name="l00671"></a>00671 extract($_POST);
<a name="l00672"></a>00672 <a class="code" href="debug_8php.html#a0">echo_debug</a>('class_document',__LINE__,'TOTAL_VEN_TVA item :'.$nb_item);
<a name="l00673"></a>00673
<a name="l00674"></a>00674 $sum=0.0;
<a name="l00675"></a>00675 <span class="keywordflow">for</span> ($i=0;$i&lt;$nb_item;$i++)
<a name="l00676"></a>00676 {
<a name="l00677"></a>00677 $sell='e_march'.$i.'_sell';
<a name="l00678"></a>00678 $qt='e_quant'.$i;
<a name="l00679"></a>00679 <a class="code" href="debug_8php.html#a0">echo_debug</a>('class_document',__LINE__,'sell :'.$sell.' qt = '.$qt);
<a name="l00680"></a>00680
<a name="l00681"></a>00681 <a class="code" href="debug_8php.html#a0">echo_debug</a>('class_document',__LINE__,'counter :'.$i.' sur '.$nb_item);
<a name="l00682"></a>00682 if ( ! isset (${$sell}) ) <span class="keywordflow">break</span>;
<a name="l00683"></a>00683 <a class="code" href="debug_8php.html#a0">echo_debug</a>('class_document',__LINE__,'sell :'.${$sell}.' qt = '.${$qt});
<a name="l00684"></a>00684
<a name="l00685"></a>00685 <span class="keywordflow">if</span> ( strlen(trim(${$sell})) == 0 ||
<a name="l00686"></a>00686 strlen(trim(${$qt})) == 0 ||
<a name="l00687"></a>00687 ${$qt}==0 || ${$sell}==0)
<a name="l00688"></a>00688 <span class="keywordflow">continue</span>;
<a name="l00689"></a>00689 $sum+=${$sell}*${$qt};
<a name="l00690"></a>00690 <a class="code" href="debug_8php.html#a0">echo_debug</a>('class_document',__LINE__,'sum :'.$sum);
<a name="l00691"></a>00691
<a name="l00692"></a>00692 }
<a name="l00693"></a>00693 $r=round($sum,2);
<a name="l00694"></a>00694 <span class="keywordflow">break</span>;
<a name="l00695"></a>00695 <span class="keywordflow">case</span> 'TOTAL_VEN_TVAC':
<a name="l00696"></a>00696 extract($_POST);
<a name="l00697"></a>00697 $sum=0.0;
<a name="l00698"></a>00698 <span class="keywordflow">for</span> ($i=0;$i&lt;$nb_item;$i++)
<a name="l00699"></a>00699 {
<a name="l00700"></a>00700 $tva=<a class="code" href="user__common_8php.html#a0">GetTvaRate</a>($this-&gt;db,${'e_march'.$i.'_tva_id'});
<a name="l00701"></a>00701 <a class="code" href="tva_8inc_8php.html#a2">$tva_rate</a>=( $tva == null || $tva == 0 )?0.0:$tva['tva_rate'];
<a name="l00702"></a>00702 <a class="code" href="debug_8php.html#a0">echo_debug</a>('class_document',__LINE__,' :'.$i.' sur '.$nb_item);
<a name="l00703"></a>00703 $sell=${'e_march'.$i.'_sell'};
<a name="l00704"></a>00704 $qt=${'e_quant'.$i};
<a name="l00705"></a>00705 <a class="code" href="debug_8php.html#a0">echo_debug</a>('class_document',__LINE__,'sell :'.$sell.' qt = '.$qt);
<a name="l00706"></a>00706
<a name="l00707"></a>00707 <a class="code" href="export__ouv_8php.html#a7">$sum</a>+=$sell*$qt*(1+<a class="code" href="tva_8inc_8php.html#a2">$tva_rate</a>);
<a name="l00708"></a>00708 <span class="comment">// $sum+=${'e_march'.$i.'_sell'}*${'e_quant'.$i}*(1+$tva_rate);</span>
<a name="l00709"></a>00709 }
<a name="l00710"></a>00710 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=round($sum,2);
<a name="l00711"></a>00711
<a name="l00712"></a>00712 <span class="keywordflow">break</span>;
<a name="l00370"></a>00370 <a class="code" href="postgres_8php.html#a16">Commit</a>($this-&gt;db);
<a name="l00371"></a>00371
<a name="l00372"></a>00372 }
<a name="l00375"></a><a class="code" href="classDocument.html#a8">00375</a> function <a class="code" href="classDocument.html#a8">get</a>()
<a name="l00376"></a>00376 {
<a name="l00377"></a>00377 <a class="code" href="bank_8inc_8php.html#a13">$sql</a>=<span class="stringliteral">"select * from document where d_id="</span>.$this-&gt;d_id;
<a name="l00378"></a>00378 <a class="code" href="impress__bilan_8php.html#a0">$ret</a>=Exec($this-&gt;db,$sql);
<a name="l00379"></a>00379 <span class="keywordflow">if</span> ( pg_num_rows($ret) == 0 )
<a name="l00380"></a>00380 <span class="keywordflow">return</span>;
<a name="l00381"></a>00381 <a class="code" href="cbc__be_8inc_8php.html#a0">$row</a>=pg_fetch_array($ret,0);
<a name="l00382"></a>00382 $this-&gt;<a class="code" href="action_8inc_8php.html#a3">ag_id</a>=<a class="code" href="cbc__be_8inc_8php.html#a0">$row</a>['<a class="code" href="action_8inc_8php.html#a3">ag_id</a>'];
<a name="l00383"></a>00383 $this-&gt;d_mimetype=<a class="code" href="cbc__be_8inc_8php.html#a0">$row</a>['d_mimetype'];
<a name="l00384"></a>00384 $this-&gt;d_filename=<a class="code" href="cbc__be_8inc_8php.html#a0">$row</a>['d_filename'];
<a name="l00385"></a>00385 $this-&gt;d_lob=<a class="code" href="cbc__be_8inc_8php.html#a0">$row</a>['d_lob'];
<a name="l00386"></a>00386 $this-&gt;d_number=<a class="code" href="cbc__be_8inc_8php.html#a0">$row</a>[''];
<a name="l00387"></a>00387 $this-&gt;<a class="code" href="action_8inc_8php.html#a6">d_state</a>=<a class="code" href="cbc__be_8inc_8php.html#a0">$row</a>['<a class="code" href="action_8inc_8php.html#a3">ag_id</a>'];
<a name="l00388"></a>00388 $this-&gt;d_number=<a class="code" href="cbc__be_8inc_8php.html#a0">$row</a>['d_number'];
<a name="l00389"></a>00389
<a name="l00390"></a>00390 }
<a name="l00423"></a><a class="code" href="classDocument.html#a9">00423</a> function <a class="code" href="classDocument.html#a9">Replace</a>($p_tag)
<a name="l00424"></a>00424 {
<a name="l00425"></a>00425 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=<span class="stringliteral">"Tag inconnu"</span>;
<a name="l00426"></a>00426 <span class="keyword">static</span> $counter=0;
<a name="l00427"></a>00427 <span class="keywordflow">switch</span> ($p_tag)
<a name="l00428"></a>00428 {
<a name="l00429"></a>00429 <span class="keywordflow">case</span> 'DATE':
<a name="l00430"></a>00430 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=' Date inconnue ';
<a name="l00431"></a>00431 <span class="comment">// Date are in $_REQUEST['ag_date'] </span>
<a name="l00432"></a>00432 <span class="comment">// or $_POST['e_date']</span>
<a name="l00433"></a>00433 <span class="keywordflow">if</span> ( isset ($_REQUEST['ag_date']))
<a name="l00434"></a>00434 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=$_REQUEST['ag_date'];
<a name="l00435"></a>00435 <span class="keywordflow">if</span> ( isset ($_REQUEST['e_date']))
<a name="l00436"></a>00436 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=$_REQUEST['e_date'];
<a name="l00437"></a>00437
<a name="l00438"></a>00438 <span class="keywordflow">break</span>;
<a name="l00439"></a>00439 <span class="comment">//</span>
<a name="l00440"></a>00440 <span class="comment">// the company priv</span>
<a name="l00441"></a>00441
<a name="l00442"></a>00442 <span class="keywordflow">case</span> '<a class="code" href="parametre_8php.html#a8">MY_NAME</a>':
<a name="l00443"></a>00443 <a class="code" href="parametre_8php.html#a17">$my</a>=<span class="keyword">new</span> own($this-&gt;db);
<a name="l00444"></a>00444 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=<a class="code" href="parametre_8php.html#a17">$my</a>-&gt;MY_NAME;
<a name="l00445"></a>00445 <span class="keywordflow">break</span>;
<a name="l00446"></a>00446 <span class="keywordflow">case</span> '<a class="code" href="parametre_8php.html#a12">MY_CP</a>':
<a name="l00447"></a>00447 <a class="code" href="parametre_8php.html#a17">$my</a>=<span class="keyword">new</span> own($this-&gt;db);
<a name="l00448"></a>00448 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=<a class="code" href="parametre_8php.html#a17">$my</a>-&gt;MY_CP;
<a name="l00449"></a>00449 <span class="keywordflow">break</span>;
<a name="l00450"></a>00450 <span class="keywordflow">case</span> '<a class="code" href="parametre_8php.html#a13">MY_COMMUNE</a>':
<a name="l00451"></a>00451 <a class="code" href="parametre_8php.html#a17">$my</a>=<span class="keyword">new</span> own($this-&gt;db);
<a name="l00452"></a>00452 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=<a class="code" href="parametre_8php.html#a17">$my</a>-&gt;MY_COMMUNE;
<a name="l00453"></a>00453 <span class="keywordflow">break</span>;
<a name="l00454"></a>00454 <span class="keywordflow">case</span> '<a class="code" href="parametre_8php.html#a9">MY_TVA</a>':
<a name="l00455"></a>00455 <a class="code" href="parametre_8php.html#a17">$my</a>=<span class="keyword">new</span> own($this-&gt;db);
<a name="l00456"></a>00456 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=<a class="code" href="parametre_8php.html#a17">$my</a>-&gt;MY_TVA;
<a name="l00457"></a>00457 <span class="keywordflow">break</span>;
<a name="l00458"></a>00458 <span class="keywordflow">case</span> '<a class="code" href="parametre_8php.html#a10">MY_STREET</a>':
<a name="l00459"></a>00459 <a class="code" href="parametre_8php.html#a17">$my</a>=<span class="keyword">new</span> own($this-&gt;db);
<a name="l00460"></a>00460 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=<a class="code" href="parametre_8php.html#a17">$my</a>-&gt;MY_STREET;
<a name="l00461"></a>00461 <span class="keywordflow">break</span>;
<a name="l00462"></a>00462 <span class="keywordflow">case</span> '<a class="code" href="parametre_8php.html#a11">MY_NUMBER</a>':
<a name="l00463"></a>00463 <a class="code" href="parametre_8php.html#a17">$my</a>=<span class="keyword">new</span> own($this-&gt;db);
<a name="l00464"></a>00464 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=<a class="code" href="parametre_8php.html#a17">$my</a>-&gt;MY_NUMBER;
<a name="l00465"></a>00465 <span class="keywordflow">break</span>;
<a name="l00466"></a>00466 <span class="keywordflow">case</span> '<a class="code" href="parametre_8php.html#a14">MY_TEL</a>':
<a name="l00467"></a>00467 <a class="code" href="parametre_8php.html#a17">$my</a>=<span class="keyword">new</span> own($this-&gt;db);
<a name="l00468"></a>00468 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=<a class="code" href="parametre_8php.html#a17">$my</a>-&gt;MY_TEL;
<a name="l00469"></a>00469 <span class="keywordflow">break</span>;
<a name="l00470"></a>00470 <span class="keywordflow">case</span> '<a class="code" href="parametre_8php.html#a15">MY_FAX</a>':
<a name="l00471"></a>00471 <a class="code" href="parametre_8php.html#a17">$my</a>=<span class="keyword">new</span> own($this-&gt;db);
<a name="l00472"></a>00472 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=<a class="code" href="parametre_8php.html#a17">$my</a>-&gt;MY_FAX;
<a name="l00473"></a>00473 <span class="keywordflow">break</span>;
<a name="l00474"></a>00474 <span class="keywordflow">case</span> '<a class="code" href="parametre_8php.html#a16">MY_PAYS</a>':
<a name="l00475"></a>00475 <a class="code" href="parametre_8php.html#a17">$my</a>=<span class="keyword">new</span> own($this-&gt;db);
<a name="l00476"></a>00476 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=<a class="code" href="parametre_8php.html#a17">$my</a>-&gt;MY_PAYS;
<a name="l00477"></a>00477 <span class="keywordflow">break</span>;
<a name="l00478"></a>00478
<a name="l00479"></a>00479 <span class="comment">// customer </span>
<a name="l00480"></a>00480 <span class="comment">/*\note The CUST_* are retrieved thx the $_REQUEST['tiers'] </span>
<a name="l00481"></a>00481 <span class="comment"> * which contains the quick_code</span>
<a name="l00482"></a>00482 <span class="comment"> */</span>
<a name="l00483"></a>00483 <span class="keywordflow">case</span> 'SOLDE':
<a name="l00484"></a>00484 $tiers=<span class="keyword">new</span> <a class="code" href="user__impress_8php.html#a10">fiche</a>($this-&gt;db);
<a name="l00485"></a>00485 <a class="code" href="bank_8inc_8php.html#a9">$qcode</a>=isset($_REQUEST['tiers'])?$_REQUEST['tiers']:$_REQUEST['e_client'];
<a name="l00486"></a>00486 $tiers-&gt;Getbyqcode($<a class="code" href="action_8inc_8php.html#a8">qcode</a>,<span class="keyword">false</span>);
<a name="l00487"></a>00487 <a class="code" href="line__update_8php.html#a10">$p</a>=$tiers-&gt;strAttribut(<a class="code" href="constant_8php.html#a50">ATTR_DEF_ACCOUNT</a>);
<a name="l00488"></a>00488 <a class="code" href="send__poste__pdf_8php.html#a2">$poste</a>=<span class="keyword">new</span> Poste($this-&gt;db,$p);
<a name="l00489"></a>00489 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=<a class="code" href="send__poste__pdf_8php.html#a2">$poste</a>-&gt;GetSolde(' <span class="keyword">true</span>' );
<a name="l00490"></a>00490 <span class="keywordflow">break</span>;
<a name="l00491"></a>00491 <span class="keywordflow">case</span> 'CUST_NAME':
<a name="l00492"></a>00492 $tiers=<span class="keyword">new</span> <a class="code" href="user__impress_8php.html#a10">fiche</a>($this-&gt;db);
<a name="l00493"></a>00493 <a class="code" href="bank_8inc_8php.html#a9">$qcode</a>=isset($_REQUEST['tiers'])?$_REQUEST['tiers']:$_REQUEST['e_client'];
<a name="l00494"></a>00494 $tiers-&gt;getByQcode($<a class="code" href="action_8inc_8php.html#a8">qcode</a>,<span class="keyword">false</span>);
<a name="l00495"></a>00495 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=$tiers-&gt;strAttribut(<a class="code" href="constant_8php.html#a51">ATTR_DEF_NAME</a>);
<a name="l00496"></a>00496 <span class="keywordflow">break</span>;
<a name="l00497"></a>00497 <span class="keywordflow">case</span> 'CUST_ADDR_1':
<a name="l00498"></a>00498 $tiers=<span class="keyword">new</span> <a class="code" href="user__impress_8php.html#a10">fiche</a>($this-&gt;db);
<a name="l00499"></a>00499 <a class="code" href="bank_8inc_8php.html#a9">$qcode</a>=isset($_REQUEST['tiers'])?$_REQUEST['tiers']:$_REQUEST['e_client'];
<a name="l00500"></a>00500 $tiers-&gt;getByQcode($<a class="code" href="action_8inc_8php.html#a8">qcode</a>,<span class="keyword">false</span>);
<a name="l00501"></a>00501 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=$tiers-&gt;strAttribut(<a class="code" href="constant_8php.html#a56">ATTR_DEF_ADRESS</a>);
<a name="l00502"></a>00502
<a name="l00503"></a>00503 <a class="code" href="readme_8php.html#a13">break</a> ;
<a name="l00504"></a>00504 <span class="keywordflow">case</span> 'CUST_CP':
<a name="l00505"></a>00505 $tiers=<span class="keyword">new</span> <a class="code" href="user__impress_8php.html#a10">fiche</a>($this-&gt;db);
<a name="l00506"></a>00506 <a class="code" href="bank_8inc_8php.html#a9">$qcode</a>=isset($_REQUEST['tiers'])?$_REQUEST['tiers']:$_REQUEST['e_client'];
<a name="l00507"></a>00507 $tiers-&gt;getByQcode($<a class="code" href="action_8inc_8php.html#a8">qcode</a>,<span class="keyword">false</span>);
<a name="l00508"></a>00508 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=$tiers-&gt;strAttribut(<a class="code" href="constant_8php.html#a57">ATTR_DEF_CP</a>);
<a name="l00509"></a>00509
<a name="l00510"></a>00510 <span class="keywordflow">break</span>;
<a name="l00511"></a>00511 <span class="keywordflow">case</span> 'CUST_CO':
<a name="l00512"></a>00512 $tiers=<span class="keyword">new</span> <a class="code" href="user__impress_8php.html#a10">fiche</a>($this-&gt;db);
<a name="l00513"></a>00513 <a class="code" href="bank_8inc_8php.html#a9">$qcode</a>=isset($_REQUEST['tiers'])?$_REQUEST['tiers']:$_REQUEST['e_client'];
<a name="l00514"></a>00514 $tiers-&gt;getByQcode($<a class="code" href="action_8inc_8php.html#a8">qcode</a>,<span class="keyword">false</span>);
<a name="l00515"></a>00515 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=$tiers-&gt;strAttribut(<a class="code" href="constant_8php.html#a58">ATTR_DEF_PAYS</a>);
<a name="l00516"></a>00516
<a name="l00517"></a>00517 <span class="keywordflow">break</span>;
<a name="l00518"></a>00518 <span class="keywordflow">case</span> 'CUST_VAT':
<a name="l00519"></a>00519 $tiers=<span class="keyword">new</span> <a class="code" href="user__impress_8php.html#a10">fiche</a>($this-&gt;db);
<a name="l00520"></a>00520 <a class="code" href="bank_8inc_8php.html#a9">$qcode</a>=isset($_REQUEST['tiers'])?$_REQUEST['tiers']:$_REQUEST['e_client'];
<a name="l00521"></a>00521 $tiers-&gt;getByQcode($<a class="code" href="action_8inc_8php.html#a8">qcode</a>,<span class="keyword">false</span>);
<a name="l00522"></a>00522 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=$tiers-&gt;strAttribut(<a class="code" href="constant_8php.html#a55">ATTR_DEF_NUMTVA</a>);
<a name="l00523"></a>00523 <span class="keywordflow">break</span>;
<a name="l00524"></a>00524 <span class="comment">// Marchandise in $_POST['e_march*']</span>
<a name="l00525"></a>00525 <span class="comment">// \see user_form_achat.php or user_form_ven.php</span>
<a name="l00526"></a>00526 <span class="keywordflow">case</span> 'NUMBER':
<a name="l00527"></a>00527 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=$this-&gt;d_number;
<a name="l00528"></a>00528 <span class="keywordflow">break</span>;
<a name="l00529"></a>00529 <span class="keywordflow">case</span> 'REFERENCE':
<a name="l00530"></a>00530 <a class="code" href="action_8inc_8php.html#a17">$act</a>=<span class="keyword">new</span> <a class="code" href="classaction.html">action</a>($this-&gt;db);
<a name="l00531"></a>00531 <a class="code" href="action_8inc_8php.html#a17">$act</a>-&gt;ag_id=$this-&gt;<a class="code" href="action_8inc_8php.html#a3">ag_id</a>;
<a name="l00532"></a>00532 <a class="code" href="action_8inc_8php.html#a17">$act</a>-&gt;get();
<a name="l00533"></a>00533 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=<a class="code" href="action_8inc_8php.html#a17">$act</a>-&gt;ag_ref;
<a name="l00534"></a>00534 <span class="keywordflow">break</span>;
<a name="l00535"></a>00535
<a name="l00536"></a>00536 <span class="comment">/*</span>
<a name="l00537"></a>00537 <span class="comment"> * - [VEN_ART_NAME]</span>
<a name="l00538"></a>00538 <span class="comment"> * - [VEN_ART_PRICE]</span>
<a name="l00539"></a>00539 <span class="comment"> * - [VEN_ART_QUANT]</span>
<a name="l00540"></a>00540 <span class="comment"> * - [VEN_ART_TVA_CODE]</span>
<a name="l00541"></a>00541 <span class="comment"> * - [VEN_ART_TVA_AMOUNT]</span>
<a name="l00542"></a>00542 <span class="comment"> * - [VEN_ART_STOCK_CODE]</span>
<a name="l00543"></a>00543 <span class="comment"> * - [VEN_HTVA]</span>
<a name="l00544"></a>00544 <span class="comment"> * - [VEN_TVAC]</span>
<a name="l00545"></a>00545 <span class="comment"> * - [VEN_TVA]</span>
<a name="l00546"></a>00546 <span class="comment"> * - [TOTAL_VEN_HTVA]</span>
<a name="l00547"></a>00547 <span class="comment"> */</span>
<a name="l00548"></a>00548 <span class="keywordflow">case</span> 'MARCH_NEXT':
<a name="l00549"></a>00549 $counter++;
<a name="l00550"></a>00550 <a class="code" href="user__action__ach_8php.html#a2">$r</a>='';
<a name="l00551"></a>00551 <span class="keywordflow">break</span>;
<a name="l00552"></a>00552
<a name="l00553"></a>00553 <span class="keywordflow">case</span> 'VEN_ART_NAME':
<a name="l00554"></a>00554 extract ($_POST);
<a name="l00555"></a>00555 $id='e_march'.$counter;
<a name="l00556"></a>00556 <span class="comment">// check if the march exists</span>
<a name="l00557"></a>00557 <span class="keywordflow">if</span> ( ! isset (${$<span class="keywordtype">id</span>})) <span class="keywordflow">return</span> <span class="stringliteral">""</span>;
<a name="l00558"></a>00558 <span class="comment">// check that something is sold</span>
<a name="l00559"></a>00559 <span class="keywordflow">if</span> ( ${'e_march'.$counter.'_sell'} != 0 &amp;&amp; ${'e_quant'.$counter} != 0 )
<a name="l00560"></a>00560 {
<a name="l00561"></a>00561 $f=<span class="keyword">new</span> <a class="code" href="user__impress_8php.html#a10">fiche</a>($this-&gt;db);
<a name="l00562"></a>00562 $f-&gt;GetByQCode(${$<span class="keywordtype">id</span>},<span class="keyword">false</span>);
<a name="l00563"></a>00563 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=$f-&gt;strAttribut(<a class="code" href="constant_8php.html#a51">ATTR_DEF_NAME</a>);
<a name="l00564"></a>00564 } <span class="keywordflow">else</span> <a class="code" href="user__action__ach_8php.html#a2">$r</a> = <span class="stringliteral">""</span>;
<a name="l00565"></a>00565 <span class="keywordflow">break</span>;
<a name="l00566"></a>00566
<a name="l00567"></a>00567 <span class="keywordflow">case</span> 'VEN_ART_PRICE':
<a name="l00568"></a>00568 extract ($_POST);
<a name="l00569"></a>00569 $id='e_march'.$counter.'_sell' ;
<a name="l00570"></a>00570 <span class="keywordflow">if</span> ( !isset (${$<span class="keywordtype">id</span>}) ) <span class="keywordflow">return</span> <span class="stringliteral">""</span>;
<a name="l00571"></a>00571 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=${$id};
<a name="l00572"></a>00572 <span class="keywordflow">break</span>;
<a name="l00573"></a>00573
<a name="l00574"></a>00574 <span class="keywordflow">case</span> 'TVA_CODE':
<a name="l00575"></a>00575 extract ($_POST);
<a name="l00576"></a>00576 $id='e_march'.$counter.'_tva_id';
<a name="l00577"></a>00577 <span class="keywordflow">if</span> ( !isset (${$<span class="keywordtype">id</span>}) ) <span class="keywordflow">return</span> <span class="stringliteral">""</span>;
<a name="l00578"></a>00578 <span class="keywordflow">if</span> ( ${$<span class="keywordtype">id</span>} == -1 ) <span class="keywordflow">return</span> <span class="stringliteral">""</span>;
<a name="l00579"></a>00579 $qt='e_quant'.$counter;
<a name="l00580"></a>00580 $price='e_march'.$counter.'_sell' ;
<a name="l00581"></a>00581 <span class="keywordflow">if</span> ( ${$price} == 0 || ${$qt} == 0
<a name="l00582"></a>00582 || strlen(trim( $price )) ==0
<a name="l00583"></a>00583 || strlen(trim($qt)) ==0)
<a name="l00584"></a>00584 <span class="keywordflow">return</span> <span class="stringliteral">""</span>;
<a name="l00585"></a>00585
<a name="l00586"></a>00586 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=${$id};
<a name="l00587"></a>00587 <span class="keywordflow">break</span>;
<a name="l00588"></a>00588
<a name="l00589"></a>00589 <span class="keywordflow">case</span> 'TVA_LABEL':
<a name="l00590"></a>00590 extract ($_POST);
<a name="l00591"></a>00591 $id='e_march'.$counter.'_tva_id';
<a name="l00592"></a>00592 <span class="keywordflow">if</span> ( !isset (${$<span class="keywordtype">id</span>}) ) <span class="keywordflow">return</span> <span class="stringliteral">""</span>;
<a name="l00593"></a>00593 $tva=<a class="code" href="user__common_8php.html#a0">GetTvaRate</a>($this-&gt;db,${$<span class="keywordtype">id</span>});
<a name="l00594"></a>00594 <span class="keywordflow">if</span> ( $tva == null || $tva==0 ) <span class="keywordflow">return</span> <span class="stringliteral">""</span>;
<a name="l00595"></a>00595 $r=$tva['tva_label'];
<a name="l00596"></a>00596 <span class="keywordflow">break</span>;
<a name="l00597"></a>00597
<a name="l00598"></a>00598
<a name="l00599"></a>00599 <span class="keywordflow">case</span> 'TVA_AMOUNT':
<a name="l00600"></a>00600 extract ($_POST);
<a name="l00601"></a>00601 $qt='e_quant'.$counter;
<a name="l00602"></a>00602 $price='e_march'.$counter.'_sell' ;
<a name="l00603"></a>00603 $tva='e_march'.$counter.'_tva_id';
<a name="l00604"></a>00604 if ( !isset (${'e_march'.$counter}) ) <span class="keywordflow">return</span> <span class="stringliteral">""</span>;
<a name="l00605"></a>00605 <span class="comment">// check that something is sold</span>
<a name="l00606"></a>00606 <span class="keywordflow">if</span> ( ${$price} == 0 || ${$qt} == 0
<a name="l00607"></a>00607 || strlen(trim( $price )) ==0
<a name="l00608"></a>00608 || strlen(trim($qt)) ==0)
<a name="l00609"></a>00609 <span class="keywordflow">return</span> <span class="stringliteral">""</span>;
<a name="l00610"></a>00610 $a_tva=<a class="code" href="user__common_8php.html#a0">GetTvaRate</a>($this-&gt;db,${$tva});
<a name="l00611"></a>00611 <a class="code" href="debug_8php.html#a0">echo_debug</a>('class_document',__LINE__,'Tva :'.var_export($a_tva,<span class="keyword">true</span>));
<a name="l00612"></a>00612 <span class="comment">// if no vat returns 0</span>
<a name="l00613"></a>00613 <span class="keywordflow">if</span> ( <span class="keyword">sizeof</span>($a_tva) == 0 ) <span class="keywordflow">return</span> <span class="stringliteral">""</span>;
<a name="l00614"></a>00614 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=round(${$price},2)*${$qt}*$a_tva['tva_rate'];
<a name="l00615"></a>00615 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=round($r,2);
<a name="l00616"></a>00616 <span class="keywordflow">break</span>;
<a name="l00617"></a>00617
<a name="l00618"></a>00618 <span class="keywordflow">case</span> 'VEN_ART_QUANT':
<a name="l00619"></a>00619 extract ($_POST);
<a name="l00620"></a>00620 $id='e_quant'.$counter;
<a name="l00621"></a>00621 <span class="keywordflow">if</span> ( !isset (${$<span class="keywordtype">id</span>}) ) <span class="keywordflow">return</span> <span class="stringliteral">""</span>;
<a name="l00622"></a>00622 <span class="comment">// check that something is sold</span>
<a name="l00623"></a>00623 <span class="keywordflow">if</span> ( ${'e_march'.$counter.'_sell'} == 0
<a name="l00624"></a>00624 || ${'e_quant'.$counter} == 0
<a name="l00625"></a>00625 || strlen(trim( ${'e_march'.$counter.'_sell'} )) ==0
<a name="l00626"></a>00626 || strlen(trim(${'e_quant'.$counter})) ==0 )
<a name="l00627"></a>00627 <span class="keywordflow">return</span> <span class="stringliteral">""</span>;
<a name="l00628"></a>00628 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=${$id};
<a name="l00629"></a>00629 <span class="keywordflow">break</span>;
<a name="l00630"></a>00630
<a name="l00631"></a>00631 <span class="keywordflow">case</span> 'VEN_HTVA':
<a name="l00632"></a>00632 extract ($_POST);
<a name="l00633"></a>00633 $id='e_march'.$counter.'_sell' ;
<a name="l00634"></a>00634 $quant='e_quant'.$counter;
<a name="l00635"></a>00635 <span class="keywordflow">if</span> ( !isset (${$<span class="keywordtype">id</span>}) ) <span class="keywordflow">return</span> <span class="stringliteral">""</span>;
<a name="l00636"></a>00636
<a name="l00637"></a>00637 <span class="comment">// check that something is sold</span>
<a name="l00638"></a>00638 <span class="keywordflow">if</span> ( ${'e_march'.$counter.'_sell'} == 0 || ${'e_quant'.$counter} == 0
<a name="l00639"></a>00639 || strlen(trim( ${'e_march'.$counter.'_sell'} )) ==0
<a name="l00640"></a>00640 || strlen(trim(${'e_quant'.$counter})) ==0)
<a name="l00641"></a>00641 <span class="keywordflow">return</span> <span class="stringliteral">""</span>;
<a name="l00647"></a>00647 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=round(${$<span class="keywordtype">id</span>}*${$quant},2);
<a name="l00648"></a>00648 <span class="keywordflow">break</span>;
<a name="l00649"></a>00649
<a name="l00650"></a>00650 <span class="keywordflow">case</span> 'VEN_TVAC':
<a name="l00651"></a>00651 extract ($_POST);
<a name="l00652"></a>00652 $id='e_march'.$counter.'_sell' ;
<a name="l00653"></a>00653 $quant='e_quant'.$counter;
<a name="l00654"></a>00654 <span class="comment">// if it is exist</span>
<a name="l00655"></a>00655 <span class="keywordflow">if</span> ( ! isset(${$<span class="keywordtype">id</span>}))
<a name="l00656"></a>00656 <span class="keywordflow">return</span> <span class="stringliteral">""</span>;
<a name="l00657"></a>00657 <span class="comment">// check that something is sold</span>
<a name="l00658"></a>00658 <span class="keywordflow">if</span> ( ${'e_march'.$counter.'_sell'} == 0 || ${'e_quant'.$counter} == 0 )
<a name="l00659"></a>00659 <span class="keywordflow">return</span> <span class="stringliteral">""</span>;
<a name="l00664"></a>00664 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=${$id}*${$quant};
<a name="l00665"></a>00665 $tva=<a class="code" href="user__common_8php.html#a0">GetTvaRate</a>($this-&gt;db,${'e_march'.$counter.'_tva_id'});
<a name="l00666"></a>00666 <span class="comment">// if there is no vat we return now</span>
<a name="l00667"></a>00667 <span class="keywordflow">if</span> ( $tva == null || $tva == 0 ) <span class="keywordflow">return</span> $r;
<a name="l00668"></a>00668 <span class="comment">// we compute with the vat included</span>
<a name="l00669"></a>00669 $r=$r+$r*$tva['tva_rate'];
<a name="l00670"></a>00670 $r=round($r,2);
<a name="l00671"></a>00671 <span class="keywordflow">break</span>;
<a name="l00672"></a>00672 <span class="keywordflow">case</span> 'TOTAL_VEN_HTVA':
<a name="l00673"></a>00673 extract($_POST);
<a name="l00674"></a>00674 <a class="code" href="debug_8php.html#a0">echo_debug</a>('class_document',__LINE__,'TOTAL_VEN_TVA item :'.$nb_item);
<a name="l00675"></a>00675
<a name="l00676"></a>00676 $sum=0.0;
<a name="l00677"></a>00677 <span class="keywordflow">for</span> ($i=0;$i&lt;$nb_item;$i++)
<a name="l00678"></a>00678 {
<a name="l00679"></a>00679 $sell='e_march'.$i.'_sell';
<a name="l00680"></a>00680 $qt='e_quant'.$i;
<a name="l00681"></a>00681 <a class="code" href="debug_8php.html#a0">echo_debug</a>('class_document',__LINE__,'sell :'.$sell.' qt = '.$qt);
<a name="l00682"></a>00682
<a name="l00683"></a>00683 <a class="code" href="debug_8php.html#a0">echo_debug</a>('class_document',__LINE__,'counter :'.$i.' sur '.$nb_item);
<a name="l00684"></a>00684 if ( ! isset (${$sell}) ) <span class="keywordflow">break</span>;
<a name="l00685"></a>00685 <a class="code" href="debug_8php.html#a0">echo_debug</a>('class_document',__LINE__,'sell :'.${$sell}.' qt = '.${$qt});
<a name="l00686"></a>00686
<a name="l00687"></a>00687 <span class="keywordflow">if</span> ( strlen(trim(${$sell})) == 0 ||
<a name="l00688"></a>00688 strlen(trim(${$qt})) == 0 ||
<a name="l00689"></a>00689 ${$qt}==0 || ${$sell}==0)
<a name="l00690"></a>00690 <span class="keywordflow">continue</span>;
<a name="l00691"></a>00691 $sum+=${$sell}*${$qt};
<a name="l00692"></a>00692 <a class="code" href="debug_8php.html#a0">echo_debug</a>('class_document',__LINE__,'sum :'.$sum);
<a name="l00693"></a>00693
<a name="l00694"></a>00694 }
<a name="l00695"></a>00695 $r=round($sum,2);
<a name="l00696"></a>00696 <span class="keywordflow">break</span>;
<a name="l00697"></a>00697 <span class="keywordflow">case</span> 'TOTAL_VEN_TVAC':
<a name="l00698"></a>00698 extract($_POST);
<a name="l00699"></a>00699 $sum=0.0;
<a name="l00700"></a>00700 <span class="keywordflow">for</span> ($i=0;$i&lt;$nb_item;$i++)
<a name="l00701"></a>00701 {
<a name="l00702"></a>00702 $tva=<a class="code" href="user__common_8php.html#a0">GetTvaRate</a>($this-&gt;db,${'e_march'.$i.'_tva_id'});
<a name="l00703"></a>00703 <a class="code" href="tva_8inc_8php.html#a2">$tva_rate</a>=( $tva == null || $tva == 0 )?0.0:$tva['tva_rate'];
<a name="l00704"></a>00704 <a class="code" href="debug_8php.html#a0">echo_debug</a>('class_document',__LINE__,' :'.$i.' sur '.$nb_item);
<a name="l00705"></a>00705 $sell=${'e_march'.$i.'_sell'};
<a name="l00706"></a>00706 $qt=${'e_quant'.$i};
<a name="l00707"></a>00707 <a class="code" href="debug_8php.html#a0">echo_debug</a>('class_document',__LINE__,'sell :'.$sell.' qt = '.$qt);
<a name="l00708"></a>00708
<a name="l00709"></a>00709 <a class="code" href="export__ouv_8php.html#a7">$sum</a>+=$sell*$qt*(1+<a class="code" href="tva_8inc_8php.html#a2">$tva_rate</a>);
<a name="l00710"></a>00710 <span class="comment">// $sum+=${'e_march'.$i.'_sell'}*${'e_quant'.$i}*(1+$tva_rate);</span>
<a name="l00711"></a>00711 }
<a name="l00712"></a>00712 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=round($sum,2);
<a name="l00713"></a>00713
<a name="l00714"></a>00714 }
<a name="l00715"></a>00715 <span class="keywordflow">return</span> <a class="code" href="user__action__ach_8php.html#a2">$r</a>;
<a name="l00716"></a>00716 }
<a name="l00720"></a><a class="code" href="classDocument.html#a10">00720</a> function remove()
<a name="l00721"></a>00721 {
<a name="l00722"></a>00722 <a class="code" href="bank_8inc_8php.html#a13">$sql</a>='<span class="keyword">delete</span> from document where <a class="code" href="action_8inc_8php.html#a10">d_id</a>='.$this-&gt;d_id;
<a name="l00723"></a>00723 <a class="code" href="postgres_8php.html#a2">ExecSql</a>($this-&gt;db,$sql);
<a name="l00724"></a>00724 }
<a name="l00731"></a><a class="code" href="classDocument.html#a11">00731</a> function MoveDocumentPj($p_internal)
<a name="l00732"></a>00732 {
<a name="l00733"></a>00733
<a name="l00734"></a>00734 <a class="code" href="bank_8inc_8php.html#a13">$sql</a>=sprintf(<span class="stringliteral">"update jrn set jr_pj=%s,jr_pj_name='%s',jr_pj_type='%s' where jr_internal='%s'"</span>,
<a name="l00735"></a>00735 $this-&gt;d_lob,$this-&gt;d_filename,$this-&gt;d_mimetype,$p_internal);
<a name="l00736"></a>00736 <a class="code" href="postgres_8php.html#a2">ExecSql</a>($this-&gt;db,$sql);
<a name="l00737"></a>00737 <span class="comment">// clean the table document</span>
<a name="l00738"></a>00738 $this-&gt;remove();
<a name="l00739"></a>00739 }
<a name="l00740"></a>00740
<a name="l00741"></a>00741
<a name="l00742"></a>00742 }
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:27 2006 for phpcompta by&nbsp;
<a name="l00714"></a>00714 <span class="keywordflow">break</span>;
<a name="l00715"></a>00715
<a name="l00716"></a>00716 }
<a name="l00717"></a>00717 <span class="keywordflow">return</span> <a class="code" href="user__action__ach_8php.html#a2">$r</a>;
<a name="l00718"></a>00718 }
<a name="l00722"></a><a class="code" href="classDocument.html#a10">00722</a> function remove()
<a name="l00723"></a>00723 {
<a name="l00724"></a>00724 <a class="code" href="bank_8inc_8php.html#a13">$sql</a>='<span class="keyword">delete</span> from document where <a class="code" href="action_8inc_8php.html#a10">d_id</a>='.$this-&gt;d_id;
<a name="l00725"></a>00725 <a class="code" href="postgres_8php.html#a2">ExecSql</a>($this-&gt;db,$sql);
<a name="l00726"></a>00726 }
<a name="l00733"></a><a class="code" href="classDocument.html#a11">00733</a> function MoveDocumentPj($p_internal)
<a name="l00734"></a>00734 {
<a name="l00735"></a>00735
<a name="l00736"></a>00736 <a class="code" href="bank_8inc_8php.html#a13">$sql</a>=sprintf(<span class="stringliteral">"update jrn set jr_pj=%s,jr_pj_name='%s',jr_pj_type='%s' where jr_internal='%s'"</span>,
<a name="l00737"></a>00737 $this-&gt;d_lob,$this-&gt;d_filename,$this-&gt;d_mimetype,$p_internal);
<a name="l00738"></a>00738 <a class="code" href="postgres_8php.html#a2">ExecSql</a>($this-&gt;db,$sql);
<a name="l00739"></a>00739 <span class="comment">// clean the table document</span>
<a name="l00740"></a>00740 $this-&gt;remove();
<a name="l00741"></a>00741 }
<a name="l00742"></a>00742
<a name="l00743"></a>00743
<a name="l00744"></a>00744 }
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:23 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -23,7 +23,7 @@ Class <a class="el" href="classDocument.html">Document</a> corresponds to the ta
<p>
<p>
Definition in file <a class="el" href="class__document_8php-source.html">class_document.php</a>.<hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:29 2006 for phpcompta by&nbsp;
Definition in file <a class="el" href="class__document_8php-source.html">class_document.php</a>.<hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:24 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -38,7 +38,7 @@
<a name="l00036"></a>00036 <span class="comment">//Constructor parameter = database connexion</span>
<a name="l00037"></a><a class="code" href="classDocument__modele.html#a0">00037</a> function <a class="code" href="classDocument__modele.html#a0">Document_modele</a>($p_cn,$p_id=-1) {
<a name="l00038"></a>00038 $this-&gt;cn=$p_cn;
<a name="l00039"></a>00039 $this-&gt;<a class="code" href="action_8inc_8php.html#a25">md_id</a>=<a class="code" href="user__update_8php.html#a1">$p_id</a>;
<a name="l00039"></a>00039 $this-&gt;<a class="code" href="action_8inc_8php.html#a15">md_id</a>=<a class="code" href="user__update_8php.html#a1">$p_id</a>;
<a name="l00040"></a>00040 }
<a name="l00041"></a>00041
<a name="l00049"></a><a class="code" href="classDocument__modele.html#a1">00049</a> function <a class="code" href="classDocument__modele.html#a1">myList</a>() {
@ -63,7 +63,7 @@
<a name="l00068"></a>00068 <a class="code" href="user__action__ach_8php.html#a2">$r</a>.=<span class="stringliteral">"&lt;/td&gt;"</span>;
<a name="l00069"></a>00069 <a class="code" href="user__action__ach_8php.html#a2">$r</a>.=<span class="stringliteral">"&lt;TD&gt;"</span>;
<a name="l00070"></a>00070 <a class="code" href="admin_8inc_8php.html#a2">$c</a>=<span class="keyword">new</span> <a class="code" href="classwidget.html">widget</a>(<span class="stringliteral">"checkbox"</span>);
<a name="l00071"></a>00071 <a class="code" href="admin_8inc_8php.html#a2">$c</a>-&gt;name=<span class="stringliteral">"dm_remove_"</span>.$row['<a class="code" href="action_8inc_8php.html#a25">md_id</a>'];
<a name="l00071"></a>00071 <a class="code" href="admin_8inc_8php.html#a2">$c</a>-&gt;name=<span class="stringliteral">"dm_remove_"</span>.$row['<a class="code" href="action_8inc_8php.html#a15">md_id</a>'];
<a name="l00072"></a>00072 <a class="code" href="user__action__ach_8php.html#a2">$r</a>.=<a class="code" href="admin_8inc_8php.html#a2">$c</a>-&gt;IOValue();
<a name="l00073"></a>00073 <a class="code" href="user__action__ach_8php.html#a2">$r</a>.=<span class="stringliteral">"&lt;/td&gt;"</span>;
<a name="l00074"></a>00074 <a class="code" href="user__action__ach_8php.html#a2">$r</a>.=<span class="stringliteral">"&lt;/tr&gt;"</span>;
@ -71,11 +71,11 @@
<a name="l00076"></a>00076 <a class="code" href="user__action__ach_8php.html#a2">$r</a>.=<span class="stringliteral">"&lt;/table&gt;"</span>;
<a name="l00077"></a>00077
<a name="l00078"></a>00078 <span class="comment">// need hidden parameter for subaction</span>
<a name="l00079"></a>00079 <a class="code" href="action_8inc_8php.html#a24">$a</a>=<span class="keyword">new</span> <a class="code" href="classwidget.html">widget</a>(<span class="stringliteral">"hidden"</span>);
<a name="l00080"></a>00080 <a class="code" href="action_8inc_8php.html#a24">$a</a>-&gt;name=<span class="stringliteral">"sa"</span>;
<a name="l00081"></a>00081 <a class="code" href="action_8inc_8php.html#a24">$a</a>-&gt;value=<span class="stringliteral">"rm_template"</span>;
<a name="l00082"></a>00082 <a class="code" href="user__action__ach_8php.html#a2">$r</a>.=<a class="code" href="action_8inc_8php.html#a24">$a</a>-&gt;IOValue();
<a name="l00083"></a>00083 <a class="code" href="user__action__ach_8php.html#a2">$r</a>.=<a class="code" href="action_8inc_8php.html#a24">$a</a>-&gt;Submit(<span class="stringliteral">"rm_template"</span>,<span class="stringliteral">"Effacer la sélection"</span>);
<a name="l00079"></a>00079 <a class="code" href="balance_8php.html#a10">$a</a>=<span class="keyword">new</span> <a class="code" href="classwidget.html">widget</a>(<span class="stringliteral">"hidden"</span>);
<a name="l00080"></a>00080 <a class="code" href="balance_8php.html#a10">$a</a>-&gt;name=<span class="stringliteral">"sa"</span>;
<a name="l00081"></a>00081 <a class="code" href="balance_8php.html#a10">$a</a>-&gt;value=<span class="stringliteral">"rm_template"</span>;
<a name="l00082"></a>00082 <a class="code" href="user__action__ach_8php.html#a2">$r</a>.=<a class="code" href="balance_8php.html#a10">$a</a>-&gt;IOValue();
<a name="l00083"></a>00083 <a class="code" href="user__action__ach_8php.html#a2">$r</a>.=<a class="code" href="balance_8php.html#a10">$a</a>-&gt;Submit(<span class="stringliteral">"rm_template"</span>,<span class="stringliteral">"Effacer la sélection"</span>);
<a name="l00084"></a>00084 <a class="code" href="user__action__ach_8php.html#a2">$r</a>.=<span class="stringliteral">"&lt;/form&gt;&lt;/p&gt;"</span>;
<a name="l00085"></a>00085 <span class="keywordflow">return</span> <a class="code" href="user__action__ach_8php.html#a2">$r</a>;
<a name="l00086"></a>00086 }
@ -95,7 +95,7 @@
<a name="l00116"></a>00116
<a name="l00117"></a>00117 <span class="comment">// insert into the table document_modele</span>
<a name="l00118"></a>00118 $this-&gt;<a class="code" href="action_8inc_8php.html#a12">name</a>=<a class="code" href="ac__common_8php.html#a9">FormatString</a>($this-&gt;md_name);
<a name="l00119"></a>00119 $this-&gt;<a class="code" href="action_8inc_8php.html#a25">md_id</a>=<a class="code" href="postgres_8php.html#a13">NextSequence</a>($this-&gt;cn,'document_modele_md_id_seq');
<a name="l00119"></a>00119 $this-&gt;<a class="code" href="action_8inc_8php.html#a15">md_id</a>=<a class="code" href="postgres_8php.html#a13">NextSequence</a>($this-&gt;cn,'document_modele_md_id_seq');
<a name="l00120"></a>00120 <a class="code" href="bank_8inc_8php.html#a13">$sql</a>=sprintf(<span class="stringliteral">"insert into document_modele(md_id,md_name,md_type) </span>
<a name="l00121"></a>00121 <span class="stringliteral"> values (%d,'%s',%d)"</span>,
<a name="l00122"></a>00122 $this-&gt;md_id,$this-&gt;name,$this-&gt;md_type);
@ -242,7 +242,7 @@
<a name="l00282"></a>00282
<a name="l00283"></a>00283 }
<a name="l00284"></a>00284 ?&gt;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:27 2006 for phpcompta by&nbsp;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:23 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -23,7 +23,7 @@ Class for the document template.
<p>
<p>
Definition in file <a class="el" href="class__document__modele_8php-source.html">class_document_modele.php</a>.<hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:29 2006 for phpcompta by&nbsp;
Definition in file <a class="el" href="class__document__modele_8php-source.html">class_document_modele.php</a>.<hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:24 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -44,7 +44,7 @@
<a name="l00050"></a>00050 }
<a name="l00051"></a>00051
<a name="l00052"></a>00052 }
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:27 2006 for phpcompta by&nbsp;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:23 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -22,7 +22,7 @@ class for the table document_type
<p>
<p>
Definition in file <a class="el" href="class__document__type_8php-source.html">class_document_type.php</a>.<hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:29 2006 for phpcompta by&nbsp;
Definition in file <a class="el" href="class__document__type_8php-source.html">class_document_type.php</a>.<hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:24 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

File diff suppressed because it is too large Load diff

View file

@ -26,7 +26,7 @@ define Class fiche and fiche def, those class are using class attribut
<p>
<p>
Definition in file <a class="el" href="class__fiche_8php-source.html">class_fiche.php</a>.<hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:29 2006 for phpcompta by&nbsp;
Definition in file <a class="el" href="class__fiche_8php-source.html">class_fiche.php</a>.<hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:24 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -103,7 +103,7 @@
<a name="l00141"></a>00141
<a name="l00142"></a>00142 }
<a name="l00143"></a>00143 ?&gt;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:28 2006 for phpcompta by&nbsp;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:23 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -23,7 +23,7 @@
<p>
<p>
Definition in file <a class="el" href="class__fiche__def_8php-source.html">class_fiche_def.php</a>.<hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:29 2006 for phpcompta by&nbsp;
Definition in file <a class="el" href="class__fiche__def_8php-source.html">class_fiche_def.php</a>.<hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:24 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -211,8 +211,8 @@
<a name="l00220"></a>00220 }
<a name="l00221"></a>00221 <a class="code" href="debug_8php.html#a0">echo_debug</a>('class_jrn.php',__LINE__,<span class="stringliteral">"Total debit $tot_deb,credit $tot_cred"</span>);
<a name="l00222"></a>00222 $this-&gt;row=<a class="code" href="recherche_8php.html#a4">$array</a>;
<a name="l00223"></a>00223 <a class="code" href="action_8inc_8php.html#a24">$a</a>=array($array,$tot_deb,$tot_cred);
<a name="l00224"></a>00224 <span class="keywordflow">return</span> <a class="code" href="action_8inc_8php.html#a24">$a</a>;
<a name="l00223"></a>00223 <a class="code" href="balance_8php.html#a10">$a</a>=array($array,$tot_deb,$tot_cred);
<a name="l00224"></a>00224 <span class="keywordflow">return</span> <a class="code" href="balance_8php.html#a10">$a</a>;
<a name="l00225"></a>00225 }
<a name="l00243"></a><a class="code" href="classjrn.html#a3">00243</a> function <a class="code" href="classjrn.html#a3">GetRowSimple</a>($p_from,$p_to,$cent='off',$p_limit=-1,$p_offset=-1)
<a name="l00244"></a>00244 {
@ -297,7 +297,7 @@
<a name="l00329"></a>00329 <span class="keywordflow">return</span> <a class="code" href="depense_8inc_8php.html#a3">$Res</a>[0]['<a class="code" href="action_8inc_8php.html#a13">value</a>'];
<a name="l00330"></a>00330 }
<a name="l00331"></a>00331 }
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:28 2006 for phpcompta by&nbsp;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:23 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -16,7 +16,7 @@
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Class for jrn. <a href="classjrn.html#_details">More...</a><br></td></tr>
</table>
<hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:29 2006 for phpcompta by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:24 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -61,7 +61,7 @@
<a name="l00073"></a>00073 }
<a name="l00074"></a>00074
<a name="l00075"></a>00075 }
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:28 2006 for phpcompta by&nbsp;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:23 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -23,7 +23,7 @@ Class to manage the company parameter (address, name...).
<p>
<p>
Definition in file <a class="el" href="class__own_8php-source.html">class_own.php</a>.<hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:29 2006 for phpcompta by&nbsp;
Definition in file <a class="el" href="class__own_8php-source.html">class_own.php</a>.<hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:24 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -114,7 +114,7 @@
<a name="l00152"></a>00152 }
<a name="l00153"></a>00153
<a name="l00154"></a>00154 }
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:28 2006 for phpcompta by&nbsp;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:23 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -23,7 +23,7 @@ Manage the table <a class="el" href="classparm__code.html">parm_code</a> which c
<p>
<p>
Definition in file <a class="el" href="class__parm__code_8php-source.html">class_parm_code.php</a>.<hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:29 2006 for phpcompta by&nbsp;
Definition in file <a class="el" href="class__parm__code_8php-source.html">class_parm_code.php</a>.<hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:24 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -89,7 +89,7 @@
<a name="l00104"></a>00104 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=pg_fetch_all($ret);
<a name="l00105"></a>00105
<a name="l00106"></a>00106 <span class="keywordflow">if</span> ( ! $r ) <span class="keywordflow">return</span> <span class="keyword">false</span>;
<a name="l00107"></a>00107 $this-&gt;<a class="code" href="action_8inc_8php.html#a15">label</a>=<a class="code" href="user__action__ach_8php.html#a2">$r</a>[0]['pcm_lib'];
<a name="l00107"></a>00107 $this-&gt;<a class="code" href="balance_8php.html#a6">label</a>=<a class="code" href="user__action__ach_8php.html#a2">$r</a>[0]['pcm_lib'];
<a name="l00108"></a>00108 $this-&gt;parent=<a class="code" href="user__action__ach_8php.html#a2">$r</a>[0]['pcm_val_parent'];
<a name="l00109"></a>00109 <span class="keywordflow">return</span> <span class="keyword">true</span>;
<a name="l00110"></a>00110 }
@ -130,7 +130,7 @@
<a name="l00158"></a>00158 'solde'=&gt;abs($r['sum_deb']-$r['sum_cred']));
<a name="l00159"></a>00159 }
<a name="l00160"></a>00160 }
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:28 2006 for phpcompta by&nbsp;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:23 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -23,7 +23,7 @@ Manage the account.
<p>
<p>
Definition in file <a class="el" href="class__poste_8php-source.html">class_poste.php</a>.<hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:29 2006 for phpcompta by&nbsp;
Definition in file <a class="el" href="class__poste_8php-source.html">class_poste.php</a>.<hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:24 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -39,8 +39,8 @@
<a name="l00040"></a><a class="code" href="classrapport.html#a1">00040</a> function <a class="code" href="classrapport.html#a1">GetName</a>() {
<a name="l00041"></a>00041 <a class="code" href="impress__bilan_8php.html#a0">$ret</a>=execSql($this-&gt;db,<span class="stringliteral">"select fr_label from formdef where fr_id="</span>.$this-&gt;id);
<a name="l00042"></a>00042 <span class="keywordflow">if</span> (pg_NumRows($ret) == 0) <span class="keywordflow">return</span> $this-&gt;<a class="code" href="action_8inc_8php.html#a12">name</a>;
<a name="l00043"></a>00043 <a class="code" href="action_8inc_8php.html#a24">$a</a>=pg_fetch_array($ret,0);
<a name="l00044"></a>00044 $this-&gt;<a class="code" href="action_8inc_8php.html#a12">name</a>=<a class="code" href="action_8inc_8php.html#a24">$a</a>['fr_label'];
<a name="l00043"></a>00043 <a class="code" href="balance_8php.html#a10">$a</a>=pg_fetch_array($ret,0);
<a name="l00044"></a>00044 $this-&gt;<a class="code" href="action_8inc_8php.html#a12">name</a>=<a class="code" href="balance_8php.html#a10">$a</a>['fr_label'];
<a name="l00045"></a>00045 <span class="keywordflow">return</span> $this-&gt;<a class="code" href="action_8inc_8php.html#a12">name</a>;
<a name="l00046"></a>00046 }
<a name="l00053"></a><a class="code" href="classrapport.html#a2">00053</a> function <a class="code" href="classrapport.html#a2">GetRow</a>($p_start,$p_end) {
@ -72,7 +72,7 @@
<a name="l00079"></a>00079 }
<a name="l00080"></a>00080 }
<a name="l00081"></a>00081 ?&gt;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:28 2006 for phpcompta by&nbsp;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:23 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -23,7 +23,7 @@ Create, view, modify and parse report.
<p>
<p>
Definition in file <a class="el" href="class__rapport_8php-source.html">class_rapport.php</a>.<hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:29 2006 for phpcompta by&nbsp;
Definition in file <a class="el" href="class__rapport_8php-source.html">class_rapport.php</a>.<hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:24 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -277,7 +277,7 @@
<a name="l00353"></a>00353
<a name="l00354"></a>00354 }
<a name="l00355"></a>00355 ?&gt;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:28 2006 for phpcompta by&nbsp;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:23 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -23,7 +23,7 @@ Data &amp; function about connected users.
<p>
<p>
Definition in file <a class="el" href="class__user_8php-source.html">class_user.php</a>.<hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:29 2006 for phpcompta by&nbsp;
Definition in file <a class="el" href="class__user_8php-source.html">class_user.php</a>.<hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:24 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -48,9 +48,9 @@
<a name="l00068"></a>00068 $this-&gt;<a class="code" href="tva_8inc_8php.html#a17">width</a>=50;
<a name="l00069"></a>00069 $this-&gt;<a class="code" href="tva_8inc_8php.html#a16">heigh</a>=20;
<a name="l00070"></a>00070 $this-&gt;<a class="code" href="action_8inc_8php.html#a13">value</a>=<span class="stringliteral">""</span>;
<a name="l00071"></a>00071 $this-&gt;<a class="code" href="action_8inc_8php.html#a21">selected</a>=<span class="stringliteral">""</span>;
<a name="l00071"></a>00071 $this-&gt;<a class="code" href="bank_8inc_8php.html#a8">selected</a>=<span class="stringliteral">""</span>;
<a name="l00072"></a>00072 $this-&gt;<a class="code" href="balance_8php.html#a3">table</a>=0;
<a name="l00073"></a>00073 $this-&gt;<a class="code" href="action_8inc_8php.html#a15">label</a>=<span class="stringliteral">""</span>;
<a name="l00073"></a>00073 $this-&gt;<a class="code" href="balance_8php.html#a6">label</a>=<span class="stringliteral">""</span>;
<a name="l00074"></a>00074 $this-&gt;<a class="code" href="impress__poste_8php.html#a14">disabled</a>=<span class="keyword">false</span>;
<a name="l00075"></a>00075 $this-&gt;tabindex=32767;
<a name="l00076"></a>00076 }
@ -62,7 +62,7 @@
<a name="l00091"></a>00091 <span class="keywordflow">if</span> ( $p_name != null)
<a name="l00092"></a>00092 $this-&gt;<a class="code" href="action_8inc_8php.html#a12">name</a>=$p_name;
<a name="l00093"></a>00093 $this-&gt;<a class="code" href="action_8inc_8php.html#a13">value</a>=($p_value===null)?$this-&gt;<a class="code" href="action_8inc_8php.html#a13">value</a>:$p_value;
<a name="l00094"></a>00094 $this-&gt;<a class="code" href="action_8inc_8php.html#a15">label</a>=($p_label == <span class="stringliteral">""</span>)?$this-&gt;<a class="code" href="action_8inc_8php.html#a15">label</a>:$p_label;
<a name="l00094"></a>00094 $this-&gt;<a class="code" href="balance_8php.html#a6">label</a>=($p_label == <span class="stringliteral">""</span>)?$this-&gt;<a class="code" href="balance_8php.html#a6">label</a>:$p_label;
<a name="l00095"></a>00095
<a name="l00096"></a>00096 <span class="comment">// Input text type</span>
<a name="l00097"></a>00097 <a class="code" href="classwidget.html#o8">$disabled</a> = $this-&gt;<a class="code" href="impress__poste_8php.html#a14">disabled</a> ? <span class="stringliteral">"DISABLED"</span> : <span class="stringliteral">""</span>;
@ -95,144 +95,144 @@
<a name="l00124"></a>00124 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=<span class="stringliteral">"&lt;SELECT NAME=\"$this-&gt;name\"&gt;"</span>;
<a name="l00125"></a>00125 <span class="keywordflow">for</span> ( $i=0;$i&lt;<span class="keyword">sizeof</span>($this-&gt;value);$i++)
<a name="l00126"></a>00126 {
<a name="l00127"></a>00127 $checked=($this-&gt;<a class="code" href="action_8inc_8php.html#a21">selected</a>==$this-&gt;<a class="code" href="action_8inc_8php.html#a13">value</a>[<a class="code" href="balance_8php.html#a12">$i</a>]['<a class="code" href="action_8inc_8php.html#a13">value</a>'])?<span class="stringliteral">"SELECTED"</span>:<span class="stringliteral">""</span>;
<a name="l00127"></a>00127 $checked=($this-&gt;<a class="code" href="bank_8inc_8php.html#a8">selected</a>==$this-&gt;<a class="code" href="action_8inc_8php.html#a13">value</a>[<a class="code" href="balance_8php.html#a12">$i</a>]['<a class="code" href="action_8inc_8php.html#a13">value</a>'])?<span class="stringliteral">"SELECTED"</span>:<span class="stringliteral">""</span>;
<a name="l00128"></a>00128 <a class="code" href="user__action__ach_8php.html#a2">$r</a>.='&lt;OPTION VALUE=<span class="stringliteral">"'.$this-&gt;value[$i]['value'].'"</span> '.$checked.<span class="charliteral">'&gt;'</span>;
<a name="l00129"></a>00129 <a class="code" href="user__action__ach_8php.html#a2">$r</a>.=$this-&gt;<a class="code" href="action_8inc_8php.html#a13">value</a>[<a class="code" href="balance_8php.html#a12">$i</a>]['<a class="code" href="action_8inc_8php.html#a15">label</a>'];
<a name="l00129"></a>00129 <a class="code" href="user__action__ach_8php.html#a2">$r</a>.=$this-&gt;<a class="code" href="action_8inc_8php.html#a13">value</a>[<a class="code" href="balance_8php.html#a12">$i</a>]['<a class="code" href="balance_8php.html#a6">label</a>'];
<a name="l00130"></a>00130 }
<a name="l00131"></a>00131 <a class="code" href="user__action__ach_8php.html#a2">$r</a>.=<span class="stringliteral">"&lt;/SELECT&gt;"</span>;
<a name="l00132"></a>00132 } <span class="keywordflow">else</span>
<a name="l00133"></a>00133 {
<a name="l00134"></a>00134 <a class="code" href="debug_8php.html#a0">echo_debug</a>('class_widget.php',__LINE__,<span class="stringliteral">"this-&gt;selected = "</span>.$this-&gt;selected);
<a name="l00135"></a>00135 <span class="keywordflow">for</span> ( $i=0;$i&lt;<span class="keyword">sizeof</span>($this-&gt;value);$i++)
<a name="l00136"></a>00136 {
<a name="l00137"></a>00137 <a class="code" href="debug_8php.html#a0">echo_debug</a>('class_widget.php',__LINE__,<span class="stringliteral">"check for "</span>.$this-&gt;value[$i]['<a class="code" href="action_8inc_8php.html#a13">value</a>']);
<a name="l00138"></a>00138 <span class="keywordflow">if</span> ($this-&gt;selected==$this-&gt;value[$i]['value'] )
<a name="l00139"></a>00139 {
<a name="l00140"></a>00140 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=$this-&gt;value[<a class="code" href="balance_8php.html#a12">$i</a>]['<a class="code" href="action_8inc_8php.html#a15">label</a>'];
<a name="l00141"></a>00141
<a name="l00142"></a>00142 }
<a name="l00143"></a>00143 }
<a name="l00144"></a>00144 }
<a name="l00145"></a>00145 <span class="keywordflow">if</span> ( $this-&gt;table==1) {
<a name="l00146"></a>00146 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=<span class="stringliteral">"&lt;TD&gt; $r &lt;/TD&gt;"</span>;
<a name="l00147"></a>00147 <span class="keywordflow">if</span> ( $this-&gt;label != <span class="stringliteral">""</span>) <a class="code" href="user__action__ach_8php.html#a2">$r</a>=<span class="stringliteral">"&lt;TD&gt; $this-&gt;label&lt;/TD&gt;"</span>.$r;
<a name="l00148"></a>00148 }
<a name="l00149"></a>00149 <span class="keywordflow">return</span> <a class="code" href="user__action__ach_8php.html#a2">$r</a>;
<a name="l00150"></a>00150 }
<a name="l00151"></a>00151 <span class="comment">// Password</span>
<a name="l00152"></a>00152 <span class="keywordflow">if</span> (strtoupper($this-&gt;type)==<span class="stringliteral">"PASSWORD"</span>) {
<a name="l00153"></a>00153 <span class="keywordflow">if</span> ( $this-&gt;readonly==<span class="keyword">true</span>) <span class="keywordflow">return</span> <span class="stringliteral">""</span>;
<a name="l00154"></a>00154 <a class="code" href="user__action__ach_8php.html#a2">$r</a>='&lt;input type=<span class="stringliteral">"password"</span> <a class="code" href="action_8inc_8php.html#a12">name</a>=<span class="stringliteral">"'.$this-&gt;name;</span>
<a name="l00155"></a>00155 <span class="stringliteral"> $r.='"</span>&gt;';
<a name="l00156"></a>00156 <span class="keywordflow">if</span> ($this-&gt;table==1) {
<a name="l00157"></a>00157 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=<span class="stringliteral">"&lt;TD&gt; $this-&gt;label &lt;/TD&gt;&lt;TD&gt; $r &lt;/TD&gt;"</span>;
<a name="l00158"></a>00158 }
<a name="l00159"></a>00159 <span class="keywordflow">return</span> <a class="code" href="user__action__ach_8php.html#a2">$r</a>;
<a name="l00160"></a>00160 }
<a name="l00161"></a>00161
<a name="l00162"></a>00162 <span class="comment">// Checkbox</span>
<a name="l00163"></a>00163 <span class="keywordflow">if</span> (strtoupper($this-&gt;type)==<span class="stringliteral">"CHECKBOX"</span>) {
<a name="l00164"></a>00164 <span class="keywordflow">if</span> ( $this-&gt;readonly == <span class="keyword">true</span>) {
<a name="l00165"></a>00165 <a class="code" href="fortis__be_8inc_8php.html#a2">$check</a>=( $this-&gt;<a class="code" href="action_8inc_8php.html#a21">selected</a>==true )?<span class="stringliteral">"checked"</span>:<span class="stringliteral">"unchecked"</span>;
<a name="l00166"></a>00166 <a class="code" href="user__action__ach_8php.html#a2">$r</a>='&lt;input type=<span class="stringliteral">"CHECKBOX"</span> <a class="code" href="action_8inc_8php.html#a12">name</a>=<span class="stringliteral">"'.$this-&gt;name.'"</span>';
<a name="l00167"></a>00167 <a class="code" href="user__action__ach_8php.html#a2">$r</a>.=<span class="stringliteral">" $check"</span>;
<a name="l00168"></a>00168 <a class="code" href="user__action__ach_8php.html#a2">$r</a>.=' <a class="code" href="impress__poste_8php.html#a14">disabled</a>&gt;';
<a name="l00169"></a>00169
<a name="l00170"></a>00170 } <span class="keywordflow">else</span> {
<a name="l00171"></a>00171 <a class="code" href="fortis__be_8inc_8php.html#a2">$check</a>=( $this-&gt;<a class="code" href="action_8inc_8php.html#a21">selected</a>==true )?<span class="stringliteral">"checked"</span>:<span class="stringliteral">"unchecked"</span>;
<a name="l00172"></a>00172 <a class="code" href="user__action__ach_8php.html#a2">$r</a>='&lt;input type=<span class="stringliteral">"CHECKBOX"</span> <a class="code" href="action_8inc_8php.html#a12">name</a>=<span class="stringliteral">"'.$this-&gt;name.'"</span>';
<a name="l00173"></a>00173 <a class="code" href="user__action__ach_8php.html#a2">$r</a>.=<span class="stringliteral">" $check"</span>;
<a name="l00174"></a>00174 <a class="code" href="user__action__ach_8php.html#a2">$r</a>.=<span class="charliteral">' '</span>.$disabled.<span class="charliteral">'&gt;'</span>;
<a name="l00175"></a>00175 }
<a name="l00176"></a>00176 <span class="keywordflow">if</span> ($this-&gt;table==1) {
<a name="l00177"></a>00177 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=<span class="stringliteral">"&lt;TD&gt; $this-&gt;label &lt;/TD&gt;&lt;TD&gt; $r &lt;/TD&gt;"</span>;
<a name="l00178"></a>00178 } <span class="keywordflow">else</span> {
<a name="l00179"></a>00179 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=<a class="code" href="user__action__ach_8php.html#a2">$r</a>.<span class="stringliteral">" $this-&gt;label"</span>;
<a name="l00180"></a>00180 }
<a name="l00181"></a>00181 <span class="keywordflow">return</span> <a class="code" href="user__action__ach_8php.html#a2">$r</a>;
<a name="l00182"></a>00182 }
<a name="l00183"></a>00183
<a name="l00184"></a>00184 <span class="comment">//radio</span>
<a name="l00185"></a>00185 <span class="keywordflow">if</span> (strtoupper($this-&gt;type)==<span class="stringliteral">"RADIO"</span>) {
<a name="l00186"></a>00186 <span class="keywordflow">if</span> ( $this-&gt;readonly == <span class="keyword">true</span>) {
<a name="l00187"></a>00187 <a class="code" href="fortis__be_8inc_8php.html#a2">$check</a>=( $this-&gt;<a class="code" href="action_8inc_8php.html#a21">selected</a>==<span class="keyword">true</span> || $this-&gt;<a class="code" href="action_8inc_8php.html#a21">selected</a>==<span class="charliteral">'t'</span> )?<span class="stringliteral">"Yes"</span>:<span class="stringliteral">"no"</span>;
<a name="l00188"></a>00188 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=<a class="code" href="fortis__be_8inc_8php.html#a2">$check</a>;
<a name="l00189"></a>00189 } <span class="keywordflow">else</span> {
<a name="l00190"></a>00190 <a class="code" href="fortis__be_8inc_8php.html#a2">$check</a>=( $this-&gt;<a class="code" href="action_8inc_8php.html#a21">selected</a>==<span class="keyword">true</span>||$this-&gt;<a class="code" href="action_8inc_8php.html#a21">selected</a>==<span class="charliteral">'t'</span> )?<span class="stringliteral">"checked"</span>:<span class="stringliteral">"unchecked"</span>;
<a name="l00191"></a>00191 <a class="code" href="user__action__ach_8php.html#a2">$r</a>='&lt;input type=<span class="stringliteral">"RADIO"</span> <a class="code" href="action_8inc_8php.html#a12">name</a>=<span class="stringliteral">"'.$this-&gt;name.'"</span>';
<a name="l00192"></a>00192 <a class="code" href="user__action__ach_8php.html#a2">$r</a>.=<span class="stringliteral">" VALUE=\"$this-&gt;value\""</span>;
<a name="l00193"></a>00193 <a class="code" href="user__action__ach_8php.html#a2">$r</a>.=<span class="stringliteral">" $check"</span>;
<a name="l00194"></a>00194 <a class="code" href="user__action__ach_8php.html#a2">$r</a>.=<span class="charliteral">' '</span>.$disabled.<span class="charliteral">'&gt;'</span>;
<a name="l00195"></a>00195 }
<a name="l00196"></a>00196 <span class="keywordflow">if</span> ($this-&gt;table==1) {
<a name="l00197"></a>00197 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=<span class="stringliteral">"&lt;TD&gt; $this-&gt;label &lt;/TD&gt;&lt;TD&gt; $r &lt;/TD&gt;"</span>;
<a name="l00198"></a>00198 } <span class="keywordflow">else</span> {
<a name="l00199"></a>00199 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=$this-&gt;<a class="code" href="action_8inc_8php.html#a15">label</a>.$r;
<a name="l00200"></a>00200 }
<a name="l00201"></a>00201 <span class="keywordflow">return</span> <a class="code" href="user__action__ach_8php.html#a2">$r</a>;
<a name="l00202"></a>00202 }
<a name="l00203"></a>00203
<a name="l00204"></a>00204 <span class="comment">//textarea</span>
<a name="l00205"></a>00205 <span class="keywordflow">if</span> (strtoupper($this-&gt;type)==<span class="stringliteral">"TEXTAREA"</span>) {
<a name="l00206"></a>00206 <span class="keywordflow">if</span> ( $this-&gt;readonly == <span class="keyword">false</span> ) {
<a name="l00207"></a>00207 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=<span class="stringliteral">""</span>;
<a name="l00208"></a>00208 <a class="code" href="user__action__ach_8php.html#a2">$r</a>.='&lt;TEXTAREA <a class="code" href="action_8inc_8php.html#a12">name</a>=<span class="stringliteral">"'.$this-&gt;name.'"</span>';
<a name="l00209"></a>00209 <a class="code" href="user__action__ach_8php.html#a2">$r</a>.=<span class="stringliteral">" rows=\"$this-&gt;heigh\" "</span>;
<a name="l00210"></a>00210 <a class="code" href="user__action__ach_8php.html#a2">$r</a>.=<span class="stringliteral">" cols=\"$this-&gt;width\" "</span>;
<a name="l00211"></a>00211 <a class="code" href="user__action__ach_8php.html#a2">$r</a>.=<span class="charliteral">' '</span>.$disabled.<span class="charliteral">'&gt;'</span>;
<a name="l00212"></a>00212 <a class="code" href="user__action__ach_8php.html#a2">$r</a>.=$this-&gt;<a class="code" href="action_8inc_8php.html#a13">value</a>;
<a name="l00213"></a>00213
<a name="l00214"></a>00214 <a class="code" href="user__action__ach_8php.html#a2">$r</a>.=<span class="stringliteral">"&lt;/TEXTAREA&gt;"</span>;
<a name="l00215"></a>00215 } <span class="keywordflow">else</span> {
<a name="l00216"></a>00216 <a class="code" href="user__action__ach_8php.html#a2">$r</a>='&lt;p&gt;';
<a name="l00217"></a>00217 <a class="code" href="user__action__ach_8php.html#a2">$r</a>.=$this-&gt;<a class="code" href="action_8inc_8php.html#a13">value</a>;
<a name="l00218"></a>00218 <a class="code" href="user__action__ach_8php.html#a2">$r</a>.=sprintf('&lt;input type=<span class="stringliteral">"hidden"</span> <a class="code" href="action_8inc_8php.html#a12">name</a>=<span class="stringliteral">"%s"</span> <a class="code" href="action_8inc_8php.html#a13">value</a>=<span class="stringliteral">"%s"</span>&gt;',
<a name="l00219"></a>00219 $this-&gt;name,urlencode($this-&gt;value));
<a name="l00220"></a>00220 <a class="code" href="user__action__ach_8php.html#a2">$r</a>.='&lt;/p&gt;';
<a name="l00221"></a>00221
<a name="l00222"></a>00222 }
<a name="l00223"></a>00223 <span class="keywordflow">if</span> ($this-&gt;table==1) {
<a name="l00224"></a>00224 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=<span class="stringliteral">"&lt;TD&gt; $this-&gt;label &lt;/TD&gt;&lt;TD&gt; $r &lt;/TD&gt;"</span>;
<a name="l00225"></a>00225 }
<a name="l00226"></a>00226 <span class="keywordflow">return</span> <a class="code" href="user__action__ach_8php.html#a2">$r</a>;
<a name="l00227"></a>00227 }
<a name="l00228"></a>00228
<a name="l00229"></a>00229 <span class="comment">//----------------------------------------------------------------------</span>
<a name="l00230"></a>00230
<a name="l00231"></a>00231 <span class="comment">//----------------------------------------------------------------------</span>
<a name="l00232"></a>00232 <span class="comment">// Rich Text</span>
<a name="l00238"></a>00238 <span class="comment"></span> <span class="keywordflow">if</span> ( strtoupper($this-&gt;type)=='RICHTEXT')
<a name="l00239"></a>00239 {
<a name="l00240"></a>00240 <a class="code" href="user__action__ach_8php.html#a2">$r</a>= ' &lt;script language=<span class="stringliteral">"JavaScript"</span> type=<span class="stringliteral">"text/javascript"</span>&gt; '.
<a name="l00241"></a>00241 '&lt;!-- '.<span class="stringliteral">"\n"</span>.
<a name="l00242"></a>00242 <span class="stringliteral">"\nfunction submitForm() {\n"</span>.
<a name="l00243"></a>00243 <span class="stringliteral">" updateRTE('"</span>.$this-&gt;name.<span class="stringliteral">"');\n "</span>.
<a name="l00244"></a>00244 <span class="stringliteral">" return true; \n"</span>.
<a name="l00245"></a>00245 <span class="stringliteral">"} \n"</span>.
<a name="l00246"></a>00246 'initRTE(<span class="stringliteral">"images/"</span>, <span class="stringliteral">""</span>, <span class="stringliteral">""</span>);'.<span class="stringliteral">"\n"</span>.
<a name="l00247"></a>00247 '<span class="comment">//--&gt;'."\n".</span>
<a name="l00248"></a>00248 '&lt;/script&gt;'.
<a name="l00249"></a>00249 '&lt;noscript&gt;&lt;p&gt;&lt;b&gt;Javascript must be enabled to use <span class="keyword">this</span> form.&lt;/b&gt;&lt;/p&gt;&lt;/noscript&gt;'.
<a name="l00250"></a>00250 'Note Interne : '.
<a name="l00251"></a>00251 '&lt;script language=<span class="stringliteral">"JavaScript"</span> type=<span class="stringliteral">"text/javascript"</span>&gt;'.<span class="stringliteral">"\n"</span>.
<a name="l00252"></a>00252 '&lt;!--'.<span class="stringliteral">"\n"</span>;
<a name="l00253"></a>00253 <span class="comment">//Usage: writeRichText(fieldname, html, width, height, buttons, readOnly)</span>
<a name="l00254"></a>00254
<a name="l00255"></a>00255 <a class="code" href="debug_8php.html#a0">echo_debug</a>('class_widget',__LINE__,'to write is '.$this-&gt;name);
<a name="l00256"></a>00256 <span class="comment">/*\! brief </span>
<a name="l00257"></a>00257 <span class="comment"> *\note the value must be urlencoded</span>
<a name="l00258"></a>00258 <span class="comment"> */</span>
<a name="l00259"></a>00259 <span class="comment">// Removing new line</span>
<a name="l00260"></a>00260
<a name="l00261"></a>00261 <span class="comment">// $msg=urlencode($this-&gt;value);</span>
<a name="l00262"></a>00262 <a class="code" href="pref_8inc_8php.html#a4">$msg</a>=$this-&gt;<a class="code" href="action_8inc_8php.html#a13">value</a>;
<a name="l00263"></a>00263 <a class="code" href="pref_8inc_8php.html#a4">$msg</a>=str_replace(<span class="stringliteral">"%OA"</span>,<span class="stringliteral">""</span>,$msg);
<a name="l00264"></a>00264 <a class="code" href="pref_8inc_8php.html#a4">$msg</a>=str_replace(<span class="stringliteral">"%OD"</span>,<span class="stringliteral">""</span>,$msg);
<a name="l00265"></a>00265 <a class="code" href="pref_8inc_8php.html#a4">$msg</a>=str_replace(<span class="stringliteral">"\n"</span>,<span class="stringliteral">""</span>,$msg);
<a name="l00266"></a>00266 <a class="code" href="pref_8inc_8php.html#a4">$msg</a>=str_replace(<span class="stringliteral">"\r"</span>,<span class="stringliteral">""</span>,$msg);
<a name="l00267"></a>00267
<a name="l00268"></a>00268 $read=($this-&gt;<a class="code" href="ecrit__ouv_8php.html#a6">readonly</a>)?<span class="stringliteral">"false"</span>:<span class="stringliteral">"true"</span>;
<a name="l00269"></a>00269 <span class="comment">// $r.=sprintf("var msg='%s';",urldecode($msg));</span>
<a name="l00134"></a>00134 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=<span class="stringliteral">""</span>;
<a name="l00135"></a>00135 <a class="code" href="debug_8php.html#a0">echo_debug</a>('class_widget.php',__LINE__,<span class="stringliteral">"this-&gt;selected = "</span>.$this-&gt;selected);
<a name="l00136"></a>00136 <span class="keywordflow">for</span> ( $i=0;$i&lt;<span class="keyword">sizeof</span>($this-&gt;value);$i++)
<a name="l00137"></a>00137 {
<a name="l00138"></a>00138 <a class="code" href="debug_8php.html#a0">echo_debug</a>('class_widget.php',__LINE__,<span class="stringliteral">"check for "</span>.$this-&gt;value[$i]['<a class="code" href="action_8inc_8php.html#a13">value</a>']);
<a name="l00139"></a>00139 <span class="keywordflow">if</span> ($this-&gt;selected==$this-&gt;value[$i]['value'] )
<a name="l00140"></a>00140 {
<a name="l00141"></a>00141 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=$this-&gt;value[<a class="code" href="balance_8php.html#a12">$i</a>]['<a class="code" href="balance_8php.html#a6">label</a>'];
<a name="l00142"></a>00142
<a name="l00143"></a>00143 }
<a name="l00144"></a>00144 }
<a name="l00145"></a>00145 }
<a name="l00146"></a>00146 <span class="keywordflow">if</span> ( $this-&gt;table==1) {
<a name="l00147"></a>00147 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=<span class="stringliteral">"&lt;TD&gt; $r &lt;/TD&gt;"</span>;
<a name="l00148"></a>00148 <span class="keywordflow">if</span> ( $this-&gt;label != <span class="stringliteral">""</span>) <a class="code" href="user__action__ach_8php.html#a2">$r</a>=<span class="stringliteral">"&lt;TD&gt; $this-&gt;label&lt;/TD&gt;"</span>.$r;
<a name="l00149"></a>00149 }
<a name="l00150"></a>00150 <span class="keywordflow">return</span> <a class="code" href="user__action__ach_8php.html#a2">$r</a>;
<a name="l00151"></a>00151 }
<a name="l00152"></a>00152 <span class="comment">// Password</span>
<a name="l00153"></a>00153 <span class="keywordflow">if</span> (strtoupper($this-&gt;type)==<span class="stringliteral">"PASSWORD"</span>) {
<a name="l00154"></a>00154 <span class="keywordflow">if</span> ( $this-&gt;readonly==<span class="keyword">true</span>) <span class="keywordflow">return</span> <span class="stringliteral">""</span>;
<a name="l00155"></a>00155 <a class="code" href="user__action__ach_8php.html#a2">$r</a>='&lt;input type=<span class="stringliteral">"password"</span> <a class="code" href="action_8inc_8php.html#a12">name</a>=<span class="stringliteral">"'.$this-&gt;name;</span>
<a name="l00156"></a>00156 <span class="stringliteral"> $r.='"</span>&gt;';
<a name="l00157"></a>00157 <span class="keywordflow">if</span> ($this-&gt;table==1) {
<a name="l00158"></a>00158 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=<span class="stringliteral">"&lt;TD&gt; $this-&gt;label &lt;/TD&gt;&lt;TD&gt; $r &lt;/TD&gt;"</span>;
<a name="l00159"></a>00159 }
<a name="l00160"></a>00160 <span class="keywordflow">return</span> <a class="code" href="user__action__ach_8php.html#a2">$r</a>;
<a name="l00161"></a>00161 }
<a name="l00162"></a>00162
<a name="l00163"></a>00163 <span class="comment">// Checkbox</span>
<a name="l00164"></a>00164 <span class="keywordflow">if</span> (strtoupper($this-&gt;type)==<span class="stringliteral">"CHECKBOX"</span>) {
<a name="l00165"></a>00165 <span class="keywordflow">if</span> ( $this-&gt;readonly == <span class="keyword">true</span>) {
<a name="l00166"></a>00166 <a class="code" href="fortis__be_8inc_8php.html#a2">$check</a>=( $this-&gt;<a class="code" href="bank_8inc_8php.html#a8">selected</a>==true )?<span class="stringliteral">"checked"</span>:<span class="stringliteral">"unchecked"</span>;
<a name="l00167"></a>00167 <a class="code" href="user__action__ach_8php.html#a2">$r</a>='&lt;input type=<span class="stringliteral">"CHECKBOX"</span> <a class="code" href="action_8inc_8php.html#a12">name</a>=<span class="stringliteral">"'.$this-&gt;name.'"</span>';
<a name="l00168"></a>00168 <a class="code" href="user__action__ach_8php.html#a2">$r</a>.=<span class="stringliteral">" $check"</span>;
<a name="l00169"></a>00169 <a class="code" href="user__action__ach_8php.html#a2">$r</a>.=' <a class="code" href="impress__poste_8php.html#a14">disabled</a>&gt;';
<a name="l00170"></a>00170
<a name="l00171"></a>00171 } <span class="keywordflow">else</span> {
<a name="l00172"></a>00172 <a class="code" href="fortis__be_8inc_8php.html#a2">$check</a>=( $this-&gt;<a class="code" href="bank_8inc_8php.html#a8">selected</a>==true )?<span class="stringliteral">"checked"</span>:<span class="stringliteral">"unchecked"</span>;
<a name="l00173"></a>00173 <a class="code" href="user__action__ach_8php.html#a2">$r</a>='&lt;input type=<span class="stringliteral">"CHECKBOX"</span> <a class="code" href="action_8inc_8php.html#a12">name</a>=<span class="stringliteral">"'.$this-&gt;name.'"</span>';
<a name="l00174"></a>00174 <a class="code" href="user__action__ach_8php.html#a2">$r</a>.=<span class="stringliteral">" $check"</span>;
<a name="l00175"></a>00175 <a class="code" href="user__action__ach_8php.html#a2">$r</a>.=<span class="charliteral">' '</span>.$disabled.<span class="charliteral">'&gt;'</span>;
<a name="l00176"></a>00176 }
<a name="l00177"></a>00177 <span class="keywordflow">if</span> ($this-&gt;table==1) {
<a name="l00178"></a>00178 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=<span class="stringliteral">"&lt;TD&gt; $this-&gt;label &lt;/TD&gt;&lt;TD&gt; $r &lt;/TD&gt;"</span>;
<a name="l00179"></a>00179 } <span class="keywordflow">else</span> {
<a name="l00180"></a>00180 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=<a class="code" href="user__action__ach_8php.html#a2">$r</a>.<span class="stringliteral">" $this-&gt;label"</span>;
<a name="l00181"></a>00181 }
<a name="l00182"></a>00182 <span class="keywordflow">return</span> <a class="code" href="user__action__ach_8php.html#a2">$r</a>;
<a name="l00183"></a>00183 }
<a name="l00184"></a>00184
<a name="l00185"></a>00185 <span class="comment">//radio</span>
<a name="l00186"></a>00186 <span class="keywordflow">if</span> (strtoupper($this-&gt;type)==<span class="stringliteral">"RADIO"</span>) {
<a name="l00187"></a>00187 <span class="keywordflow">if</span> ( $this-&gt;readonly == <span class="keyword">true</span>) {
<a name="l00188"></a>00188 <a class="code" href="fortis__be_8inc_8php.html#a2">$check</a>=( $this-&gt;<a class="code" href="bank_8inc_8php.html#a8">selected</a>==<span class="keyword">true</span> || $this-&gt;<a class="code" href="bank_8inc_8php.html#a8">selected</a>==<span class="charliteral">'t'</span> )?<span class="stringliteral">"Yes"</span>:<span class="stringliteral">"no"</span>;
<a name="l00189"></a>00189 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=<a class="code" href="fortis__be_8inc_8php.html#a2">$check</a>;
<a name="l00190"></a>00190 } <span class="keywordflow">else</span> {
<a name="l00191"></a>00191 <a class="code" href="fortis__be_8inc_8php.html#a2">$check</a>=( $this-&gt;<a class="code" href="bank_8inc_8php.html#a8">selected</a>==<span class="keyword">true</span>||$this-&gt;<a class="code" href="bank_8inc_8php.html#a8">selected</a>==<span class="charliteral">'t'</span> )?<span class="stringliteral">"checked"</span>:<span class="stringliteral">"unchecked"</span>;
<a name="l00192"></a>00192 <a class="code" href="user__action__ach_8php.html#a2">$r</a>='&lt;input type=<span class="stringliteral">"RADIO"</span> <a class="code" href="action_8inc_8php.html#a12">name</a>=<span class="stringliteral">"'.$this-&gt;name.'"</span>';
<a name="l00193"></a>00193 <a class="code" href="user__action__ach_8php.html#a2">$r</a>.=<span class="stringliteral">" VALUE=\"$this-&gt;value\""</span>;
<a name="l00194"></a>00194 <a class="code" href="user__action__ach_8php.html#a2">$r</a>.=<span class="stringliteral">" $check"</span>;
<a name="l00195"></a>00195 <a class="code" href="user__action__ach_8php.html#a2">$r</a>.=<span class="charliteral">' '</span>.$disabled.<span class="charliteral">'&gt;'</span>;
<a name="l00196"></a>00196 }
<a name="l00197"></a>00197 <span class="keywordflow">if</span> ($this-&gt;table==1) {
<a name="l00198"></a>00198 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=<span class="stringliteral">"&lt;TD&gt; $this-&gt;label &lt;/TD&gt;&lt;TD&gt; $r &lt;/TD&gt;"</span>;
<a name="l00199"></a>00199 } <span class="keywordflow">else</span> {
<a name="l00200"></a>00200 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=$this-&gt;<a class="code" href="balance_8php.html#a6">label</a>.$r;
<a name="l00201"></a>00201 }
<a name="l00202"></a>00202 <span class="keywordflow">return</span> <a class="code" href="user__action__ach_8php.html#a2">$r</a>;
<a name="l00203"></a>00203 }
<a name="l00204"></a>00204
<a name="l00205"></a>00205 <span class="comment">//textarea</span>
<a name="l00206"></a>00206 <span class="keywordflow">if</span> (strtoupper($this-&gt;type)==<span class="stringliteral">"TEXTAREA"</span>) {
<a name="l00207"></a>00207 <span class="keywordflow">if</span> ( $this-&gt;readonly == <span class="keyword">false</span> ) {
<a name="l00208"></a>00208 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=<span class="stringliteral">""</span>;
<a name="l00209"></a>00209 <a class="code" href="user__action__ach_8php.html#a2">$r</a>.='&lt;TEXTAREA <a class="code" href="action_8inc_8php.html#a12">name</a>=<span class="stringliteral">"'.$this-&gt;name.'"</span>';
<a name="l00210"></a>00210 <a class="code" href="user__action__ach_8php.html#a2">$r</a>.=<span class="stringliteral">" rows=\"$this-&gt;heigh\" "</span>;
<a name="l00211"></a>00211 <a class="code" href="user__action__ach_8php.html#a2">$r</a>.=<span class="stringliteral">" cols=\"$this-&gt;width\" "</span>;
<a name="l00212"></a>00212 <a class="code" href="user__action__ach_8php.html#a2">$r</a>.=<span class="charliteral">' '</span>.$disabled.<span class="charliteral">'&gt;'</span>;
<a name="l00213"></a>00213 <a class="code" href="user__action__ach_8php.html#a2">$r</a>.=$this-&gt;<a class="code" href="action_8inc_8php.html#a13">value</a>;
<a name="l00214"></a>00214
<a name="l00215"></a>00215 <a class="code" href="user__action__ach_8php.html#a2">$r</a>.=<span class="stringliteral">"&lt;/TEXTAREA&gt;"</span>;
<a name="l00216"></a>00216 } <span class="keywordflow">else</span> {
<a name="l00217"></a>00217 <a class="code" href="user__action__ach_8php.html#a2">$r</a>='&lt;p&gt;';
<a name="l00218"></a>00218 <a class="code" href="user__action__ach_8php.html#a2">$r</a>.=$this-&gt;<a class="code" href="action_8inc_8php.html#a13">value</a>;
<a name="l00219"></a>00219 <a class="code" href="user__action__ach_8php.html#a2">$r</a>.=sprintf('&lt;input type=<span class="stringliteral">"hidden"</span> <a class="code" href="action_8inc_8php.html#a12">name</a>=<span class="stringliteral">"%s"</span> <a class="code" href="action_8inc_8php.html#a13">value</a>=<span class="stringliteral">"%s"</span>&gt;',
<a name="l00220"></a>00220 $this-&gt;name,urlencode($this-&gt;value));
<a name="l00221"></a>00221 <a class="code" href="user__action__ach_8php.html#a2">$r</a>.='&lt;/p&gt;';
<a name="l00222"></a>00222
<a name="l00223"></a>00223 }
<a name="l00224"></a>00224 <span class="keywordflow">if</span> ($this-&gt;table==1) {
<a name="l00225"></a>00225 <a class="code" href="user__action__ach_8php.html#a2">$r</a>=<span class="stringliteral">"&lt;TD&gt; $this-&gt;label &lt;/TD&gt;&lt;TD&gt; $r &lt;/TD&gt;"</span>;
<a name="l00226"></a>00226 }
<a name="l00227"></a>00227 <span class="keywordflow">return</span> <a class="code" href="user__action__ach_8php.html#a2">$r</a>;
<a name="l00228"></a>00228 }
<a name="l00229"></a>00229
<a name="l00230"></a>00230 <span class="comment">//----------------------------------------------------------------------</span>
<a name="l00231"></a>00231
<a name="l00232"></a>00232 <span class="comment">//----------------------------------------------------------------------</span>
<a name="l00233"></a>00233 <span class="comment">// Rich Text</span>
<a name="l00239"></a>00239 <span class="comment"></span> <span class="keywordflow">if</span> ( strtoupper($this-&gt;type)=='RICHTEXT')
<a name="l00240"></a>00240 {
<a name="l00241"></a>00241 <a class="code" href="user__action__ach_8php.html#a2">$r</a>= ' &lt;script language=<span class="stringliteral">"JavaScript"</span> type=<span class="stringliteral">"text/javascript"</span>&gt; '.
<a name="l00242"></a>00242 '&lt;!-- '.<span class="stringliteral">"\n"</span>.
<a name="l00243"></a>00243 <span class="stringliteral">"\nfunction submitForm() {\n"</span>.
<a name="l00244"></a>00244 <span class="stringliteral">" updateRTE('"</span>.$this-&gt;name.<span class="stringliteral">"');\n "</span>.
<a name="l00245"></a>00245 <span class="stringliteral">" return true; \n"</span>.
<a name="l00246"></a>00246 <span class="stringliteral">"} \n"</span>.
<a name="l00247"></a>00247 'initRTE(<span class="stringliteral">"images/"</span>, <span class="stringliteral">""</span>, <span class="stringliteral">""</span>);'.<span class="stringliteral">"\n"</span>.
<a name="l00248"></a>00248 '<span class="comment">//--&gt;'."\n".</span>
<a name="l00249"></a>00249 '&lt;/script&gt;'.
<a name="l00250"></a>00250 '&lt;noscript&gt;&lt;p&gt;&lt;b&gt;Javascript must be enabled to use <span class="keyword">this</span> form.&lt;/b&gt;&lt;/p&gt;&lt;/noscript&gt;'.
<a name="l00251"></a>00251 'Note Interne : '.
<a name="l00252"></a>00252 '&lt;script language=<span class="stringliteral">"JavaScript"</span> type=<span class="stringliteral">"text/javascript"</span>&gt;'.<span class="stringliteral">"\n"</span>.
<a name="l00253"></a>00253 '&lt;!--'.<span class="stringliteral">"\n"</span>;
<a name="l00254"></a>00254 <span class="comment">//Usage: writeRichText(fieldname, html, width, height, buttons, readOnly)</span>
<a name="l00255"></a>00255
<a name="l00256"></a>00256 <a class="code" href="debug_8php.html#a0">echo_debug</a>('class_widget',__LINE__,'to write is '.$this-&gt;name);
<a name="l00257"></a>00257 <span class="comment">/*\! brief </span>
<a name="l00258"></a>00258 <span class="comment"> *\note the value must be urlencoded</span>
<a name="l00259"></a>00259 <span class="comment"> */</span>
<a name="l00260"></a>00260 <span class="comment">// Removing new line</span>
<a name="l00261"></a>00261
<a name="l00262"></a>00262 <span class="comment">// $msg=urlencode($this-&gt;value);</span>
<a name="l00263"></a>00263 <a class="code" href="pref_8inc_8php.html#a4">$msg</a>=$this-&gt;<a class="code" href="action_8inc_8php.html#a13">value</a>;
<a name="l00264"></a>00264 <a class="code" href="pref_8inc_8php.html#a4">$msg</a>=str_replace(<span class="stringliteral">"%OA"</span>,<span class="stringliteral">""</span>,$msg);
<a name="l00265"></a>00265 <a class="code" href="pref_8inc_8php.html#a4">$msg</a>=str_replace(<span class="stringliteral">"%OD"</span>,<span class="stringliteral">""</span>,$msg);
<a name="l00266"></a>00266 <a class="code" href="pref_8inc_8php.html#a4">$msg</a>=str_replace(<span class="stringliteral">"\n"</span>,<span class="stringliteral">""</span>,$msg);
<a name="l00267"></a>00267 <a class="code" href="pref_8inc_8php.html#a4">$msg</a>=str_replace(<span class="stringliteral">"\r"</span>,<span class="stringliteral">""</span>,$msg);
<a name="l00268"></a>00268
<a name="l00269"></a>00269 $read=($this-&gt;<a class="code" href="ecrit__ouv_8php.html#a6">readonly</a>==<span class="keyword">false</span>)?<span class="stringliteral">"false"</span>:<span class="stringliteral">"true"</span>;
<a name="l00270"></a>00270
<a name="l00271"></a>00271
<a name="l00272"></a>00272 <a class="code" href="user__action__ach_8php.html#a2">$r</a>.=sprintf(<span class="stringliteral">" writeRichText('%s','%s',%d,%d,true,%s);\n"</span>,
@ -474,7 +474,7 @@
<a name="l00510"></a>00510 }
<a name="l00511"></a>00511
<a name="l00512"></a>00512 }
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:28 2006 for phpcompta by&nbsp;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:23 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -23,7 +23,7 @@ This class is used to create all the HTML INPUT TYPE.
<p>
<p>
Definition in file <a class="el" href="class__widget_8php-source.html">class_widget.php</a>.<hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:29 2006 for phpcompta by&nbsp;
Definition in file <a class="el" href="class__widget_8php-source.html">class_widget.php</a>.<hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:24 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -16,7 +16,7 @@
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaction.html#a0">action</a> ($p_cn)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">constructor <a href="#a0"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaction.html#a1">Display</a> ($p_view)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaction.html#a1">Display</a> ($p_view, $p_gen)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Display the object, the tags for the FORM are in the caller. It will be used for adding and updating action. <a href="#a1"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaction.html#a2">get</a> ()</td></tr>
@ -137,15 +137,15 @@ Display the encoded data and ask a confirmation this correspond to the stage 1,
<p>
Confirm<p>
<dl compact><dt><b>Returns:</b></dt><dd>string containing the form</dd></dl>
<dl compact><dt><b><a class="el" href="todo.html#_todo000002">Todo:</a></b></dt><dd>add the hour </dd></dl>
<dl compact><dt><b><a class="el" href="todo.html#_todo000003">Todo:</a></b></dt><dd>add the hour </dd></dl>
<p>
Definition at line <a class="el" href="class__action_8php-source.html#l00247">247</a> of file <a class="el" href="class__action_8php-source.html">class_action.php</a>.
Definition at line <a class="el" href="class__action_8php-source.html#l00303">303</a> of file <a class="el" href="class__action_8php-source.html">class_action.php</a>.
<p>
References <a class="el" href="action_8inc_8php-source.html#l00273">$a</a>, <a class="el" href="admin__repo_8php-source.html#l00119">$desc</a>, <a class="el" href="action_8inc_8php-source.html#l00221">$doc_type</a>, <a class="el" href="class__action_8php-source.html#l00070">$f_id</a>, <a class="el" href="action_8inc_8php-source.html#l00125">$h_url</a>, <a class="el" href="user__action__ach_8php-source.html#l00052">$r</a>, <a class="el" href="action_8inc_8php-source.html#l00124">$retour</a>, <a class="el" href="action_8inc_8php-source.html#l00236">$title</a>, <a class="el" href="action_8inc_8php-source.html#l00140">ag_comment</a>, <a class="el" href="action_8inc_8php-source.html#l00141">ag_timestamp</a>, <a class="el" href="action_8inc_8php-source.html#l00142">d_state</a>, <a class="el" href="action_8inc_8php-source.html#l00143">dt_id</a>, <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>, <a class="el" href="facture_8inc_8php-source.html#l00194">f_id</a>, <a class="el" href="user__impress_8php-source.html#l00095">fiche</a>, <a class="el" href="ac__common_8php-source.html#l00208">FormatString()</a>, <a class="el" href="ac__common_8php-source.html#l00097">isDate()</a>, <a class="el" href="ac__common_8php-source.html#l00282">make_array()</a>, <a class="el" href="action_8inc_8php-source.html#l00170">name</a>, and <a class="el" href="action_8inc_8php-source.html#l00171">value</a>. </td>
References <a class="el" href="balance_8php-source.html#l00113">$a</a>, <a class="el" href="admin__repo_8php-source.html#l00119">$desc</a>, <a class="el" href="class__action_8php-source.html#l00070">$f_id</a>, <a class="el" href="action_8inc_8php-source.html#l00128">$h_url</a>, <a class="el" href="user__action__ach_8php-source.html#l00052">$r</a>, <a class="el" href="action_8inc_8php-source.html#l00127">$retour</a>, <a class="el" href="action_8inc_8php-source.html#l00144">ag_comment</a>, <a class="el" href="action_8inc_8php-source.html#l00145">ag_timestamp</a>, <a class="el" href="action_8inc_8php-source.html#l00146">d_state</a>, <a class="el" href="action_8inc_8php-source.html#l00147">dt_id</a>, <a class="el" href="debug_8php-source.html#l00034">echo_debug()</a>, <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>, <a class="el" href="facture_8inc_8php-source.html#l00194">f_id</a>, <a class="el" href="user__impress_8php-source.html#l00095">fiche</a>, <a class="el" href="ac__common_8php-source.html#l00208">FormatString()</a>, <a class="el" href="ac__common_8php-source.html#l00097">isDate()</a>, <a class="el" href="ac__common_8php-source.html#l00282">make_array()</a>, <a class="el" href="action_8inc_8php-source.html#l00175">name</a>, and <a class="el" href="action_8inc_8php-source.html#l00176">value</a>. </td>
</tr>
</table>
<a class="anchor" name="a1"></a><!-- doxytag: member="action::Display" ref="a1" args="($p_view)" --><p>
<a class="anchor" name="a1"></a><!-- doxytag: member="action::Display" ref="a1" args="($p_view, $p_gen)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
@ -154,9 +154,18 @@ References <a class="el" href="action_8inc_8php-source.html#l00273">$a</a>, <a c
<td class="md" nowrap valign="top">action::Display </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top">$&nbsp;</td>
<td class="mdname1" valign="top" nowrap> <em>p_view</em> </td>
<td class="md" valign="top">&nbsp;)&nbsp;</td>
<td class="md" nowrap></td>
<td class="mdname" nowrap> <em>p_view</em>, </td>
</tr>
<tr>
<td class="md" nowrap align="right"></td>
<td class="md"></td>
<td class="md" nowrap>$&nbsp;</td>
<td class="mdname" nowrap> <em>p_gen</em></td>
</tr>
<tr>
<td class="md"></td>
<td class="md">)&nbsp;</td>
<td class="md" colspan="2"></td>
</tr>
</table>
</td>
@ -175,18 +184,19 @@ Display the object, the tags for the FORM are in the caller. It will be used for
Display <dl compact><dt><b>Note:</b></dt><dd>If ag_id is not equal to zero then it is an update otherwise it is a new document</dd></dl>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>$p_view</em>&nbsp;</td><td>if set to true the form will be in readonly mode </td></tr>
<tr><td valign="top"></td><td valign="top"><em>$p_view</em>&nbsp;</td><td>if set to true the form will be in readonly mode \param $p_gen true we show the tag for generating a doc </td></tr>
</table>
</dl>
<dl compact><dt><b>Note:</b></dt><dd>update the reference number or the document type is not allowed</dd></dl>
<dl compact><dt><b><a class="el" href="todo.html#_todo000002">Todo:</a></b></dt><dd>change this parameter by UPD : ag_ref and document type are read only, the other are writable, NEW: everything is writable, READ readonly mode <dl compact><dt><b>Note:</b></dt><dd>update the reference number or the document type is not allowed</dd></dl>
</dd></dl>
<dl compact><dt><b>Returns:</b></dt><dd>string containing the html code</dd></dl>
<p>
Definition at line <a class="el" href="class__action_8php-source.html#l00094">94</a> of file <a class="el" href="class__action_8php-source.html">class_action.php</a>.
Definition at line <a class="el" href="class__action_8php-source.html#l00098">98</a> of file <a class="el" href="class__action_8php-source.html">class_action.php</a>.
<p>
References <a class="el" href="action_8inc_8php-source.html#l00273">$a</a>, <a class="el" href="admin__repo_8php-source.html#l00119">$desc</a>, <a class="el" href="document__modele_8inc_8php-source.html#l00031">$doc</a>, <a class="el" href="action_8inc_8php-source.html#l00221">$doc_type</a>, <a class="el" href="user__action__ach_8php-source.html#l00052">$r</a>, <a class="el" href="bank_8inc_8php-source.html#l00097">$sp</a>, <a class="el" href="action_8inc_8php-source.html#l00236">$title</a>, <a class="el" href="admin_8inc_8php-source.html#l00115">$w</a>, <a class="el" href="action_8inc_8php-source.html#l00141">ag_timestamp</a>, <a class="el" href="action_8inc_8php-source.html#l00146">d_id</a>, <a class="el" href="action_8inc_8php-source.html#l00142">d_state</a>, <a class="el" href="action_8inc_8php-source.html#l00143">dt_id</a>, <a class="el" href="user__impress_8php-source.html#l00095">fiche</a>, <a class="el" href="ac__common_8php-source.html#l00208">FormatString()</a>, <a class="el" href="ac__common_8php-source.html#l00282">make_array()</a>, and <a class="el" href="action_8inc_8php-source.html#l00144">qcode</a>.
References <a class="el" href="balance_8php-source.html#l00113">$a</a>, <a class="el" href="action_8inc_8php-source.html#l00278">$d_id</a>, <a class="el" href="admin__repo_8php-source.html#l00119">$desc</a>, <a class="el" href="document__modele_8inc_8php-source.html#l00031">$doc</a>, <a class="el" href="user__action__ach_8php-source.html#l00052">$r</a>, <a class="el" href="bank_8inc_8php-source.html#l00097">$sp</a>, <a class="el" href="admin_8inc_8php-source.html#l00115">$w</a>, <a class="el" href="action_8inc_8php-source.html#l00143">ag_id</a>, <a class="el" href="action_8inc_8php-source.html#l00202">ag_ref</a>, <a class="el" href="action_8inc_8php-source.html#l00145">ag_timestamp</a>, <a class="el" href="action_8inc_8php-source.html#l00150">d_id</a>, <a class="el" href="action_8inc_8php-source.html#l00146">d_state</a>, <a class="el" href="action_8inc_8php-source.html#l00147">dt_id</a>, <a class="el" href="debug_8php-source.html#l00034">echo_debug()</a>, <a class="el" href="balance_8php-source.html#l00036">exit</a>, <a class="el" href="facture_8inc_8php-source.html#l00194">f_id</a>, <a class="el" href="user__impress_8php-source.html#l00095">fiche</a>, <a class="el" href="ac__common_8php-source.html#l00208">FormatString()</a>, <a class="el" href="postgres_8php-source.html#l00414">getDbValue()</a>, <a class="el" href="ac__common_8php-source.html#l00282">make_array()</a>, and <a class="el" href="action_8inc_8php-source.html#l00148">qcode</a>.
<p>
Referenced by <a class="el" href="class__action_8php-source.html#l00359">SaveStage2()</a>. </td>
Referenced by <a class="el" href="class__action_8php-source.html#l00418">SaveStage2()</a>. </td>
</tr>
</table>
<a class="anchor" name="a2"></a><!-- doxytag: member="action::get" ref="a2" args="()" --><p>
@ -217,9 +227,9 @@ This function shows the detail of an action thanks the ag_id.
<p>
<p>
Definition at line <a class="el" href="class__action_8php-source.html#l00206">206</a> of file <a class="el" href="class__action_8php-source.html">class_action.php</a>.
Definition at line <a class="el" href="class__action_8php-source.html#l00260">260</a> of file <a class="el" href="class__action_8php-source.html">class_action.php</a>.
<p>
References <a class="el" href="action_8inc_8php-source.html#l00273">$a</a>, <a class="el" href="user__action__ach_8php-source.html#l00052">$r</a>, <a class="el" href="cbc__be_8inc_8php-source.html#l00028">$row</a>, <a class="el" href="bank_8inc_8php-source.html#l00104">$sql</a>, <a class="el" href="action_8inc_8php-source.html#l00140">ag_comment</a>, <a class="el" href="action_8inc_8php-source.html#l00141">ag_timestamp</a>, <a class="el" href="action_8inc_8php-source.html#l00145">ag_title</a>, <a class="el" href="action_8inc_8php-source.html#l00146">d_id</a>, <a class="el" href="action_8inc_8php-source.html#l00142">d_state</a>, <a class="el" href="action_8inc_8php-source.html#l00143">dt_id</a>, <a class="el" href="debug_8php-source.html#l00034">echo_debug()</a>, <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>, <a class="el" href="facture_8inc_8php-source.html#l00194">f_id</a>, <a class="el" href="user__impress_8php-source.html#l00095">fiche</a>, and <a class="el" href="action_8inc_8php-source.html#l00144">qcode</a>. </td>
References <a class="el" href="balance_8php-source.html#l00113">$a</a>, <a class="el" href="user__action__ach_8php-source.html#l00052">$r</a>, <a class="el" href="cbc__be_8inc_8php-source.html#l00028">$row</a>, <a class="el" href="bank_8inc_8php-source.html#l00104">$sql</a>, <a class="el" href="action_8inc_8php-source.html#l00144">ag_comment</a>, <a class="el" href="action_8inc_8php-source.html#l00202">ag_ref</a>, <a class="el" href="action_8inc_8php-source.html#l00145">ag_timestamp</a>, <a class="el" href="action_8inc_8php-source.html#l00149">ag_title</a>, <a class="el" href="action_8inc_8php-source.html#l00150">d_id</a>, <a class="el" href="action_8inc_8php-source.html#l00146">d_state</a>, <a class="el" href="action_8inc_8php-source.html#l00147">dt_id</a>, <a class="el" href="debug_8php-source.html#l00034">echo_debug()</a>, <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>, <a class="el" href="facture_8inc_8php-source.html#l00194">f_id</a>, <a class="el" href="user__impress_8php-source.html#l00095">fiche</a>, and <a class="el" href="action_8inc_8php-source.html#l00148">qcode</a>. </td>
</tr>
</table>
<a class="anchor" name="a6"></a><!-- doxytag: member="action::myList" ref="a6" args="($p_filter=&quot;&quot;, $p_search=&quot;&quot;)" --><p>
@ -267,9 +277,9 @@ myList($p_filter="") <dl compact><dt><b>Parameters:</b></dt><dd>
<dl compact><dt><b>Returns:</b></dt><dd>string containing html code</dd></dl>
<p>
Definition at line <a class="el" href="class__action_8php-source.html#l00468">468</a> of file <a class="el" href="class__action_8php-source.html">class_action.php</a>.
Definition at line <a class="el" href="class__action_8php-source.html#l00545">545</a> of file <a class="el" href="class__action_8php-source.html">class_action.php</a>.
<p>
References <a class="el" href="commercial_8php-source.html#l00035">$_SESSION</a>, <a class="el" href="bank_8inc_8php-source.html#l00119">$bar</a>, <a class="el" href="document__modele_8inc_8php-source.html#l00031">$doc</a>, <a class="el" href="jrn__pdf_8php-source.html#l00071">$limit</a>, <a class="el" href="bank_8inc_8php-source.html#l00107">$offset</a>, <a class="el" href="bank_8inc_8php-source.html#l00106">$page</a>, <a class="el" href="user__action__ach_8php-source.html#l00052">$r</a>, <a class="el" href="depense_8inc_8php-source.html#l00073">$Res</a>, <a class="el" href="cbc__be_8inc_8php-source.html#l00028">$row</a>, <a class="el" href="bank_8inc_8php-source.html#l00104">$sql</a>, <a class="el" href="bank_8inc_8php-source.html#l00105">$step</a>, <a class="el" href="action_8inc_8php-source.html#l00145">ag_title</a>, <a class="el" href="postgres_8php-source.html#l00222">CountSql()</a>, <a class="el" href="action_8inc_8php-source.html#l00146">d_id</a>, <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>, <a class="el" href="facture_8inc_8php-source.html#l00194">f_id</a>, <a class="el" href="user__impress_8php-source.html#l00095">fiche</a>, and <a class="el" href="user__common_8php-source.html#l00858">jrn_navigation_bar()</a>. </td>
References <a class="el" href="commercial_8php-source.html#l00035">$_SESSION</a>, <a class="el" href="bank_8inc_8php-source.html#l00119">$bar</a>, <a class="el" href="document__modele_8inc_8php-source.html#l00031">$doc</a>, <a class="el" href="jrn__pdf_8php-source.html#l00071">$limit</a>, <a class="el" href="bank_8inc_8php-source.html#l00107">$offset</a>, <a class="el" href="bank_8inc_8php-source.html#l00106">$page</a>, <a class="el" href="bank_8inc_8php-source.html#l00090">$qcode</a>, <a class="el" href="user__action__ach_8php-source.html#l00052">$r</a>, <a class="el" href="depense_8inc_8php-source.html#l00073">$Res</a>, <a class="el" href="cbc__be_8inc_8php-source.html#l00028">$row</a>, <a class="el" href="bank_8inc_8php-source.html#l00104">$sql</a>, <a class="el" href="bank_8inc_8php-source.html#l00105">$step</a>, <a class="el" href="action_8inc_8php-source.html#l00202">ag_ref</a>, <a class="el" href="action_8inc_8php-source.html#l00149">ag_title</a>, <a class="el" href="postgres_8php-source.html#l00222">CountSql()</a>, <a class="el" href="action_8inc_8php-source.html#l00150">d_id</a>, <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>, <a class="el" href="facture_8inc_8php-source.html#l00194">f_id</a>, <a class="el" href="user__impress_8php-source.html#l00095">fiche</a>, and <a class="el" href="user__common_8php-source.html#l00858">jrn_navigation_bar()</a>. </td>
</tr>
</table>
<a class="anchor" name="a4"></a><!-- doxytag: member="action::SaveStage2" ref="a4" args="()" --><p>
@ -302,9 +312,9 @@ SaveStage2<p>
<dl compact><dt><b>Returns:</b></dt><dd></dd></dl>
<p>
Definition at line <a class="el" href="class__action_8php-source.html#l00359">359</a> of file <a class="el" href="class__action_8php-source.html">class_action.php</a>.
Definition at line <a class="el" href="class__action_8php-source.html#l00418">418</a> of file <a class="el" href="class__action_8php-source.html">class_action.php</a>.
<p>
References <a class="el" href="impress__jrn_8php-source.html#l00035">$d</a>, <a class="el" href="document__modele_8inc_8php-source.html#l00031">$doc</a>, <a class="el" href="user__action__ach_8php-source.html#l00052">$r</a>, <a class="el" href="bank_8inc_8php-source.html#l00104">$sql</a>, <a class="el" href="facture_8inc_8php-source.html#l00197">$str_file</a>, <a class="el" href="action_8inc_8php-source.html#l00169">$upload</a>, <a class="el" href="action_8inc_8php-source.html#l00140">ag_comment</a>, <a class="el" href="action_8inc_8php-source.html#l00139">ag_id</a>, <a class="el" href="action_8inc_8php-source.html#l00145">ag_title</a>, <a class="el" href="action_8inc_8php-source.html#l00142">d_state</a>, <a class="el" href="class__action_8php-source.html#l00094">Display()</a>, <a class="el" href="action_8inc_8php-source.html#l00143">dt_id</a>, <a class="el" href="debug_8php-source.html#l00034">echo_debug()</a>, <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>, <a class="el" href="user__impress_8php-source.html#l00095">fiche</a>, <a class="el" href="ac__common_8php-source.html#l00208">FormatString()</a>, <a class="el" href="action_8inc_8php-source.html#l00316">md_id</a>, <a class="el" href="action_8inc_8php-source.html#l00170">name</a>, <a class="el" href="postgres_8php-source.html#l00251">NextSequence()</a>, and <a class="el" href="action_8inc_8php-source.html#l00171">value</a>. </td>
References <a class="el" href="impress__jrn_8php-source.html#l00035">$d</a>, <a class="el" href="document__modele_8inc_8php-source.html#l00031">$doc</a>, <a class="el" href="user__action__ach_8php-source.html#l00052">$r</a>, <a class="el" href="bank_8inc_8php-source.html#l00104">$sql</a>, <a class="el" href="facture_8inc_8php-source.html#l00197">$str_file</a>, <a class="el" href="action_8inc_8php-source.html#l00174">$upload</a>, <a class="el" href="action_8inc_8php-source.html#l00144">ag_comment</a>, <a class="el" href="action_8inc_8php-source.html#l00143">ag_id</a>, <a class="el" href="action_8inc_8php-source.html#l00202">ag_ref</a>, <a class="el" href="action_8inc_8php-source.html#l00149">ag_title</a>, <a class="el" href="action_8inc_8php-source.html#l00146">d_state</a>, <a class="el" href="class__action_8php-source.html#l00098">Display()</a>, <a class="el" href="action_8inc_8php-source.html#l00147">dt_id</a>, <a class="el" href="debug_8php-source.html#l00034">echo_debug()</a>, <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>, <a class="el" href="user__impress_8php-source.html#l00095">fiche</a>, <a class="el" href="ac__common_8php-source.html#l00208">FormatString()</a>, <a class="el" href="action_8inc_8php-source.html#l00255">md_id</a>, <a class="el" href="action_8inc_8php-source.html#l00175">name</a>, <a class="el" href="postgres_8php-source.html#l00251">NextSequence()</a>, and <a class="el" href="action_8inc_8php-source.html#l00176">value</a>. </td>
</tr>
</table>
<a class="anchor" name="a5"></a><!-- doxytag: member="action::SaveStage3" ref="a5" args="($d_id)" --><p>
@ -341,9 +351,9 @@ SaveStage3 <dl compact><dt><b>Parameters:</b></dt><dd>
</dl>
<p>
Definition at line <a class="el" href="class__action_8php-source.html#l00445">445</a> of file <a class="el" href="class__action_8php-source.html">class_action.php</a>.
Definition at line <a class="el" href="class__action_8php-source.html#l00511">511</a> of file <a class="el" href="class__action_8php-source.html">class_action.php</a>.
<p>
References <a class="el" href="action_8inc_8php-source.html#l00333">$d_id</a>, <a class="el" href="document__modele_8inc_8php-source.html#l00031">$doc</a>, and <a class="el" href="action_8inc_8php-source.html#l00146">d_id</a>. </td>
References <a class="el" href="action_8inc_8php-source.html#l00278">$d_id</a>, <a class="el" href="document__modele_8inc_8php-source.html#l00031">$doc</a>, <a class="el" href="action_8inc_8php-source.html#l00143">ag_id</a>, <a class="el" href="action_8inc_8php-source.html#l00150">d_id</a>, <a class="el" href="action_8inc_8php-source.html#l00147">dt_id</a>, and <a class="el" href="debug_8php-source.html#l00034">echo_debug()</a>. </td>
</tr>
</table>
<a class="anchor" name="a7"></a><!-- doxytag: member="action::Update" ref="a7" args="()" --><p>
@ -375,9 +385,9 @@ Update the data into the database.
<dl compact><dt><b>Returns:</b></dt><dd>true on success otherwise false</dd></dl>
<p>
Definition at line <a class="el" href="class__action_8php-source.html#l00538">538</a> of file <a class="el" href="class__action_8php-source.html">class_action.php</a>.
Definition at line <a class="el" href="class__action_8php-source.html#l00623">623</a> of file <a class="el" href="class__action_8php-source.html">class_action.php</a>.
<p>
References <a class="el" href="document__modele_8inc_8php-source.html#l00031">$doc</a>, <a class="el" href="class__action_8php-source.html#l00070">$f_id</a>, <a class="el" href="bank_8inc_8php-source.html#l00104">$sql</a>, <a class="el" href="action_8inc_8php-source.html#l00140">ag_comment</a>, <a class="el" href="action_8inc_8php-source.html#l00139">ag_id</a>, <a class="el" href="action_8inc_8php-source.html#l00146">d_id</a>, <a class="el" href="action_8inc_8php-source.html#l00143">dt_id</a>, <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>, <a class="el" href="facture_8inc_8php-source.html#l00194">f_id</a>, <a class="el" href="user__impress_8php-source.html#l00095">fiche</a>, <a class="el" href="ac__common_8php-source.html#l00208">FormatString()</a>, and <a class="el" href="impress__listing__client_8php-source.html#l00059">return</a>. </td>
References <a class="el" href="document__modele_8inc_8php-source.html#l00031">$doc</a>, <a class="el" href="bank_8inc_8php-source.html#l00104">$sql</a>, <a class="el" href="action_8inc_8php-source.html#l00144">ag_comment</a>, <a class="el" href="action_8inc_8php-source.html#l00143">ag_id</a>, <a class="el" href="action_8inc_8php-source.html#l00150">d_id</a>, <a class="el" href="action_8inc_8php-source.html#l00147">dt_id</a>, <a class="el" href="debug_8php-source.html#l00034">echo_debug()</a>, <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>, <a class="el" href="facture_8inc_8php-source.html#l00194">f_id</a>, <a class="el" href="user__impress_8php-source.html#l00095">fiche</a>, <a class="el" href="ac__common_8php-source.html#l00208">FormatString()</a>, and <a class="el" href="impress__listing__client_8php-source.html#l00059">return</a>. </td>
</tr>
</table>
<hr><h2>Field Documentation</h2>
@ -630,12 +640,12 @@ fiche id
<p>
Definition at line <a class="el" href="class__action_8php-source.html#l00070">70</a> of file <a class="el" href="class__action_8php-source.html">class_action.php</a>.
<p>
Referenced by <a class="el" href="class__action_8php-source.html#l00247">Confirm()</a>, and <a class="el" href="class__action_8php-source.html#l00538">Update()</a>. </td>
Referenced by <a class="el" href="class__action_8php-source.html#l00303">Confirm()</a>. </td>
</tr>
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li>/home/dany/developpement/phpcompta-dev/phpcompta/include/<a class="el" href="class__action_8php-source.html">class_action.php</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:30 2006 for phpcompta by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:24 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -103,7 +103,7 @@ Definition at line <a class="el" href="class__user_8php-source.html#l00033">33</
<p>
Definition at line <a class="el" href="class__user_8php-source.html#l00040">40</a> of file <a class="el" href="class__user_8php-source.html">class_user.php</a>.
<p>
References <a class="el" href="commercial_8php-source.html#l00035">$_SESSION</a>, <a class="el" href="impress__fiche_8php-source.html#l00026">$cn</a>, <a class="el" href="user__update_8php-source.html#l00032">$p_id</a>, <a class="el" href="depense_8inc_8php-source.html#l00073">$Res</a>, <a class="el" href="cbc__be_8inc_8php-source.html#l00028">$row</a>, <a class="el" href="eub__be_8inc_8php-source.html#l00055">$Sql</a>, <a class="el" href="postgres_8php-source.html#l00072">DbConnect()</a>, <a class="el" href="debug_8php-source.html#l00034">echo_debug()</a>, <a class="el" href="user__common_8php-source.html#l00831">isValid()</a>, and <a class="el" href="action_8inc_8php-source.html#l00170">name</a>. </td>
References <a class="el" href="commercial_8php-source.html#l00035">$_SESSION</a>, <a class="el" href="impress__fiche_8php-source.html#l00026">$cn</a>, <a class="el" href="user__update_8php-source.html#l00032">$p_id</a>, <a class="el" href="depense_8inc_8php-source.html#l00073">$Res</a>, <a class="el" href="cbc__be_8inc_8php-source.html#l00028">$row</a>, <a class="el" href="eub__be_8inc_8php-source.html#l00055">$Sql</a>, <a class="el" href="postgres_8php-source.html#l00072">DbConnect()</a>, <a class="el" href="debug_8php-source.html#l00034">echo_debug()</a>, <a class="el" href="user__common_8php-source.html#l00831">isValid()</a>, and <a class="el" href="action_8inc_8php-source.html#l00175">name</a>. </td>
</tr>
</table>
<hr><h2>Member Function Documentation</h2>
@ -214,7 +214,7 @@ Check if user is active and exists in therepository Automatically redirect.
<p>
Definition at line <a class="el" href="class__user_8php-source.html#l00085">85</a> of file <a class="el" href="class__user_8php-source.html">class_user.php</a>.
<p>
References <a class="el" href="commercial_8php-source.html#l00035">$_SESSION</a>, <a class="el" href="impress__fiche_8php-source.html#l00026">$cn</a>, <a class="el" href="admin__repo_8php-source.html#l00059">$pass5</a>, <a class="el" href="user__action__ach_8php-source.html#l00052">$r</a>, <a class="el" href="pref_8inc_8php-source.html#l00059">$res</a>, <a class="el" href="impress__bilan_8php-source.html#l00032">$ret</a>, <a class="el" href="bank_8inc_8php-source.html#l00104">$sql</a>, <a class="el" href="postgres_8php-source.html#l00072">DbConnect()</a>, <a class="el" href="debug_8php-source.html#l00034">echo_debug()</a>, <a class="el" href="balance_8php-source.html#l00036">exit</a>, <a class="el" href="class__user_8php-source.html#l00257">GetGlobalPref()</a>, and <a class="el" href="action_8inc_8php-source.html#l00170">name</a>. </td>
References <a class="el" href="commercial_8php-source.html#l00035">$_SESSION</a>, <a class="el" href="impress__fiche_8php-source.html#l00026">$cn</a>, <a class="el" href="admin__repo_8php-source.html#l00059">$pass5</a>, <a class="el" href="user__action__ach_8php-source.html#l00052">$r</a>, <a class="el" href="pref_8inc_8php-source.html#l00059">$res</a>, <a class="el" href="impress__bilan_8php-source.html#l00032">$ret</a>, <a class="el" href="bank_8inc_8php-source.html#l00104">$sql</a>, <a class="el" href="postgres_8php-source.html#l00072">DbConnect()</a>, <a class="el" href="debug_8php-source.html#l00034">echo_debug()</a>, <a class="el" href="balance_8php-source.html#l00036">exit</a>, <a class="el" href="class__user_8php-source.html#l00257">GetGlobalPref()</a>, and <a class="el" href="action_8inc_8php-source.html#l00175">name</a>. </td>
</tr>
</table>
<a class="anchor" name="a8"></a><!-- doxytag: member="cl_user::CheckAction" ref="a8" args="($p_cn, $p_action_id)" --><p>
@ -340,7 +340,7 @@ Get the global preferences from user_global_pref in the account_repository db.
<p>
Definition at line <a class="el" href="class__user_8php-source.html#l00257">257</a> of file <a class="el" href="class__user_8php-source.html">class_user.php</a>.
<p>
References <a class="el" href="commercial_8php-source.html#l00035">$_SESSION</a>, <a class="el" href="impress__fiche_8php-source.html#l00026">$cn</a>, <a class="el" href="setup_8php-source.html#l00379">$Max</a>, <a class="el" href="depense_8inc_8php-source.html#l00073">$Res</a>, <a class="el" href="cbc__be_8inc_8php-source.html#l00028">$row</a>, <a class="el" href="debug_8php-source.html#l00034">echo_debug()</a>, <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>, <a class="el" href="class__user_8php-source.html#l00299">insert_default_global_pref()</a>, and <a class="el" href="action_8inc_8php-source.html#l00170">name</a>.
References <a class="el" href="commercial_8php-source.html#l00035">$_SESSION</a>, <a class="el" href="impress__fiche_8php-source.html#l00026">$cn</a>, <a class="el" href="setup_8php-source.html#l00379">$Max</a>, <a class="el" href="depense_8inc_8php-source.html#l00073">$Res</a>, <a class="el" href="cbc__be_8inc_8php-source.html#l00028">$row</a>, <a class="el" href="debug_8php-source.html#l00034">echo_debug()</a>, <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>, <a class="el" href="class__user_8php-source.html#l00299">insert_default_global_pref()</a>, and <a class="el" href="action_8inc_8php-source.html#l00175">name</a>.
<p>
Referenced by <a class="el" href="class__user_8php-source.html#l00085">Check()</a>. </td>
</tr>
@ -501,7 +501,7 @@ insert default pref if no parameter are given insert all the existing parameter
<p>
Definition at line <a class="el" href="class__user_8php-source.html#l00299">299</a> of file <a class="el" href="class__user_8php-source.html">class_user.php</a>.
<p>
References <a class="el" href="impress__fiche_8php-source.html#l00026">$cn</a>, <a class="el" href="eub__be_8inc_8php-source.html#l00055">$Sql</a>, <a class="el" href="debug_8php-source.html#l00034">echo_debug()</a>, <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>, <a class="el" href="action_8inc_8php-source.html#l00170">name</a>, and <a class="el" href="action_8inc_8php-source.html#l00171">value</a>.
References <a class="el" href="impress__fiche_8php-source.html#l00026">$cn</a>, <a class="el" href="eub__be_8inc_8php-source.html#l00055">$Sql</a>, <a class="el" href="debug_8php-source.html#l00034">echo_debug()</a>, <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>, <a class="el" href="action_8inc_8php-source.html#l00175">name</a>, and <a class="el" href="action_8inc_8php-source.html#l00176">value</a>.
<p>
Referenced by <a class="el" href="class__user_8php-source.html#l00257">GetGlobalPref()</a>. </td>
</tr>
@ -592,7 +592,7 @@ update default pref if value is not given then use the default value
<p>
Definition at line <a class="el" href="class__user_8php-source.html#l00331">331</a> of file <a class="el" href="class__user_8php-source.html">class_user.php</a>.
<p>
References <a class="el" href="impress__fiche_8php-source.html#l00026">$cn</a>, <a class="el" href="eub__be_8inc_8php-source.html#l00055">$Sql</a>, <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>, and <a class="el" href="action_8inc_8php-source.html#l00171">value</a>. </td>
References <a class="el" href="impress__fiche_8php-source.html#l00026">$cn</a>, <a class="el" href="eub__be_8inc_8php-source.html#l00055">$Sql</a>, <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>, and <a class="el" href="action_8inc_8php-source.html#l00176">value</a>. </td>
</tr>
</table>
<hr><h2>Field Documentation</h2>
@ -723,7 +723,7 @@ Definition at line <a class="el" href="class__user_8php-source.html#l00038">38</
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li>/home/dany/developpement/phpcompta-dev/phpcompta/include/<a class="el" href="class__user_8php-source.html">class_user.php</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:33 2006 for phpcompta by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:25 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -114,7 +114,7 @@ Summary<p>
<p>
Definition at line <a class="el" href="class__contact_8php-source.html#l00050">50</a> of file <a class="el" href="class__contact_8php-source.html">class_contact.php</a>.
<p>
References <a class="el" href="bank_8inc_8php-source.html#l00119">$bar</a>, <a class="el" href="contact_8inc_8php-source.html#l00168">$contact</a>, <a class="el" href="bank_8inc_8php-source.html#l00107">$offset</a>, <a class="el" href="bank_8inc_8php-source.html#l00106">$page</a>, <a class="el" href="user__action__ach_8php-source.html#l00052">$r</a>, <a class="el" href="admin_8inc_8php-source.html#l00128">$search</a>, <a class="el" href="admin_8inc_8php-source.html#l00111">$url</a>, <a class="el" href="class__fiche_8php-source.html#l00289">fiche::CountByDef()</a>, <a class="el" href="facture_8inc_8php-source.html#l00194">f_id</a>, <a class="el" href="class__fiche_8php-source.html#l00155">fiche::fiche()</a>, <a class="el" href="ac__common_8php-source.html#l00208">FormatString()</a>, <a class="el" href="class__fiche_8php-source.html#l00778">fiche::GetAll()</a>, <a class="el" href="user__common_8php-source.html#l00858">jrn_navigation_bar()</a>, <a class="el" href="action_8inc_8php-source.html#l00170">name</a>, <a class="el" href="balance_8php-source.html#l00071">table</a>, and <a class="el" href="action_8inc_8php-source.html#l00171">value</a>. </td>
References <a class="el" href="bank_8inc_8php-source.html#l00119">$bar</a>, <a class="el" href="contact_8inc_8php-source.html#l00168">$contact</a>, <a class="el" href="bank_8inc_8php-source.html#l00107">$offset</a>, <a class="el" href="bank_8inc_8php-source.html#l00106">$page</a>, <a class="el" href="user__action__ach_8php-source.html#l00052">$r</a>, <a class="el" href="admin_8inc_8php-source.html#l00128">$search</a>, <a class="el" href="admin_8inc_8php-source.html#l00111">$url</a>, <a class="el" href="class__fiche_8php-source.html#l00291">fiche::CountByDef()</a>, <a class="el" href="facture_8inc_8php-source.html#l00194">f_id</a>, <a class="el" href="class__fiche_8php-source.html#l00155">fiche::fiche()</a>, <a class="el" href="ac__common_8php-source.html#l00208">FormatString()</a>, <a class="el" href="class__fiche_8php-source.html#l00780">fiche::GetAll()</a>, <a class="el" href="user__common_8php-source.html#l00858">jrn_navigation_bar()</a>, <a class="el" href="action_8inc_8php-source.html#l00175">name</a>, <a class="el" href="balance_8php-source.html#l00071">table</a>, and <a class="el" href="action_8inc_8php-source.html#l00176">value</a>. </td>
</tr>
</table>
<hr><h2>Field Documentation</h2>
@ -145,7 +145,7 @@ Definition at line <a class="el" href="class__contact_8php-source.html#l00034">3
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li>/home/dany/developpement/phpcompta-dev/phpcompta/include/<a class="el" href="class__contact_8php-source.html">class_contact.php</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:33 2006 for phpcompta by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:25 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -129,7 +129,7 @@ Definition at line <a class="el" href="class__fiche_8php-source.html#l00155">155
<p>
References <a class="el" href="user__update_8php-source.html#l00032">$p_id</a>.
<p>
Referenced by <a class="el" href="class__admin_8php-source.html#l00049">Admin::Admin()</a>, <a class="el" href="class__contact_8php-source.html#l00036">contact::contact()</a>, <a class="el" href="class__customer_8php-source.html#l00049">Customer::Customer()</a>, <a class="el" href="class__fiche_8php-source.html#l00315">GetByDef()</a>, <a class="el" href="class__fiche_8php-source.html#l00258">GetByType()</a>, <a class="el" href="class__contact_8php-source.html#l00050">contact::Summary()</a>, and <a class="el" href="class__supplier_8php-source.html#l00049">Supplier::Supplier()</a>. </td>
Referenced by <a class="el" href="class__admin_8php-source.html#l00049">Admin::Admin()</a>, <a class="el" href="class__contact_8php-source.html#l00036">contact::contact()</a>, <a class="el" href="class__customer_8php-source.html#l00049">Customer::Customer()</a>, <a class="el" href="class__fiche_8php-source.html#l00317">GetByDef()</a>, <a class="el" href="class__fiche_8php-source.html#l00260">GetByType()</a>, <a class="el" href="class__contact_8php-source.html#l00050">contact::Summary()</a>, and <a class="el" href="class__supplier_8php-source.html#l00049">Supplier::Supplier()</a>. </td>
</tr>
</table>
<hr><h2>Member Function Documentation</h2>
@ -168,9 +168,9 @@ insert a new record show a blank card to be filled
<dl compact><dt><b>Returns:</b></dt><dd>HTML Code</dd></dl>
<p>
Definition at line <a class="el" href="class__fiche_8php-source.html#l00397">397</a> of file <a class="el" href="class__fiche_8php-source.html">class_fiche.php</a>.
Definition at line <a class="el" href="class__fiche_8php-source.html#l00399">399</a> of file <a class="el" href="class__fiche_8php-source.html">class_fiche.php</a>.
<p>
References <a class="el" href="action_8inc_8php-source.html#l00273">$a</a>, <a class="el" href="recherche_8php-source.html#l00066">$array</a>, <a class="el" href="pref_8inc_8php-source.html#l00139">$label</a>, <a class="el" href="pref_8inc_8php-source.html#l00096">$msg</a>, <a class="el" href="user__action__ach_8php-source.html#l00052">$r</a>, <a class="el" href="tva_8inc_8php-source.html#l00065">$ret_sql</a>, <a class="el" href="bank_8inc_8php-source.html#l00104">$sql</a>, <a class="el" href="admin_8inc_8php-source.html#l00115">$w</a>, <a class="el" href="debug_8php-source.html#l00034">echo_debug()</a>, <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>, and <a class="el" href="balance_8php-source.html#l00071">table</a>. </td>
References <a class="el" href="balance_8php-source.html#l00113">$a</a>, <a class="el" href="recherche_8php-source.html#l00066">$array</a>, <a class="el" href="pref_8inc_8php-source.html#l00139">$label</a>, <a class="el" href="pref_8inc_8php-source.html#l00096">$msg</a>, <a class="el" href="user__action__ach_8php-source.html#l00052">$r</a>, <a class="el" href="tva_8inc_8php-source.html#l00065">$ret_sql</a>, <a class="el" href="bank_8inc_8php-source.html#l00104">$sql</a>, <a class="el" href="admin_8inc_8php-source.html#l00115">$w</a>, <a class="el" href="debug_8php-source.html#l00034">echo_debug()</a>, <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>, and <a class="el" href="balance_8php-source.html#l00071">table</a>. </td>
</tr>
</table>
<a class="anchor" name="a5"></a><!-- doxytag: member="fiche::CountByDef" ref="a5" args="($p_frd_id, $p_search=&quot;&quot;, $p_sql=&quot;&quot;)" --><p>
@ -225,9 +225,9 @@ Return array of card from the frd family.
<dl compact><dt><b>Returns:</b></dt><dd>array of fiche object</dd></dl>
<p>
Definition at line <a class="el" href="class__fiche_8php-source.html#l00289">289</a> of file <a class="el" href="class__fiche_8php-source.html">class_fiche.php</a>.
Definition at line <a class="el" href="class__fiche_8php-source.html#l00291">291</a> of file <a class="el" href="class__fiche_8php-source.html">class_fiche.php</a>.
<p>
References <a class="el" href="action_8inc_8php-source.html#l00273">$a</a>, <a class="el" href="line__update_8php-source.html#l00070">$Ret</a>, <a class="el" href="bank_8inc_8php-source.html#l00104">$sql</a>, <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>, and <a class="el" href="ac__common_8php-source.html#l00208">FormatString()</a>.
References <a class="el" href="balance_8php-source.html#l00113">$a</a>, <a class="el" href="line__update_8php-source.html#l00070">$Ret</a>, <a class="el" href="bank_8inc_8php-source.html#l00104">$sql</a>, <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>, and <a class="el" href="ac__common_8php-source.html#l00208">FormatString()</a>.
<p>
Referenced by <a class="el" href="class__supplier_8php-source.html#l00083">Supplier::Summary()</a>, <a class="el" href="class__customer_8php-source.html#l00195">Customer::Summary()</a>, <a class="el" href="class__contact_8php-source.html#l00050">contact::Summary()</a>, and <a class="el" href="class__admin_8php-source.html#l00065">Admin::Summary()</a>. </td>
</tr>
@ -267,9 +267,9 @@ Display object instance, getAttribute sort the attribute and add missing ones.
<dl compact><dt><b>Returns:</b></dt><dd>string to display</dd></dl>
<p>
Definition at line <a class="el" href="class__fiche_8php-source.html#l00459">459</a> of file <a class="el" href="class__fiche_8php-source.html">class_fiche.php</a>.
Definition at line <a class="el" href="class__fiche_8php-source.html#l00461">461</a> of file <a class="el" href="class__fiche_8php-source.html">class_fiche.php</a>.
<p>
References <a class="el" href="action_8inc_8php-source.html#l00273">$a</a>, <a class="el" href="pref_8inc_8php-source.html#l00139">$label</a>, <a class="el" href="pref_8inc_8php-source.html#l00096">$msg</a>, <a class="el" href="user__action__ach_8php-source.html#l00052">$r</a>, <a class="el" href="impress__bilan_8php-source.html#l00032">$ret</a>, <a class="el" href="tva_8inc_8php-source.html#l00065">$ret_sql</a>, <a class="el" href="bank_8inc_8php-source.html#l00104">$sql</a>, <a class="el" href="admin_8inc_8php-source.html#l00115">$w</a>, <a class="el" href="debug_8php-source.html#l00034">echo_debug()</a>, and <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>. </td>
References <a class="el" href="balance_8php-source.html#l00113">$a</a>, <a class="el" href="pref_8inc_8php-source.html#l00139">$label</a>, <a class="el" href="pref_8inc_8php-source.html#l00096">$msg</a>, <a class="el" href="user__action__ach_8php-source.html#l00052">$r</a>, <a class="el" href="impress__bilan_8php-source.html#l00032">$ret</a>, <a class="el" href="tva_8inc_8php-source.html#l00065">$ret_sql</a>, <a class="el" href="bank_8inc_8php-source.html#l00104">$sql</a>, <a class="el" href="admin_8inc_8php-source.html#l00115">$w</a>, <a class="el" href="debug_8php-source.html#l00034">echo_debug()</a>, and <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>. </td>
</tr>
</table>
<a class="anchor" name="a16"></a><!-- doxytag: member="fiche::Get" ref="a16" args="()" --><p>
@ -300,9 +300,9 @@ Synonum of <a class="el" href="classfiche.html#a2">fiche::getAttribut</a>.
<p>
<p>
Definition at line <a class="el" href="class__fiche_8php-source.html#l00768">768</a> of file <a class="el" href="class__fiche_8php-source.html">class_fiche.php</a>.
Definition at line <a class="el" href="class__fiche_8php-source.html#l00770">770</a> of file <a class="el" href="class__fiche_8php-source.html">class_fiche.php</a>.
<p>
References <a class="el" href="debug_8php-source.html#l00034">echo_debug()</a>, and <a class="el" href="class__fiche_8php-source.html#l00188">getAttribut()</a>. </td>
References <a class="el" href="debug_8php-source.html#l00034">echo_debug()</a>, and <a class="el" href="class__fiche_8php-source.html#l00190">getAttribut()</a>. </td>
</tr>
</table>
<a class="anchor" name="a17"></a><!-- doxytag: member="fiche::GetAll" ref="a17" args="($p_offset=-1, $p_search=&quot;&quot;)" --><p>
@ -350,9 +350,9 @@ get all the card thanks the <a class="el" href="classfiche__def__ref.html">fiche
<dl compact><dt><b>Returns:</b></dt><dd><a class="el" href="classfiche.html#a6">fiche::GetByDef</a></dd></dl>
<p>
Definition at line <a class="el" href="class__fiche_8php-source.html#l00778">778</a> of file <a class="el" href="class__fiche_8php-source.html">class_fiche.php</a>.
Definition at line <a class="el" href="class__fiche_8php-source.html#l00780">780</a> of file <a class="el" href="class__fiche_8php-source.html">class_fiche.php</a>.
<p>
References <a class="el" href="class__fiche_8php-source.html#l00315">GetByDef()</a>.
References <a class="el" href="class__fiche_8php-source.html#l00317">GetByDef()</a>.
<p>
Referenced by <a class="el" href="class__supplier_8php-source.html#l00083">Supplier::Summary()</a>, <a class="el" href="class__customer_8php-source.html#l00195">Customer::Summary()</a>, <a class="el" href="class__contact_8php-source.html#l00050">contact::Summary()</a>, and <a class="el" href="class__admin_8php-source.html#l00065">Admin::Summary()</a>. </td>
</tr>
@ -385,11 +385,11 @@ get all the attribute of a card, add missing ones and sort the array ($this-&gt;
<p>
<p>
Definition at line <a class="el" href="class__fiche_8php-source.html#l00188">188</a> of file <a class="el" href="class__fiche_8php-source.html">class_fiche.php</a>.
Definition at line <a class="el" href="class__fiche_8php-source.html#l00190">190</a> of file <a class="el" href="class__fiche_8php-source.html">class_fiche.php</a>.
<p>
References <a class="el" href="impress__fiche_8php-source.html#l00082">$e</a>, <a class="el" href="setup_8php-source.html#l00260">$flag</a>, <a class="el" href="balance_8php-source.html#l00118">$i</a>, <a class="el" href="setup_8php-source.html#l00379">$Max</a>, <a class="el" href="line__update_8php-source.html#l00070">$Ret</a>, <a class="el" href="cbc__be_8inc_8php-source.html#l00028">$row</a>, <a class="el" href="bank_8inc_8php-source.html#l00104">$sql</a>, <a class="el" href="impress__rapport_8php-source.html#l00062">$t</a>, <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>, <a class="el" href="impress__listing__client_8php-source.html#l00059">return</a>, and <a class="el" href="class__attribut_8php-source.html#l00050">SortAttributeById()</a>.
<p>
Referenced by <a class="el" href="class__fiche_8php-source.html#l00768">Get()</a>, and <a class="el" href="class__fiche_8php-source.html#l00167">GetByQCode()</a>. </td>
Referenced by <a class="el" href="class__fiche_8php-source.html#l00770">Get()</a>, and <a class="el" href="class__fiche_8php-source.html#l00167">GetByQCode()</a>. </td>
</tr>
</table>
<a class="anchor" name="a6"></a><!-- doxytag: member="fiche::GetByDef" ref="a6" args="($p_frd_id, $p_offset=-1, $p_search=&quot;&quot;)" --><p>
@ -443,11 +443,11 @@ Return array of card from the frd family.
<dl compact><dt><b>Returns:</b></dt><dd>array of fiche object</dd></dl>
<p>
Definition at line <a class="el" href="class__fiche_8php-source.html#l00315">315</a> of file <a class="el" href="class__fiche_8php-source.html">class_fiche.php</a>.
Definition at line <a class="el" href="class__fiche_8php-source.html#l00317">317</a> of file <a class="el" href="class__fiche_8php-source.html">class_fiche.php</a>.
<p>
References <a class="el" href="commercial_8php-source.html#l00035">$_SESSION</a>, <a class="el" href="fiche__def_8inc_8php-source.html#l00037">$all</a>, <a class="el" href="balance_8php-source.html#l00118">$i</a>, <a class="el" href="jrn__pdf_8php-source.html#l00071">$limit</a>, <a class="el" href="line__update_8php-source.html#l00070">$Ret</a>, <a class="el" href="cbc__be_8inc_8php-source.html#l00028">$row</a>, <a class="el" href="bank_8inc_8php-source.html#l00104">$sql</a>, <a class="el" href="impress__rapport_8php-source.html#l00062">$t</a>, <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>, <a class="el" href="facture_8inc_8php-source.html#l00194">f_id</a>, <a class="el" href="class__fiche_8php-source.html#l00155">fiche()</a>, and <a class="el" href="impress__listing__client_8php-source.html#l00059">return</a>.
<p>
Referenced by <a class="el" href="class__fiche_8php-source.html#l00778">GetAll()</a>. </td>
Referenced by <a class="el" href="class__fiche_8php-source.html#l00780">GetAll()</a>. </td>
</tr>
</table>
<a class="anchor" name="a1"></a><!-- doxytag: member="fiche::GetByQCode" ref="a1" args="($p_qcode, $p_all=true)" --><p>
@ -497,7 +497,7 @@ GetByQCode($p_qcode) <dl compact><dt><b>Parameters:</b></dt><dd>
<p>
Definition at line <a class="el" href="class__fiche_8php-source.html#l00167">167</a> of file <a class="el" href="class__fiche_8php-source.html">class_fiche.php</a>.
<p>
References <a class="el" href="user__action__ach_8php-source.html#l00052">$r</a>, <a class="el" href="depense_8inc_8php-source.html#l00073">$Res</a>, <a class="el" href="bank_8inc_8php-source.html#l00104">$sql</a>, <a class="el" href="debug_8php-source.html#l00034">echo_debug()</a>, <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>, <a class="el" href="facture_8inc_8php-source.html#l00194">f_id</a>, <a class="el" href="ac__common_8php-source.html#l00208">FormatString()</a>, and <a class="el" href="class__fiche_8php-source.html#l00188">getAttribut()</a>. </td>
References <a class="el" href="user__action__ach_8php-source.html#l00052">$r</a>, <a class="el" href="depense_8inc_8php-source.html#l00073">$Res</a>, <a class="el" href="bank_8inc_8php-source.html#l00104">$sql</a>, <a class="el" href="debug_8php-source.html#l00034">echo_debug()</a>, <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>, <a class="el" href="facture_8inc_8php-source.html#l00194">f_id</a>, <a class="el" href="ac__common_8php-source.html#l00208">FormatString()</a>, <a class="el" href="class__fiche_8php-source.html#l00190">getAttribut()</a>, and <a class="el" href="class__fiche_8php-source.html#l00246">size()</a>. </td>
</tr>
</table>
<a class="anchor" name="a4"></a><!-- doxytag: member="fiche::GetByType" ref="a4" args="($p_fd_id)" --><p>
@ -535,7 +535,7 @@ Get all the card where the fiche_def.fd_id is given in parameter.
<dl compact><dt><b>Returns:</b></dt><dd>double array (f_id,fd_id)</dd></dl>
<p>
Definition at line <a class="el" href="class__fiche_8php-source.html#l00258">258</a> of file <a class="el" href="class__fiche_8php-source.html">class_fiche.php</a>.
Definition at line <a class="el" href="class__fiche_8php-source.html#l00260">260</a> of file <a class="el" href="class__fiche_8php-source.html">class_fiche.php</a>.
<p>
References <a class="el" href="fiche__def_8inc_8php-source.html#l00037">$all</a>, <a class="el" href="balance_8php-source.html#l00118">$i</a>, <a class="el" href="line__update_8php-source.html#l00070">$Ret</a>, <a class="el" href="cbc__be_8inc_8php-source.html#l00028">$row</a>, <a class="el" href="bank_8inc_8php-source.html#l00104">$sql</a>, <a class="el" href="impress__rapport_8php-source.html#l00062">$t</a>, <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>, <a class="el" href="facture_8inc_8php-source.html#l00194">f_id</a>, <a class="el" href="class__fiche_8php-source.html#l00155">fiche()</a>, and <a class="el" href="impress__listing__client_8php-source.html#l00059">return</a>. </td>
</tr>
@ -568,7 +568,7 @@ return the name of a card
<p>
<p>
Definition at line <a class="el" href="class__fiche_8php-source.html#l00756">756</a> of file <a class="el" href="class__fiche_8php-source.html">class_fiche.php</a>.
Definition at line <a class="el" href="class__fiche_8php-source.html#l00758">758</a> of file <a class="el" href="class__fiche_8php-source.html">class_fiche.php</a>.
<p>
References <a class="el" href="user__action__ach_8php-source.html#l00052">$r</a>, <a class="el" href="depense_8inc_8php-source.html#l00073">$Res</a>, <a class="el" href="bank_8inc_8php-source.html#l00104">$sql</a>, and <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>. </td>
</tr>
@ -607,11 +607,11 @@ insert a new record
</dl>
<p>
Definition at line <a class="el" href="class__fiche_8php-source.html#l00540">540</a> of file <a class="el" href="class__fiche_8php-source.html">class_fiche.php</a>.
Definition at line <a class="el" href="class__fiche_8php-source.html#l00542">542</a> of file <a class="el" href="class__fiche_8php-source.html">class_fiche.php</a>.
<p>
References <a class="el" href="impress__fiche_8php-source.html#l00038">$fiche_id</a>, <a class="el" href="line__update_8php-source.html#l00070">$Ret</a>, <a class="el" href="bank_8inc_8php-source.html#l00104">$sql</a>, <a class="el" href="postgres_8php-source.html#l00263">Commit()</a>, <a class="el" href="postgres_8php-source.html#l00222">CountSql()</a>, <a class="el" href="debug_8php-source.html#l00034">echo_debug()</a>, <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>, <a class="el" href="ac__common_8php-source.html#l00208">FormatString()</a>, <a class="el" href="ac__common_8php-source.html#l00076">isNumber()</a>, <a class="el" href="action_8inc_8php-source.html#l00170">name</a>, <a class="el" href="postgres_8php-source.html#l00251">NextSequence()</a>, <a class="el" href="postgres_8php-source.html#l00257">StartSql()</a>, and <a class="el" href="action_8inc_8php-source.html#l00171">value</a>.
References <a class="el" href="impress__fiche_8php-source.html#l00038">$fiche_id</a>, <a class="el" href="line__update_8php-source.html#l00070">$Ret</a>, <a class="el" href="bank_8inc_8php-source.html#l00104">$sql</a>, <a class="el" href="postgres_8php-source.html#l00263">Commit()</a>, <a class="el" href="postgres_8php-source.html#l00222">CountSql()</a>, <a class="el" href="debug_8php-source.html#l00034">echo_debug()</a>, <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>, <a class="el" href="ac__common_8php-source.html#l00208">FormatString()</a>, <a class="el" href="ac__common_8php-source.html#l00076">isNumber()</a>, <a class="el" href="action_8inc_8php-source.html#l00175">name</a>, <a class="el" href="postgres_8php-source.html#l00251">NextSequence()</a>, <a class="el" href="postgres_8php-source.html#l00257">StartSql()</a>, and <a class="el" href="action_8inc_8php-source.html#l00176">value</a>.
<p>
Referenced by <a class="el" href="class__fiche_8php-source.html#l00526">Save()</a>. </td>
Referenced by <a class="el" href="class__fiche_8php-source.html#l00528">Save()</a>. </td>
</tr>
</table>
<a class="anchor" name="a14"></a><!-- doxytag: member="fiche::remove" ref="a14" args="()" --><p>
@ -642,7 +642,7 @@ remove a card
<p>
<p>
Definition at line <a class="el" href="class__fiche_8php-source.html#l00736">736</a> of file <a class="el" href="class__fiche_8php-source.html">class_fiche.php</a>.
Definition at line <a class="el" href="class__fiche_8php-source.html#l00738">738</a> of file <a class="el" href="class__fiche_8php-source.html">class_fiche.php</a>.
<p>
References <a class="el" href="depense_8inc_8php-source.html#l00073">$Res</a>, <a class="el" href="bank_8inc_8php-source.html#l00104">$sql</a>, and <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>. </td>
</tr>
@ -681,9 +681,9 @@ Save a card, call insert or update.
</dl>
<p>
Definition at line <a class="el" href="class__fiche_8php-source.html#l00526">526</a> of file <a class="el" href="class__fiche_8php-source.html">class_fiche.php</a>.
Definition at line <a class="el" href="class__fiche_8php-source.html#l00528">528</a> of file <a class="el" href="class__fiche_8php-source.html">class_fiche.php</a>.
<p>
References <a class="el" href="class__fiche_8php-source.html#l00540">insert()</a>, and <a class="el" href="class__fiche_8php-source.html#l00640">update()</a>. </td>
References <a class="el" href="class__fiche_8php-source.html#l00542">insert()</a>, and <a class="el" href="class__fiche_8php-source.html#l00642">update()</a>. </td>
</tr>
</table>
<a class="anchor" name="a7"></a><!-- doxytag: member="fiche::ShowTable" ref="a7" args="()" --><p>
@ -712,7 +712,7 @@ References <a class="el" href="class__fiche_8php-source.html#l00540">insert()</a
<p>
<p>
Definition at line <a class="el" href="class__fiche_8php-source.html#l00348">348</a> of file <a class="el" href="class__fiche_8php-source.html">class_fiche.php</a>. </td>
Definition at line <a class="el" href="class__fiche_8php-source.html#l00350">350</a> of file <a class="el" href="class__fiche_8php-source.html">class_fiche.php</a>. </td>
</tr>
</table>
<a class="anchor" name="a3"></a><!-- doxytag: member="fiche::size" ref="a3" args="()" --><p>
@ -744,7 +744,9 @@ give the size of a card object
<dl compact><dt><b>Returns:</b></dt><dd>size</dd></dl>
<p>
Definition at line <a class="el" href="class__fiche_8php-source.html#l00244">244</a> of file <a class="el" href="class__fiche_8php-source.html">class_fiche.php</a>. </td>
Definition at line <a class="el" href="class__fiche_8php-source.html#l00246">246</a> of file <a class="el" href="class__fiche_8php-source.html">class_fiche.php</a>.
<p>
Referenced by <a class="el" href="class__fiche_8php-source.html#l00167">GetByQCode()</a>. </td>
</tr>
</table>
<a class="anchor" name="a8"></a><!-- doxytag: member="fiche::strAttribut" ref="a8" args="($p_ad_id)" --><p>
@ -783,7 +785,7 @@ return the string of the given attribute (attr_def.ad_id)
<dl compact><dt><b>Returns:</b></dt><dd>string</dd></dl>
<p>
Definition at line <a class="el" href="class__fiche_8php-source.html#l00364">364</a> of file <a class="el" href="class__fiche_8php-source.html">class_fiche.php</a>.
Definition at line <a class="el" href="class__fiche_8php-source.html#l00366">366</a> of file <a class="el" href="class__fiche_8php-source.html">class_fiche.php</a>.
<p>
References <a class="el" href="impress__fiche_8php-source.html#l00082">$e</a>, <a class="el" href="depense_8inc_8php-source.html#l00073">$Res</a>, <a class="el" href="cbc__be_8inc_8php-source.html#l00028">$row</a>, <a class="el" href="bank_8inc_8php-source.html#l00104">$sql</a>, and <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>. </td>
</tr>
@ -814,14 +816,14 @@ References <a class="el" href="impress__fiche_8php-source.html#l00082">$e</a>, <
<p>
update a card
<p>
<dl compact><dt><b><a class="el" href="todo.html#_todo000009">Todo:</a></b></dt><dd>add a check to return an error and rollback operation </dd></dl>
<dl compact><dt><b><a class="el" href="todo.html#_todo000010">Todo:</a></b></dt><dd>add a check to return an error and rollback operation </dd></dl>
<p>
Definition at line <a class="el" href="class__fiche_8php-source.html#l00640">640</a> of file <a class="el" href="class__fiche_8php-source.html">class_fiche.php</a>.
Definition at line <a class="el" href="class__fiche_8php-source.html#l00642">642</a> of file <a class="el" href="class__fiche_8php-source.html">class_fiche.php</a>.
<p>
References <a class="el" href="line__update_8php-source.html#l00070">$Ret</a>, <a class="el" href="bank_8inc_8php-source.html#l00104">$sql</a>, <a class="el" href="show__document__modele_8php-source.html#l00050">$tmp</a>, <a class="el" href="postgres_8php-source.html#l00222">CountSql()</a>, <a class="el" href="debug_8php-source.html#l00034">echo_debug()</a>, <a class="el" href="ac__common_8php-source.html#l00036">echo_error()</a>, <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>, <a class="el" href="ac__common_8php-source.html#l00208">FormatString()</a>, <a class="el" href="ac__common_8php-source.html#l00076">isNumber()</a>, <a class="el" href="action_8inc_8php-source.html#l00170">name</a>, and <a class="el" href="action_8inc_8php-source.html#l00171">value</a>.
References <a class="el" href="line__update_8php-source.html#l00070">$Ret</a>, <a class="el" href="bank_8inc_8php-source.html#l00104">$sql</a>, <a class="el" href="show__document__modele_8php-source.html#l00050">$tmp</a>, <a class="el" href="postgres_8php-source.html#l00222">CountSql()</a>, <a class="el" href="debug_8php-source.html#l00034">echo_debug()</a>, <a class="el" href="ac__common_8php-source.html#l00036">echo_error()</a>, <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>, <a class="el" href="ac__common_8php-source.html#l00208">FormatString()</a>, <a class="el" href="ac__common_8php-source.html#l00076">isNumber()</a>, <a class="el" href="action_8inc_8php-source.html#l00175">name</a>, and <a class="el" href="action_8inc_8php-source.html#l00176">value</a>.
<p>
Referenced by <a class="el" href="class__fiche_8php-source.html#l00526">Save()</a>. </td>
Referenced by <a class="el" href="class__fiche_8php-source.html#l00528">Save()</a>. </td>
</tr>
</table>
<hr><h2>Field Documentation</h2>
@ -952,7 +954,7 @@ Definition at line <a class="el" href="class__fiche_8php-source.html#l00150">150
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li>/home/dany/developpement/phpcompta-dev/phpcompta/include/<a class="el" href="class__fiche_8php-source.html">class_fiche.php</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:34 2006 for phpcompta by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:26 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -160,7 +160,7 @@ Get attribut of the fiche_def.
<p>
Definition at line <a class="el" href="class__fiche_8php-source.html#l00074">74</a> of file <a class="el" href="class__fiche_8php-source.html">class_fiche.php</a>.
<p>
References <a class="el" href="line__update_8php-source.html#l00070">$Ret</a>, <a class="el" href="cbc__be_8inc_8php-source.html#l00028">$row</a>, <a class="el" href="bank_8inc_8php-source.html#l00104">$sql</a>, <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>, <a class="el" href="fiche__def_8inc_8php-source.html#l00030">frd_id</a>, <a class="el" href="action_8inc_8php-source.html#l00203">label</a>, and <a class="el" href="impress__listing__client_8php-source.html#l00059">return</a>. </td>
References <a class="el" href="line__update_8php-source.html#l00070">$Ret</a>, <a class="el" href="cbc__be_8inc_8php-source.html#l00028">$row</a>, <a class="el" href="bank_8inc_8php-source.html#l00104">$sql</a>, <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>, <a class="el" href="fiche__def_8inc_8php-source.html#l00030">frd_id</a>, <a class="el" href="balance_8php-source.html#l00076">label</a>, and <a class="el" href="impress__listing__client_8php-source.html#l00059">return</a>. </td>
</tr>
</table>
<a class="anchor" name="a3"></a><!-- doxytag: member="fiche_def::GetAll" ref="a3" args="()" --><p>
@ -474,7 +474,7 @@ Definition at line <a class="el" href="class__fiche_8php-source.html#l00033">33<
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li>/home/dany/developpement/phpcompta-dev/phpcompta/include/<a class="el" href="class__fiche_8php-source.html">class_fiche.php</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:34 2006 for phpcompta by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:26 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -122,7 +122,7 @@ tag.
<p>
Definition at line <a class="el" href="class__fiche__def_8php-source.html#l00078">78</a> of file <a class="el" href="class__fiche__def_8php-source.html">class_fiche_def.php</a>.
<p>
References <a class="el" href="user__action__ach_8php-source.html#l00052">$r</a>, and <a class="el" href="action_8inc_8php-source.html#l00171">value</a>. </td>
References <a class="el" href="user__action__ach_8php-source.html#l00052">$r</a>, and <a class="el" href="action_8inc_8php-source.html#l00176">value</a>. </td>
</tr>
</table>
<a class="anchor" name="a5"></a><!-- doxytag: member="fiche_def_ref::Get" ref="a5" args="()" --><p>
@ -227,7 +227,7 @@ Load all the fiche_def_ref data and return an array of fiche_def_ref objects.
<p>
Definition at line <a class="el" href="class__fiche__def_8php-source.html#l00051">51</a> of file <a class="el" href="class__fiche__def_8php-source.html">class_fiche_def.php</a>.
<p>
References <a class="el" href="fiche__def_8inc_8php-source.html#l00037">$all</a>, <a class="el" href="recherche_8php-source.html#l00066">$array</a>, <a class="el" href="fiche__def_8inc_8php-source.html#l00062">$idx</a>, <a class="el" href="fiche__csv_8php-source.html#l00049">$o</a>, <a class="el" href="depense_8inc_8php-source.html#l00073">$Res</a>, <a class="el" href="cbc__be_8inc_8php-source.html#l00028">$row</a>, <a class="el" href="bank_8inc_8php-source.html#l00104">$sql</a>, <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>, <a class="el" href="class__fiche__def_8php-source.html#l00038">fiche_def_ref()</a>, and <a class="el" href="action_8inc_8php-source.html#l00171">value</a>. </td>
References <a class="el" href="fiche__def_8inc_8php-source.html#l00037">$all</a>, <a class="el" href="recherche_8php-source.html#l00066">$array</a>, <a class="el" href="fiche__def_8inc_8php-source.html#l00062">$idx</a>, <a class="el" href="fiche__csv_8php-source.html#l00049">$o</a>, <a class="el" href="depense_8inc_8php-source.html#l00073">$Res</a>, <a class="el" href="cbc__be_8inc_8php-source.html#l00028">$row</a>, <a class="el" href="bank_8inc_8php-source.html#l00104">$sql</a>, <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>, <a class="el" href="class__fiche__def_8php-source.html#l00038">fiche_def_ref()</a>, and <a class="el" href="action_8inc_8php-source.html#l00176">value</a>. </td>
</tr>
</table>
<a class="anchor" name="a4"></a><!-- doxytag: member="fiche_def_ref::Save" ref="a4" args="()" --><p>
@ -369,7 +369,7 @@ Definition at line <a class="el" href="class__fiche__def_8php-source.html#l00033
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li>/home/dany/developpement/phpcompta-dev/phpcompta/include/<a class="el" href="class__fiche__def_8php-source.html">class_fiche_def.php</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:34 2006 for phpcompta by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:26 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -114,7 +114,7 @@ GetDefLine Get the number of lines of a journal <dl compact><dt><b>Parameters:<
<p>
Definition at line <a class="el" href="class__jrn_8php-source.html#l00321">321</a> of file <a class="el" href="class__jrn_8php-source.html">class_jrn.php</a>.
<p>
References <a class="el" href="user__action__ach_8php-source.html#l00052">$r</a>, <a class="el" href="depense_8inc_8php-source.html#l00073">$Res</a>, <a class="el" href="bank_8inc_8php-source.html#l00104">$sql</a>, <a class="el" href="debug_8php-source.html#l00034">echo_debug()</a>, <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>, and <a class="el" href="action_8inc_8php-source.html#l00171">value</a>. </td>
References <a class="el" href="user__action__ach_8php-source.html#l00052">$r</a>, <a class="el" href="depense_8inc_8php-source.html#l00073">$Res</a>, <a class="el" href="bank_8inc_8php-source.html#l00104">$sql</a>, <a class="el" href="debug_8php-source.html#l00034">echo_debug()</a>, <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>, and <a class="el" href="action_8inc_8php-source.html#l00176">value</a>. </td>
</tr>
</table>
<a class="anchor" name="a1"></a><!-- doxytag: member="jrn::GetName" ref="a1" args="()" --><p>
@ -145,7 +145,7 @@ References <a class="el" href="user__action__ach_8php-source.html#l00052">$r</a>
<p>
Definition at line <a class="el" href="class__jrn_8php-source.html#l00034">34</a> of file <a class="el" href="class__jrn_8php-source.html">class_jrn.php</a>.
<p>
References <a class="el" href="setup_8php-source.html#l00379">$Max</a>, <a class="el" href="depense_8inc_8php-source.html#l00073">$Res</a>, <a class="el" href="impress__bilan_8php-source.html#l00032">$ret</a>, <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>, and <a class="el" href="action_8inc_8php-source.html#l00170">name</a>. </td>
References <a class="el" href="setup_8php-source.html#l00379">$Max</a>, <a class="el" href="depense_8inc_8php-source.html#l00073">$Res</a>, <a class="el" href="impress__bilan_8php-source.html#l00032">$ret</a>, <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>, and <a class="el" href="action_8inc_8php-source.html#l00175">name</a>. </td>
</tr>
</table>
<a class="anchor" name="a2"></a><!-- doxytag: member="jrn::GetRow" ref="a2" args="($p_from, $p_to, $cent='off', $p_limit=-1, $p_offset=-1)" --><p>
@ -217,7 +217,7 @@ gen :<ul>
<p>
Definition at line <a class="el" href="class__jrn_8php-source.html#l00065">65</a> of file <a class="el" href="class__jrn_8php-source.html">class_jrn.php</a>.
<p>
References <a class="el" href="action_8inc_8php-source.html#l00273">$a</a>, <a class="el" href="recherche_8php-source.html#l00066">$array</a>, <a class="el" href="setup_8php-source.html#l00379">$Max</a>, <a class="el" href="depense_8inc_8php-source.html#l00073">$Res</a>, <a class="el" href="eub__be_8inc_8php-source.html#l00055">$Sql</a>, <a class="el" href="debug_8php-source.html#l00034">echo_debug()</a>, and <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>. </td>
References <a class="el" href="balance_8php-source.html#l00113">$a</a>, <a class="el" href="recherche_8php-source.html#l00066">$array</a>, <a class="el" href="setup_8php-source.html#l00379">$Max</a>, <a class="el" href="depense_8inc_8php-source.html#l00073">$Res</a>, <a class="el" href="eub__be_8inc_8php-source.html#l00055">$Sql</a>, <a class="el" href="debug_8php-source.html#l00034">echo_debug()</a>, and <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>. </td>
</tr>
</table>
<a class="anchor" name="a3"></a><!-- doxytag: member="jrn::GetRowSimple" ref="a3" args="($p_from, $p_to, $cent='off', $p_limit=-1, $p_offset=-1)" --><p>
@ -398,7 +398,7 @@ Definition at line <a class="el" href="class__jrn_8php-source.html#l00028">28</a
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li>/home/dany/developpement/phpcompta-dev/phpcompta/include/<a class="el" href="class__jrn_8php-source.html">class_jrn.php</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:34 2006 for phpcompta by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:26 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -367,7 +367,7 @@ Definition at line <a class="el" href="class__parm__code_8php-source.html#l00033
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li>/home/dany/developpement/phpcompta-dev/phpcompta/include/<a class="el" href="class__parm__code_8php-source.html">class_parm_code.php</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:34 2006 for phpcompta by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:26 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -119,7 +119,7 @@ Get all the value for this object from the database the data member are set.
<p>
Definition at line <a class="el" href="class__poste_8php-source.html#l00100">100</a> of file <a class="el" href="class__poste_8php-source.html">class_poste.php</a>.
<p>
References <a class="el" href="user__action__ach_8php-source.html#l00052">$r</a>, <a class="el" href="impress__bilan_8php-source.html#l00032">$ret</a>, <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>, and <a class="el" href="action_8inc_8php-source.html#l00203">label</a>. </td>
References <a class="el" href="user__action__ach_8php-source.html#l00052">$r</a>, <a class="el" href="impress__bilan_8php-source.html#l00032">$ret</a>, <a class="el" href="postgres_8php-source.html#l00099">ExecSql()</a>, and <a class="el" href="balance_8php-source.html#l00076">label</a>. </td>
</tr>
</table>
<a class="anchor" name="a2"></a><!-- doxytag: member="poste::GetName" ref="a2" args="()" --><p>
@ -153,7 +153,7 @@ Return the name of a account it doesn't change any data member.
<p>
Definition at line <a class="el" href="class__poste_8php-source.html#l00084">84</a> of file <a class="el" href="class__poste_8php-source.html">class_poste.php</a>.
<p>
References <a class="el" href="user__action__ach_8php-source.html#l00052">$r</a>, <a class="el" href="impress__bilan_8php-source.html#l00032">$ret</a>, and <a class="el" href="action_8inc_8php-source.html#l00170">name</a>. </td>
References <a class="el" href="user__action__ach_8php-source.html#l00052">$r</a>, <a class="el" href="impress__bilan_8php-source.html#l00032">$ret</a>, and <a class="el" href="action_8inc_8php-source.html#l00175">name</a>. </td>
</tr>
</table>
<a class="anchor" name="a1"></a><!-- doxytag: member="poste::GetRow" ref="a1" args="($p_from, $p_to)" --><p>
@ -404,7 +404,7 @@ Definition at line <a class="el" href="class__poste_8php-source.html#l00033">33<
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li>/home/dany/developpement/phpcompta-dev/phpcompta/include/<a class="el" href="class__poste_8php-source.html">class_poste.php</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:34 2006 for phpcompta by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:26 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -74,7 +74,7 @@ Constructor.
<p>
Definition at line <a class="el" href="class__rapport_8php-source.html#l00033">33</a> of file <a class="el" href="class__rapport_8php-source.html">class_rapport.php</a>.
<p>
References <a class="el" href="user__update_8php-source.html#l00032">$p_id</a>, and <a class="el" href="action_8inc_8php-source.html#l00170">name</a>. </td>
References <a class="el" href="user__update_8php-source.html#l00032">$p_id</a>, and <a class="el" href="action_8inc_8php-source.html#l00175">name</a>. </td>
</tr>
</table>
<hr><h2>Member Function Documentation</h2>
@ -108,7 +108,7 @@ Return the report's name.
<p>
Definition at line <a class="el" href="class__rapport_8php-source.html#l00040">40</a> of file <a class="el" href="class__rapport_8php-source.html">class_rapport.php</a>.
<p>
References <a class="el" href="action_8inc_8php-source.html#l00273">$a</a>, <a class="el" href="impress__bilan_8php-source.html#l00032">$ret</a>, and <a class="el" href="action_8inc_8php-source.html#l00170">name</a>. </td>
References <a class="el" href="balance_8php-source.html#l00113">$a</a>, <a class="el" href="impress__bilan_8php-source.html#l00032">$ret</a>, and <a class="el" href="action_8inc_8php-source.html#l00175">name</a>. </td>
</tr>
</table>
<a class="anchor" name="a2"></a><!-- doxytag: member="rapport::GetRow" ref="a2" args="($p_start, $p_end)" --><p>
@ -238,7 +238,7 @@ Definition at line <a class="el" href="class__rapport_8php-source.html#l00031">3
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li>/home/dany/developpement/phpcompta-dev/phpcompta/include/<a class="el" href="class__rapport_8php-source.html">class_rapport.php</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:34 2006 for phpcompta by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:26 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -86,7 +86,7 @@ Definition at line <a class="el" href="class__widget_8php-source.html#l00031">31
<p>
Definition at line <a class="el" href="class__widget_8php-source.html#l00064">64</a> of file <a class="el" href="class__widget_8php-source.html">class_widget.php</a>.
<p>
References <a class="el" href="impress__poste_8php-source.html#l00144">disabled</a>, <a class="el" href="tva_8inc_8php-source.html#l00215">heigh</a>, <a class="el" href="action_8inc_8php-source.html#l00203">label</a>, <a class="el" href="ecrit__ouv_8php-source.html#l00071">readonly</a>, <a class="el" href="action_8inc_8php-source.html#l00225">selected</a>, <a class="el" href="tva_8inc_8php-source.html#l00212">size</a>, <a class="el" href="balance_8php-source.html#l00071">table</a>, <a class="el" href="action_8inc_8php-source.html#l00171">value</a>, and <a class="el" href="tva_8inc_8php-source.html#l00215">width</a>. </td>
References <a class="el" href="impress__poste_8php-source.html#l00144">disabled</a>, <a class="el" href="tva_8inc_8php-source.html#l00215">heigh</a>, <a class="el" href="balance_8php-source.html#l00076">label</a>, <a class="el" href="ecrit__ouv_8php-source.html#l00071">readonly</a>, <a class="el" href="bank_8inc_8php-source.html#l00087">selected</a>, <a class="el" href="tva_8inc_8php-source.html#l00212">size</a>, <a class="el" href="balance_8php-source.html#l00071">table</a>, <a class="el" href="action_8inc_8php-source.html#l00176">value</a>, and <a class="el" href="tva_8inc_8php-source.html#l00215">width</a>. </td>
</tr>
</table>
<hr><h2>Member Function Documentation</h2>
@ -118,7 +118,7 @@ References <a class="el" href="impress__poste_8php-source.html#l00144">disabled<
<p>
Definition at line <a class="el" href="class__widget_8php-source.html#l00498">498</a> of file <a class="el" href="class__widget_8php-source.html">class_widget.php</a>.
<p>
References <a class="el" href="class__widget_8php-source.html#l00055">$readonly</a>, <a class="el" href="ecrit__ouv_8php-source.html#l00071">readonly</a>, and <a class="el" href="action_8inc_8php-source.html#l00171">value</a>. </td>
References <a class="el" href="class__widget_8php-source.html#l00055">$readonly</a>, <a class="el" href="ecrit__ouv_8php-source.html#l00071">readonly</a>, and <a class="el" href="action_8inc_8php-source.html#l00176">value</a>. </td>
</tr>
</table>
<a class="anchor" name="a2"></a><!-- doxytag: member="widget::IOValue" ref="a2" args="($p_name=null, $p_value=null, $p_label=&quot;&quot;)" --><p>
@ -178,7 +178,7 @@ function IOValue($p_name,$p_value="",$p_label="")<p>
<p>
Definition at line <a class="el" href="class__widget_8php-source.html#l00089">89</a> of file <a class="el" href="class__widget_8php-source.html">class_widget.php</a>.
<p>
References <a class="el" href="fortis__be_8inc_8php-source.html#l00054">$check</a>, <a class="el" href="class__widget_8php-source.html#l00060">$disabled</a>, <a class="el" href="balance_8php-source.html#l00118">$i</a>, <a class="el" href="pref_8inc_8php-source.html#l00096">$msg</a>, <a class="el" href="user__action__ach_8php-source.html#l00052">$r</a>, <a class="el" href="impress__poste_8php-source.html#l00144">disabled</a>, <a class="el" href="debug_8php-source.html#l00034">echo_debug()</a>, <a class="el" href="action_8inc_8php-source.html#l00203">label</a>, <a class="el" href="action_8inc_8php-source.html#l00170">name</a>, <a class="el" href="ecrit__ouv_8php-source.html#l00071">readonly</a>, <a class="el" href="action_8inc_8php-source.html#l00225">selected</a>, and <a class="el" href="action_8inc_8php-source.html#l00171">value</a>. </td>
References <a class="el" href="fortis__be_8inc_8php-source.html#l00054">$check</a>, <a class="el" href="class__widget_8php-source.html#l00060">$disabled</a>, <a class="el" href="balance_8php-source.html#l00118">$i</a>, <a class="el" href="pref_8inc_8php-source.html#l00096">$msg</a>, <a class="el" href="user__action__ach_8php-source.html#l00052">$r</a>, <a class="el" href="impress__poste_8php-source.html#l00144">disabled</a>, <a class="el" href="debug_8php-source.html#l00034">echo_debug()</a>, <a class="el" href="balance_8php-source.html#l00076">label</a>, <a class="el" href="action_8inc_8php-source.html#l00175">name</a>, <a class="el" href="ecrit__ouv_8php-source.html#l00071">readonly</a>, <a class="el" href="bank_8inc_8php-source.html#l00087">selected</a>, and <a class="el" href="action_8inc_8php-source.html#l00176">value</a>. </td>
</tr>
</table>
<a class="anchor" name="a5"></a><!-- doxytag: member="widget::Reset" ref="a5" args="($p_value)" --><p>
@ -341,7 +341,7 @@ Definition at line <a class="el" href="class__widget_8php-source.html#l00061">61
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">widget::$<a class="el" href="action_8inc_8php.html#a17">extra2</a> </td>
<td class="md" nowrap valign="top">widget::$extra2 </td>
</tr>
</table>
</td>
@ -591,7 +591,7 @@ Definition at line <a class="el" href="class__widget_8php-source.html#l00054">54
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li>/home/dany/developpement/phpcompta-dev/phpcompta/include/<a class="el" href="class__widget_8php-source.html">class_widget.php</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:35 2006 for phpcompta by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:26 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -103,7 +103,7 @@
<a name="l00098"></a>00098 &lt;span&gt;
<a name="l00099"></a>00099 &lt;form method=<span class="stringliteral">"get"</span> <a class="code" href="classaction.html">action</a>=<span class="stringliteral">"commercial.php"</span>&gt;
<a name="l00100"></a>00100 &lt;?
<a name="l00101"></a>00101 <a class="code" href="action_8inc_8php.html#a24">$a</a>=(isset($_GET['query']))?$_GET['query']:<span class="stringliteral">""</span>;
<a name="l00101"></a>00101 <a class="code" href="balance_8php.html#a10">$a</a>=(isset($_GET['query']))?$_GET['query']:<span class="stringliteral">""</span>;
<a name="l00102"></a>00102 printf ('&lt;input type=<span class="stringliteral">"text"</span> <a class="code" href="action_8inc_8php.html#a12">name</a>=<span class="stringliteral">"query"</span> <a class="code" href="action_8inc_8php.html#a13">value</a>=<span class="stringliteral">"%s"</span>&gt;',
<a name="l00103"></a>00103 $a);
<a name="l00104"></a>00104 ?&gt;
@ -167,7 +167,7 @@
<a name="l00162"></a>00162 }
<a name="l00163"></a>00163 <a class="code" href="ac__common_8php.html#a6">html_page_stop</a>();
<a name="l00164"></a>00164 ?&gt;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:28 2006 for phpcompta by&nbsp;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:23 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -299,7 +299,7 @@ Definition at line <a class="el" href="client_8inc_8php-source.html#l00116">116<
Definition at line <a class="el" href="client_8inc_8php-source.html#l00117">117</a> of file <a class="el" href="client_8inc_8php-source.html">client.inc.php</a>. </td>
</tr>
</table>
<hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:29 2006 for phpcompta by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:24 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -153,7 +153,7 @@
<a name="l00151"></a>00151 {
<a name="l00152"></a>00152 require_once(<span class="stringliteral">"bank.inc.php"</span>);
<a name="l00153"></a>00153 }
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:27 2006 for phpcompta by&nbsp;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:23 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -55,7 +55,7 @@ Definition in file <a class="el" href="commercial_8php-source.html">commercial.p
<p>
Definition at line <a class="el" href="commercial_8php-source.html#l00035">35</a> of file <a class="el" href="commercial_8php-source.html">commercial.php</a>.
<p>
Referenced by <a class="el" href="class__user_8php-source.html#l00085">cl_user::Check()</a>, <a class="el" href="class__user_8php-source.html#l00040">cl_user::cl_user()</a>, <a class="el" href="class__fiche_8php-source.html#l00315">fiche::GetByDef()</a>, <a class="el" href="class__user_8php-source.html#l00257">cl_user::GetGlobalPref()</a>, <a class="el" href="user__common_8php-source.html#l00858">jrn_navigation_bar()</a>, <a class="el" href="user__common_8php-source.html#l00322">ListJrn()</a>, <a class="el" href="class__action_8php-source.html#l00468">action::myList()</a>, <a class="el" href="postgres_8php-source.html#l00032">ShowDossier()</a>, <a class="el" href="import__inc_8php-source.html#l00090">TransferCSV()</a>, and <a class="el" href="fiche__inc_8php-source.html#l00394">ViewFiche()</a>. </td>
Referenced by <a class="el" href="class__user_8php-source.html#l00085">cl_user::Check()</a>, <a class="el" href="class__user_8php-source.html#l00040">cl_user::cl_user()</a>, <a class="el" href="class__fiche_8php-source.html#l00317">fiche::GetByDef()</a>, <a class="el" href="class__user_8php-source.html#l00257">cl_user::GetGlobalPref()</a>, <a class="el" href="user__common_8php-source.html#l00858">jrn_navigation_bar()</a>, <a class="el" href="user__common_8php-source.html#l00322">ListJrn()</a>, <a class="el" href="class__action_8php-source.html#l00545">action::myList()</a>, <a class="el" href="postgres_8php-source.html#l00032">ShowDossier()</a>, <a class="el" href="import__inc_8php-source.html#l00090">TransferCSV()</a>, and <a class="el" href="fiche__inc_8php-source.html#l00394">ViewFiche()</a>. </td>
</tr>
</table>
<a class="anchor" name="a4"></a><!-- doxytag: member="commercial.php::$cn" ref="a4" args="" --><p>
@ -158,7 +158,7 @@ Definition at line <a class="el" href="commercial_8php-source.html#l00041">41</a
Definition at line <a class="el" href="commercial_8php-source.html#l00043">43</a> of file <a class="el" href="commercial_8php-source.html">commercial.php</a>. </td>
</tr>
</table>
<hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:29 2006 for phpcompta by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:24 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -388,7 +388,7 @@
<a name="l00384"></a><a class="code" href="constant_8php.html#a86">00384</a> define (<span class="stringliteral">"SQL_LIST_UNPAID_INVOICE_DATE_LIMIT"</span> ,<span class="stringliteral">" where (jr_rapt is null or jr_rapt = '') </span>
<a name="l00385"></a>00385 <span class="stringliteral"> and to_date(to_char(jr_ech,'DD.MM.YYYY'),'DD.MM.YYYY') &lt; to_date(to_char(now(),'DD.MM.YYYY'),'DD.MM.YYYY') and jr_valid = true"</span> );
<a name="l00386"></a>00386 ?&gt;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:28 2006 for phpcompta by&nbsp;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:23 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -2370,7 +2370,7 @@ Definition at line <a class="el" href="constant_8php-source.html#l00059">59</a>
Definition at line <a class="el" href="constant_8php-source.html#l00089">89</a> of file <a class="el" href="constant_8php-source.html">constant.php</a>. </td>
</tr>
</table>
<hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:29 2006 for phpcompta by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:24 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -114,7 +114,7 @@
<a name="l00112"></a>00112 &lt;span&gt;
<a name="l00113"></a>00113 &lt;form method=<span class="stringliteral">"get"</span> <a class="code" href="classaction.html">action</a>=<span class="stringliteral">"commercial.php"</span>&gt;
<a name="l00114"></a>00114 &lt;?
<a name="l00115"></a>00115 <a class="code" href="action_8inc_8php.html#a24">$a</a>=(isset($_GET['query']))?$_GET['query']:<span class="stringliteral">""</span>;
<a name="l00115"></a>00115 <a class="code" href="balance_8php.html#a10">$a</a>=(isset($_GET['query']))?$_GET['query']:<span class="stringliteral">""</span>;
<a name="l00116"></a>00116 printf ('&lt;input type=<span class="stringliteral">"text"</span> <a class="code" href="action_8inc_8php.html#a12">name</a>=<span class="stringliteral">"query"</span> <a class="code" href="action_8inc_8php.html#a13">value</a>=<span class="stringliteral">"%s"</span>&gt;',
<a name="l00117"></a>00117 $a);
<a name="l00118"></a>00118 ?&gt;
@ -210,7 +210,7 @@
<a name="l00208"></a>00208 <a class="code" href="ac__common_8php.html#a6">html_page_stop</a>();
<a name="l00209"></a>00209
<a name="l00210"></a>00210
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:28 2006 for phpcompta by&nbsp;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:23 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -376,7 +376,7 @@ Definition at line <a class="el" href="contact_8inc_8php-source.html#l00130">130
Definition at line <a class="el" href="contact_8inc_8php-source.html#l00131">131</a> of file <a class="el" href="contact_8inc_8php-source.html">contact.inc.php</a>. </td>
</tr>
</table>
<hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:29 2006 for phpcompta by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:24 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -40,7 +40,7 @@
<a name="l00040"></a>00040 }
<a name="l00041"></a>00041
<a name="l00042"></a>00042 ?&gt;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:28 2006 for phpcompta by&nbsp;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:23 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

File diff suppressed because one or more lines are too long

View file

@ -34,20 +34,20 @@
<a name="l00040"></a>00040 <span class="comment">// load the data</span>
<a name="l00041"></a>00041 <a class="code" href="parametre_8php.html#a17">$my</a>=<span class="keyword">new</span> <a class="code" href="classOwn.html">Own</a>($p_cn);
<a name="l00042"></a>00042 <span class="comment">//Make the first record</span>
<a name="l00043"></a>00043 <a class="code" href="action_8inc_8php.html#a24">$a</a>=<span class="stringliteral">"000000"</span>;
<a name="l00044"></a>00044 <a class="code" href="action_8inc_8php.html#a24">$a</a>.=sprintf(<span class="stringliteral">"% 32s"</span>,$my-&gt;MY_NAME);
<a name="l00043"></a>00043 <a class="code" href="balance_8php.html#a10">$a</a>=<span class="stringliteral">"000000"</span>;
<a name="l00044"></a>00044 <a class="code" href="balance_8php.html#a10">$a</a>.=sprintf(<span class="stringliteral">"% 32s"</span>,$my-&gt;MY_NAME);
<a name="l00045"></a>00045 <a class="code" href="balance_8php.html#a11">$b</a>=<a class="code" href="parametre_8php.html#a17">$my</a>-&gt;MY_STREET.<span class="stringliteral">","</span>.<a class="code" href="parametre_8php.html#a17">$my</a>-&gt;MY_NUMBER;
<a name="l00046"></a>00046 <a class="code" href="action_8inc_8php.html#a24">$a</a>.=sprintf(<span class="stringliteral">"% 24s"</span>,$b);
<a name="l00046"></a>00046 <a class="code" href="balance_8php.html#a10">$a</a>.=sprintf(<span class="stringliteral">"% 24s"</span>,$b);
<a name="l00047"></a>00047 <a class="code" href="balance_8php.html#a11">$b</a>=<a class="code" href="parametre_8php.html#a17">$my</a>-&gt;MY_CP.<span class="stringliteral">" "</span>.<a class="code" href="parametre_8php.html#a17">$my</a>-&gt;MY_COMMUNE;
<a name="l00048"></a>00048 <a class="code" href="action_8inc_8php.html#a24">$a</a>.=sprintf(<span class="stringliteral">"% 27s"</span>,$b);
<a name="l00049"></a>00049 <a class="code" href="action_8inc_8php.html#a24">$a</a>.=<span class="stringliteral">"BE"</span>;
<a name="l00050"></a>00050 <a class="code" href="action_8inc_8php.html#a24">$a</a>.=sprintf(<span class="stringliteral">"%9s"</span>,$my-&gt;MY_TVA);
<a name="l00048"></a>00048 <a class="code" href="balance_8php.html#a10">$a</a>.=sprintf(<span class="stringliteral">"% 27s"</span>,$b);
<a name="l00049"></a>00049 <a class="code" href="balance_8php.html#a10">$a</a>.=<span class="stringliteral">"BE"</span>;
<a name="l00050"></a>00050 <a class="code" href="balance_8php.html#a10">$a</a>.=sprintf(<span class="stringliteral">"%9s"</span>,$my-&gt;MY_TVA);
<a name="l00051"></a>00051 <span class="comment">// special zone</span>
<a name="l00052"></a>00052 <a class="code" href="action_8inc_8php.html#a24">$a</a>.=sprintf(<span class="stringliteral">"% 20s"</span>,<span class="charliteral">' '</span>);
<a name="l00052"></a>00052 <a class="code" href="balance_8php.html#a10">$a</a>.=sprintf(<span class="stringliteral">"% 20s"</span>,<span class="charliteral">' '</span>);
<a name="l00053"></a>00053 <span class="comment">//</span>
<a name="l00054"></a>00054 <a class="code" href="action_8inc_8php.html#a24">$a</a>.=<span class="stringliteral">"E"</span>;
<a name="l00055"></a>00055 <a class="code" href="action_8inc_8php.html#a24">$a</a>.=$p_year;
<a name="l00056"></a>00056 <a class="code" href="action_8inc_8php.html#a24">$a</a>.=<span class="stringliteral">"\n"</span>;
<a name="l00054"></a>00054 <a class="code" href="balance_8php.html#a10">$a</a>.=<span class="stringliteral">"E"</span>;
<a name="l00055"></a>00055 <a class="code" href="balance_8php.html#a10">$a</a>.=$p_year;
<a name="l00056"></a>00056 <a class="code" href="balance_8php.html#a10">$a</a>.=<span class="stringliteral">"\n"</span>;
<a name="l00057"></a>00057 <span class="comment">// customer record</span>
<a name="l00058"></a>00058 $rec_id=0;
<a name="l00059"></a>00059 $tot_amount=0;
@ -55,30 +55,30 @@
<a name="l00061"></a>00061 foreach ($p_array as $client) {
<a name="l00062"></a>00062 <span class="keywordflow">if</span> ( strlen(trim($client['tva'])) != 0 ) {
<a name="l00063"></a>00063 $rec_id++;
<a name="l00064"></a>00064 <a class="code" href="action_8inc_8php.html#a24">$a</a>.=sprintf(<span class="stringliteral">"%06d"</span>,$rec_id);
<a name="l00065"></a>00065 <a class="code" href="action_8inc_8php.html#a24">$a</a>.=sprintf(<span class="stringliteral">"% 32s"</span>,$client['<a class="code" href="action_8inc_8php.html#a12">name</a>']);
<a name="l00066"></a>00066 <a class="code" href="action_8inc_8php.html#a24">$a</a>.=str_repeat(<span class="stringliteral">" "</span>,51);
<a name="l00067"></a>00067 <a class="code" href="action_8inc_8php.html#a24">$a</a>.=sprintf(<span class="stringliteral">"BE%s"</span>,$client['vat_number']);
<a name="l00068"></a>00068 <a class="code" href="action_8inc_8php.html#a24">$a</a>.=sprintf(<span class="stringliteral">"%010d"</span>,$client['amount']*100);
<a name="l00069"></a>00069 <a class="code" href="action_8inc_8php.html#a24">$a</a>.=sprintf(<span class="stringliteral">"%010d"</span>,$client['tva']*100);
<a name="l00070"></a>00070 <a class="code" href="action_8inc_8php.html#a24">$a</a>.=str_repeat(<span class="stringliteral">" "</span>,10);
<a name="l00071"></a>00071 <a class="code" href="action_8inc_8php.html#a24">$a</a>.=<span class="stringliteral">"\n"</span>;
<a name="l00064"></a>00064 <a class="code" href="balance_8php.html#a10">$a</a>.=sprintf(<span class="stringliteral">"%06d"</span>,$rec_id);
<a name="l00065"></a>00065 <a class="code" href="balance_8php.html#a10">$a</a>.=sprintf(<span class="stringliteral">"% 32s"</span>,$client['<a class="code" href="action_8inc_8php.html#a12">name</a>']);
<a name="l00066"></a>00066 <a class="code" href="balance_8php.html#a10">$a</a>.=str_repeat(<span class="stringliteral">" "</span>,51);
<a name="l00067"></a>00067 <a class="code" href="balance_8php.html#a10">$a</a>.=sprintf(<span class="stringliteral">"BE%s"</span>,$client['vat_number']);
<a name="l00068"></a>00068 <a class="code" href="balance_8php.html#a10">$a</a>.=sprintf(<span class="stringliteral">"%010d"</span>,$client['amount']*100);
<a name="l00069"></a>00069 <a class="code" href="balance_8php.html#a10">$a</a>.=sprintf(<span class="stringliteral">"%010d"</span>,$client['tva']*100);
<a name="l00070"></a>00070 <a class="code" href="balance_8php.html#a10">$a</a>.=str_repeat(<span class="stringliteral">" "</span>,10);
<a name="l00071"></a>00071 <a class="code" href="balance_8php.html#a10">$a</a>.=<span class="stringliteral">"\n"</span>;
<a name="l00072"></a>00072 $tot_amount=+<a class="code" href="client_8inc_8php.html#a7">$client</a>['amount']*100;
<a name="l00073"></a>00073 $tot_tva+=<a class="code" href="client_8inc_8php.html#a7">$client</a>['tva']*100;
<a name="l00074"></a>00074 }
<a name="l00075"></a>00075 }
<a name="l00076"></a>00076 <span class="comment">//Last Record</span>
<a name="l00077"></a>00077 <a class="code" href="action_8inc_8php.html#a24">$a</a>.=<span class="stringliteral">"999999"</span>;
<a name="l00078"></a>00078 <a class="code" href="action_8inc_8php.html#a24">$a</a>.=sprintf(<span class="stringliteral">"%016d"</span>,$tot_amount);
<a name="l00079"></a>00079 <a class="code" href="action_8inc_8php.html#a24">$a</a>.=sprintf(<span class="stringliteral">"%016d"</span>,$tot_tva);
<a name="l00080"></a>00080 <a class="code" href="action_8inc_8php.html#a24">$a</a>.=str_repeat(<span class="stringliteral">" "</span>,51);
<a name="l00081"></a>00081 <a class="code" href="action_8inc_8php.html#a24">$a</a>.=<span class="stringliteral">"BE"</span>;
<a name="l00082"></a>00082 <a class="code" href="action_8inc_8php.html#a24">$a</a>.=<a class="code" href="parametre_8php.html#a17">$my</a>-&gt;MY_TVA;
<a name="l00083"></a>00083 <a class="code" href="action_8inc_8php.html#a24">$a</a>.=str_repeat(<span class="stringliteral">" "</span>,28);
<a name="l00084"></a>00084 <a class="code" href="action_8inc_8php.html#a24">$a</a>.=<span class="stringliteral">"\r\n"</span>;
<a name="l00085"></a>00085 <span class="keywordflow">return</span> <a class="code" href="action_8inc_8php.html#a24">$a</a>;
<a name="l00077"></a>00077 <a class="code" href="balance_8php.html#a10">$a</a>.=<span class="stringliteral">"999999"</span>;
<a name="l00078"></a>00078 <a class="code" href="balance_8php.html#a10">$a</a>.=sprintf(<span class="stringliteral">"%016d"</span>,$tot_amount);
<a name="l00079"></a>00079 <a class="code" href="balance_8php.html#a10">$a</a>.=sprintf(<span class="stringliteral">"%016d"</span>,$tot_tva);
<a name="l00080"></a>00080 <a class="code" href="balance_8php.html#a10">$a</a>.=str_repeat(<span class="stringliteral">" "</span>,51);
<a name="l00081"></a>00081 <a class="code" href="balance_8php.html#a10">$a</a>.=<span class="stringliteral">"BE"</span>;
<a name="l00082"></a>00082 <a class="code" href="balance_8php.html#a10">$a</a>.=<a class="code" href="parametre_8php.html#a17">$my</a>-&gt;MY_TVA;
<a name="l00083"></a>00083 <a class="code" href="balance_8php.html#a10">$a</a>.=str_repeat(<span class="stringliteral">" "</span>,28);
<a name="l00084"></a>00084 <a class="code" href="balance_8php.html#a10">$a</a>.=<span class="stringliteral">"\r\n"</span>;
<a name="l00085"></a>00085 <span class="keywordflow">return</span> <a class="code" href="balance_8php.html#a10">$a</a>;
<a name="l00086"></a>00086 }
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:28 2006 for phpcompta by&nbsp;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:23 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -65,10 +65,10 @@ parm : -array gen : -none return:<ul>
<p>
Definition at line <a class="el" href="decla_8BE_8inc_8php-source.html#l00036">36</a> of file <a class="el" href="decla_8BE_8inc_8php-source.html">decla.BE.inc.php</a>.
<p>
References <a class="el" href="action_8inc_8php-source.html#l00273">$a</a>, <a class="el" href="balance_8php-source.html#l00114">$b</a>, <a class="el" href="client_8inc_8php-source.html#l00127">$client</a>, <a class="el" href="parametre_8php-source.html#l00167">$my</a>, and <a class="el" href="action_8inc_8php-source.html#l00170">name</a>. </td>
References <a class="el" href="balance_8php-source.html#l00113">$a</a>, <a class="el" href="balance_8php-source.html#l00114">$b</a>, <a class="el" href="client_8inc_8php-source.html#l00127">$client</a>, <a class="el" href="parametre_8php-source.html#l00167">$my</a>, and <a class="el" href="action_8inc_8php-source.html#l00175">name</a>. </td>
</tr>
</table>
<hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:29 2006 for phpcompta by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:24 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -13,7 +13,7 @@
<tr><td class="memItemLeft" nowrap align="right" valign="top">directory &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="dir_000001.html">phpcompta-dev</a></td></tr>
</table>
<hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:35 2006 for phpcompta by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:26 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -13,7 +13,7 @@
<tr><td class="memItemLeft" nowrap align="right" valign="top">directory &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="dir_000002.html">phpcompta</a></td></tr>
</table>
<hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:35 2006 for phpcompta by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:26 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

View file

@ -15,7 +15,7 @@
<tr><td class="memItemLeft" nowrap align="right" valign="top">directory &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="dir_000006.html">include</a></td></tr>
</table>
<hr size="1"><address style="align: right;"><small>Generated on Tue Jun 27 01:39:35 2006 for phpcompta by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Wed Jun 28 02:07:26 2006 for phpcompta by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>

Some files were not shown because too many files have changed in this diff Show more