2014-05-12 12:19:25 +02:00
2014-05-12 12:19:25 +02:00
2014-01-15 14:01:24 +00:00
2014-04-28 23:05:37 +03:00
2014-05-12 12:19:25 +02:00
2014-03-17 20:05:01 +02:00
2014-02-09 23:38:40 +02:00
2014-02-09 23:38:40 +02:00
2014-05-05 01:00:33 +03:00
2014-05-06 11:50:17 +03:00
2014-02-04 00:56:23 +02:00
2014-05-01 21:12:40 -03:00
2014-04-29 23:46:40 +03:00
2014-03-11 19:37:54 +02:00
2014-04-28 23:05:37 +03:00
2014-02-09 23:38:40 +02:00
2014-02-09 23:38:40 +02:00
2014-05-08 22:19:33 +03:00
2014-02-09 23:38:40 +02:00
2014-02-09 23:38:40 +02:00

Invoice Ninja

Simple, Intuitive Invoicing

https://www.invoiceninja.com

Introduction

Most online invoicing sites are expensive. They shouldn't be. The aim of this project is to provide a free, open-source alternative. This guide is the simplest way to setup the site. The high level instructions for setting up the site using Git are below but there's also a more detailed setup guide.

To connect follow @invoiceninja or join the Facebook Group. For discussion of the code please use the Google Group.

If you'd like to translate the site please use caouecs/Laravel4-long for the starter files.

Site design by kantorp-wegl.in

Features

  • Core application built using Laravel 4.1
  • Invoice PDF generation directly in the browser
  • Integrates with many payment providers
  • Recurring invoices
  • Tax rates and payment terms

Steps to setup

If you plan on submitting changes it's best to fork the repo, otherwise you can just checkout the code.

git clone git@github.com:hillelcoren/invoice-ninja.git ninja
cd ninja

Install Laravel packages using Composer

Note: you may be prompted for your Github user/pass due to their API limits.

composer install

Configure config/database.php and config/mail.php and initialize the database.

php artisan migrate --seed

Frameworks/Libraries

Description
Invoices, Expenses and Tasks built with Laravel, Flutter and React
Readme 4.1 GiB
Languages
PHP 94%
Blade 4.2%
HTML 1.8%