iOS: Charts schreiben 'Artikeleinheiten' aus statt 'AE'
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -129,7 +129,7 @@ struct ExpiryDonutCard: View {
|
|||||||
Segment(label: "Bald ablaufend", value: s.soon, color: ExpiryColor.soon),
|
Segment(label: "Bald ablaufend", value: s.soon, color: ExpiryColor.soon),
|
||||||
Segment(label: "Abgelaufen", value: s.expired, color: ExpiryColor.expired),
|
Segment(label: "Abgelaufen", value: s.expired, color: ExpiryColor.expired),
|
||||||
Segment(label: "Ohne MHD", value: s.noDate, color: ExpiryColor.noDate),
|
Segment(label: "Ohne MHD", value: s.noDate, color: ExpiryColor.noDate),
|
||||||
], einheit: "AE")
|
], einheit: "Artikeleinheiten")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -159,7 +159,7 @@ struct CategoryDonutCard: View {
|
|||||||
if restWert > 0 {
|
if restWert > 0 {
|
||||||
segmente.append(Segment(label: "Übrige", value: restWert, color: .gray))
|
segmente.append(Segment(label: "Übrige", value: restWert, color: .gray))
|
||||||
}
|
}
|
||||||
return ProportionChart(segments: segmente, einheit: "AE")
|
return ProportionChart(segments: segmente, einheit: "Artikeleinheiten")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user