Issuance Wizard — Per-Order Customization

Two scenarios shown below: Invoice issuance (payment + bank picker) and Sale Agreement issuance (signature + stamp + notes). These are the modals that would appear when admin clicks "Send to buyer" before the PDF is generated.

Pick which fields should be in scope. You can choose multiple. Mockups below show what each field looks like in practice — the real implementation matches your selections.

Scenario A · Invoice issuance modal

Scenario B · Vehicle Sale Agreement issuance modal

Which fields should the wizard include?

Check all that apply. You'll see your selections reflected in the implementation.

1

Payment method + bank account (Invoice only)

Pre-fills from order.paymentMethodType + order.bankAccountId. Admin can switch to any active method/bank at issue time without modifying the order. Only affects the rendered Invoice PDF.

2

Signer signature image (Contract only)

Pre-fills from CompanyProfile.signatureUrl. Admin picks from a library of preset signatures. Selected image lands in the contract's signature box.

3

Company stamp image (Contract only)

Pre-fills from CompanyProfile.stampUrl. Admin picks from preset stamps. Lands in the stamp slot on the contract.

4

Notes — payment notes / general notes / contract notes

Free-text override boxes for the "Additional Notes" sections. Default loads from Invoice.paymentNotesHtml / generalNotesHtml / Order.contractGeneralNotesHtml. Editable per issuance.