GithubHelp home page GithubHelp logo

otmane047 / acornaccounting Goto Github PK

View Code? Open in Web Editor NEW

This project forked from prikhi/acornaccounting

0.0 1.0 0.0 3.97 MB

A Django-based Accounting System for Egalitarian Communities

Home Page: http://bugs.sleepanarchy.com/projects/acorn-accounting/roadmap

License: Other

Python 82.50% HTML 13.86% CSS 2.38% JavaScript 1.26%

acornaccounting's Introduction

Acorn Accounting

Attention!

This project is no longer actively used or maintained. Future work is being done on a new project that integrates with QuickBooks Desktop.

Acorn Accounting is an Open Source Double Entry Accounting System written using Python and Django.

Acorn Accounting is targeted towards egalitarian communities with needs such as paying stipends, entering town trips and tracking membership.

Test Status Code Coverage Documentation Status

Quickstart

Install virtualenv:

$ pip install virtualenv virtualenvwrapper

Configure virtualenvwrapper:

$ export WORKON_HOME=~/.virtualenvs
$ mkdir -p $WORKON_HOME
$ source /usr/bin/virtualenvwrapper.sh      # Or add this to your .bashrc

Create a new virtual environment:

$ mkvirtualenv AcornAccounting
$ workon AcornAccounting

Install the prerequisites:

$ pip install --no-binary django -r requirements/local.txt

Specify some environmental variables:

$ export DJANGO_SECRET_KEY="A Random 50 Character String"
$ export DB_NAME="<database name>"
$ export DB_USER="<database username>"

Create all necessary tables:

$ python manage.py syncdb --settings=accounting.settings.local
$ python manage.py migrate --settings=accounting.settings.local

Run the development server:

$ cd acornaccounting
$ python manage.py runserver --settings=accounting.settings.local

You can omit the settings flag by setting the DJANGO_SETTINGS_MODULE environmental variable:

$ export DJANGO_SETTINGS_MODULE=accounting.settings.local
$ python manage.py runserver

Running Tests

Install the prerequisites:

$ pip install -r requirements/test.txt

Run the tests:

$ cd acornaccounting
$ py.test

To continuously run tests when source files change:

$ ptw

Building the Full Documentation

Install the prerequisites:

$ pip install -r requirements/local.txt

Build the documentation:

$ cd docs
$ make html

The HTML files will be output to the docs/build/html directory.

acornaccounting's People

Contributors

prikhi avatar clehner avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.