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

Diff of /papo/forms/despatchNote.neb

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

revision 1.1 by mhepp, Fri May 9 21:16:41 2003 UTC revision 1.2 by mhepp, Fri May 9 22:23:18 2003 UTC
# Line 1  Line 1 
1  <?xml version="1.0" encoding="ISO-8859-1"?>  <?xml version="1.0" encoding="ISO-8859-1"?>
2  <!DOCTYPE form SYSTEM "gnue-forms.dtd">  <!DOCTYPE form SYSTEM "gnue-forms.dtd">
3   <neb:Block>  <form width="107" height="24" title="Remito para Clientes">
4      <neb:Block>
5      use PAPO;      use PAPO;
6      my $uniqed=0;      my $uniqed=0;
7    </neb:Block>    </neb:Block>
 <form width="107" height="24" title="Remito para Clientes">  
8    <datasource name="tmpValuesDataSource" cache="1"/>    <datasource name="tmpValuesDataSource" cache="1"/>
9    <datasource name="payDataSource" cache="1"/>    <datasource name="payDataSource" cache="1"/>
10    <datasource name="prodSearchDataSource" cache="1"/>    <datasource name="prodSearchDataSource" cache="1"/>
# Line 510  Line 510 
510    
511        <!-- Fecha del Remito -->        <!-- Fecha del Remito -->
512        <block name="tmpBlock" datasource="tmpValuesDataSource" transparentBlock="">        <block name="tmpBlock" datasource="tmpValuesDataSource" transparentBlock="">
513          <label name="dateLbl" text="Fecha" x="1" y="1" />          <label name="dateLbl" text="Fecha" x="1" y="1" />
514            <label name="dateLabel" text="Número de Remito:" x="32" y="1"/> -->
515          <entry name="tmpDateEntry" typecast="date"          <entry name="tmpDateEntry" typecast="date"
516            width="14" x="7" y="1"/>            width="14" x="7" y="1"/>
517        </block>        </block>
518    
519        <!-- # de remito -->        <neb:Sub neb:src="posDocument.nebc" documentType="ownDocumentBlock.typeEntry"
520        <block name="ownPosDocumentBlock" datasource="ownPosDocumentDataSource">          ownPosBlock="ownPosBlock" stockByInvoice="stockByInvoice"
521          <label name="dateLabel" text="Número de Remito:"          ownPosDocumentBlock="ownPosDocumentBlock " documentNumberEntry="documentNumberEntry"
522            x="32" y="1"/>          documentNumberEntryX="55" documentNumberEntryY="1" searchNextDocumentNumber="searchNextDespatchNoteNumber" >
523          <entry name="documentNumberEntry" field="_own_pos_document_data.number" style="label"        </neb:Sub>
524            x="55" y="1" width="15"/>  
         <entry name="documentTypeEntry" field="_own_pos_document_data.document_type" hidden=""  
           x="50" y="1" width="15"/>  
         <entry name="own_posEntry" field="_own_pos_document_data.own_pos" hidden=""  
           x="50" y="1" width="15"/>  
         <entry name="documentPrintCommand" field="_own_pos_document_data.print_command" hidden=""  
           x="50" y="1" width="15"/>  
       </block>  
525    
526          <!-- # de remito -->
527          <!--    <block name="ownPosDocumentBlock" datasource="ownPosDocumentDataSource"> -->
528          <!--         <label name="dateLabel" text="Número de Remito:" -->
529          <!--           x="32" y="1"/> -->
530          <!--         <entry name="documentNumberEntry" field="_own_pos_document_data.number" style="label" -->
531          <!--           x="55" y="1" width="15"/> -->
532          <!--         <entry name="documentTypeEntry" field="_own_pos_document_data.document_type" hidden="" -->
533          <!--           x="50" y="1" width="15"/> -->
534          <!--         <entry name="own_posEntry" field="_own_pos_document_data.own_pos" hidden="" -->
535          <!--           x="50" y="1" width="15"/> -->
536          <!--         <entry name="documentPrintCommand" field="_own_pos_document_data.print_command" hidden="" -->
537          <!--           x="50" y="1" width="15"/> -->
538          <!--       </block> -->
539          
540      </box>      </box>
541    
542      <!--     ******************************** -->      <!--     ******************************** -->

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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