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

Diff of /papo/forms/client.gfd

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

revision 1.55 by charlie, Wed Apr 9 16:11:52 2003 UTC revision 1.56 by charlie, Wed Apr 9 19:13:09 2003 UTC
# Line 460  Line 460 
460    
461      if isOk:      if isOk:
462        if clientBlock.getCurrentRecord().isInserted():        if clientBlock.getCurrentRecord().isInserted():
463            print "Poniendo Nuevo"
464          # entity_type 7 es cliente          # entity_type 7 es cliente
465          #clientBlock.clientEntityTypeEntry = 7          #clientBlock.clientEntityTypeEntry = 7
466          creditLimit1Block.newRecord()          if not creditLimit1Block.getCurrentRecord().isInserted():
467                creditLimit1Block.newRecord()
468          creditLimit1Block.movementTypeEntry = 1          creditLimit1Block.movementTypeEntry = 1
469          creditLimit1Block.creditLimitEntry = "0.0"          # creditLimit1Block.creditLimitEntry = "0.0"
470          clientUID_CUIT_Block.newRecord()          if not clientUID_CUIT_Block.getCurrentRecord().isInserted():
471                clientUID_CUIT_Block.newRecord()
472          # 1 es CUIT          # 1 es CUIT
473          clientUID_CUIT_Block.uid_CUIT_TypeEntry = 1          clientUID_CUIT_Block.uid_CUIT_TypeEntry = 1
474          clientUID_IB_Block.newRecord()          if not clientUID_IB_Block.getCurrentRecord().isInserted():
475                clientUID_IB_Block.newRecord()
476          # 2 es Ingresos Brutos          # 2 es Ingresos Brutos
477          clientUID_IB_Block.uid_IB_TypeEntry = 2          clientUID_IB_Block.uid_IB_TypeEntry = 2
478          # clientTaxProfileBlock.newRecord()          # clientTaxProfileBlock.newRecord()
# Line 1092  Line 1096 
1096          restrictInsert="y" transparentBlock="y">          restrictInsert="y" transparentBlock="y">
1097          <label text="Número de CUIT"          <label text="Número de CUIT"
1098            x="33" y="11"/>            x="33" y="11"/>
1099            <entry x="1" y="1" field="_entity_uid_data.entity_uid_type"
1100              name="uid_CUIT_TypeEntry" hidden=""/>
1101          <entry name="uidEntry" field="_entity_uid_data.uid"          <entry name="uidEntry" field="_entity_uid_data.uid"
1102            x="33" y="12" width="24">            x="33" y="12" width="24">
1103            <trigger type="PRE-FOCUSOUT"><![CDATA[            <trigger type="PRE-FOCUSOUT"><![CDATA[
# Line 1107  Line 1113 
1113          restrictInsert="y" transparentBlock="y">          restrictInsert="y" transparentBlock="y">
1114          <label text="Número de Ingresos Brutos"          <label text="Número de Ingresos Brutos"
1115            x="33" y="13"/>            x="33" y="13"/>
1116            <entry x="1" y="1" field="_entity_uid_data.entity_uid_type"
1117              name="uid_IB_TypeEntry" hidden=""/>
1118          <entry name="uidEntry" field="_entity_uid_data.uid"          <entry name="uidEntry" field="_entity_uid_data.uid"
1119            x="33" y="14" width="24"/>            x="33" y="14" width="24"/>
1120        </block>        </block>

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56

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