Accounts

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

Actions on Account Chart

  • Table (landscape) (as_pdf, PrintTableAction) – Show this table as a pdf document
  • Table (portrait) (as_pdf_p, PortraitPrintTableAction) – Show this table as a pdf document

Tables referring to Account Chart

  • Account Groups (GroupsByChart)

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), Required for Households (required_for_household, BooleanField), Required for Persons (required_for_person, BooleanField), Default amount (default_amount, PriceField)

Actions on Account

  • Table (landscape) (as_pdf, PrintTableAction) – Show this table as a pdf document
  • Table (portrait) (as_pdf_p, PortraitPrintTableAction) – Show this table as a pdf document
  • Duplicate (duplicate, DuplicateSequenced)
  • Up (move_up, MoveUp) – Move this row one row upwards
  • Down (move_down, MoveDown) – Move this row one row downwards

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

Actions on Account Group

  • Table (landscape) (as_pdf, PrintTableAction) – Show this table as a pdf document
  • Table (portrait) (as_pdf_p, PortraitPrintTableAction) – Show this table as a pdf document

Tables referring to Account Group

  • Accounts (AccountsByGroup)

AccountTypes (view)

Internal name:accounts.AccountTypes (AccountTypes)