Class: Skr::GlManualEntry

Inherits:
Model
  • Object
show all
Defined in:
lib/skr/models/gl_manual_entry.rb

Overview

Records a manual entry into the General Leger. Most GL entries are triggered by system events such as an Inventory Receipt, or Invoice payment. A manual entry differs in that it’s performed, well Manually. It’s usually used to balance ledger accounts or as part of closing an accounting period.

Instance Method Summary collapse

Instance Method Details

#gl_transaction=(transaction) ⇒ Object



20
21
22
23
# File 'lib/skr/models/gl_manual_entry.rb', line 20

def gl_transaction=( transaction )
    super
    copy_notes_to_transaction
end