2014-01-09 10:39:20 +00:00
2014-01-09 10:39:20 +00:00
2014-01-07 15:50:41 +00:00
2014-01-09 10:05:35 +00:00
2014-01-05 16:03:29 +02:00
2013-11-26 14:45:07 +02:00
2014-01-07 15:50:41 +00:00
2014-01-05 16:03:29 +02:00
2014-01-05 16:44:49 +00:00
2014-01-09 10:39:20 +00:00
2013-12-25 16:34:42 -05:00
2013-11-26 14:45:07 +02:00
2014-01-08 20:09:47 +00:00
2013-12-10 19:18:35 +02:00
2013-11-26 14:45:07 +02:00

Invoice Ninja

Simple, Intuitive Invoicing

Live demo: http://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. Additionally, the hope is this codebase will serve as a sample site for Laravel as well as other JavaScript technologies.

Features

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

Remaining Work

  • Home dashboard
  • Multiple language support
  • Reports

Steps to setup

Clone the Github project

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

Install Laravel packages using Composer

composer install

Install JavaScript packages using Bower

bower install

Configure config/database.php and then 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%