/[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.7 by charlie, Mon Dec 2 15:38:49 2002 UTC revision 1.8 by charlie, Fri Dec 6 19:23:04 2002 UTC
# Line 148  Line 148 
148            <cfield name="own_document.id"/>            <cfield name="own_document.id"/>
149            <cfield name="own_document_proceeding.own_document"/>            <cfield name="own_document_proceeding.own_document"/>
150          </eq>          </eq>
151            <and>
152              <or>
153                <eq>
154                  <cfield name="own_document.own_document_type"/>
155                  <cconst value="1"/>
156                </eq>
157                <eq>
158                  <cfield name="own_document.own_document_type"/>
159                  <cconst value="4"/>
160                </eq>
161              </or>
162            </and>
163          </and>
164       </and>       </and>
165      </condition>      </condition>
166    </datasource>    </datasource>
# Line 329  proceedingBlock.processRollback() Line 342  proceedingBlock.processRollback()
342  currencyMovementBlock.processRollback()  currencyMovementBlock.processRollback()
343  ownDocumentProceedingBlock.processRollback()  ownDocumentProceedingBlock.processRollback()
344    
345    ownDocumentBlock.clientRecipientBox.dateEntry = ownDocumentDataSource.getTimeStamp()
346  ownDocumentBlock.idEntry.autofillBySequence('own_document_id_seq')  ownDocumentBlock.idEntry.autofillBySequence('own_document_id_seq')
347  ownDocumentBlock.typeEntry = "3"  ownDocumentBlock.typeEntry = "3"
348    
# Line 355  for recNum in range(rc): Line 369  for recNum in range(rc):
369    
370  ownDocumentBlock.commit()  ownDocumentBlock.commit()
371  callTrigger('cancelTrigger')  callTrigger('cancelTrigger')
 ownDocumentBlock.clientRecipientBox.dateEntry = ownDocumentDataSource.getTimeStamp()  
372                
373      ]]></trigger>      ]]></trigger>
374    
# Line 373  invoiceToPayedBlock.invoiceBox.totalEntr Line 386  invoiceToPayedBlock.invoiceBox.totalEntr
386                            
387      ]]></trigger>      ]]></trigger>
388        
   <trigger type="On-Startup"><![CDATA[  
 ownDocumentBlock.clientRecipientBox.dateEntry = ownDocumentDataSource.getTimeStamp()  
   ]]></trigger>  
   
389    <page name="Emision de Recibos">    <page name="Emision de Recibos">
390    
391      <block datasource="ownDocumentDataSource" name="ownDocumentBlock">      <block datasource="ownDocumentDataSource" name="ownDocumentBlock">

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

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