altocompta/doc/developper/html/user__action__ven_8php.html

651 lines
24 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>phpcompta: /home/dany/developpement/phpcompta-dev/phpcompta/include/user_action_ven.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_000006.html">include</a></div>
<h1>user_action_ven.php File Reference</h1>Manage the ledger of type VEN. <a href="#_details">More...</a>
<p>
<p>
<a href="user__action__ven_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="user__action__ven_8php.html#a0">$cn</a> = DbConnect($_SESSION['g_dossier'])</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="user__action__ven_8php.html#a1">$nb_number</a> = $_POST[&quot;nb_item&quot;]</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="user__action__ven_8php.html#a2">$form</a> = FormVenInput($cn,$_GET['p_jrn'],$User-&gt;GetPeriode(),$HTTP_POST_VARS,false,$nb_number)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="user__action__ven_8php.html#a3">exit</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="user__action__ven_8php.html#a4">$nb</a> = $_POST['nb_item']</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="user__action__ven_8php.html#a5">$comment</a> = RecordInvoice($cn,$HTTP_POST_VARS,$User,$_GET['p_jrn'])</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="user__action__ven_8php.html#a6">$debut</a> = (isset($_REQUEST['p_page']))?$_REQUEST['p_page']:0</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="user__action__ven_8php.html#a7">$hid</a> = new <a class="el" href="classwidget.html">widget</a>(&quot;hidden&quot;)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">$hid&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="user__action__ven_8php.html#a8">name</a> = &quot;p_jrn&quot;</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">$hid&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="user__action__ven_8php.html#a9">value</a> = $p_jrn</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="user__action__ven_8php.html#a10">$w</a> = new <a class="el" href="classwidget.html">widget</a>(&quot;select&quot;)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="user__action__ven_8php.html#a11">$periode_start</a> = make_array($cn,&quot;select p_id,to_char(p_start,'DD-MM-YYYY') from parm_periode order by p_id&quot;)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="user__action__ven_8php.html#a12">$current</a> = (isset($_GET['p_periode']))?$_GET['p_periode']:$User-&gt;GetPeriode()</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">$w&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="user__action__ven_8php.html#a13">selected</a> = $current</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="user__action__ven_8php.html#a14">$sql</a> = &quot;update <a class="el" href="classjrn.html">jrn</a> set jr_rapt='' where jr_id=$ad&quot;</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="user__action__ven_8php.html#a15">$Res</a> = ExecSql($cn,$sql)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="user__action__ven_8php.html#a16">$paid</a> = ($paid=='on')?'paid':''</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="user__action__ven_8php.html#a17">$step</a> = $_SESSION['g_pagesize']</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="user__action__ven_8php.html#a18">$page</a> = (isset($_GET['offset']))?$_GET['page']:1</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="user__action__ven_8php.html#a19">$offset</a> = (isset($_GET['offset']))?$_GET['offset']:0</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="user__action__ven_8php.html#a20">$bar</a> = jrn_navigation_bar($offset,$max_line,$step,$page)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="user__action__ven_8php.html#a21">$m</a> = ($max_line2&gt;$max_line)?$max_line2:$max_line</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="user__action__ven_8php.html#a22">$bar2</a> = jrn_navigation_bar($offset,$m,$step,$page)</td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Manage the ledger of type VEN.
<p>
<p>
Definition in file <a class="el" href="user__action__ven_8php-source.html">user_action_ven.php</a>.<hr><h2>Variable Documentation</h2>
<a class="anchor" name="a20"></a><!-- doxytag: member="user_action_ven.php::$bar" 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">$bar = jrn_navigation_bar($offset,$max_line,$step,$page) </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="user__action__ven_8php-source.html#l00212">212</a> of file <a class="el" href="user__action__ven_8php-source.html">user_action_ven.php</a>. </td>
</tr>
</table>
<a class="anchor" name="a22"></a><!-- doxytag: member="user_action_ven.php::$bar2" 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">$bar2 = jrn_navigation_bar($offset,$m,$step,$page) </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="user__action__ven_8php-source.html#l00287">287</a> of file <a class="el" href="user__action__ven_8php-source.html">user_action_ven.php</a>. </td>
</tr>
</table>
<a class="anchor" name="a0"></a><!-- doxytag: member="user_action_ven.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($_SESSION['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="user__action__ven_8php-source.html#l00028">28</a> of file <a class="el" href="user__action__ven_8php-source.html">user_action_ven.php</a>. </td>
</tr>
</table>
<a class="anchor" name="a5"></a><!-- doxytag: member="user_action_ven.php::$comment" 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">$comment = RecordInvoice($cn,$HTTP_POST_VARS,$User,$_GET['p_jrn']) </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="user__action__ven_8php-source.html#l00118">118</a> of file <a class="el" href="user__action__ven_8php-source.html">user_action_ven.php</a>.
<p>
Referenced by <a class="el" href="class__parm__code_8php-source.html#l00112">parm_code::Input()</a>, <a class="el" href="user__form__ven_8php-source.html#l00630">RecordInvoice()</a>, and <a class="el" href="user__form__ach_8php-source.html#l00627">RecordSell()</a>. </td>
</tr>
</table>
<a class="anchor" name="a12"></a><!-- doxytag: member="user_action_ven.php::$current" ref="a12" 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">$current = (isset($_GET['p_periode']))?$_GET['p_periode']:$User-&gt;GetPeriode() </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="user__action__ven_8php-source.html#l00171">171</a> of file <a class="el" href="user__action__ven_8php-source.html">user_action_ven.php</a>. </td>
</tr>
</table>
<a class="anchor" name="a6"></a><!-- doxytag: member="user_action_ven.php::$debut" 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">$debut = (isset($_REQUEST['p_page']))?$_REQUEST['p_page']: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="user__action__ven_8php-source.html#l00141">141</a> of file <a class="el" href="user__action__ven_8php-source.html">user_action_ven.php</a>. </td>
</tr>
</table>
<a class="anchor" name="a2"></a><!-- doxytag: member="user_action_ven.php::$form" 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">$form = FormVenInput($cn,$_GET['p_jrn'],$User-&gt;GetPeriode(),$HTTP_POST_VARS,false,$nb_number) </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="user__action__ven_8php-source.html#l00045">45</a> of file <a class="el" href="user__action__ven_8php-source.html">user_action_ven.php</a>. </td>
</tr>
</table>
<a class="anchor" name="a7"></a><!-- doxytag: member="user_action_ven.php::$hid" 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">$hid = new <a class="el" href="classwidget.html">widget</a>(&quot;hidden&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="user__action__ven_8php-source.html#l00150">150</a> of file <a class="el" href="user__action__ven_8php-source.html">user_action_ven.php</a>. </td>
</tr>
</table>
<a class="anchor" name="a21"></a><!-- doxytag: member="user_action_ven.php::$m" 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">$m = ($max_line2&gt;$max_line)?$max_line2:$max_line </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="user__action__ven_8php-source.html#l00286">286</a> of file <a class="el" href="user__action__ven_8php-source.html">user_action_ven.php</a>. </td>
</tr>
</table>
<a class="anchor" name="a4"></a><!-- doxytag: member="user_action_ven.php::$nb" 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">$nb = $_POST['nb_item'] </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="user__action__ven_8php-source.html#l00102">102</a> of file <a class="el" href="user__action__ven_8php-source.html">user_action_ven.php</a>. </td>
</tr>
</table>
<a class="anchor" name="a1"></a><!-- doxytag: member="user_action_ven.php::$nb_number" 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">$nb_number = $_POST[&quot;nb_item&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="user__action__ven_8php-source.html#l00042">42</a> of file <a class="el" href="user__action__ven_8php-source.html">user_action_ven.php</a>. </td>
</tr>
</table>
<a class="anchor" name="a19"></a><!-- doxytag: member="user_action_ven.php::$offset" 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">$offset = (isset($_GET['offset']))?$_GET['offset']: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="user__action__ven_8php-source.html#l00209">209</a> of file <a class="el" href="user__action__ven_8php-source.html">user_action_ven.php</a>. </td>
</tr>
</table>
<a class="anchor" name="a18"></a><!-- doxytag: member="user_action_ven.php::$page" 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">$page = (isset($_GET['offset']))?$_GET['page']:1 </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
<p>
<p>
Definition at line <a class="el" href="user__action__ven_8php-source.html#l00208">208</a> of file <a class="el" href="user__action__ven_8php-source.html">user_action_ven.php</a>. </td>
</tr>
</table>
<a class="anchor" name="a16"></a><!-- doxytag: member="user_action_ven.php::$paid" 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">$paid = ($paid=='on')?'paid':'' </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="user__action__ven_8php-source.html#l00198">198</a> of file <a class="el" href="user__action__ven_8php-source.html">user_action_ven.php</a>. </td>
</tr>
</table>
<a class="anchor" name="a11"></a><!-- doxytag: member="user_action_ven.php::$periode_start" ref="a11" args="" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">$periode_start = make_array($cn,&quot;select p_id,to_char(p_start,'DD-MM-YYYY') from parm_periode order by p_id&quot;) </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
<p>
<p>
Definition at line <a class="el" href="user__action__ven_8php-source.html#l00169">169</a> of file <a class="el" href="user__action__ven_8php-source.html">user_action_ven.php</a>. </td>
</tr>
</table>
<a class="anchor" name="a15"></a><!-- doxytag: member="user_action_ven.php::$Res" 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">$Res = ExecSql($cn,$sql) </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="user__action__ven_8php-source.html#l00188">188</a> of file <a class="el" href="user__action__ven_8php-source.html">user_action_ven.php</a>. </td>
</tr>
</table>
<a class="anchor" name="a14"></a><!-- doxytag: member="user_action_ven.php::$sql" 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">$sql = &quot;update <a class="el" href="classjrn.html">jrn</a> set jr_rapt='' where jr_id=$ad&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="user__action__ven_8php-source.html#l00187">187</a> of file <a class="el" href="user__action__ven_8php-source.html">user_action_ven.php</a>. </td>
</tr>
</table>
<a class="anchor" name="a17"></a><!-- doxytag: member="user_action_ven.php::$step" 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">$step = $_SESSION['g_pagesize'] </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="user__action__ven_8php-source.html#l00207">207</a> of file <a class="el" href="user__action__ven_8php-source.html">user_action_ven.php</a>. </td>
</tr>
</table>
<a class="anchor" name="a10"></a><!-- doxytag: member="user_action_ven.php::$w" ref="a10" args="" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">$w = new <a class="el" href="classwidget.html">widget</a>(&quot;select&quot;) </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
<p>
<p>
Definition at line <a class="el" href="user__action__ven_8php-source.html#l00167">167</a> of file <a class="el" href="user__action__ven_8php-source.html">user_action_ven.php</a>. </td>
</tr>
</table>
<a class="anchor" name="a3"></a><!-- doxytag: member="user_action_ven.php::exit" ref="a3" args="" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"><a class="el" href="user__sec_8php.html#a3">exit</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="user__action__ven_8php-source.html#l00089">89</a> of file <a class="el" href="user__action__ven_8php-source.html">user_action_ven.php</a>. </td>
</tr>
</table>
<a class="anchor" name="a8"></a><!-- doxytag: member="user_action_ven.php::name" 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">$hid <a class="el" href="ecrit__ouv_8php.html#a8">name</a> = &quot;p_jrn&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="user__action__ven_8php-source.html#l00152">152</a> of file <a class="el" href="user__action__ven_8php-source.html">user_action_ven.php</a>. </td>
</tr>
</table>
<a class="anchor" name="a13"></a><!-- doxytag: member="user_action_ven.php::selected" ref="a13" 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> = $current </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="user__action__ven_8php-source.html#l00172">172</a> of file <a class="el" href="user__action__ven_8php-source.html">user_action_ven.php</a>. </td>
</tr>
</table>
<a class="anchor" name="a9"></a><!-- doxytag: member="user_action_ven.php::value" ref="a9" 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">$hid <a class="el" href="ecrit__ouv_8php.html#a7">value</a> = $p_jrn </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="user__action__ven_8php-source.html#l00153">153</a> of file <a class="el" href="user__action__ven_8php-source.html">user_action_ven.php</a>. </td>
</tr>
</table>
<hr size="1"><address style="align: right;"><small>Generated on Fri Jun 23 00:12:47 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>