/[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.13 by styxman, Mon Apr 21 18:21:20 2003 UTC revision 1.14 by apronotti, Tue Apr 22 17:40:59 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="21" title="Luca v0.1.9">  <form tabbed="top" width="43" height="23" title="Luca v0.1.9">
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 14  Line 14 
14      runForm ('productInvoice.gfd')      runForm ('productInvoice.gfd')
15    ]]></trigger>    ]]></trigger>
16    
17      <trigger name="proposalTrigger" type="NAMED"><![CDATA[
18        runForm ('proposal.gfd')
19      ]]></trigger>
20    
21      <trigger name="despatchNoteTrigger" type="NAMED"><![CDATA[
22        runForm ('despatchNote.gfd')
23      ]]></trigger>
24    
25    <trigger name="serviceProviderInvoiceTrigger" type="NAMED"><![CDATA[    <trigger name="serviceProviderInvoiceTrigger" type="NAMED"><![CDATA[
26      runForm ('serviceProviderInvoice.gfd')      runForm ('serviceProviderInvoice.gfd')
27    ]]></trigger>    ]]></trigger>
# Line 90  Line 98 
98        </box>        </box>
99    
100        <box name="ownDocsBox" label="Ventas"        <box name="ownDocsBox" label="Ventas"
101          x="0" y="8" width="43" height="5">          x="0" y="8" width="43" height="7">
102          <button name="voidButton" label="Anular Facturas"          <button name="voidButton" label="Anular Facturas"
103            trigger="voidInvoiceTrigger" x="10" y="1" width="20" height="1"/>            trigger="voidInvoiceTrigger" x="10" y="1" width="20" height="1"/>
104  <!--         <button name="serviceInvoiceButton" label="Facturación de Servicios" trigger="serviceInvoiceTrigger" -->  <!--         <button name="serviceInvoiceButton" label="Facturación de Servicios" trigger="serviceInvoiceTrigger" -->
105  <!--           x="5" y="1" width="30" height="1"/> -->  <!--           x="5" y="1" width="30" height="1"/> -->
106          <button name="productInvoiceButton" label="Facturación de productos o servicios" trigger="productInvoiceTrigger"          <button name="productInvoiceButton" label="Facturación de productos o servicios" trigger="productInvoiceTrigger"
107            x="1" y="2" width="40" height="1"/>            x="1" y="2" width="40" height="1"/>
108            <button name="productInvoiceButton" label="Presupuesto de productos o servicios" trigger="proposalTrigger"
109              x="1" y="3" width="40" height="1"/>
110            <button name="productInvoiceButton" label="Remito de productos" trigger="despatchNoteTrigger"
111              x="9" y="4" width="21" height="1"/>
112        </box>        </box>
113    
114        <box name="providerDocsBox" label="Compras"        <box name="providerDocsBox" label="Compras"
115          x="0" y="12" width="43" height="4">          x="0" y="14" width="43" height="4">
116  <!--         <button name="serviceProviderInvoiceButton" label="Facturación de Servicios" trigger="serviceProviderInvoiceTrigger" -->  <!--         <button name="serviceProviderInvoiceButton" label="Facturación de Servicios" trigger="serviceProviderInvoiceTrigger" -->
117  <!--           x="5" y="1" width="30" height="1"/> -->  <!--           x="5" y="1" width="30" height="1"/> -->
118          <button name="productProviderInvoiceButton" label="Facturas de productos o servicios" trigger="productProviderInvoiceTrigger"          <button name="productProviderInvoiceButton" label="Facturas de productos o servicios" trigger="productProviderInvoiceTrigger"
# Line 108  Line 120 
120        </box>        </box>
121    
122        <box name="payBox" label="Pagos / Cobros"        <box name="payBox" label="Pagos / Cobros"
123          x="0" y="15" width="43" height="5">          x="0" y="17" width="43" height="5">
124          <button name="payButton" label="Orden de Pagos" trigger="payOrderTrigger"          <button name="payButton" label="Orden de Pagos" trigger="payOrderTrigger"
125            x="10" y="1" width="20" height="1"/>            x="10" y="1" width="20" height="1"/>
126          <button name="payButton" label="Recibos" trigger="receiptTrigger"          <button name="payButton" label="Recibos" trigger="receiptTrigger"
# Line 116  Line 128 
128        </box>        </box>
129    
130        <box name="branchDocumentBox" label="Configuración"        <box name="branchDocumentBox" label="Configuración"
131          x="0" y="19" width="43" height="4">          x="0" y="21" width="43" height="4">
132          <button name="branchDocumentButton" label="Configuración de documentos" trigger="branchDocumentTrigger"          <button name="branchDocumentButton" label="Configuración de documentos" trigger="branchDocumentTrigger"
133            x="1" y="1" width="40" height="1"/>            x="1" y="1" width="40" height="1"/>
134        </box>        </box>

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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