All Projects → SolidInvoice → Solidinvoice

SolidInvoice / Solidinvoice

Licence: mit
Simple and elegant invoicing solution.

Projects that are alternatives of or similar to Solidinvoice

Dolibarr
Dolibarr ERP CRM is a modern software package to manage your company or foundation's activity (contacts, suppliers, invoices, orders, stocks, agenda, accounting, ...). It is open source software (written in PHP) and designed for small and medium businesses, foundations and freelancers. You can freely install, use and distribute it as a standalon…
Stars: ✭ 2,877 (+878.57%)
Mutual labels:  invoice, invoicing, hacktoberfest
Offline invoicing
Desktop invoicing app built with electron. Create Quotes and Invoices. Download PDF or Email directly to your customers.
Stars: ✭ 47 (-84.01%)
Mutual labels:  invoice, quotes, invoicing
itflow
Free and open-source web application for MSPs that streamlines IT documentation, ticketing, invoicing, and accounting, an alternative to ITGlue. It helps in managing and organizing client's IT information, increasing efficiency and profitability.
Stars: ✭ 282 (-4.08%)
Mutual labels:  quotes, invoicing, invoice
Invoiceneko
An Open Sourced Invoice System developed for anyone who needs to generate out an invoice and manage clients
Stars: ✭ 204 (-30.61%)
Mutual labels:  invoice, invoicing, billing
Mue
Fast, open and free-to-use new tab page for modern browsers
Stars: ✭ 56 (-80.95%)
Mutual labels:  quotes, hacktoberfest
Upcount
Invoicing for freelancers & small businesses
Stars: ✭ 230 (-21.77%)
Mutual labels:  invoicing, hacktoberfest
Siwapp
Online Invoice Management in Ruby On Rails.
Stars: ✭ 296 (+0.68%)
Mutual labels:  invoice, invoicing
Kimai2
Kimai v2 is a web-based multiuser time-tracking application. Free for everyone: freelancers, agencies, companies, organizations - all can track their times, generate invoices and more. SaaS version available at https://www.kimai.cloud
Stars: ✭ 1,216 (+313.61%)
Mutual labels:  invoice, invoicing
Invoicenet
Deep neural network to extract intelligent information from invoice documents.
Stars: ✭ 1,886 (+541.5%)
Mutual labels:  invoice, billing
Node Sales Tax
💰 International sales tax calculator for Node (offline, but provides optional online VAT number fraud check). Tax rates are kept up-to-date.
Stars: ✭ 182 (-38.1%)
Mutual labels:  invoice, billing
ZUGFeRD-csharp
C# assembly for creating and reading ZUGFeRD invoices
Stars: ✭ 73 (-75.17%)
Mutual labels:  invoicing, invoice
Ledgersmb
Repository for the LedgerSMB project -- web app for accounting & ERP
Stars: ✭ 222 (-24.49%)
Mutual labels:  invoicing, billing
Invoiceplane
A self-hosted open source application for managing your invoices, clients and payments.
Stars: ✭ 1,936 (+558.5%)
Mutual labels:  invoicing, billing
Fortune Mod
Implementation of the Unix fortune command for displaying a random quotation, for Linux and other systems.
Stars: ✭ 156 (-46.94%)
Mutual labels:  quotes, hacktoberfest
Jetstream Cashier Billing Portal
Jetstream Cashier Billing Portal is a simple scaffolding billing portal to manage subscriptions, invoices and payment methods, built on top of Jetstream & Cashier Register.
Stars: ✭ 45 (-84.69%)
Mutual labels:  invoicing, billing
Akaunting
Free and Online Accounting Software
Stars: ✭ 4,599 (+1464.29%)
Mutual labels:  invoicing, billing
Gauzy
Gauzy™ - Open-Source Business Management Platform (ERP/CRM/HRM)
Stars: ✭ 374 (+27.21%)
Mutual labels:  invoicing, billing
Stripe
A comprehensive PHP Library for the Stripe.
Stars: ✭ 256 (-12.93%)
Mutual labels:  invoice, billing
invoice
📝 PDF invoice generator
Stars: ✭ 76 (-74.15%)
Mutual labels:  invoicing, invoice
Developerexcuses
A Mac OS X Screensaver which shows quotes from http://developerexcuses.com, inofficial
Stars: ✭ 290 (-1.36%)
Mutual labels:  quotes, hacktoberfest

SolidInvoice

Build Status

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].