/[papo]/papo/forms/ivaBuyer.neb
ViewVC logotype

Diff of /papo/forms/ivaBuyer.neb

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

revision 1.16 by mhepp, Fri Oct 24 17:30:09 2003 UTC revision 1.17 by mhepp, Wed Oct 29 19:44:46 2003 UTC
# Line 125  else: Line 125  else:
125    
126    table = []    table = []
127    separator="----------+------------------+-------------------------+-------------+----------+---------+---------+--------+---------+-----------"    separator="----------+------------------+-------------------------+-------------+----------+---------+---------+--------+---------+-----------"
128    line="\n\nListado de IVA Compras\n\n\n"    line="\n\nListado de IVA Compras\n"
129    table.append(line)    table.append(line)
130      
131      if printDataSource.selectBy == "date" :
132          line="Desde: "+str(printByDateBlock.startDateEntry)[:11]+"Hasta: "+str(printByDateBlock.endDateEntry)[:11]+"\n"
133    
134    line += printing.printTitle("Fecha",10) + "|"    else:
135          line="Periodo: "+str(printByPeriodBlock.periodoNameEntry)+"\n"
136      table.append(line)
137      
138    
139    
140      
141    
142      line = printing.printTitle("Fecha",10) + "|"
143    line += printing.printTitle("Comprobante",18) + "|"    line += printing.printTitle("Comprobante",18) + "|"
144    line += printing.printTitle("Proveedor",25) + "|"    line += printing.printTitle("Proveedor",25) + "|"
145    line += printing.printTitle("C.U.I.T",13) + "|"    line += printing.printTitle("C.U.I.T",13) + "|"

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

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