[feat:] frontend for running sheet details (ZKZ, KNr, AMANr, ...)
This commit is contained in:
@@ -70,6 +70,18 @@ public class PdfExportSettings
|
||||
public bool exportRunningSheets { get; set; } = true;
|
||||
public int rsNumGrouped { get; set; } = 25;
|
||||
public int rsPlzStartpoint { get; set; } = 2;
|
||||
|
||||
public string rsKNrAbs { get; set; } = "";
|
||||
public string rsKNrEmp { get; set; } = "";
|
||||
public string rsZKZ { get; set; } = "";
|
||||
public string rsIntVer { get; set; } = "";
|
||||
public string rsLaufz { get; set; } = "";
|
||||
public string rsEinldat { get; set; } = "";
|
||||
public string rsAMANr { get; set; } = "";
|
||||
public string rsBundGew { get; set; } = "";
|
||||
public int rsPalNr { get; set; } = 1;
|
||||
public int rsBundNrPal { get; set; } = 20;
|
||||
|
||||
}
|
||||
|
||||
public class Global
|
||||
|
||||
Reference in New Issue
Block a user