AAuditPro Suite· Finance manual
Finance manual Oman VAT
RD 121/2020 · Royal Decree on Oman VAT Effective 16 April 2021

The 3 VAT categories

CategoryRateExamples (illustrative)
Standard-rated5%Most goods + services. Audit fees. Consultancy. Bookkeeping. General trade.
Zero-rated0%Exports outside GCC · international transport · investment in gold/silver · certain financial services · qualifying medicines + medical equipment · qualifying food items · oil + gas + their derivatives
Exempt(no VAT applied; no input VAT recovery)Residential rental · certain financial services · qualifying healthcare · qualifying education

This is illustrative. The full schedule is in the Royal Decree + OTA Executive Regulations + ministerial decisions. Audit firms must keep a current schedule in their methodology library.

Zero-rated vs Exempt — the critical difference

AspectZero-ratedExempt
Output VAT charged0%None
Input VAT recoverableYES — fullNO
Reported on VAT returnYES (zero-rated bucket)YES (exempt bucket)
Qualifies for export refundYESNO

For audit firm clients in mixed-supply situations (some zero, some exempt), input-VAT apportionment is required. AuditPro's apportionment formula is documented per client.

VAT registration thresholds

Once registered, OTA issues an 11-digit TRN starting with country code OM1. Format: OM1XXXXXXXXX.

Compliant tax invoice format

Per RD 121/2020 Article 12 + Executive Regulations, every tax invoice must contain:

  1. The phrase "Tax Invoice"

    Prominent on the document. Not "Invoice" or "Bill" alone.

  2. Sequential invoice number

    Per supplier. Atomic. Never reused.

  3. Issue date

    Drives the VAT period the invoice falls into.

  4. Supplier name + address + TRN

    Full legal name, registered address, 11-digit OM TRN.

  5. Customer name + address + TRN (if registered)

    If customer is VAT-registered. If not, name + address suffice.

  6. Description of goods/services

    Sufficiently detailed that nature is clear. "Audit fee FY 2025" not just "Service".

  7. Unit price excluding VAT

    Per line.

  8. VAT rate + VAT amount per line

    5% / 0% / exempt clearly labeled.

  9. Total excluding VAT, total VAT, total including VAT

    Roll-up at footer.

  10. Currency (if not OMR)

    And the OMR equivalent at FX rate.

The branded tax invoice PDF template (chapter 8) implements all 10. Don't customise the template without re-validating compliance.

The TRN format

11 digits starting with OM1. Example: OM1100012345. Light validation on input — exact 11 chars, alphanumeric, starts with OM1. Stored on:

Filing frequency

Turnover bandFrequencyDeadline
StandardQuarterly30 days after quarter-end (Q1 due 30 April, Q2 due 30 July, etc.)
Large taxpayers (announced by OTA)Monthly30 days after month-end
Small (per OTA discretion)Annual / quarterlyPer OTA notice

Late filing penalty: OMR 500 + 1% per month interest on tax payable. Tracking deadlines via M20 Compliance Calendar is essential.

Dated rate versioning

The system supports rate-versioning so historic invoices reflect the rate in force on their issue date. Currently only one rate (5% from 16-Apr-2021), but the architecture is ready for future rate changes.

Stored in vat_rates table:

Lookup is VatService::resolveRate($category, $issueDate) — returns the rate row whose dates contain the issue date. Rolling forward is just an UPDATE to the previous row's effective_to + INSERT of the new row.

Reverse charge mechanism

For services imported by a VAT-registered Oman entity from a non-resident supplier, the recipient self-accounts (output VAT + input VAT in same return, net effect zero if fully recoverable). The system supports this via:

Try this

Open Settings → References → VAT Rates. The standard 5% row from 16-Apr-2021 is there. If a rate change is announced (say to 6% from 1-Jan-2027), add a new row + set the old row's effective_to to 31-Dec-2026. Future invoices auto-pick the new rate; historic ones unaffected.

Watch out

VAT exemptions are NOT a free pass — exempt suppliers can't recover input VAT, so they bear the cost. Always check whether the client is in mixed-supply situation. Apportion input VAT correctly. Audit-firm clients often miss this and over-claim refunds, which OTA reverses with penalties.

Tip — keep the schedule current

OTA periodically issues ministerial decisions adding / amending zero-rated and exempt categories. Subscribe to OTA bulletins, update the firm's VAT methodology library quarterly. Standardise across all client engagements — inconsistent treatment is a red flag.