/[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.11 by charlie, Thu Apr 3 14:07:22 2003 UTC revision 1.12 by charlie, Fri Apr 4 16:27:10 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 tabbed="top" width="43" height="22" title="Portal de entrada">  <form tabbed="top" width="43" height="21" 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 100  Line 100 
100        </box>        </box>
101    
102        <box name="providerDocsBox" label="Compras"        <box name="providerDocsBox" label="Compras"
103          x="0" y="12" width="43" height="5">          x="0" y="12" width="43" height="4">
104  <!--         <button name="serviceProviderInvoiceButton" label="Facturación de Servicios" trigger="serviceProviderInvoiceTrigger" -->  <!--         <button name="serviceProviderInvoiceButton" label="Facturación de Servicios" trigger="serviceProviderInvoiceTrigger" -->
105  <!--           x="5" y="1" width="30" height="1"/> -->  <!--           x="5" y="1" width="30" height="1"/> -->
106          <button name="productProviderInvoiceButton" label="Facturas de productos o servicios" trigger="productProviderInvoiceTrigger"          <button name="productProviderInvoiceButton" label="Facturas de productos o servicios" trigger="productProviderInvoiceTrigger"
107            x="1" y="2" width="40" height="1"/>            x="1" y="1" width="40" height="1"/>
108        </box>        </box>
109    
110        <box name="payBox" label="Pagos / Cobros"        <box name="payBox" label="Pagos / Cobros"
111          x="0" y="16" width="43" height="5">          x="0" y="15" width="43" height="5">
112          <button name="payButton" label="Orden de Pagos" trigger="payOrderTrigger"          <button name="payButton" label="Orden de Pagos" trigger="payOrderTrigger"
113            x="10" y="1" width="20" height="1"/>            x="10" y="1" width="20" height="1"/>
114          <button name="payButton" label="Recibos" trigger="receiptTrigger"          <button name="payButton" label="Recibos" trigger="receiptTrigger"
# Line 116  Line 116 
116        </box>        </box>
117    
118        <box name="branchDocumentBox" label="Configuración"        <box name="branchDocumentBox" label="Configuración"
119          x="0" y="20" width="43" height="4">          x="0" y="19" width="43" height="4">
120          <button name="branchDocumentButton" label="Configuración de documentos" trigger="branchDocumentTrigger"          <button name="branchDocumentButton" label="Configuración de documentos" trigger="branchDocumentTrigger"
121            x="1" y="1" width="40" height="1"/>            x="1" y="1" width="40" height="1"/>
122        </box>        </box>

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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