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

Diff of /papo/forms/voidCreditNote.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        <or>          <eq>
17          <eq> <cfield name="own_document.own_document_type"/> <cconst value="14"/> <!-- 'NCA de Productos' --> </eq>            <cfield name="own_document.own_document_type"/>
18          <eq> <cfield name="own_document.own_document_type"/> <cconst value="15"/> <!-- 'NCB de Productos' --> </eq>            <cfield name="_document_type_data.id"/>
19          <eq> <cfield name="own_document.own_document_type"/> <cconst value="16"/> <!-- 'NCB de Productos' --> </eq>          </eq>
20        </or>          <or>
21              <eq> <cfield name="own_document.own_document_type"/> <cconst value="14"/> <!-- 'NCA de Productos' --> </eq>
22              <eq> <cfield name="own_document.own_document_type"/> <cconst value="15"/> <!-- 'NCB de Productos' --> </eq>
23              <eq> <cfield name="own_document.own_document_type"/> <cconst value="16"/> <!-- 'NCB de Productos' --> </eq>
24            </or>
25        </and>        </and>
26      </condition>      </condition>
27    </datasource>    </datasource>
# Line 216  stockAddTrigger="stockAddTrigger" Line 220  stockAddTrigger="stockAddTrigger"
220              </lam:box>              </lam:box>
221              <lam:box width="1"/>              <lam:box width="1"/>
222              <lam:box>              <lam:box>
223                  <label text="Tipo"/>
224                  <lam:box lam:boxtype="h" height="1"/>
225                  <entry name="codeEntry" field="_document_type_data.code" style="label" readonly="y"
226                    width="3" rows="10"/>
227                </lam:box>
228                <lam:box width="1"/>
229                <lam:box>
230                <label text="Número"/>                <label text="Número"/>
231                <lam:box lam:boxtype="h" height="1"/>                <lam:box lam:boxtype="h" height="1"/>
232                <entry name="numberEntry" field="own_document.number" style="label" readonly="y"                <entry name="numberEntry" field="own_document.number" style="label" readonly="y"
# Line 232  stockAddTrigger="stockAddTrigger" Line 243  stockAddTrigger="stockAddTrigger"
243              <lam:box width="1"/>              <lam:box width="1"/>
244              <lam:box>              <lam:box>
245                <label text="Anulada"/>                <label text="Anulada"/>
246                <label text="(1=si)"/>                <lam:box lam:boxtype="h" height="1"/>
247                <lam:box lam:boxtype="h">                <lam:box lam:boxtype="h">
248                  <entry name="is_voidEntry" field="own_document.is_void"                  <entry name="is_voidEntry" field="own_document.is_void"
249                    width="2" rows="10"/>                    width="2" rows="10"/>
250                    <lam:box width="7"/>
251                  <scrollbar page="10"/>                  <scrollbar page="10"/>
252                </lam:box>                </lam:box>
253              </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