Skip to content
/ cgem Public

Simple accounting and reporting web service.

Notifications You must be signed in to change notification settings

nessita/cgem

Repository files navigation

CGEM

tests codecov

CGEM could stand for "Custom Great Expense Manager" or, in spanish, "Cuánto Gastamos Este Mes?". CGEM is a simple accounting and reporting web service built in Django.

It supports handling multiple accounting books, for example to track the family accounting, the company accounting, etc.

You can define a very naive ACL by defining which users can access which book.

Usage

CGEM is a pure Python3 + Django service, so all you need is a Python3 virtualenv with all the dependencies from requirement.txt installed, and just run the server either with the Django test server, or with the provided wsgi file.

Contributing

Tests


As with any Django project, tests can be run with:

python3 manage.py test

About

Simple accounting and reporting web service.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published