All Projects → dulacp → Django Accounting

dulacp / Django Accounting

Licence: mit
Accounting pluggable app for Django 1.7+ projects

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Django Accounting

Django Hordak
Double entry accounting in Django
Stars: ✭ 159 (-4.79%)
Mutual labels:  accounting, django
Django Ledger
A bookkeeping & financial analysis engine for the Django Framework. UNDER ACTIVE DEVELOPMENT & NOT STABLE YET.
Stars: ✭ 253 (+51.5%)
Mutual labels:  accounting, django
Pongo2
Django-syntax like template-engine for Go
Stars: ✭ 2,111 (+1164.07%)
Mutual labels:  django
Usaspending Api
Server application to serve U.S. federal spending data via a RESTful API
Stars: ✭ 166 (-0.6%)
Mutual labels:  django
Musicrecommendersystem
Django-Based Music Recommendation
Stars: ✭ 165 (-1.2%)
Mutual labels:  django
Django Material Admin
Material design for django administration
Stars: ✭ 163 (-2.4%)
Mutual labels:  django
Patchman
Patchman is a Linux Patch Status Monitoring System
Stars: ✭ 163 (-2.4%)
Mutual labels:  django
Balance
Balance accounting (bookkeeping) system based on debit and credit principle
Stars: ✭ 162 (-2.99%)
Mutual labels:  accounting
Vue People
VuePeople lists and connects Vue.JS developers around the world.
Stars: ✭ 167 (+0%)
Mutual labels:  django
Consumerfinance.gov
Django project protecting American consumers
Stars: ✭ 164 (-1.8%)
Mutual labels:  django
Portfolio Generator
HoxNox - Portfolios Made Easy, Generate portfolios in 3 easy steps
Stars: ✭ 166 (-0.6%)
Mutual labels:  django
Jmeter Control Center
Online web application-dashboard for report analyzing,running and online monitoring of load tests started with JMeter
Stars: ✭ 164 (-1.8%)
Mutual labels:  django
Learnpythonforresearch
This repository provides everything you need to get started with Python for (social science) research.
Stars: ✭ 163 (-2.4%)
Mutual labels:  accounting
Django Planet
🌐 A django planet and feeds (RSS and ATOM) aggregator application for Django
Stars: ✭ 165 (-1.2%)
Mutual labels:  django
Archweb
Arch Linux website code
Stars: ✭ 161 (-3.59%)
Mutual labels:  django
Django instagram
Photo sharing social media site built with Python/Django. Based on Instagram's design.
Stars: ✭ 165 (-1.2%)
Mutual labels:  django
3proxy
3proxy - tiny free proxy server
Stars: ✭ 2,263 (+1255.09%)
Mutual labels:  accounting
Django Loci
Reusable Django app for storing geographic and indoor coordinates. Maintained by the OpenWISP Project.
Stars: ✭ 164 (-1.8%)
Mutual labels:  django
Django Easy Select2
Select2 input widget for django selectable fields.
Stars: ✭ 165 (-1.2%)
Mutual labels:  django
Jet Django
Jet Bridge (Django) for Jet Admin – Admin panel framework for your application
Stars: ✭ 168 (+0.6%)
Mutual labels:  django

django-accounting

In the beginning God created man, and the costs followed afterwards.

|Build Status| |Coverage Status|

Check the associated project Accountant <https://github.com/dulacp/Accountant>__, a concrete integration of the django-accounting application that you can deploy with one click to Heroku.

Requirements

  • Python 3.x
  • Django 1.7+
  • dj-static <https://github.com/kennethreitz/dj-static>__

Features supported

with inspiration from already existing very good services (Xero, Freshbooks, etc)

Those crossed are not yet supported

Books


-  **Estimating** generate estimates that can lead to an invoice or not
-  **Invoicing** generate invoices
-  **Billing** share the maximum of logic with the invoicing system
-  **Payments** to track partial/complete payments of invoices and bills
-  **ExpenseClaim** for employees of organizations that used their
   personnal accounts
-  **Dashboard / Current balance** displayed the current balance
-  **Dashboard / Overdued invoices & bills** to track what's late

Clients
  • Creation/Update
  • [STRIKEOUT:Deletion inform the user of the cascade deletion of invoices and bills]
  • Professional address specify the address on the client model
  • Linked to organization to implicitly create the bill when cross-invoicing between organizations

Reports


-  **Profit and Loss** to know how much you've collected, and how much
   you've spent
-  **Tax Report** to know how much you need to keep for taxes
   declarations
-  **Payroll Report** to know how much you need to keep for payroll
   taxes
-  **Invoice details Report** to understand the calculations that lead
   to the tax report and the payroll report
-  [STRIKEOUT:**Expense claims Report** to compute what the company owes
   to whom quickly]

Contact
-------

| `Pierre Dulac <http://github.com/dulacp>`_
| `@_dulacp <https://twitter.com/_dulacp>`_

License
-------

Accounting is available under the MIT license. See the LICENSE file for
more info.

.. |Build Status| image:: https://travis-ci.org/dulacp/django-accounting.svg
   :target: https://travis-ci.org/dulacp/django-accounting
.. |Coverage Status| image:: https://coveralls.io/repos/dulacp/django-accounting/badge.svg
   :target: https://coveralls.io/r/dulacp/django-accounting
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].