Skip to main content

Japanese Compliance

lim is built for Japanese regulatory compliance from the ground up. This page covers how lim handles the key compliance requirements that affect every company operating in Japan.

Electronic Bookkeeping Act (電子帳簿保存法)

The Electronic Bookkeeping Act (電帳法, den-cho-ho) governs how companies store accounting records electronically. Since January 2024, all companies receiving electronic transaction data (invoices, receipts, bank statements) must store them in a compliant electronic format.

Requirements

The law has three categories:

How lim Complies

Search requirements — The law requires that electronic records be searchable by date, amount, and counterparty. lim’s journal entries are natively searchable by all three:
Tamper prevention — Every journal entry is audit-logged in the event table. Changes create new events rather than overwriting existing records. The full history is always recoverable. Timestamp requirements — All records include server-side UTC timestamps (created_at, updated_at) that cannot be modified by users. Document storage — Files attached via lim add --file are stored with:
  • Original filename and MIME type
  • SHA-256 hash for integrity verification
  • Upload timestamp
  • Resolution metadata for images (to prove they meet minimum DPI requirements)
lim’s audit log (event table) satisfies the Electronic Bookkeeping Act’s requirement for “proper record-keeping” (正当な記録) because every change is traceable to a specific user, timestamp, and source event.

Qualified Invoice System (インボイス制度)

The Qualified Invoice System (適格請求書等保存方式) took effect in October 2023. It requires businesses to issue and receive tax-qualified invoices to claim input VAT (仮払消費税) deductions.

Key Concepts

  • Qualified Invoice Issuer (適格請求書発行事業者) — A business registered with the tax authority. Has a registration number starting with T.
  • Qualified Invoice (適格請求書) — An invoice that includes the issuer’s registration number, tax rate breakdown, and tax amount.
  • Input VAT deduction — Only purchases supported by qualified invoices can deduct input VAT.

How lim Handles It

Invoice registration tracking — When creating invoices or recording purchases, lim tracks:
  • Whether the counterparty is a qualified invoice issuer
  • The qualified invoice registration number (T + 13-digit corporate number)
  • Tax rate breakdown (10% standard / 8% reduced)
Transitional measures — From October 2023 through September 2029, purchases from non-qualified issuers can still partially deduct input VAT: lim automatically applies the correct transitional rate based on the transaction date and the counterparty’s qualification status.
Tax code management — lim’s tax code system distinguishes between:
  • Qualified invoice purchases (full VAT deduction)
  • Non-qualified purchases (transitional rate)
  • Tax-exempt transactions
  • Export transactions (zero-rated)

Consumption Tax (消費税)

Japan’s consumption tax is a value-added tax applied at two rates:

Tax Calculation Methods

lim supports both calculation methods: Standard method (原則課税) — Actual input VAT is deducted from output VAT:
Simplified method (簡易課税) — Available to businesses with taxable sales under 50 million yen. Input VAT is estimated using deemed purchase ratios by industry:

Input VAT Allocation (課税売上割合)

When a company has both taxable and non-taxable sales, input VAT must be allocated. lim supports three allocation methods:

e-Tax Integration

lim can generate e-Tax compatible XML files for electronic filing of consumption tax returns.
The generated XML follows the National Tax Agency’s (国税庁) XML schema and can be submitted directly through the e-Tax system or via tax agent software.

What’s Included in the XML

  • Consumption tax return (消費税申告書)
  • Tax rate breakdown (standard 10% / reduced 8%)
  • Input/output VAT summary
  • Filing metadata (company info, filing date, tax office)

Account Details Export

For accountant review and tax filing preparation, lim can export detailed account-level data:
e-Tax XML generation is provided as a convenience tool. Always have a qualified tax accountant (税理士) review the output before filing. lim is not a substitute for professional tax advice.

Withholding Tax (源泉徴収)

Certain payments in Japan require withholding tax at source: lim automatically calculates withholding tax when applicable:

Period Close (決算)

lim supports both monthly close (月次決算) and annual close (年次決算):
When a period is closed:
  • No new entries can be posted to dates within that period
  • A snapshot of all account balances is recorded
  • The period status changes to closed
Closing can be reversed by an admin if corrections are needed.