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

Diff of /papo/forms/proposal.neb

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

revision 1.6 by mhepp, Thu May 22 14:40:36 2003 UTC revision 1.7 by apronotti, Thu May 22 18:07:51 2003 UTC
# Line 305  Line 305 
305        lTNeto += lItemPrice        lTNeto += lItemPrice
306        lTTax += hack.a2f(lRecord.getField("own_item_tax.amount"))        lTTax += hack.a2f(lRecord.getField("own_item_tax.amount"))
307    
308        ownDocumentBlock.netTotalEntry = str(lTNeto)
309      totalBlock.netoEntry = str(lTNeto)      totalBlock.netoEntry = str(lTNeto)
310        ownDocumentBlock.taxTotalEntry = str(lTTax)
311      totalBlock.ivaEntry = str(lTTax)      totalBlock.ivaEntry = str(lTTax)
312      totalBlock.totalEntry = str(lTNeto+lTTax)      totalBlock.totalEntry = str(lTNeto+lTTax)
313    </trigger>    </trigger>
# Line 391  Line 393 
393    
394      <block datasource="ownDocumentDataSource" name="ownDocumentBlock" restrictInsert="">      <block datasource="ownDocumentDataSource" name="ownDocumentBlock" restrictInsert="">
395          <entry field="id" hidden="" name="idEntry" x="1" y="1"/>          <entry field="id" hidden="" name="idEntry" x="1" y="1"/>
396            <entry field="net_total" hidden="" name="netTotalEntry" x="1" y="1"/>
397            <entry field="tax_total" hidden="" name="taxTotalEntry" x="1" y="1"/>
398          <entry field="own_entity" hidden="" name="ownPosEntityIdEntry" x="1" y="1"/>          <entry field="own_entity" hidden="" name="ownPosEntityIdEntry" x="1" y="1"/>
399          <entry field="own_document_type" hidden="" name="typeEntry" default="12" x="1" y="1"/>          <entry field="own_document_type" hidden="" name="typeEntry" default="12" x="1" y="1"/>
400          <box height="6" label="Datos del Cliente" name="clientRecipientBox" width="103" x="0" y="2">          <box height="6" label="Datos del Cliente" name="clientRecipientBox" width="103" x="0" y="2">

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