Added reporting support- depends on LimeReport.

This commit is contained in:
2017-03-24 14:49:46 +01:00
parent d7952b987d
commit 37c9ee15af
27 changed files with 895 additions and 6 deletions
+5 -1
View File
@@ -94,5 +94,9 @@ CREATE TABLE \"Voucher\" (
"saveDateTime" : "Datum uložení",
"insertDate" : "Datum vložení"
}
}
},
"reports" : [
{ "name" : "Zpalcené účtenky", "description" : "Všechny zaplacené účtenky", "listReport" : 1, "file" : "vouchers.lrxml" },
{ "name" : "Nezpalcené účtenky", "description" : "Všechny nezaplacené účtenky", "listReport" : 1, "file" : "vouchers_n.lrxml" }
]
}