feat(ui): unify VAT rate+toggle layout (offers/invoices/orders); move offers secondary row actions into an overflow menu

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
BOHA
2026-06-09 17:04:44 +02:00
parent c2d7a96718
commit 53c8359acc
4 changed files with 130 additions and 34 deletions

View File

@@ -1363,7 +1363,7 @@ export default function OfferDetail() {
gap: 2,
}}
>
<Field label="Sazba DPH (%)">
<Field label="Sazba DPH">
<Box sx={{ display: "flex", gap: 1, alignItems: "center" }}>
<Select
value={String(form.vat_rate)}
@@ -1388,7 +1388,7 @@ export default function OfferDetail() {
onChange={(e) => updateForm("apply_vat", e.target.checked)}
disabled={readOnly}
/>
<Box component="span">Účtovat DPH</Box>
<Box component="span">Uplatnit DPH</Box>
</Box>
</Box>
</Field>