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

Diff of /papo/forms/serviceInvoice.gfd

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

revision 1.16 by apronotti, Wed Dec 18 19:36:42 2002 UTC revision 1.17 by styxman, Mon Jan 6 17:52:15 2003 UTC
# Line 568  Line 568 
568              x="43" y="1"/>              x="43" y="1"/>
569            <!-- foreign_key y foreign_key_description estan deprecados -->            <!-- foreign_key y foreign_key_description estan deprecados -->
570            <!-- se van a llamar fk_source y fk_description respectivamente -->            <!-- se van a llamar fk_source y fk_description respectivamente -->
571            <entry name="creditLimitEntry" field="recipient" style="textlookup" readonly=""            <entry name="creditLimitEntry" field="recipient" style="textlookup" readonly="" typecast="number" displaymask="%0.2f"
572              foreign_key="textLookUpCreditLimitDataSource._entity_data.id"              foreign_key="textLookUpCreditLimitDataSource._entity_data.id"
573              foreign_key_description="_credit_limit_data.credit_limit"              foreign_key_description="_credit_limit_data.credit_limit"
574              x="43" y="2" width="8"/>              x="43" y="2" width="8"/>
575            <label name="debtLabel" text="Deuda"            <label name="debtLabel" text="Deuda"
576              x="55" y="1"/>              x="55" y="1"/>
577            <entry name="debtEntry" style="label"            <entry name="debtEntry" style="label" typecast="number" displaymask="%0.2f"
578              x="55" y="2" width="12"/>              x="55" y="2" width="12"/>
579          </box>          </box>
580                    
# Line 646  Line 646 
646          <!-- idea: un boton 'Impuestos' que abra una ventana con dos textlist (que no hay) -->          <!-- idea: un boton 'Impuestos' que abra una ventana con dos textlist (que no hay) -->
647          <!-- uno con todos los impuestos posibles y el otro con los que se le van a aplicar al servicio -->          <!-- uno con todos los impuestos posibles y el otro con los que se le van a aplicar al servicio -->
648          <!-- lo cual me lleva a pensar que se puede devolver cosas de ventanas a traves de tablas -->          <!-- lo cual me lleva a pensar que se puede devolver cosas de ventanas a traves de tablas -->
649          <entry name="priceEntry" field="own_service_item.amount"          <entry name="priceEntry" field="own_service_item.amount" typecast="number" displaymask="%0.2f"
650            x="42" y="2" width="10" rows="5" rowSpacer="1">            x="42" y="2" width="10" rows="5" rowSpacer="1">
651            <trigger name="priceEntryPreFocusOut" type="PRE-FOCUSOUT" src="calculateEndPriceTrigger"/>            <trigger name="priceEntryPreFocusOut" type="PRE-FOCUSOUT" src="calculateEndPriceTrigger"/>
652          </entry>          </entry>
653          <label name="taxLabel" text="IVA (%)"          <label name="taxLabel" text="IVA (%)"
654            x="53" y="1"/>            x="53" y="1"/>
655          <entry name="taxPercentEntry" value="0" typecast="number"          <entry name="taxPercentEntry" value="0" typecast="number" displaymask="%0.2f"
656            x="53" y="2" width="10" rows="5" rowSpacer="1">            x="53" y="2" width="10" rows="5" rowSpacer="1">
657            <trigger name="taxPercentEntryPreFocusOut" type="POST-FOCUSOUT" src="calculateEndPriceTrigger"/>            <trigger name="taxPercentEntryPreFocusOut" type="POST-FOCUSOUT" src="calculateEndPriceTrigger"/>
658          </entry>          </entry>
# Line 671  Line 671 
671        <block name="totalBlock" datasource="calculatedValuesDataSource">        <block name="totalBlock" datasource="calculatedValuesDataSource">
672          <label text="Total"          <label text="Total"
673            x="53" y="13"/>            x="53" y="13"/>
674          <entry name="totalEntry" style="label"          <entry name="totalEntry" style="label" typecast="number" displaymask="%0.2f"
675            x="64" y="13" width="12"/>            x="64" y="13" width="12"/>
676        </block>        </block>
677      </box>      </box>
# Line 680  Line 680 
680        <block name="paymentBlock" datasource="paymentDataSource">        <block name="paymentBlock" datasource="paymentDataSource">
681          <label text="Efectivo :"          <label text="Efectivo :"
682            x="1" y="1"/>            x="1" y="1"/>
683          <entry name="cashEntry"          <entry name="cashEntry" typecast="number" displaymask="%0.2f"
684            x="11" y="1" width="12">                x="11" y="1" width="12">    
685            <trigger name="cashEntryPreFocusOut" type="Pre-Focusout"><![CDATA[            <trigger name="cashEntryPreFocusOut" type="Pre-Focusout"><![CDATA[
686              from hack import a2f              from hack import a2f
# Line 690  Line 690 
690          </entry>          </entry>
691          <label text="Cta. Cte. :"          <label text="Cta. Cte. :"
692            x="24" y="1"/>            x="24" y="1"/>
693          <entry name="ctaCteEntry"          <entry name="ctaCteEntry" typecast="number" displaymask="%0.2f"
694            x="36" y="1" width="12">                x="36" y="1" width="12">    
695            <trigger name="ctaCteEntryPreFocusOut" type="Pre-Focusout"><![CDATA[            <trigger name="ctaCteEntryPreFocusOut" type="Pre-Focusout"><![CDATA[
696              from hack import a2f              from hack import a2f

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

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