DeliveryAdminWindow: Implement using of DeliveryExtractionDialog
This commit is contained in:
@ -283,5 +283,9 @@ namespace Elwig.Helpers {
|
||||
),
|
||||
sum => sum.Kmw
|
||||
);
|
||||
|
||||
public static string GenerateLsNr(Delivery d) => GenerateLsNr(d.Date, d.ZwstId, d.LNr);
|
||||
|
||||
public static string GenerateLsNr(DateOnly date, string zwstid, int lnr) => $"{date:yyyyMMdd}{zwstid}{lnr:000}";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user