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

Diff of /papo/forms/main.gfd

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

revision 1.4 by apronotti, Fri Dec 27 15:44:49 2002 UTC revision 1.5 by apronotti, Mon Feb 10 19:06:41 2003 UTC
# Line 1  Line 1 
1  <?xml version="1.0" encoding="ISO-8859-1"?>  <?xml version="1.0" encoding="ISO-8859-1"?>
2    
3  <form width="40" height="20" title="Portal de entrada">  <form width="43" height="20" title="Portal de entrada">
4    <!-- parece un chiste de mal gusto, pero... -->    <!-- parece un chiste de mal gusto, pero... -->
5    <!-- no es posible tener un form sin datasource! -->    <!-- no es posible tener un form sin datasource! -->
6    <datasource name="tmpDataSource" cache="1"/>    <datasource name="tmpDataSource" cache="1"/>
# Line 51  Line 51 
51      <block name="mainBlock" datasource="tmpDataSource">      <block name="mainBlock" datasource="tmpDataSource">
52        
53        <box name="productBox" label="Productos"        <box name="productBox" label="Productos"
54          x="0" y="0" width="40" height="5">          x="0" y="0" width="43" height="5">
55          <button name="productButton" label="Productos" trigger="productTrigger"          <button name="productButton" label="Productos" trigger="productTrigger"
56            x="10" y="1" width="20" height="1"/>            x="10" y="1" width="20" height="1"/>
57          <button name="priceListsButton" label="Lista de Precios" trigger="priceListsTrigger"          <button name="priceListsButton" label="Lista de Precios" trigger="priceListsTrigger"
# Line 59  Line 59 
59        </box>        </box>
60                
61        <box name="entitiesBox" label="Entidades"        <box name="entitiesBox" label="Entidades"
62          x="0" y="4" width="40" height="5">          x="0" y="4" width="43" height="5">
63          <button name="clientButton" label="Clientes" trigger="clientTrigger"          <button name="clientButton" label="Clientes" trigger="clientTrigger"
64            x="10" y="1" width="20" height="1"/>            x="10" y="1" width="20" height="1"/>
65          <button name="providerButton" label="Proveedores" trigger="providerTrigger"          <button name="providerButton" label="Proveedores" trigger="providerTrigger"
# Line 67  Line 67 
67        </box>        </box>
68                
69        <box name="ownDocsBox" label="Ventas"        <box name="ownDocsBox" label="Ventas"
70          x="0" y="8" width="40" height="5">          x="0" y="8" width="43" height="5">
71          <button name="serviceInvoiceButton" label="Facturación de Servicios" trigger="serviceInvoiceTrigger"  <!--         <button name="serviceInvoiceButton" label="Facturación de Servicios" trigger="serviceInvoiceTrigger" -->
72            x="5" y="1" width="30" height="1"/>  <!--           x="5" y="1" width="30" height="1"/> -->
73          <button name="productInvoiceButton" label="Facturación de Productos" trigger="productInvoiceTrigger"          <button name="productInvoiceButton" label="Facturación de productos o servicios" trigger="productInvoiceTrigger"
74            x="5" y="2" width="30" height="1"/>            x="1" y="2" width="40" height="1"/>
75        </box>        </box>
76    
77        <box name="providerDocsBox" label="Compras"        <box name="providerDocsBox" label="Compras"
78          x="0" y="12" width="40" height="5">          x="0" y="12" width="43" height="5">
79          <button name="serviceProviderInvoiceButton" label="Facturación de Servicios" trigger="serviceProviderInvoiceTrigger"  <!--         <button name="serviceProviderInvoiceButton" label="Facturación de Servicios" trigger="serviceProviderInvoiceTrigger" -->
80            x="5" y="1" width="30" height="1"/>  <!--           x="5" y="1" width="30" height="1"/> -->
81          <button name="productProviderInvoiceButton" label="Facturación de Productos" trigger="productProviderInvoiceTrigger"          <button name="productProviderInvoiceButton" label="Facturas de productos o servicios" trigger="productProviderInvoiceTrigger"
82            x="5" y="2" width="30" height="1"/>            x="1" y="2" width="40" height="1"/>
83        </box>        </box>
84    
85        <box name="payBox" label="Pagos / Cobros"        <box name="payBox" label="Pagos / Cobros"
86          x="0" y="16" width="40" height="5">          x="0" y="16" width="43" height="5">
87          <button name="payButton" label="Orden de Pagos" trigger="payOrderTrigger"          <button name="payButton" label="Orden de Pagos" trigger="payOrderTrigger"
88            x="10" y="1" width="20" height="1"/>            x="10" y="1" width="20" height="1"/>
89          <button name="payButton" label="Recibos" trigger="receiptTrigger"          <button name="payButton" label="Recibos" trigger="receiptTrigger"

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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