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

Diff of /papo/forms/provider.gfd

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

revision 1.2 by apronotti, Tue Sep 10 19:19:56 2002 UTC revision 1.3 by styxman, Wed Sep 11 22:35:30 2002 UTC
# Line 1  Line 1 
1  <?xml version="1.0" encoding="ISO-8859-1"?>  <?xml version="1.0" encoding="ISO-8859-1"?>
2  <!DOCTYPE form SYSTEM "gnue-forms.dtd">  <!DOCTYPE form SYSTEM "gnue-forms.dtd">
3    
4  <form title="Proveedores"  <form tabbed="top" title="Proveedores"
5    height="12" width="44">    height="17" width="44">
6    <maintoolbar enabled=""/>    <maintoolbar enabled=""/>
7    <datasource name="providerDataSource" database="papo" table="entity,alienentity,persona,provider"    <datasource name="providerDataSource" database="papo" table="entity,alienentity,persona,provider"
8      prequery="">      prequery="">
# Line 27  Line 27 
27    <datasource database="papo" detaillink="creditlimit.entity"    <datasource database="papo" detaillink="creditlimit.entity"
28      master="providerDataSource" masterlink="entity.id" name="creditLimitDataSource"        master="providerDataSource" masterlink="entity.id" name="creditLimitDataSource"  
29      table="creditlimit"/>      table="creditlimit"/>
30      <datasource name="movementTypeDataSource"
31        database="papo" table="movementtype"/>
32    
33    <datasource name="movementTypeDataSource" database="papo"    <datasource name="addressDataSource"
34    table="movementtype"/>      database="papo" table="address"
35        master="providerDataSource" masterlink="entity.id" detaillink="address.entity"/>
36    
37      <datasource name="phoneDataSource"
38        database="papo" table="telephone"
39        master="providerDataSource" masterlink="entity.id" detaillink="telephone.entity"/>
40    
41    <page name="Proveedor">    <page name="Proveedor">
42      <box label="Datos"      <box label="Datos"
43        x="0" y="0" height="5" width="44">        x="0" y="0" height="5" width="44">
44        <block name="datos" datasource="providerDataSource">        <block name="provider" datasource="providerDataSource">
45          <label text="Nombre o Razón Social"          <label text="Nombre o Razón Social"
46            x="1" y="1"/>            x="1" y="1"/>
47          <entry name="name" field="entity.name"          <entry name="name" field="entity.name"
# Line 57  Line 64 
64        </block>        </block>
65      </box>      </box>
66    </page>    </page>
67    
68      <page name="Direcciones">
69        <box label="Direcciones"
70            x="0" y="0" height="5" width="44">
71         <block name="providerAddressBlock" datasource="providerDataSource">
72            <label text="Nombre o Razón Social"
73              x="1" y="1"/>
74            <entry name="name" field="entity.name"
75              x="1" y="2" width="40"/>
76         </block>
77        </box>
78        <box label="Direcciones"
79          x="0" y="6" height="12" width="44">
80          <block name="addressBlock" datasource="addressDataSource">
81            <label text="Direcciones"
82              x="1" y="1"/>
83            <entry name="address" field="address.address" rows="4"
84              x="1" y="2" width="39"/>
85            <scrollbar page="4"
86              x="41" y="2" width="1" height="4"/>
87          </block>
88        </box>
89      </page>
90      
91      <page name="Teléfonos">
92        <box label="Teléfonos"
93            x="0" y="0" height="5" width="44">
94         <block name="providerPhoneBlock" datasource="providerDataSource">
95            <label text="Nombre o Razón Social"
96              x="1" y="1"/>
97            <entry name="name" field="entity.name"
98              x="1" y="2" width="40"/>
99         </block>
100        </box>
101        <box label="Teléfonos"
102          x="0" y="6" height="12" width="44">
103          <block name="phoneBlock" datasource="phoneDataSource">
104            <label text="Teléfonos"
105              x="1" y="1"/>
106            <entry name="phone" field="telephone.telephone" rows="4"
107              x="1" y="2" width="39"/>
108            <scrollbar page="4"
109              x="41" y="2" width="1" height="4"/>
110          </block>
111        </box>
112      </page>
113  </form>  </form>

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

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