/[papo]/papo/forms/components/queryDeleteOwnDocument.nebc
ViewVC logotype

Diff of /papo/forms/components/queryDeleteOwnDocument.nebc

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

revision 1.4 by apronotti, Wed Oct 15 21:12:10 2003 UTC revision 1.5 by apronotti, Thu Oct 16 20:55:37 2003 UTC
# Line 349  $stock_borrado => '' Line 349  $stock_borrado => ''
349      </condition>      </condition>
350    </datasource>    </datasource>
351    
352    <datasource database="papo" name="resultOwnDocumentDataSource" table="own_document, _entity_data"    <datasource database="papo" name="resultOwnDocumentDataSource" table="own_document, _entity_data, _document_type_data"
353      order_by="date">      order_by="date">
354    <condition>    <condition>
355      <and>      <and>
# Line 357  $stock_borrado => '' Line 357  $stock_borrado => ''
357          <cfield name="own_document.recipient"/>          <cfield name="own_document.recipient"/>
358          <cfield name="_entity_data.id"/>          <cfield name="_entity_data.id"/>
359        </eq>        </eq>
360          <eq>
361            <cfield name="own_document.own_document_type"/>
362            <cfield name="_document_type_data.id"/>
363          </eq>
364        <or>        <or>
365          <eq>          <eq>
366            <cfield name="own_document.own_document_type"/>            <cfield name="own_document.own_document_type"/>
# Line 905  $stock_borrado => '' Line 909  $stock_borrado => ''
909          <entry field="own_document.bundles" name="bundlesREntry" width="10" x="66" y="7" hidden="" />          <entry field="own_document.bundles" name="bundlesREntry" width="10" x="66" y="7" hidden="" />
910    
911    
912            <label name="resNumberLbl" text="Tipo" x="1" y="1" />
913          <label name="resNumberLbl" text="Número" x="1" y="1" />          <entry field="_document_type_data.code" name="documentTypeEntry" width="5" x="1" y="2" rows="9" readonly="y"/>
914          <entry field="own_document.number" name="resNumberEntry" width="20" x="1" y="2" rows="9"/>          <label name="resNumberLbl" text="Número" x="6" y="1" />
915          <label name="resDateLbl" text="Fecha" x="22" y="1" />          <entry field="own_document.number" name="resNumberEntry" width="20" x="6" y="2" rows="9" readonly="y"/>
916          <entry field="own_document.date" name="resDateEntry" typecast="date" width="22" x="22" y="2" rows="9"/>          <label name="resDateLbl" text="Fecha" x="26" y="1" />
917            <entry field="own_document.date" name="resDateEntry" typecast="date" width="22" x="26" y="2" rows="9" readonly="y"/>
918          <scrollbar page="9"          <scrollbar page="9"
919            x="45" y="2" width="1" height="9"/>            x="49" y="2" width="1" height="9"/>
920    
921        </block>        </block>
922      </box>      </box>

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