Weighing: Do not ignore gross and tare weight and show it on DeliveryNote

This commit is contained in:
2024-07-22 17:10:36 +02:00
parent a1eb71d560
commit 2d284a5c65
26 changed files with 158 additions and 96 deletions

View File

@ -27,7 +27,7 @@ namespace Elwig.ViewModels {
[ObservableProperty]
private string? _scaleId;
[ObservableProperty]
private string? _weighingId;
private string? _weighingData;
[ObservableProperty]
private bool _filterTodayOnly;