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

Diff of /papo/forms/voidDespatchNote.neb

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

revision 1.2 by apronotti, Mon Jul 14 21:26:39 2003 UTC revision 1.3 by apronotti, Tue Jul 29 20:29:20 2003 UTC
# Line 6  Line 6 
6    </neb:Block>    </neb:Block>
7    <datasource name="searchDataSource"/>    <datasource name="searchDataSource"/>
8    <datasource name="tmpValuesDataSource" cache="1"/>    <datasource name="tmpValuesDataSource" cache="1"/>
9    <datasource name="resultDataSource" database="papo" table="own_document,_entity_data">    <datasource name="resultDataSource" database="papo" table="own_document, _entity_data, _document_type_data">
10      <condition>      <condition>
11        <and>        <and>
12          <eq>          <eq>
13            <cfield name="own_document.own_entity"/>            <cfield name="own_document.own_entity"/>
14            <cfield name="_entity_data.id"/>            <cfield name="_entity_data.id"/>
15          </eq>          </eq>
16            <eq>
17              <cfield name="own_document.own_document_type"/>
18              <cfield name="_document_type_data.id"/>
19            </eq>
20          <eq> <cfield name="own_document.own_document_type"/> <cconst value="13"/> <!-- 'Remito' --> </eq>          <eq> <cfield name="own_document.own_document_type"/> <cconst value="13"/> <!-- 'Remito' --> </eq>
21        </and>        </and>
22      </condition>      </condition>
# Line 207  stockAddTrigger="stockAddTrigger" Line 211  stockAddTrigger="stockAddTrigger"
211              </lam:box>              </lam:box>
212              <lam:box width="1"/>              <lam:box width="1"/>
213              <lam:box>              <lam:box>
214                  <label text="Tipo"/>
215                  <lam:box lam:boxtype="h" height="1"/>
216                  <entry name="codeEntry" field="_document_type_data.code" style="label" readonly="y"
217                    width="3" rows="10"/>
218                </lam:box>
219                <lam:box width="1"/>
220                <lam:box>
221                <label text="Número"/>                <label text="Número"/>
222                <lam:box lam:boxtype="h" height="1"/>                <lam:box lam:boxtype="h" height="1"/>
223                <entry name="numberEntry" field="own_document.number" style="label" readonly="y"                <entry name="numberEntry" field="own_document.number" style="label" readonly="y"
# Line 223  stockAddTrigger="stockAddTrigger" Line 234  stockAddTrigger="stockAddTrigger"
234              <lam:box width="1"/>              <lam:box width="1"/>
235              <lam:box>              <lam:box>
236                <label text="Anulada"/>                <label text="Anulada"/>
237                <label text="(1=si)"/>                <lam:box lam:boxtype="h" height="1"/>
238                <lam:box lam:boxtype="h">                <lam:box lam:boxtype="h">
239                  <entry name="is_voidEntry" field="own_document.is_void"                  <entry name="is_voidEntry" field="own_document.is_void"
240                    width="2" rows="10"/>                    width="2" rows="10"/>
241                    <lam:box width="7"/>
242                  <scrollbar page="10"/>                  <scrollbar page="10"/>
243                </lam:box>                </lam:box>
244              </lam:box>              </lam:box>

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

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