/[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.5 by apronotti, Mon Feb 10 19:06:41 2003 UTC revision 1.6 by jlenton, Fri Feb 21 22:17:02 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="43" height="20" title="Portal de entrada">  <form width="43" height="25" 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 45  Line 45 
45    <trigger name="receiptTrigger" type="NAMED"><![CDATA[    <trigger name="receiptTrigger" type="NAMED"><![CDATA[
46      runForm ('receipt.gfd')      runForm ('receipt.gfd')
47    ]]></trigger>    ]]></trigger>
48    
49      <trigger name="voidInvoiceTrigger" type="NAMED"><![CDATA[
50        runForm ('voidInvoice.gfd')
51      ]]></trigger>
52        
53    
54    <page name="Principal">    <page name="Principal">
# Line 68  Line 72 
72                
73        <box name="ownDocsBox" label="Ventas"        <box name="ownDocsBox" label="Ventas"
74          x="0" y="8" width="43" height="5">          x="0" y="8" width="43" height="5">
75            <button name="voidButton" label="Anular Facturas"
76              trigger="voidInvoiceTrigger" x="10" y="1" width="20" height="1"/>
77  <!--         <button name="serviceInvoiceButton" label="Facturación de Servicios" trigger="serviceInvoiceTrigger" -->  <!--         <button name="serviceInvoiceButton" label="Facturación de Servicios" trigger="serviceInvoiceTrigger" -->
78  <!--           x="5" y="1" width="30" height="1"/> -->  <!--           x="5" y="1" width="30" height="1"/> -->
79          <button name="productInvoiceButton" label="Facturación de productos o servicios" trigger="productInvoiceTrigger"          <button name="productInvoiceButton" label="Facturación de productos o servicios" trigger="productInvoiceTrigger"
# Line 89  Line 95 
95          <button name="payButton" label="Recibos" trigger="receiptTrigger"          <button name="payButton" label="Recibos" trigger="receiptTrigger"
96            x="10" y="2" width="20" height="1"/>            x="10" y="2" width="20" height="1"/>
97        </box>        </box>
   
98      </block>      </block>
99    </page>    </page>
100  </form>  </form>

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

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