/[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.36 by apronotti, Thu Feb 6 19:10:45 2003 UTC revision 1.37 by apronotti, Thu Feb 6 21:10:52 2003 UTC
# Line 6  Line 6 
6    <datasource name="payDataSource" cache="1"/>    <datasource name="payDataSource" cache="1"/>
7    <datasource name="prodSearchDataSource" cache="1"/>    <datasource name="prodSearchDataSource" cache="1"/>
8    <datasource name="prodResultDataSource" cache="1"/>    <datasource name="prodResultDataSource" cache="1"/>
   <datasource name="clientSearchDataSource" cache="1"/>  
9    
10    
11    <!--   Origen de datos que sirve para seleccionar el cleinte al que se le -->    <!--   Origen de datos que sirve para seleccionar el cleinte al que se le -->
# Line 751  Line 750 
750    
751          <entry x="1" y="1" width="30" name="currentClientEntry" hidden="" />          <entry x="1" y="1" width="30" name="currentClientEntry" hidden="" />
752          <entry x="1" y="2" field="recipient" name="clientEntry" width="30" hidden=""/>          <entry x="1" y="2" field="recipient" name="clientEntry" width="30" hidden=""/>
753          <entry x="1" y="2" name="clientCodeEntry" width="20"/>          <entry x="1" y="2" name="clientCodeEntry" width="20">
754          <entry x="21" y="2" name="clientNameEntry" width="35"/>            <options>
755                <option name="tip" value="Insertar el Código"/>
756              </options>
757            </entry>
758            <entry x="21" y="2" name="clientNameEntry" width="35">
759              <options>
760                <option name="tip" value="Insertar el nombre o descripción"/>
761              </options>
762            </entry>
763    
764          <button name="clientSearchButton" trigger="clientSearchTrigger" label="Buscar" width="7" height="1" x="56" y="2"/>          <button name="clientSearchButton" trigger="clientSearchTrigger" label="Buscar" width="7" height="1" x="56" y="2"/>
765    
766          <label name="clientLbl" text="Lista de precios:" x="1" y="4" />          <label name="clientLbl" text="Lista de precios:" x="1" y="4" />
# Line 766  Line 774 
774                 width="10" style="textlookup" foreign_key="clientDataSource._entity_data.id"                 width="10" style="textlookup" foreign_key="clientDataSource._entity_data.id"
775                 foreign_key_description="_client_data.score"/>                 foreign_key_description="_client_data.score"/>
776    
777          <label name="nameMVType1Label" text="Cta. Cte." x="75" y="1"/>          <label name="nameMVType1Label" text="Límite de Cta. Cte." x="75" y="1"/>
778    
779          <entry x="75" y="2" readonly="" field="recipient" name="creditLimit1Entry"          <entry x="75" y="2" readonly="" field="recipient" name="creditLimit1Entry"
780                 width="10" style="textlookup" foreign_key="tlCreditLimit1DataSource._entity_data.id"                 width="10" style="textlookup" foreign_key="tlCreditLimit1DataSource._entity_data.id"
# Line 990  Line 998 
998  <!--     <trigger name="ownItemFocusOut" type="PRE-FOCUSOUT" src="totalCalcTrigger" /> -->  <!--     <trigger name="ownItemFocusOut" type="PRE-FOCUSOUT" src="totalCalcTrigger" /> -->
999      <label text="Productos a facturar" x="1" y="9"/>      <label text="Productos a facturar" x="1" y="9"/>
1000      <label text="Código" x="1" y="10"/>      <label text="Código" x="1" y="10"/>
1001      <entry name="prodCodeSEntry" width="14" x="1" y="11" rows="10"/>      <entry name="prodCodeSEntry" width="14" x="1" y="11" rows="10">
1002            <options>
1003              <option name="tip" value="Insertar el código"/>
1004            </options>
1005        </entry>
1006      <label text="Nombre" x="15" y="10"/>      <label text="Nombre" x="15" y="10"/>
1007      <entry name="prodNameSEntry" width="20" x="15" y="11" rows="10"/>      <entry name="prodNameSEntry" width="20" x="15" y="11" rows="10">
1008            <options>
1009              <option name="tip" value="Insertar el nombre o descripción del producto"/>
1010            </options>
1011        </entry>
1012      <button name="prodSearchButton" trigger="prodSearchTrigger" label="Buscar" width="7" height="10" x="35" y="11"/>      <button name="prodSearchButton" trigger="prodSearchTrigger" label="Buscar" width="7" height="10" x="35" y="11"/>
1013    
1014      <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"/>  

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

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