dulacp / django-accounting

Accounting pluggable app for Django 1.7+ projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-accounting

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

Build Status Coverage Status

Check the associated project Accountant, a concrete integration of the django-accounting application that you can deploy with one click to Heroku.

Requirements

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

License

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

About

Accounting pluggable app for Django 1.7+ projects

License:MIT License


Languages

Language:Python 69.9%Language:HTML 23.8%Language:JavaScript 4.5%Language:CSS 1.0%Language:Makefile 0.4%Language:Shell 0.4%