Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The 'accounting cycle' image provided on page 22 of attached accounting summary document provides a good visualisation of steps involved from 'economic activity step (transaction)' to closing books for a given cycle period (weekly/monthly/quarterly/yearly)

The Journal entries view would look similar to the below mockupImage Added

3.1        Automated Journal Entries

...

Allow setting closure dates at branch level after which accounting transactions cannot be posted.

Image Added

6         Reports

...

  • Balance sheet
  • Profit and Loss Statement
  • Trial balance

7        Database changes

 

 

7.1        Chart of Accounts Table (acc_coa)

 

Table stores the “Chart of Accounts” for an organization

 

 

 

Column Name Data TypeDescription
idint 
gl_codevarchar(45) 
categoryvarchar(45)Whether the account falls under “asset”, “income”, “expense”, “liability” or “equity”
parent_IdintReferences “id” of table “m_acc_coa”. For enabling a hierarchical COA
namevarchar(45) 
typevarchar(45)Either “header” or “detail” account. Header accounts will not have transactions logged against them
descriptionvarchar(500) 

 

7.2         Modifications to Loan Product (“m_product_loan”)

 

Table stores the “Chart of Accounts” for an organization

 

Column NameData TypeDescription
accounting_rulevarchar(45)

The type of accounting required. Either “none”, “cash” or “accrual”

*Selecting none would disable posting of all accounting transactions

loan_coa_mapping_idintNull-able foreign key to acc_loan_coa_mapping