Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adamcharnock/battlecat
General purpose accounting interface
https://github.com/adamcharnock/battlecat
accounting django
Last synced: 12 days ago
JSON representation
General purpose accounting interface
- Host: GitHub
- URL: https://github.com/adamcharnock/battlecat
- Owner: adamcharnock
- License: mit
- Created: 2016-11-11T18:17:25.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-26T17:07:33.000Z (over 5 years ago)
- Last Synced: 2024-10-11T11:07:15.173Z (28 days ago)
- Topics: accounting, django
- Language: Python
- Size: 33.2 KB
- Stars: 14
- Watchers: 4
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.txt
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-starred - adamcharnock/battlecat - General purpose accounting interface (django)
README
Battlecat
=========.. image:: https://img.shields.io/pypi/v/battlecat.svg
:target: https://badge.fury.io/py/battlecat.. image:: https://img.shields.io/pypi/dm/battlecat.svg
:target: https://pypi.python.org/pypi/battlecat.. image:: https://img.shields.io/github/license/adamcharnock/battlecat.svg
:target: https://pypi.python.org/pypi/battlecat/.. image:: https://travis-ci.org/adamcharnock/battlecat.svg?branch=master
:target: https://travis-ci.org/adamcharnock/battlecat/.. image:: https://coveralls.io/repos/github/adamcharnock/battlecat/badge.svg?branch=master
:target: https://coveralls.io/github/adamcharnock/battlecat?branch=masterBattlecat is a general purpose double entry accounting web application.
Battlecat is based on `Hordak`_ and is currently a work in progress.Requirements
------------* Django >= 1.9
* Postgres >= 9.2
* Python 2.7, 3.4, 3.5
* Linux or macOSDocumentation
-------------Documentation TBA. However, see the `Hordak docs`_ to understand the core
mechanics.Get involved
------------Help is very welcome indeed. There isn't much here yet which makes it hard
to know where to start. However, we should have something rough sketched out
soon, at which point getting involved may be easier.Of course, feel free to get in touch if you want to help out anyway. The
plan is to follow a path roughly similar to that of `Swiftwind`_, but
more general purpose.Credits
-------* Initial development by `Adam Charnock`_
Battlecat is packaged using `Seed`_.
.. _Hordak: https://github.com/adamcharnock/django-hordak
.. _Swiftwind: https://github.com/adamcharnock/swiftwind
.. _Seed: https://github.com/adamcharnock/seed
.. _Adam Charnock: https://adamcharnock.com
.. _Hordak docs: http://django-hordak.readthedocs.io/