altocompta/doc/developper/html/send__poste__pdf_8php.html

277 lines
12 KiB
HTML
Raw Blame History

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>phpcompta: /home/dany/developpement/phpcompta-dev/phpcompta/html/send_poste_pdf.php File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.4 -->
<div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div>
<div class="nav">
<a class="el" href="dir_000000.html">developpement</a>&nbsp;&raquo&nbsp;<a class="el" href="dir_000001.html">phpcompta-dev</a>&nbsp;&raquo&nbsp;<a class="el" href="dir_000002.html">phpcompta</a>&nbsp;&raquo&nbsp;<a class="el" href="dir_000003.html">html</a></div>
<h1>send_poste_pdf.php File Reference</h1>Print the account in pdf. <a href="#_details">More...</a>
<p>
<p>
<a href="send__poste__pdf_8php-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Variables</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="send__poste__pdf_8php.html#a0">$cn</a> = DbConnect($g_dossier)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="send__poste__pdf_8php.html#a1">$nPoste</a> = pg_numRows($r_poste)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="send__poste__pdf_8php.html#a2">$poste</a> [] = $t_poste['pcm_val']</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="send__poste__pdf_8php.html#a3">$ret</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="send__poste__pdf_8php.html#a4">$pdf</a> = &amp; new <a class="el" href="classCezpdf.html">Cezpdf</a>()</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="send__poste__pdf_8php.html#a5">$cond</a> = CreatePeriodeCond($periode)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="send__poste__pdf_8php.html#a6">$str_debit</a> = sprintf(&quot;D<EFBFBD>bit % 12.2f&quot;,$tot_deb)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="send__poste__pdf_8php.html#a7">$str_cred</a> = sprintf(&quot;Cr<EFBFBD>dit % 12.2f&quot;,$tot_cred)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="send__poste__pdf_8php.html#a8">$diff_solde</a> = $tot_deb-$tot_cred</td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Print the account in pdf.
<p>
<p>
Definition in file <a class="el" href="send__poste__pdf_8php-source.html">send_poste_pdf.php</a>.<hr><h2>Variable Documentation</h2>
<a class="anchor" name="a0"></a><!-- doxytag: member="send_poste_pdf.php::$cn" ref="a0" args="" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">$cn = DbConnect($g_dossier) </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="send__poste__pdf_8php-source.html#l00034">34</a> of file <a class="el" href="send__poste__pdf_8php-source.html">send_poste_pdf.php</a>. </td>
</tr>
</table>
<a class="anchor" name="a5"></a><!-- doxytag: member="send_poste_pdf.php::$cond" ref="a5" args="" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">$cond = CreatePeriodeCond($periode) </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="send__poste__pdf_8php-source.html#l00052">52</a> of file <a class="el" href="send__poste__pdf_8php-source.html">send_poste_pdf.php</a>.
<p>
Referenced by <a class="el" href="impress__inc_8php-source.html#l00374">CreatePeriodeCond()</a>, <a class="el" href="impress__inc_8php-source.html#l00582">GetDataGrpt()</a>, <a class="el" href="impress__inc_8php-source.html#l00308">GetDataJrn()</a>, <a class="el" href="impress__inc_8php-source.html#l00423">GetDataJrnPdf()</a>, <a class="el" href="impress__inc_8php-source.html#l00119">ImpHtml()</a>, and <a class="el" href="impress__inc_8php-source.html#l00726">ParseFormula()</a>. </td>
</tr>
</table>
<a class="anchor" name="a8"></a><!-- doxytag: member="send_poste_pdf.php::$diff_solde" ref="a8" 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">$diff_solde = $tot_deb-$tot_cred </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="send__poste__pdf_8php-source.html#l00077">77</a> of file <a class="el" href="send__poste__pdf_8php-source.html">send_poste_pdf.php</a>. </td>
</tr>
</table>
<a class="anchor" name="a1"></a><!-- doxytag: member="send_poste_pdf.php::$nPoste" ref="a1" args="" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">$nPoste = pg_numRows($r_poste) </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="send__poste__pdf_8php-source.html#l00041">41</a> of file <a class="el" href="send__poste__pdf_8php-source.html">send_poste_pdf.php</a>.
<p>
Referenced by <a class="el" href="impress__inc_8php-source.html#l00119">ImpHtml()</a>. </td>
</tr>
</table>
<a class="anchor" name="a4"></a><!-- doxytag: member="send_poste_pdf.php::$pdf" ref="a4" args="" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">$pdf = &amp; new <a class="el" href="classCezpdf.html">Cezpdf</a>() </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
<p>
<p>
Definition at line <a class="el" href="send__poste__pdf_8php-source.html#l00050">50</a> of file <a class="el" href="send__poste__pdf_8php-source.html">send_poste_pdf.php</a>. </td>
</tr>
</table>
<a class="anchor" name="a2"></a><!-- doxytag: member="send_poste_pdf.php::$poste" ref="a2" args="[]" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">$<a class="el" href="classposte.html">poste</a>[] = $t_poste['pcm_val'] </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="send__poste__pdf_8php-source.html#l00044">44</a> of file <a class="el" href="send__poste__pdf_8php-source.html">send_poste_pdf.php</a>.
<p>
Referenced by <a class="el" href="user__form__fin_8php-source.html#l00042">form_verify_input()</a>, <a class="el" href="impress__inc_8php-source.html#l00119">ImpHtml()</a>, <a class="el" href="class__parm__code_8php-source.html#l00112">parm_code::Input()</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="jrn_8php-source.html#l00038">RecordJrn()</a>, <a class="el" href="user__form__ach_8php-source.html#l00661">RecordSell()</a>, and <a class="el" href="class__document_8php-source.html#l00421">Document::Replace()</a>. </td>
</tr>
</table>
<a class="anchor" name="a3"></a><!-- doxytag: member="send_poste_pdf.php::$ret" ref="a3" args="" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">$ret = &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="send__poste__pdf_8php-source.html#l00049">49</a> of file <a class="el" href="send__poste__pdf_8php-source.html">send_poste_pdf.php</a>. </td>
</tr>
</table>
<a class="anchor" name="a7"></a><!-- doxytag: member="send_poste_pdf.php::$str_cred" ref="a7" args="" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">$str_cred = sprintf(&quot;Cr<EFBFBD>dit % 12.2f&quot;,$tot_cred) </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="send__poste__pdf_8php-source.html#l00076">76</a> of file <a class="el" href="send__poste__pdf_8php-source.html">send_poste_pdf.php</a>. </td>
</tr>
</table>
<a class="anchor" name="a6"></a><!-- doxytag: member="send_poste_pdf.php::$str_debit" ref="a6" args="" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">$str_debit = sprintf(&quot;D<EFBFBD>bit % 12.2f&quot;,$tot_deb) </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="send__poste__pdf_8php-source.html#l00075">75</a> of file <a class="el" href="send__poste__pdf_8php-source.html">send_poste_pdf.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;
<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>
</html>