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: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)
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)
lim automatically applies the correct transitional rate based on the transaction date and the counterparty’s qualification status.
- 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: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.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: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 (年次決算):- 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