Comptes

The Plan comptable model

Internal name:accounts.Chart
Implemented by:Chart

Views on Plan comptable

  • Plan comptables (Charts) (Menu Configuration ‣ Comptabilité ‣ Plan comptables)

Fields in Plan comptable

Tables referring to Plan comptable

  • Groupes de comptes (GroupsByChart)

The Compte model

Internal name:accounts.Account
Implemented by:Account

Views on Compte

  • Comptes (Accounts) (Menu Configuration ‣ Comptabilité ‣ Comptes)
  • Comptes (AccountsByGroup)

Fields in Compte

  • Périodes (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), Description (name, BabelCharField), N° de séq (seqno, IntegerField), Plan comptable (chart, ForeignKey to Plan comptable), Groupe de comptes (group, ForeignKey to Groupe de comptes), ref (ref, NullCharField), Type de compte (type, ChoiceListField to AccountTypes), Introduction (help_text, RichTextField), obligatoire pour ménages (required_for_household, BooleanField), obligatoire pour personnes (required_for_person, BooleanField), Default amount (default_amount, PriceField)

Actions on Compte

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

The Groupe de comptes model

Internal name:accounts.Group
Implemented by:Group

Views on Groupe de comptes

  • Groupes de comptes (Groups) (Menu Configuration ‣ Comptabilité ‣ Groupes de comptes)
  • Groupes de comptes (GroupsByChart)

Fields in Groupe de comptes

Tables referring to Groupe de comptes

  • Comptes (AccountsByGroup)

The AccountTypes view

Internal name:accounts.AccountTypes (AccountTypes)