• Search by Module
  • Search by Word
  • Project Search
  • Top Python APIs
  • Popular Projects
  • Java
  • C++
  • Python
  • Scala
  • Blog
Project: django-accounting (GitHub Link)
  • django-accounting-master
    • Makefile
    • .coveragerc
    • accounting
      • libs
        • fields.py
        • decorators.py
        • exceptions.py
        • prices.py
        • templatetags
          • form_filters.py
          • format_filters.py
          • check_filters.py
          • distance_filters.py
          • introspection_filters.py
          • float_filters.py
          • currency_filters.py
          • url_tags.py
          • display_tags.py
          • nav.py
          • check_tags.py
          • my_filters.py
          • form_tags.py
          • __init__.py
        • intervals.py
        • __init__.py
        • utils.py
        • checks.py
        • foundation.py
      • wsgi.py
      • templates
        • accounting
          • reports
            • report_list.html
            • payrun_settings_update.html
            • pay_run_report.html
            • financial_settings_update.html
            • profit_and_loss_report.html
            • _partials
              • period_form.html
            • settings_list.html
            • tax_report.html
            • invoice_details_report.html
          • books
            • bill_list.html
            • estimate_detail.html
            • bill_detail.html
            • organization_list.html
            • invoice_create_or_update.html
            • expense_claim_list.html
            • organization_detail.html
            • expense_claim_create_or_update.html
            • estimate_create_or_update.html
            • tax_rate_create_or_update.html
            • organization_create_or_update.html
            • invoice_list.html
            • _partials
              • payment_list.html
              • expense_claim_list.html
              • tax_rate_list.html
            • organization_selector.html
            • bill_create_or_update.html
            • payment_create_or_update.html
            • dashboard.html
            • tax_rate_list.html
            • _generics
              • sale_detail.html
              • sale_list.html
              • sale_content.html
            • invoice_detail.html
            • expense_claim_detail.html
            • estimate_list.html
          • base.html
          • _partials
            • form_fields.html
          • people
            • employee_create_or_update.html
            • employee_list.html
            • employee_detail.html
            • client_create_or_update.html
            • client_list.html
            • client_detail.html
          • connect
            • getting_started.html
          • layout.html
          • _generics
            • check_tag.html
            • form.html
            • delete_entity.html
      • apps
        • reports
          • wrappers.py
          • models.py
          • views.py
          • urls.py
          • forms.py
          • __init__.py
          • migrations
            • 0002_auto_20150128_1458.py
            • 0001_initial.py
            • 0003_auto_20150131_1902.py
            • __init__.py
          • admin.py
        • books
          • apps.py
          • managers.py
          • templatetags
            • status_filters.py
            • __init__.py
          • models.py
          • views.py
          • urls.py
          • forms.py
          • __init__.py
          • utils.py
          • migrations
            • 0003_auto_20141029_1606.py
            • 0006_auto_20150206_1836.py
            • 0010_auto_20150210_1449.py
            • 0001_initial.py
            • 0009_auto_20150206_1850.py
            • 0008_auto_20150206_1843.py
            • __init__.py
            • 0002_auto_20141029_1606.py
            • 0007_auto_20150206_1836.py
            • 0004_auto_20141104_1026.py
            • 0011_auto_20150324_1430.py
            • 0005_auto_20150128_1458.py
          • calculators.py
          • admin.py
          • mixins.py
          • context_processors.py
          • middlewares.py
        • people
          • models.py
          • views.py
          • urls.py
          • forms.py
          • __init__.py
          • migrations
            • 0003_employee_payroll_tax_rate.py
            • 0005_auto_20141029_2308.py
            • 0002_auto_20141029_1609.py
            • 0001_initial.py
            • __init__.py
            • 0004_auto_20141029_2306.py
          • admin.py
        • connect
          • models.py
          • views.py
          • urls.py
          • steps.py
          • __init__.py
          • middlewares.py
        • __init__.py
        • context_processors.py
      • urls.py
      • __init__.py
      • defaults.py
      • static
        • accounting
          • js
            • books
              • invoice_or_bill_create.js
            • main.js
            • jquery.formset.js
          • css
            • main.css
    • LICENSE
    • README.rst
    • setup.py
    • runtests.py
    • setup.cfg
    • .travis.yml
    • tests
      • functional
        • libs
          • context_processors_tests.py
          • __init__.py
          • utils_tests.py
          • template_tags_tests.py
        • __init__.py
      • config.py
      • integration
        • __init__.py
      • __init__.py
      • settings.py
      • _site
        • model_tests_app
          • models.py
          • __init__.py
        • __init__.py
      • unit
        • libs
          • prices_tests.py
          • __init__.py
        • books
          • invoice_tests.py
          • bill_tests.py
          • __init__.py
        • clients
          • user_tests.py
          • organization_tests.py
          • __init__.py
        • __init__.py
    • requirements.txt
    • lint.sh
    • .gitignore