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

Diff of /papo/forms/queryDeleteDespatchNote.neb

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

revision 1.1 by apronotti, Thu Jul 24 17:23:12 2003 UTC revision 1.2 by apronotti, Wed Jul 30 14:49:23 2003 UTC
# Line 396  Line 396 
396    </datasource>    </datasource>
397    
398    <datasource database="papo" name="ownItemShowDataSource"    <datasource database="papo" name="ownItemShowDataSource"
399      table="own_item, own_product_item, own_item_tax">      table="own_item, own_product_item">
400      <condition>      <condition>
401        <and>        <eq>
402          <eq>          <cfield name="own_item.id"/>
403            <cfield name="own_item.id"/>          <cfield name="own_product_item.own_item"/>
404            <cfield name="own_product_item.own_item"/>        </eq>
         </eq>  
         <eq>  
            <cfield name="own_item.id"/>  
            <cfield name="own_item_tax.own_item"/>  
         </eq>  
         <eq>  
            <cfield name="own_item_tax.tax"/>  
            <cconst value="1"/>  
          </eq>  
       </and>  
405      </condition>      </condition>
406    </datasource>    </datasource>
407    
# Line 772  Line 762 
762          <entry field="own_document.date" name="dateEntry" typecast="date"          <entry field="own_document.date" name="dateEntry" typecast="date"
763            rows="1" width="22" x="22" y="9" style="label"/>            rows="1" width="22" x="22" y="9" style="label"/>
764    
         <label name="invoiceTypeLbl" text="Tipo" x="48" y="8" />  
         <entry name="invoiceTypeEntry" width="4" x="48" y="9" readonly="t" style="label"/>  
   
765        </block>        </block>
766    
767        <block datasource="ownDocumentClientShowDataSource" name="ownDocumentClientShowBlock" restrictInsert="t">        <block datasource="ownDocumentClientShowDataSource" name="ownDocumentClientShowBlock" restrictInsert="t">
# Line 822  Line 809 
809          <entry field="own_product_item.qty" name="qtyEntry" rows="7" typecast="number" displaymask="%0.3f" width="12" x="43" y="14" style="label" readonly="">          <entry field="own_product_item.qty" name="qtyEntry" rows="7" typecast="number" displaymask="%0.3f" width="12" x="43" y="14" style="label" readonly="">
810          </entry>          </entry>
811    
         <entry x="65" y="14" readonly="" field="own_item_tax.amount" name="taxAmountEntry" width="5" rows="5" hidden=""/>  
         <entry x="47" y="4" readonly="" field="own_item_tax.tax" name="taxTypeEntry" width="5" rows="5" default="1" hidden=""/>  
   
812          <scrollbar page="5"          <scrollbar page="5"
813            x="103" y="14" width="1" height="7"/>            x="103" y="14" width="1" height="7"/>
814    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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