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

Diff of /papo/forms/productInvoice.gfd

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

revision 1.30 by apronotti, Fri Dec 27 15:58:18 2002 UTC revision 1.31 by styxman, Mon Jan 6 17:52:15 2003 UTC
# Line 629  Line 629 
629    
630          <label name="nameMVType1Label" text="Cta. Cte." x="43" y="1"/>          <label name="nameMVType1Label" text="Cta. Cte." x="43" y="1"/>
631    
632          <entry x="43" y="2" readonly="" field="recipient" name="creditLimit1Entry"          <entry x="43" y="2" readonly="" field="recipient" name="creditLimit1Entry" typecast="number" displaymask="%0.2f"
633                 width="8" style="textlookup" foreign_key="tlCreditLimit1DataSource._entity_data.id"                 width="8" style="textlookup" foreign_key="tlCreditLimit1DataSource._entity_data.id"
634                 foreign_key_description="_credit_limit_data.credit_limit"/>                 foreign_key_description="_credit_limit_data.credit_limit"/>
635    
636          <label name="deudaLbl" text="|   Deuda : " x="40" y="3"/>          <label name="deudaLbl" text="|   Deuda : " x="40" y="3"/>
637          <entry name="deudaEntry" style="label" x="52" y="3" width="12"/>              <entry name="deudaEntry" style="label" x="52" y="3" width="12" typecast="number" displaymask="%0.2f"/>
638    
639          </box>          </box>
640          <entry field="date" name="dateEntry" style="label" hidden="" typecast="date"          <entry field="date" name="dateEntry" style="label" hidden="" typecast="date"
# Line 853  Line 853 
853          <entry field="own_item.own_document" name="ownDocumentEntry" hidden="" x="1" y="1"/>            <entry field="own_item.own_document" name="ownDocumentEntry" hidden="" x="1" y="1"/>  
854    
855          <label name="qtyLbl" text="Cantidad" x="2" y="1"/>          <label name="qtyLbl" text="Cantidad" x="2" y="1"/>
856          <entry field="own_product_item.qty" value="0" name="qtyEntry" rows="5" typecast="number" width="12" x="2" y="2">          <!-- mdione's bookmark -->
857            <entry field="own_product_item.qty" value="0" name="qtyEntry" rows="5" typecast="number" displaymask="%0.3f" width="12" x="2" y="2">
858            <trigger name="qtyEntryPreFocusout" type="PRE-FOCUSOUT" src="totalCalcTrigger" />            <trigger name="qtyEntryPreFocusout" type="PRE-FOCUSOUT" src="totalCalcTrigger" />
859          </entry>          </entry>
860         <label name="productLbl" text="Producto" x="15" y="1"/>         <label name="productLbl" text="Producto" x="15" y="1"/>
861         <entry x="15" y="2" name="productCNameEntry" width="20" rows="5" style="label"/>         <entry x="15" y="2" name="productCNameEntry" width="20" rows="5" style="label"/>
862    
863          <label name="priceLbl" text="Precio" x="42" y="1"/>          <label name="priceLbl" text="Precio" x="42" y="1"/>
864          <entry x="42" y="2" readonly="" name="priceWTaxEntry" width="10" rows="5" style="label" />          <entry x="42" y="2" readonly="" name="priceWTaxEntry" width="10" rows="5" style="label" typecast="number" displaymask="%0.2f"/>
865    
866          <entry x="1" y="1" readonly="" field="own_product_item.price" name="priceEntry" width="10" rows="5" hidden="" />          <entry x="1" y="1" readonly="" field="own_product_item.price" name="priceEntry" width="10" rows="5" hidden="" typecast="number" displaymask="%0.2f"/>
867          <entry x="1" y="1" readonly="" field="own_item_tax.tax" name="taxTypeEntry" width="10" rows="5" default="1" hidden="" />          <entry x="1" y="1" readonly="" field="own_item_tax.tax" name="taxTypeEntry" width="10" rows="5" default="1" hidden="" typecast="number" displaymask="%0.2f"/>
868          <entry x="1" y="1" readonly="" field="own_item_tax.amount" name="taxAmountEntry" width="10" rows="5" hidden="" />          <entry x="1" y="1" readonly="" field="own_item_tax.amount" name="taxAmountEntry" width="10" rows="5" hidden="" typecast="number" displaymask="%0.2f"/>
869    
870    
871          <label name="discountLbl" text="Descuento" x="55" y="1"/>          <label name="discountLbl" text="Descuento" x="55" y="1"/>
872          <entry field="own_item.discount" name="discountEntry" value="0" typecast="number"          <entry field="own_item.discount" name="discountEntry" value="0" typecast="number" displaymask="%0.2f"
873            rows="5" width="10" x="55" y="2">            rows="5" width="10" x="55" y="2">
874            <trigger name="discountEntryPreFocusout" type="PRE-FOCUSOUT" src="totalCalcTrigger" />            <trigger name="discountEntryPreFocusout" type="PRE-FOCUSOUT" src="totalCalcTrigger" />
875          </entry>          </entry>
876          <label name="bonusLbl" text="Bonificación" x="66" y="1"/>          <label name="bonusLbl" text="Bonificación" x="66" y="1"/>
877          <entry field="own_item.bonus" name="bonusEntry" value="0" typecast="number"          <entry field="own_item.bonus" name="bonusEntry" value="0" typecast="number" displaymask="%0.2f"
878            rows="5" width="10" x="66" y="2">            rows="5" width="10" x="66" y="2">
879            <trigger name="bonusEntryPreFocusout" type="PRE-FOCUSOUT" src="totalCalcTrigger" />            <trigger name="bonusEntryPreFocusout" type="PRE-FOCUSOUT" src="totalCalcTrigger" />
880          </entry>          </entry>
# Line 895  Line 896 
896      <!--     Datasource que sirve para almacenar el resultado de la búsqueda -->      <!--     Datasource que sirve para almacenar el resultado de la búsqueda -->
897        <block datasource="tmpValuesDataSource" name="totalBlock" restrictInsert="">        <block datasource="tmpValuesDataSource" name="totalBlock" restrictInsert="">
898          <label text="Neto " x="1" y="8"/>          <label text="Neto " x="1" y="8"/>
899          <entry name="netoEntry" style="label" readonly="" x="6" y="8" width="12"/>              <entry name="netoEntry" style="label" readonly="" x="6" y="8" width="12" typecast="number" displaymask="%0.2f"/>
900          <label text="IVA " x="19" y="8"/>          <label text="IVA " x="19" y="8"/>
901          <entry name="ivaEntry" style="label" readonly="" x="23" y="8" width="12"/>              <entry name="ivaEntry" style="label" readonly="" x="23" y="8" width="12" typecast="number" displaymask="%0.2f"/>
902          <label text="Total " x="36" y="8"/>          <label text="Total " x="36" y="8"/>
903          <entry name="totalEntry" style="label" readonly="" x="42" y="8" width="12"/>              <entry name="totalEntry" style="label" readonly="" x="42" y="8" width="12" typecast="number" displaymask="%0.2f"/>
904        </block>        </block>
905        <block datasource="ownItemToUpdDataSource" name="ownItemToUpdBlock">        <block datasource="ownItemToUpdDataSource" name="ownItemToUpdBlock">
906          <entry name="ownDocumentEntry" field="own_item.own_document" hidden="" x="1" y="109" width="10"/>              <entry name="ownDocumentEntry" field="own_item.own_document" hidden="" x="1" y="109" width="10"/>    

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

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