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

Diff of /papo/forms/voidInvoice.neb

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

revision 1.6 by apronotti, Mon Jul 14 21:26:39 2003 UTC revision 1.7 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="4"/> <!-- 'Factura de Productos' --> </eq>            <cfield name="own_document.own_document_type"/>
18          <eq> <cfield name="own_document.own_document_type"/> <cconst value="8"/> <!-- 'Factura de Productos' --> </eq>            <cfield name="_document_type_data.id"/>
19          <eq> <cfield name="own_document.own_document_type"/> <cconst value="9"/> <!-- 'Factura de Productos' --> </eq>          </eq>
20        </or>          <or>
21              <eq> <cfield name="own_document.own_document_type"/> <cconst value="4"/> <!-- 'Factura de Productos' --> </eq>
22              <eq> <cfield name="own_document.own_document_type"/> <cconst value="8"/> <!-- 'Factura de Productos' --> </eq>
23              <eq> <cfield name="own_document.own_document_type"/> <cconst value="9"/> <!-- 'Factura de Productos' --> </eq>
24            </or>
25        </and>        </and>
26      </condition>      </condition>
27    </datasource>    </datasource>
# Line 215  stockAddTrigger="stockAddTrigger" Line 219  stockAddTrigger="stockAddTrigger"
219              </lam:box>              </lam:box>
220              <lam:box width="1"/>              <lam:box width="1"/>
221              <lam:box>              <lam:box>
222                  <label text="Tipo"/>
223                  <lam:box lam:boxtype="h" height="1"/>
224                  <entry name="codeEntry" field="_document_type_data.code" style="label" readonly="y"
225                    width="3" rows="10"/>
226                </lam:box>
227                <lam:box width="1"/>
228                <lam:box>
229                <label text="Número"/>                <label text="Número"/>
230                <lam:box lam:boxtype="h" height="1"/>                <lam:box lam:boxtype="h" height="1"/>
231                <entry name="numberEntry" field="own_document.number" style="label" readonly="y"                <entry name="numberEntry" field="own_document.number" style="label" readonly="y"
# Line 231  stockAddTrigger="stockAddTrigger" Line 242  stockAddTrigger="stockAddTrigger"
242              <lam:box width="1"/>              <lam:box width="1"/>
243              <lam:box>              <lam:box>
244                <label text="Anulada"/>                <label text="Anulada"/>
245                <label text="(1=si)"/>                <lam:box lam:boxtype="h" height="1"/>
246                <lam:box lam:boxtype="h">                <lam:box lam:boxtype="h">
247                  <entry name="is_voidEntry" field="own_document.is_void"                  <entry name="is_voidEntry" field="own_document.is_void"
248                    width="2" rows="10"/>                    width="2" rows="10"/>
249                    <lam:box width="7"/>
250                  <scrollbar page="10"/>                  <scrollbar page="10"/>
251                </lam:box>                </lam:box>
252              </lam:box>              </lam:box>

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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