Models
CurrencyField(*args, **kwargs)
¶
Company
¶
BankAccount
¶
Bases: Model
is_owned_by(user)
¶
Check if that object can be edited by the given user.
Source code in accounting/models.py
ClubAccount
¶
GeneralJournal
¶
Operation
¶
Bases: Model
An operation is a line in the journal, a debit or a credit.
is_owned_by(user)
¶
Check if that object can be edited by the given user.
Source code in accounting/models.py
can_be_edited_by(user)
¶
Check if that object can be edited by the given user.
Source code in accounting/models.py
AccountingType
¶
Bases: Model
Accounting types.
Those are numbers used in accounting to classify operations
is_owned_by(user)
¶
Check if that object can be edited by the given user.
SimplifiedAccountingType
¶
Bases: Model
Simplified version of AccountingType
.
Label
¶
Bases: Model
Label allow a club to sort its operations.