Skip to content

nickfls/SolidInvoice

 
 

Repository files navigation

SolidInvoice

Build Status Scrutinizer Quality Score Gitter chat

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

After all the dependencies has been installed, the next step is to install all the web assets

$ php bin/console assets:install --symlink web

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

$ npm install
$ ./node_modules/.bin/gulp

Now you should have a fully working copy of SolidInvoice.

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

$ php bin/console fos:js-routing:dump --callback=define
$ php bin/console bazinga:js-translation:dump --merge-domains

Otherwise you can run the app using app_dev.php to run it in development mode.

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

About

Simple and elegant invoicing solution.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 67.7%
  • JavaScript 16.0%
  • HTML 12.5%
  • Gherkin 1.9%
  • CSS 1.8%
  • Shell 0.1%