Skip to content

Wutitded88/SolidInvoice

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

SolidInvoice


SolidInvoice is a simple open source invoicing application aimed to help small businesses and freelancers manage their day-to-day billing. It's a feature rich elegant online application to ensure that you can always get paid on time.

Features

  • 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

Demo

https://demo.solidinvoice.co/

Requirements

PHP >= 7.4.15 is required. Use the latest version of PHP for best experience.

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

Contributing

See CONTRIBUTING

License

SolidInvoice is open-sourced software licensed under the MIT license

Please see the LICENSE file for the full license.

Donate

Thank you for supporting the project!

Paypal

About

Simple and elegant invoicing solution.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 73.9%
  • Twig 14.9%
  • JavaScript 7.9%
  • SCSS 1.1%
  • CSS 1.1%
  • Handlebars 1.0%
  • Shell 0.1%