Coder Social home page Coder Social logo

terrameijar / divio-django-invoice Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 2.0 1.81 MB

Django Invoicing Application hosted on the Divio Cloud

License: GNU General Public License v3.0

Dockerfile 1.84% Python 59.00% Shell 0.22% CSS 2.66% HTML 35.79% Makefile 0.49%

divio-django-invoice's Introduction

Invoice Generator

A Django Powered Invoice Generator

Django Invoice Generator

A free and simple invoicing solution.

terrameijar codecov

This invoice generator is a Django powered online tool to build PDF invoices from your web browser using a ready made template.

Screenshots

Screencast

Development setup

Django invoices runs in a docker container and uses a Postgres 9.x image. Before you can run it, you need to have Docker and Docker-compose installed

  • Install Docker and docker-compose for your platform

  • clone the repo:

    git clone [email protected]:terrameijar/divio-django-invoice.git
  • Build and run the project:

    docker-compose build
    docker-compose run
  • To run the automated tests:

    make test

Release History

  • 0.0.1
    • Work in progress

Meta

Vuyisile Ndlovu โ€“ @terrameijar vuyisile.com

Distributed under the GNU GENERAL PUBLIC LICENSE license. See LICENSE for more information.

https://github.com/terrameijar/

Contributing

  1. Fork it (https://github.com/terrameijar/divio-django-invoice)

  2. Create your feature branch (git checkout -b feature/fooBar)

  3. Run lint checks

    make lint

    If lint check fails, make the necessary changes and run the linter again until the lint check passes. If the code needs formatting, run black:

    make format

    When the lint check passes, run the automated tests.

  4. Run tests to ensure that your changes didn't break anything:

    make test
  5. Commit your changes (git commit -am 'Add some feature')

  6. Push to the branch (git push origin feature/fooBar)

  7. Create a new Pull Request in GitHub against the develop branch.

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.