Feat: Report Sale by Zone
This commit is contained in:
12
view/sales_by_zone_list.xml
Normal file
12
view/sales_by_zone_list.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||
this repository contains the full copyright notices and license terms. -->
|
||||
<tree>
|
||||
<field name="zone"/>
|
||||
<field name="table"/>
|
||||
<field name="completed_sales" sum="1"/>
|
||||
<field name="untaxed_amount" sum="1"/>
|
||||
<field name="tax_amount" sum="1"/>
|
||||
<field name="total_amount" sum="1"/>
|
||||
<field name="total_tip_amount" sum="1"/>
|
||||
</tree>
|
||||
Reference in New Issue
Block a user