/[papo]/papo/forms/providerDespatchNote.neb
ViewVC logotype

Diff of /papo/forms/providerDespatchNote.neb

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

revision 1.4 by apronotti, Thu May 22 18:54:20 2003 UTC revision 1.5 by mhepp, Fri May 23 18:58:42 2003 UTC
# Line 746  Line 746 
746        </and>        </and>
747      </condition>      </condition>
748    </datasource>    </datasource>
749      <trigger name="startUp" type="On-Startup">
750        #cargo el own-pos entity id
751        callTrigger('searchOwnPosData')
752        #/cargo el own-pos entity id
753      </trigger>
754      
755    <trigger name="startWaitingModeTrigger" type="NAMED"><![CDATA[    <trigger name="startWaitingModeTrigger" type="NAMED"><![CDATA[
756      setStatusText("Procesando ...")      setStatusText("Procesando ...")
757      try:      try:
# Line 786  Line 791 
791      else:      else:
792        if alienItemBlock.getRecordCount() > 0 and len(alienItemBlock.qtyEntry) > 0 and len(alienItemBlock.productEntry) > 0:        if alienItemBlock.getRecordCount() > 0 and len(alienItemBlock.qtyEntry) > 0 and len(alienItemBlock.productEntry) > 0:
793          alienDocumentBlock.idEntry.autofillBySequence('alien_document_id_seq')          alienDocumentBlock.idEntry.autofillBySequence('alien_document_id_seq')
794            alienDocumentBlock.ownEntityIdEntry  = str(ownPosBlock.ownPosEntityIdEntry)
795          alienDocumentBlock.commit()          alienDocumentBlock.commit()
796          lAlienDocId = str(alienDocumentBlock.idEntry)          lAlienDocId = str(alienDocumentBlock.idEntry)
797          setFocus(alienDocumentBlock.dateEntry)          setFocus(alienDocumentBlock.dateEntry)
# Line 1223  Line 1228 
1228            name="newSearchBtn" height="1"/>            name="newSearchBtn" height="1"/>
1229        </block>        </block>
1230      </box>      </box>
1231        <neb:Sub neb:src="posDocument.nebc" ownPosBlock="ownPosBlock"
1232          ownPosEntityIdEntry="ownPosEntityIdEntry"  searchOwnPosData="searchOwnPosData" />
1233      <box height="14" label="Remitos encontradas" name="searchResultBox"      <box height="14" label="Remitos encontradas" name="searchResultBox"
1234        width="107" x="0" y="11">        width="107" x="0" y="11">
1235        <block datasource="resultAlienDocumentDataSource" name="resultBlock">        <block datasource="resultAlienDocumentDataSource" name="resultBlock">
# Line 1419  Line 1425 
1425    
1426          <entry field="id" hidden="" name="idEntry" x="1" y="1"/>          <entry field="id" hidden="" name="idEntry" x="1" y="1"/>
1427          <entry field="alien_document_type" hidden="" name="typeEntry" default="17" x="1" y="1"/>          <entry field="alien_document_type" hidden="" name="typeEntry" default="17" x="1" y="1"/>
1428            <entry field="own_entity" hidden="" name="ownEntityIdEntry" x="1" y="1"/>
1429          <label name="providerLbl" text="Proveedor" x="1" y="1" />          <label name="providerLbl" text="Proveedor" x="1" y="1" />
1430  <!--         <entry x="1" y="2" field="alien_document.sender" name="providerCodeSEntry" -->  <!--         <entry x="1" y="2" field="alien_document.sender" name="providerCodeSEntry" -->
1431  <!--            width="20" style="externalsearch" foreign_key="providerExternalSearchDataSource._entity_data.id"  -->  <!--            width="20" style="externalsearch" foreign_key="providerExternalSearchDataSource._entity_data.id"  -->

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

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