Credit Note

A credit note is a document that reduces or cancels an amount a customer owes, by reversing all or part of a previously issued invoice.

Also called Credit memo · Sales return invoice · CN · Adjustment note

Why it exists

Because an invoice is immutable once posted, and a business still needs a lawful way to say "that was wrong" or "they sent it back" without pretending the original never happened.

What it means to the business

The credit note is how a business corrects itself in public. It is the honest alternative to editing history, and its existence is what makes the invoice safe to treat as final. In India it is also a compliance instrument with its own deadline, so the accounting habit and the statutory habit have to be the same habit.

01Lifecycle — walk the states

Draft. Prepared. No ledger impact.

State 1 of 4

02Relationships — walk the chain

Credit Note reverses Invoice.

Open Invoice
03What goes wrong — and why
  • It destroys the audit trail and, once e-invoicing is on, desynchronises you from the IRP, which already recorded the original. The credit note exists precisely so the correction is itself a record.

Rules that must hold

  • A credit note references the invoice it adjusts. One that references nothing is an unexplained reduction in revenue.
  • It may not reduce an invoice below zero.
  • It posts to the ledger like an invoice, in the opposite direction — it is a transaction, not an annotation.
  • Under Indian GST, a credit note has its own reporting window, and issuing it after that window closes does not recover the tax.

What commonly goes wrong

Teams reach for the delete key instead, because a credit note feels like an admission and editing feels tidy. The result is a ledger that cannot be reconciled to the returns filed, and — once e-invoicing is live — a set of records that disagree with what the government already holds.

Edge cases

  • Credit note issued in a later tax period than the invoice it reverses, which changes which return each lands in.
  • Partial return, where the quantity returned and the value credited need not be proportional if the reason is damage rather than rejection.
  • Credit for a price correction with no goods movement at all — the commonest case, and the one most often modelled wrongly.
  • Customer with no open invoices, where the credit becomes a standing balance until refunded.

How ERPNext models it

DocTypeNote
Sales InvoiceWith `is_return` = 1. A credit note is a negative sales invoice, not a separate doctype.
Stock EntryOnly when goods return. A price-adjustment credit note must NOT move stock.
GL EntryPosts the reversal. Tax reverses with it, which is what makes the GST timing window matter.

Last reviewed 2026-08-14

Machine-readable version

We implement this for a living — that’s where the mistakes above come from. See the service or request a discovery briefing