Reports for commodities.

This commit is contained in:
2017-03-29 22:08:42 +02:00
parent de665f9659
commit aa91acbe17
3 changed files with 1246 additions and 2 deletions
+2 -2
View File
@@ -43,7 +43,7 @@ CREATE TABLE \"CommodityData\" (
},
"reports" : [
{ "name" : "Ceník", "description" : "Všechny položky v ceníku", "listReport" : true, "file" : "pokus.lrxml" },
{ "name" : "Nezpalcené účtenky", "description" : "Všechny nezaplacené účtenky", "listReport" : true, "file" : "pokus.lrxml" }
{ "name" : "Ceník", "description" : "Všechny položky v ceníku", "listReport" : true, "file" : "commodity_pricelist.lrxml" },
{ "name" : "Všechny položky", "description" : "Všechny položky zboží", "listReport" : true, "file" : "commodity_all_commodities.lrxml" }
]
}