Umrechnung von Einkaufs- in Lagereinheiten bei Wareneingang. Extrafeld "Umrechnungsfaktor" auf Produkten, Hook auf stockMovementCreate (type=3). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
23 lines
1.5 KiB
XML
23 lines
1.5 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="64" height="64">
|
||
<!-- Hintergrund -->
|
||
<rect x="2" y="2" width="60" height="60" rx="12" ry="12" fill="#4CAF50" />
|
||
|
||
<!-- Linke Box (1 Packung) -->
|
||
<rect x="8" y="20" width="16" height="20" rx="2" ry="2" fill="#fff" opacity="0.9" />
|
||
<text x="16" y="34" text-anchor="middle" font-family="Arial,sans-serif" font-weight="bold" font-size="11" fill="#4CAF50">1</text>
|
||
|
||
<!-- Pfeile (Konversion) -->
|
||
<path d="M28 27 L36 27" stroke="#fff" stroke-width="2.5" stroke-linecap="round" fill="none" />
|
||
<path d="M34 24 L37 27 L34 30" stroke="#fff" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
||
<path d="M36 37 L28 37" stroke="#fff" stroke-width="2.5" stroke-linecap="round" fill="none" />
|
||
<path d="M30 34 L27 37 L30 40" stroke="#fff" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
||
|
||
<!-- Rechte Boxen (12 Stück) - 2x2 Grid -->
|
||
<rect x="40" y="18" width="10" height="10" rx="1.5" ry="1.5" fill="#fff" opacity="0.9" />
|
||
<rect x="40" y="30" width="10" height="10" rx="1.5" ry="1.5" fill="#fff" opacity="0.9" />
|
||
<rect x="52" y="18" width="10" height="10" rx="1.5" ry="1.5" fill="#fff" opacity="0.85" />
|
||
<rect x="52" y="30" width="10" height="10" rx="1.5" ry="1.5" fill="#fff" opacity="0.85" />
|
||
|
||
<!-- Multiplikator-Text -->
|
||
<text x="32" y="53" text-anchor="middle" font-family="Arial,sans-serif" font-weight="bold" font-size="9" fill="#fff" opacity="0.95">×12</text>
|
||
</svg>
|