yoyo2k / django-simple-accounting

A simple accounting applications for Django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Main Author

Lorenzo Franceschini <lorenzo.franceschini@informatetica.it>

Overwiew

django-accounting is a simple accounting applications for Django.

Features

Custom settings

TRANSACTION_TYPES

Name:

TRANSACTION_TYPES

Type:

list/tuple of strings (by convention, they should be uppercase)

Default:

()

Description:

A list of (financial) transaction types available in a given domain/project.

This setting is used as the set of choices for the kind field of the Transaction model.

About

A simple accounting applications for Django

License:GNU Affero General Public License v3.0