Přidána sestava objednávky. Zatím neotestováno.

refs #136
This commit is contained in:
2014-10-02 10:42:34 +02:00
parent 4881d69162
commit a8af4a3a8c
5 changed files with 659 additions and 1 deletions
@@ -113,7 +113,8 @@ public class Constants {
new ReportMapping(MOD_ADDRESSBOOK, new Report("Adresní karty", "address")),
new ReportMapping(MOD_ADDRESSBOOK, new Report("Adresa", "address", false, true)),
new ReportMapping(MOD_TRIPBILL, new Report("Žádost", "tripRequirement", false, true)),
new ReportMapping(MOD_TRIPBILL, new Report("Vyúčtování", "tripBill", false, true))
new ReportMapping(MOD_TRIPBILL, new Report("Vyúčtování", "tripBill", false, true)),
new ReportMapping(MOD_ORDER, new Report("Objednávka", "order", false, true))
};
public final static String REQTYPE_ORDER = "ORDER";