/[papo]/papo/report/productInvoice-9.grd
ViewVC logotype

Diff of /papo/report/productInvoice-9.grd

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

revision 1.3 by styxman, Fri Jun 6 20:59:25 2003 UTC revision 1.4 by styxman, Fri Jun 6 21:39:14 2003 UTC
# Line 185  Line 185 
185                <out:row>                <out:row>
186                  <out:col><field name="own_product_item.qty"/></out:col>                  <out:col><field name="own_product_item.qty"/></out:col>
187                  <out:col><field name="_product_data.canonical_name"/></out:col>                  <out:col><field name="_product_data.canonical_name"/></out:col>
188                  <!--out:col><field name="_price_data.unit_price"/></out:col-->                  <out:col><field name="round (own_product_item.unit_price+own_item_tax.amount/own_product_item.qty, 2)"/></out:col>
189                  <out:col><field name="round (_price_data.unit_price+own_item_tax.amount/own_product_item.qty, 2)"/></out:col>                  <out:col><field name="round (own_product_item.unit_price*own_product_item.qty+own_item_tax.amount, 2)"/></out:col>
                 <out:col><field name="round (_price_data.unit_price*own_product_item.qty+own_item_tax.amount, 2)"/></out:col>  
190                </out:row>                </out:row>
191              </section>              </section>
192    
193              <out:row type="subtotal" level="2">              <out:row type="subtotal" level="2">
194                <out:col><summ function="sum"                <out:col><summ function="sum"
195                section="detalles" field="round (_price_data.unit_price * own_product_item.qty + own_item_tax.amount, 2)"/></out:col>                section="detalles" field="round (own_product_item.unit_price* own_product_item.qty + own_item_tax.amount, 2)"/></out:col>
196              </out:row>              </out:row>
197            </section>            </section>
198          </out:table>          </out:table>

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