/[dolibarr]/dolibarr/htdocs/compta/bank/account.php
ViewVC logotype

Diff of /dolibarr/htdocs/compta/bank/account.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.54 by eldy, Mon Aug 15 01:00:38 2005 UTC revision 1.55 by eldy, Fri Sep 2 20:16:48 2005 UTC
# Line 20  Line 20 
20   *   *
21   * $Id$   * $Id$
22   * $Source$   * $Source$
  *  
23   */   */
24    
25  /**  /**
# Line 281  if ($account > 0) Line 280  if ($account > 0)
280     */     */
281    if ($user->rights->banque->modifier)    if ($user->rights->banque->modifier)
282      {      {
283          $html=new Form($db);
284          
285        print '<form method="post" action="account.php">';        print '<form method="post" action="account.php">';
286        print '<input type="hidden" name="action" value="add">';        print '<input type="hidden" name="action" value="add">';
287        print '<input type="hidden" name="vline" value="' . $vline . '">';        print '<input type="hidden" name="vline" value="' . $vline . '">';
# Line 298  if ($account > 0) Line 299  if ($account > 0)
299        print '<td nowrap>';        print '<td nowrap>';
300        print '<input name="dateoy" class="flat" type="text" size="2" value="'.strftime("%Y",time()).'" maxlength="4">';        print '<input name="dateoy" class="flat" type="text" size="2" value="'.strftime("%Y",time()).'" maxlength="4">';
301        print '<input name="dateo" class="flat" type="text" size="2" maxlength="4"></td>';        print '<input name="dateo" class="flat" type="text" size="2" maxlength="4"></td>';
302        print '<td colspan="2" nowrap><select class="flat" name="operation">';        print '<td colspan="2" nowrap>';
303        print '<option value="CB">CB';        $html->select_types_paiements('','operation','1,2',1);
304        print '<option value="CHQ">CHQ';        print '<input name="num_chq" class="flat" type="text" size="4"></td>';
       print '<option value="DEP">DEP';  
       print '<option value="TIP">TIP';  
       print '<option value="PRE">PRE';  
       print '<option value="VIR">VIR';  
       print '</select><input name="num_chq" class="flat" type="text" size="4"></td>';  
305        print '<td>';        print '<td>';
306        print '<input name="label" class="flat" type="text" size="40"></td>';        print '<input name="label" class="flat" type="text" size="40"></td>';
307    

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26