Loading...

Error

{{ error }}

💳

Payment Request

Quotation {{ quotation.quotation_number }}
Client {{ quotation.client_name }}
Total Amount {{ formatCurrency(quotation.total_amount) }}
Paid Amount
{{ formatCurrency(quotation.total_paid) }}
Remaining
{{ formatCurrency(quotation.remaining_amount) }}
{{ Math.round(quotation.total_paid / quotation.total_amount * 100) }}% Paid

💰 Select Payment Method

📋 Bank Transfer Instructions:

Please contact us for bank account details.
After completing the transfer, click "Confirm Payment" below.

{{ formatCurrency(quotation.remaining_amount) }}
Full payment required

Fully Paid!

Thank you for your payment.
Your invoice will be sent shortly.

{{ item.item_name }}
{{ item.description }}
{{ formatCurrency(item.total_price) }}
{{ item.quantity }} × {{ formatCurrency(item.unit_price) }}
Subtotal {{ formatCurrency(quotation.subtotal) }}
VAT ({{ quotation.vat_rate }}%) {{ formatCurrency(quotation.vat_amount) }}
Total {{ formatCurrency(quotation.total_amount) }}

📜 Payment History

{{ formatPaymentMethod(payment.payment_method) }}

{{ formatDateTime(payment.payment_date) }}

{{ formatCurrency(payment.amount) }}

{{ payment.status }}