/[papo]/papo/forms/receipt.gfd
ViewVC logotype

Diff of /papo/forms/receipt.gfd

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

revision 1.6 by charlie, Fri Nov 29 23:00:16 2002 UTC revision 1.7 by charlie, Mon Dec 2 15:38:49 2002 UTC
# Line 285  if str(ownDocumentBlock.clientRecipientB Line 285  if str(ownDocumentBlock.clientRecipientB
285          rc = tmpInvToPayedBlock.getRecordCount()          rc = tmpInvToPayedBlock.getRecordCount()
286          for recNum in range(rc):          for recNum in range(rc):
287              tmpInvToPayedBlock.jumpRecord(recNum)              tmpInvToPayedBlock.jumpRecord(recNum)
288              if tmpInvToPayedBlock.idEntry == rs.current.getField("own_document_proceeding.id"):              if tmpInvToPayedBlock.idEntry == rs.current.getField("own_document_proceeding.own_document"):
289                  tmpInvToPayedBlock.payedEntry = str(                  tmpInvToPayedBlock.payedEntry = str(
290                      hack.a2f(tmpInvToPayedBlock.payedEntry) + \                      hack.a2f(tmpInvToPayedBlock.payedEntry) + \
291                      hack.a2f(rs.current.getField("own_document_proceeding.amount") ) )                      hack.a2f(rs.current.getField("own_document_proceeding.amount") ) )
# Line 348  rc = invoiceToPayedBlock.getRecordCount( Line 348  rc = invoiceToPayedBlock.getRecordCount(
348  for recNum in range(rc):  for recNum in range(rc):
349      invoiceToPayedBlock.jumpRecord(recNum)      invoiceToPayedBlock.jumpRecord(recNum)
350      if hack.a2f(invoiceToPayedBlock.invoiceBox.payEntry) > 0:      if hack.a2f(invoiceToPayedBlock.invoiceBox.payEntry) > 0:
         print invoiceToPayedBlock.invoiceBox.payEntry," ",invoiceToPayedBlock.invoiceBox.idEntry  
351          ownDocumentProceedingBlock.newRecord()          ownDocumentProceedingBlock.newRecord()
352          ownDocumentProceedingBlock.proceedingEntry = str(proceedingBlock.idEntry)          ownDocumentProceedingBlock.proceedingEntry = str(proceedingBlock.idEntry)
353          ownDocumentProceedingBlock.ownDocumentEntry = str(invoiceToPayedBlock.invoiceBox.idEntry)          ownDocumentProceedingBlock.ownDocumentEntry = str(invoiceToPayedBlock.invoiceBox.idEntry)

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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