/[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.51 by rodolphe, Sun Jul 31 17:14:23 2005 UTC revision 1.52 by rodolphe, Mon Aug 1 09:15:51 2005 UTC
# Line 1  Line 1 
1  <?php  <?php
2  /* Copyright (C) 2001-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>  /* Copyright (C) 2001-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
3   * Copyright (C) 2003      Jean-Louis Bergamo   <jlb@j1b.org>   * Copyright (C) 2003      Jean-Louis Bergamo   <jlb@j1b.org>
4   * Copyright (C) 2004-2005 Laurent Destailleur  <eldy@users.sourceforge.net>   * Copyright (C) 2004-2005 Laurent Destailleur  <eldy@users.sourceforge.net>
5   * Copytight (C) 2004      Christophe Combelles <ccomb@free.fr>   * Copytight (C) 2004      Christophe Combelles <ccomb@free.fr>
# Line 291  if ($account > 0) Line 291  if ($account > 0)
291        print "<td align=\"left\" colspan=\"8\"><b>Saisie d'une transaction hors facture</b></td></tr>";        print "<td align=\"left\" colspan=\"8\"><b>Saisie d'une transaction hors facture</b></td></tr>";
292        print '<tr>';        print '<tr>';
293        print '<td><small>YYYY MMDD</small></td><td colspan="2">&nbsp;</td><td>'.$langs->trans("Description").'</td><td align=right>0000.00</td><td align=right>0000.00</td>';        print '<td><small>YYYY MMDD</small></td><td colspan="2">&nbsp;</td><td>'.$langs->trans("Description").'</td><td align=right>0000.00</td><td align=right>0000.00</td>';
294        print '<td colspan="2" align="center"><input type="submit" class="button" value="'.$langs->trans("Add").'"></td>';        print '<td colspan="2" align="center">';
295        print '</tr>';        print '<select class="flat" name="cat1">'.$options.'</select>';
296          print '</td></tr>';
297        print '<tr>';        print '<tr>';
298        print '<td nowrap><input name="dateoy" class="flat" type="text" size="2" value="'.strftime("%Y",time()).'" maxlength="4">';        print '<td nowrap>';
299        print '<input name="dateo" class="flat" type="text" size="2" maxlength="4"></td>';        print '<input name="dateoy" class="flat" type="text" size="4" value="'.strftime("%Y",time()).'" maxlength="4">';
300          print '<input name="dateo" class="flat" type="text" size="4" maxlength="4"></td>';
301        print '<td colspan="2" nowrap><select class="flat" name="operation">';        print '<td colspan="2" nowrap><select class="flat" name="operation">';
302        print '<option value="CB">CB';        print '<option value="CB">CB';
303        print '<option value="CHQ">CHQ';        print '<option value="CHQ">CHQ';
# Line 309  if ($account > 0) Line 311  if ($account > 0)
311    
312        print '<td align=right><input name="debit" class="flat" type="text" size="6"></td>';        print '<td align=right><input name="debit" class="flat" type="text" size="6"></td>';
313        print '<td align=right><input name="credit" class="flat" type="text" size="6"></td>';        print '<td align=right><input name="credit" class="flat" type="text" size="6"></td>';
314        print "<td colspan=\"2\" align=\"center\">";        print '<td colspan="2" align="center">';
315        print '<select class="flat" name="cat1">'.$options.'</select>';        print '<input type="submit" class="button" value="'.$langs->trans("Add").'">';
316        print '</td></tr>';        print '</td></tr>';
317        print "</form>";        print "</form>";
318      }      }

Legend:
Removed from v.1.51  
changed lines
  Added in v.1.52

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