Accounts

The Account Chart model

Internal name:accounts.Chart
Implemented by:Chart

Views on Account Chart

  • Account Charts (Charts) (Menu Configure ‣ Accounting ‣ Account Charts)

Fields in Account Chart

Tables referring to Account Chart

  • Account Groups (GroupsByChart)

The Account model

Internal name:accounts.Account
Implemented by:Account

Views on Account

  • Accounts (Accounts) (Menu Configure ‣ Accounting ‣ Accounts)
  • Accounts (AccountsByGroup)

Fields in Account

  • Periods (periods, PeriodsField) – For how many months the entered amount counts. For example 1 means a monthly amount, 12 a yearly amount.
  • ... and ID (id, AutoField), Designation (name, BabelCharField), Seq.No. (seqno, IntegerField), Account Chart (chart, ForeignKey to Account Chart), Account Group (group, ForeignKey to Account Group), ref (ref, NullCharField), Account Type (type, ChoiceListField to AccountTypes), Introduction (help_text, RichTextField), Required for Households (required_for_household, BooleanField), Required for Persons (required_for_person, BooleanField), Default amount (default_amount, PriceField)

Actions on Account

  • Duplicate (duplicate, DuplicateSequenced)
  • Up (move_up, MoveUp) – Move this row one row upwards
  • Down (move_down, MoveDown) – Move this row one row downwards

The Account Group model

Internal name:accounts.Group
Implemented by:Group

Views on Account Group

  • Account Groups (Groups) (Menu Configure ‣ Accounting ‣ Account Groups)
  • Account Groups (GroupsByChart)

Fields in Account Group

Tables referring to Account Group

  • Accounts (AccountsByGroup)

The AccountTypes view

Internal name:accounts.AccountTypes (AccountTypes)