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

Diff of /papo/forms/client.gfd

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

revision 1.7 by apronotti, Tue Sep 10 19:19:56 2002 UTC revision 1.8 by styxman, Wed Sep 11 22:35:30 2002 UTC
# Line 19  Line 19 
19            <cfield name="persona.id"/>            <cfield name="persona.id"/>
20            <cfield name="client.persona"/>            <cfield name="client.persona"/>
21          </eq>          </eq>
22            <eq>
23              <cfield name="entity.id"/>
24              <cfield name="alienentity.entity"/>
25            </eq>
26        </and>        </and>
27      </condition>      </condition>
28    </datasource>    </datasource>
# Line 26  Line 30 
30    <datasource database="papo" detaillink="creditlimit.entity"    <datasource database="papo" detaillink="creditlimit.entity"
31      master="clientDataSource" masterlink="entity.id" name="creditLimitDataSource"        master="clientDataSource" masterlink="entity.id" name="creditLimitDataSource"  
32      table="creditlimit"/>      table="creditlimit"/>
   
33    <datasource name="movementTypeDataSource" database="papo" table="movementtype"/>    <datasource name="movementTypeDataSource" database="papo" table="movementtype"/>
34      
35      <datasource name="addressDataSource"
36        database="papo" table="address"
37        master="clientDataSource" masterlink="entity.id" detaillink="address.entity"/>
38    
39      <datasource name="phoneDataSource"
40        database="papo" table="telephone"
41        master="clientDataSource" masterlink="entity.id" detaillink="telephone.entity"/>
42    
43    <page name="Clientes">    <page name="Clientes">
44      <box label="Datos"      <box label="Datos"
45          x="0" y="0" height="18" width="44">          x="0" y="0" height="18" width="44">
46       <block name="b2" datasource="clientDataSource">       <block name="clientBlock" datasource="clientDataSource">
47          <label text="Nombre o Razón Social"          <label text="Nombre o Razón Social"
48            x="1" y="1"/>            x="1" y="1"/>
49          <entry name="name" field="entity.name"          <entry name="name" field="entity.name"
# Line 53  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="addressClientBlock" datasource="clientDataSource">
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="clientPhoneBlock" datasource="clientDataSource">
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      
114    <page name="Límites de crédito">    <page name="Límites de crédito">
115      <box label="Límites de Crédito"      <box label="Límites de Crédito"
116          x="0" y="0" height="5" width="44">          x="0" y="0" height="5" width="44">
117       <block name="clientCLBlock" datasource="clientDataSource">       <block name="clientCreditLimitBlock" datasource="clientDataSource">
118          <label text="Nombre o Razón Social"          <label text="Nombre o Razón Social"
119            x="1" y="1"/>            x="1" y="1"/>
120          <entry name="name" field="entity.name"          <entry name="name" field="entity.name"
# Line 75  Line 133 
133          <label text="Límite"          <label text="Límite"
134            x="26" y="1"/>            x="26" y="1"/>
135          <entry name="name" field="creditlimit.credit_limit" rows="4"          <entry name="name" field="creditlimit.credit_limit" rows="4"
136            x="26" y="2" width="15"/>            x="26" y="2" width="14"/>
137            <scrollbar page="4"
138              x="41" y="2" width="1" height="4"/>
139        </block>        </block>
140      </box>      </box>
141    </page>    </page>
142  </form>  </form>
   
   

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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