Comptes¶
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
- ID (id, AutoField), Description (name, BabelCharField)
Actions on Plan comptable
- 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 Plan comptable
- Groupes de comptes (GroupsByChart)
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), obligatoire pour ménages (required_for_household, BooleanField), obligatoire pour personnes (required_for_person, BooleanField), Default amount (default_amount, PriceField)
Actions on Compte
- 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
- Dupliquer (duplicate, DuplicateSequenced)
- Up (move_up, MoveUp) – Move this row one row upwards
- Down (move_down, MoveDown) – Move this row one row downwards
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
- ID (id, AutoField), Description (name, BabelCharField), Plan comptable (chart, ForeignKey to Plan comptable), ref (ref, NullCharField), Type de compte (account_type, ChoiceListField to AccountTypes)
Actions on Groupe de comptes
- 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 Groupe de comptes
- Comptes (AccountsByGroup)
AccountTypes (view)¶
Internal name: | accounts.AccountTypes (AccountTypes) |
---|