Expand purchasing dashboard from PBIX

This commit is contained in:
2026-06-05 07:22:05 +02:00
parent 6f094fcac6
commit 9b287c15ef
6 changed files with 346 additions and 15 deletions
@@ -0,0 +1,3 @@
namespace TrafagSalesExporter.Models;
public sealed record PurchasingAnalysisRow(string TitleDe, string TitleEn, string Measure, string Dimension, string Source);