API Authentication
Create New Invoice
Line Items
Line Extension Amount:
MYR {{ totals.lineExtension.toFixed(2) }}
Discount:
-MYR {{ totals.discount.toFixed(2) }}
Service Charge:
+MYR {{ totals.serviceCharge.toFixed(2) }}
Tax Exclusive Amount:
MYR {{ totals.taxExclusive.toFixed(2) }}
SST ({{ settings.sstRate }}%):
MYR {{ totals.sst.toFixed(2) }}
Total Payable:
MYR {{ totals.payable.toFixed(2) }}
Saved Drafts
Selected: {{ selectedDrafts.size }} draft(s),
Total: MYR {{ selectedDraftsTotal.toFixed(2) }}
{{ draft.draftId }}
{{ getDocTypeName(draft.docType) }} • {{ draft.items.length }} items • MYR {{ draft.payableAmount.toFixed(2) }}
Saved: {{ formatDate(draft.savedAt) }}
• Consolidated: {{ formatDate(draft.consolidatedAt) }}
Quick Submit
Documents
Date/Time | Document No. | UUID | Status | Type | Amount | Actions |
---|---|---|---|---|---|---|
No documents found | ||||||
{{ formatDate(doc.dateTimeIssued) }} | {{ doc.internalId || 'N/A' }} |
{{ doc.uuid?.substring(0, 8) }}... [View]
{{ doc.uuid?.substring(0, 8) }}...
N/A
Sub: {{ doc.submissionUid?.substring(0, 8) }}...
|
{{ doc.status || 'Unknown' }} | {{ doc.typeName || 'N/A' }} | MYR {{ doc.total?.toFixed(2) || 'N/A' }} |
|
Seller Information
Tax & Default Charges Settings
Set to 0 if SST is not applicable
Default value for new invoices (can be overridden)
Default value for new invoices (can be overridden)
Customer Management
New Customer
Name | TIN | Phone | Actions |
---|---|---|---|
No customers added yet | |||
{{ customer.name }} | {{ customer.tin }} | {{ customer.phone }} |
System Log
{{ entry.text }}