Exception: ItemLedgerEntry::ItemLedgerEntryError
- Inherits:
-
StandardError
- Object
- StandardError
- ItemLedgerEntry::ItemLedgerEntryError
- Defined in:
- app/models/item_ledger_entry.rb
Overview
Raised by create_* factory methods when the
required GL postings can't be derived (missing item, missing
ledger company account, missing inventory location, etc.). The
caller is expected to surface this to the user; the calling
transaction is rolled back.