Giter Club home page Giter Club logo

solidinvoice's Introduction

SolidInvoice

Build Status Scrutinizer Quality Score

Open-Source General Billing Manager

SolidInvoice is an open-source application that allows you to manage clients and contacts and send invoices and quotes.

Requirements

SolidInvoice requires minimum PHP 7.1.0.

Note: The latest version of PHP is always recommended

Installation

Docker

Docker makes it really easy to get started as quickly as possible in running SolidInvoice.

The docker image is available at https://hub.docker.com/r/solidinvoice/solidinvoice/ with instructions on how to get started.

Archived Package

Download the latest release from https://github.com/SolidInvoice/SolidInvoice/releases in either zip or tar.gz format, and extract the contents of the archive under your webserver directory.

For developers

To install from source, you first need to clone the repository, then you need composer in order to install all the dependencies.

To clone the repository, issue the following command. Remember to clone the repository to the path you want, that is accessible from your webserver.

git clone https://github.com/SolidInvoice/SolidInvoice.git

Then go into the repository directory

cd SolidInvoice

Now you need to get composer

curl -s http://getcomposer.org/installer | php

When composer is finished downloading, you can install the required dependencies:

php composer.phar install

The final step is to install the Node packages, and compile all the assets

npm install
npm run dev

Now you should have a fully working copy of SolidInvoice.

If you want to run SolidInvoice in production mode, some additional steps is required:

npm run build

Features

Some of the basic features included in SolidInvoice is:

  • Clients and Contacts management
  • Create and manage Quotes
  • Create and manage Invoices
  • Accept payments online
  • Tax and discount handling
  • RESTful API
  • Receive Notifications either via text message, email or through HipChat
  • More to come

Contributing

See CONTRIBUTING

License

SolidInvoice is open-sourced software licensed under the MIT license

Please see the LICENSE file for the full license.

Demo

http://demo.solidinvoice.co/

Donate

Paypal

solidinvoice's People

Contributors

dependabot[bot] avatar edg2s avatar imgbot[bot] avatar itsjw avatar lillymich avatar pierredup avatar scrutinizer-auto-fixer avatar stkrzysiak avatar waffle-with-pears avatar

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.