Commit
e72265bd4727f144c2355df0676ccf32a933ee67
by infoAmazon/eBay orders-check: add batch/single order cancellation (VO)
Sometimes a matched order was imported with a mistake (wrong amount etc.)
and needs to be voided so it can be reimported clean. Adds a "Stornieren"
toolbar action (batch, from the checkbox selection) and a per-row cancel
button on "Interner Auftrag" (mirrors the existing import "+" button),
both calling the standard order document-action endpoint with VO.
Eligible rows: matched, linked to a real order, no invoice yet, not
already voided/closed. After a successful void the row is patched
in-place to matched:false so it immediately shows as "FEHLT" again and
can be reimported from the same page.
AgDocPreviewLink gains an opt-in onCancelOrder/canCancelOrder param pair,
symmetric with the existing onImportOrder/canImportOrder.