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

Diff of /papo/forms/ivaSales.neb

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

revision 1.18 by mhepp, Thu Sep 18 20:21:43 2003 UTC revision 1.18.2.1 by mhepp, Wed Oct 8 22:23:19 2003 UTC
# Line 26  Line 26 
26            <cfield name="_entity_uid_data.entity_uid_type"/>            <cfield name="_entity_uid_data.entity_uid_type"/>
27            <cconst value="1"/>            <cconst value="1"/>
28          </eq>          </eq>
29            <!-- historicos timestamp -->
30          <and>          <and>
31            <le>            <le>
32              <cfield name="_entity_uid_data._start_t"/>              <cfield name="_entity_uid_data._start_t"/>
33              <cfield name="own_document.date"/>              <cfield name="own_document.timestamp"/>
34            </le>            </le>
35            <or>            <or>
36              <null>              <null>
37                <cfield name="_entity_uid_data._end_t"/>                <cfield name="_entity_uid_data._end_t"/>
38              </null>              </null>
39              <le>              <le>
40                <cfield name="own_document.date"/>                <cfield name="own_document.timestamp"/>
41                <cfield name="_entity_uid_data._end_t"/>                <cfield name="_entity_uid_data._end_t"/>
42              </le>              </le>
43            </or>            </or>
44          </and>          </and>
45            <!-- /historicos timestamp -->
46          <or>          <or>
47            <eq>            <eq>
48              <cfield name="own_document.own_document_type"/>              <cfield name="own_document.own_document_type"/>
# Line 122  Line 124 
124          <and>          <and>
125            <le>            <le>
126              <cfield name="_entity_uid_data._start_t"/>              <cfield name="_entity_uid_data._start_t"/>
127              <cfield name="alien_document.date"/>              <cfield name="alien_document.timestamp"/>
128            </le>            </le>
129            <or>            <or>
130              <null>              <null>
131                <cfield name="_entity_uid_data._end_t"/>                <cfield name="_entity_uid_data._end_t"/>
132              </null>              </null>
133              <le>              <le>
134                <cfield name="alien_document.date"/>                <cfield name="alien_document.timestamp"/>
135                <cfield name="_entity_uid_data._end_t"/>                <cfield name="_entity_uid_data._end_t"/>
136              </le>              </le>
137            </or>            </or>

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.18.2.1

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