/[papo]/papo/report/product.grd
ViewVC logotype

Diff of /papo/report/product.grd

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

revision 1.3 by charlie, Thu Dec 19 19:28:12 2002 UTC revision 1.4 by apronotti, Fri Mar 14 17:51:52 2003 UTC
# Line 5  Line 5 
5        
6    <sources>    <sources>
7      <datasource name="productDataSource" database="papo"      <datasource name="productDataSource" database="papo"
8        table="product, _product_data, product_code, _product_code_data, country, _country_data"        table="product, _product_data, product_code, _product_code_data, country, _country_data, _product_store_data">
       historytable="_product_data, _product_code_data, country, _country_data">  
9        <condition>        <condition>
10          <and>          <and>
11            <!-- pega product con su _data -->            <!-- pega product con su _data -->
# Line 48  Line 47 
47            <null>            <null>
48              <cfield name="_country_data._end_t"/>              <cfield name="_country_data._end_t"/>
49            </null>            </null>
50              <eq>
51                <cfield name="_product_store_data.product"/>
52                <cfield name="_product_data._table"/>
53              </eq>
54              <null>
55                <cfield name="_product_store_data._end_t"/>
56              </null>
57          </and>          </and>
58        </condition>        </condition>
59      </datasource>      </datasource>
# Line 88  Line 94 
94              <out:colhead with="10%">Origen</out:colhead>              <out:colhead with="10%">Origen</out:colhead>
95              <out:colhead with="20%">Precio</out:colhead>              <out:colhead with="20%">Precio</out:colhead>
96              <out:colhead with="10%">Código Interno</out:colhead>              <out:colhead with="10%">Código Interno</out:colhead>
97                <out:colhead with="10%">Stock</out:colhead>
98            </out:tablehead>            </out:tablehead>
99    
100            <section name="productSection" source="productDataSource">            <section name="productSection" source="productDataSource">
# Line 98  Line 105 
105                  <out:col with="20%"><field name="_price_data.unit_price"/></out:col>                  <out:col with="20%"><field name="_price_data.unit_price"/></out:col>
106                </section>                </section>
107                <out:col with="10%"><field name="_product_code_data.code"/></out:col>                <out:col with="10%"><field name="_product_code_data.code"/></out:col>
108                  <out:col with="10%"><field name="_product_store_data.level"/></out:col>
109              </out:row>              </out:row>
110            </section>            </section>
111    

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

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