|
|
|
@ -150,6 +150,11 @@ public class Constants {
|
|
|
|
|
new ReportMapping(MOD_TRIPREQUIREMENTS, new Report(7, true, "Žádost o SC", "tripRequirementApp", false, true)),
|
|
|
|
|
new ReportMapping(MOD_REQUIREMENTS, new Report(8, true, "Protokol o kontrole", "orderRequirement", false, true))
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
public final static Map<Class<?>, Integer> SIGN_REPORT_MAP = Collections.unmodifiableMap(new HashMap<Class<?>, Integer>() {{
|
|
|
|
|
put(TripBillApproval.class, 4);
|
|
|
|
|
put(TripRequirement.class, 7);
|
|
|
|
|
}});
|
|
|
|
|
|
|
|
|
|
public final static String REQTYPE_ORDER = "ORDER";
|
|
|
|
|
public final static String REQTYPE_BUSINESSTRIP = "BUSINESSTRIP";
|
|
|
|
|