Metadata-Version: 1.1
Name: django-accounting
Version: 0.1a1
Summary: Accounting made accessible for small businesses and sole proprietorships through a simple Django project
Home-page: https://github.com/dulaccc/django-accounting
Author: Pierre Dulac
Author-email: pierre@dulaccc.me
License: MIT
Description: # django-accounting
        
        > In the beginning God created man, and the costs followed afterwards.
        
        [![Build Status](https://travis-ci.org/dulaccc/django-accounting.svg)](https://travis-ci.org/dulaccc/django-accounting)
        [![Coverage Status](https://coveralls.io/repos/dulaccc/django-accounting/badge.svg)](https://coveralls.io/r/dulaccc/django-accounting)
        
        Check the associated project [Accountant](https://github.com/dulaccc/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
        
        *with inspiration from already existing very good services (Xero, Freshbooks, etc)*
        
        ### 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**~~
        - **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~~
        
        
        ## Contact
        
        [Pierre Dulac](http://github.com/dulaccc)  
        [@dulaccc](https://twitter.com/dulaccc)
        
        ## License
        Accounting is available under the MIT license. See the LICENSE file for more info.
        
Keywords: Accounting,Django,Money,Cashflow
Platform: linux
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
