Přidána sestava vyúčtování služební cesty.

closes #122
This commit is contained in:
2014-08-24 09:55:59 +02:00
parent 28488cf191
commit ecd065eb51
8 changed files with 991 additions and 2 deletions
@@ -95,7 +95,8 @@ public class Constants {
public final static ReportMapping REPORTS[] = {
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("Žádost", "tripRequirement", false, true)),
new ReportMapping(MOD_TRIPBILL, new Report("Vyúčtování", "tripBill", false, true))
};
public final static String REQTYPE_ORDER = "ORDER";