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

Diff of /papo/forms/product.gfd

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

revision 1.35 by apronotti, Wed Apr 9 14:39:11 2003 UTC revision 1.36 by mhepp, Wed Apr 9 20:29:37 2003 UTC
# Line 33  Line 33 
33        </and>        </and>
34      </condition>      </condition>
35    </datasource>    </datasource>
36    <!--datasource para dropdown de currency-->
37     <datasource name="currencyDataSource" database="papo" table="_currency_type_data">
38        <condition>
39        <and>
40          <null>
41            <cfield name="_currency_type_data._end_t"/>
42          </null>
43        </and>
44        </condition>
45      </datasource>
46    
47    <!-- Data source para la impresion  -->    <!-- Data source para la impresion  -->
48    <datasource name="printProductDataSource" database="papo"    <datasource name="printProductDataSource" database="papo"
# Line 361  Line 371 
371    
372    ]]></trigger>    ]]></trigger>
373    
374    <page name="Productos">    <page name="Búsqueda">
375      <trigger type="Pre-Focusout"><![CDATA[      <trigger type="Pre-Focusout"><![CDATA[
376          productBlock.processRollback()          productBlock.processRollback()
377          if productResultBlock.getRecordCount() > 0 and not productResultBlock.getCurrentRecord().isEmpty():          if productResultBlock.getRecordCount() > 0 and not productResultBlock.getCurrentRecord().isEmpty():
# Line 391  Line 401 
401        <scrollbar page="12" x="68" y="5" width="1" height="15"/>        <scrollbar page="12" x="68" y="5" width="1" height="15"/>
402       </block>       </block>
403    </page>    </page>
404    <page name="Producto">    <page name="Gestión">
405      <!-- new_schema_begin -->      <!-- new_schema_begin -->
406      <block name="searchingProductClassificationBlock" datasource="productClassificationDataSource">      <block name="searchingProductClassificationBlock" datasource="productClassificationDataSource">
407        <entry name="idEntry" field="_table"        <entry name="idEntry" field="_table"
# Line 599  Line 609 
609          </button>          </button>
610          <label x="1" y="9" text="Precio unitario base"/>          <label x="1" y="9" text="Precio unitario base"/>
611          <entry x="1" y="10" name="priceEntry" field="_price_data.unit_price"/>          <entry x="1" y="10" name="priceEntry" field="_price_data.unit_price"/>
612            <!--multicurrency-->
613            <label x="12" y="10" text="moneda"/>
614            <entry x="18" y="10" field="_price_data.currency_type"  name="currencyTypeIdEntry"
615              width="10" style="dropdown" foreign_key="currencyDataSource._table" default="1"
616              foreign_key_description="name" />
617            <entry x="1" y="10" name="exludedEntry" field="_price_data.excluded" hidden="" default="0"/>
618            <!--/multicurrency-->
619          <label x="30" y="9" text="% IVA"/>          <label x="30" y="9" text="% IVA"/>
620          <entry x="30" y="10" hidden="y" name="productTaxEntry" field="_product_tax_data.tax"/>          <entry x="30" y="10" hidden="y" name="productTaxEntry" field="_product_tax_data.tax"/>
621          <entry x="30" y="10" name="productVATEntry" field="_product_tax_data.amount" default="21"/>          <entry x="30" y="10" name="productVATEntry" field="_product_tax_data.amount" default="21"/>
622          <label x="1" y="11" text="Código interno"/>          <label x="1" y="11" text="Código interno"/>
623          <entry x="1" y="12" name="codeEntry" field="_product_code_data.code"/>          <entry x="1" y="12" name="codeEntry" field="_product_code_data.code"/>
624            <label x="30" y="11" text="vendible"/>
625            <entry x="30" y="12" name="salableValueEntry" field="_product_data.salable" width="2" default="1"/>
626          <label x="1" y="13" text="Nivel mínimo"/>          <label x="1" y="13" text="Nivel mínimo"/>
627          <entry x="1" y="14" hidden="y" name="levelEntry" field="_product_store_data.level"/>          <entry x="1" y="14" hidden="y" name="levelEntry" field="_product_store_data.level"/>
628          <entry x="1" y="14" name="lowaterEntry" field="_product_store_data.lowater"/>          <entry x="1" y="14" name="lowaterEntry" field="_product_store_data.lowater"/>

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

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