Update finance training and dashboard UI
This commit is contained in:
@@ -0,0 +1,73 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="1180" height="680" viewBox="0 0 1180 680" role="img" aria-labelledby="title desc">
|
||||
<title id="title">Umschaltung zentrale Finance-Auswertungsquelle</title>
|
||||
<desc id="desc">Zeigt, wie Finance-Auswertungen entweder aus CentralSalesRecords oder aus verarbeiteten Audit-CSV je Standort lesen.</desc>
|
||||
<defs>
|
||||
<marker id="arrow" viewBox="0 0 10 10" refX="8.5" refY="5" markerWidth="8" markerHeight="8" orient="auto-start-reverse">
|
||||
<path d="M 0 0 L 10 5 L 0 10 z" fill="#334155" />
|
||||
</marker>
|
||||
<style>
|
||||
.title { font: 700 29px Arial, sans-serif; fill: #0f172a; }
|
||||
.subtitle { font: 400 16px Arial, sans-serif; fill: #475569; }
|
||||
.box-title { font: 700 16px Arial, sans-serif; fill: #0f172a; }
|
||||
.box-text { font: 400 13px Arial, sans-serif; fill: #334155; }
|
||||
.small { font: 400 12px Arial, sans-serif; fill: #64748b; }
|
||||
.line { stroke: #334155; stroke-width: 2.2; fill: none; marker-end: url(#arrow); }
|
||||
.muted-line { stroke: #94a3b8; stroke-width: 1.5; fill: none; marker-end: url(#arrow); }
|
||||
.settings { fill: #e0f2fe; stroke: #0284c7; }
|
||||
.db { fill: #eef2ff; stroke: #4f46e5; }
|
||||
.csv { fill: #ecfdf5; stroke: #059669; }
|
||||
.output { fill: #fff7ed; stroke: #ea580c; }
|
||||
.guard { fill: #fef2f2; stroke: #dc2626; }
|
||||
</style>
|
||||
</defs>
|
||||
|
||||
<rect x="0" y="0" width="1180" height="680" fill="#ffffff" />
|
||||
<text x="48" y="54" class="title">Zentrale Auswertungsquelle: DB oder verarbeitete Audit-CSV</text>
|
||||
<text x="48" y="82" class="subtitle">Der Schalter liegt unter Einstellungen > Export Einstellungen > Audit-CSV / nachvollziehbarer Datenfluss.</text>
|
||||
|
||||
<rect x="60" y="132" width="270" height="150" rx="8" class="settings" />
|
||||
<text x="84" y="166" class="box-title">Settings</text>
|
||||
<text x="84" y="195" class="box-text">Audit-CSV je Standort schreiben</text>
|
||||
<text x="84" y="220" class="box-text">Zentrale Auswertung aus Audit-CSV</text>
|
||||
<text x="84" y="249" class="small">Pfad: Lokaler Standardpfad Standort-Dateien</text>
|
||||
|
||||
<line x1="330" y1="207" x2="406" y2="207" class="line" />
|
||||
|
||||
<rect x="414" y="86" width="270" height="140" rx="8" class="db" />
|
||||
<text x="438" y="120" class="box-title">Standard-Modus</text>
|
||||
<text x="438" y="149" class="box-text">UseAuditCsvAsCentralSource = false</text>
|
||||
<text x="438" y="177" class="box-text">Auswertung liest CentralSalesRecords.</text>
|
||||
<text x="438" y="202" class="small">Schnell und operativ</text>
|
||||
|
||||
<rect x="414" y="292" width="270" height="160" rx="8" class="csv" />
|
||||
<text x="438" y="326" class="box-title">Audit-Modus</text>
|
||||
<text x="438" y="355" class="box-text">UseAuditCsvAsCentralSource = true</text>
|
||||
<text x="438" y="383" class="box-text">Je TSC wird die neueste</text>
|
||||
<text x="438" y="404" class="box-text">Sales_ProcessedMergeInput_*.csv gelesen.</text>
|
||||
<text x="438" y="431" class="small">Lesbar fuer Finance und Revision</text>
|
||||
|
||||
<line x1="684" y1="156" x2="760" y2="238" class="line" />
|
||||
<line x1="684" y1="372" x2="760" y2="302" class="line" />
|
||||
|
||||
<rect x="768" y="214" width="300" height="136" rx="8" class="output" />
|
||||
<text x="792" y="248" class="box-title">Gleiche Finance-Logik</text>
|
||||
<text x="792" y="277" class="box-text">FinanceRuleEngine</text>
|
||||
<text x="792" y="300" class="box-text">Spartenanalyse</text>
|
||||
<text x="792" y="323" class="box-text">Waehrungsanalyse bei Zielwaehrung</text>
|
||||
|
||||
<line x1="918" y1="350" x2="918" y2="416" class="line" />
|
||||
|
||||
<rect x="730" y="424" width="376" height="124" rx="8" class="output" />
|
||||
<text x="754" y="458" class="box-title">Ausgaben</text>
|
||||
<text x="754" y="487" class="box-text">Dashboard / Management Analyse</text>
|
||||
<text x="754" y="510" class="box-text">Soll/Ist-Vergleich</text>
|
||||
<text x="754" y="533" class="box-text">Zentrale Excel Sales_All_<Datum>.xlsx</text>
|
||||
|
||||
<rect x="60" y="486" width="560" height="110" rx="8" class="guard" />
|
||||
<text x="84" y="520" class="box-title">Pruefregel im Audit-Modus</text>
|
||||
<text x="84" y="549" class="box-text">Fuer alle relevanten TSC muessen aktuelle Sales_ProcessedMergeInput_*.csv vorhanden sein.</text>
|
||||
<text x="84" y="574" class="small">Fehlt die CSV, kann die zentrale Auswertung keine belastbare CSV-Sicht bilden.</text>
|
||||
|
||||
<line x1="195" y1="282" x2="195" y2="478" class="muted-line" />
|
||||
<line x1="620" y1="541" x2="722" y2="501" class="muted-line" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.3 KiB |
Reference in New Issue
Block a user