2013-11-26 14:36:59 +01:00
# Invoice Ninja
2013-11-26 15:18:45 +01:00
## Simple, Intuitive Invoicing
2013-11-26 14:36:59 +01:00
2014-01-29 13:11:38 +01:00
### [http://www.invoiceninja.com](http://www.invoiceninja.com)
2013-11-26 14:36:59 +01:00
### Introduction
2013-11-26 22:26:50 +01:00
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.
2013-11-26 14:36:59 +01:00
### Features
2014-01-04 22:31:37 +01:00
* Core application built using Laravel 4.1
2013-11-26 14:36:59 +01:00
* Invoice PDF generation directly in the browser
2014-01-08 00:59:06 +01:00
* Tax rates and payment terms
2013-11-26 14:36:59 +01:00
* Integrates with many payment providers
2014-01-04 22:31:37 +01:00
* Recurring invoices
2013-11-26 14:36:59 +01:00
### Remaining Work
2013-11-26 15:18:45 +01:00
* Home dashboard
2014-01-08 00:59:06 +01:00
* Multiple language support
2013-11-26 14:36:59 +01:00
* Reports
2013-11-26 15:18:45 +01:00
### Steps to setup
2013-11-26 22:26:50 +01:00
Clone the Github project
2013-11-26 15:18:45 +01:00
git clone git@github.com:hillelcoren/invoice-ninja.git ninja
2014-01-05 15:03:29 +01:00
cd ninja
2013-11-26 15:18:45 +01:00
2014-01-05 15:03:29 +01:00
Install Laravel packages using Composer
2014-01-31 07:33:07 +01:00
2014-01-29 11:41:38 +01:00
Note: you may be prompted for your Github user/pass due to their API limits.
2013-11-26 15:18:45 +01:00
composer install
2014-01-05 15:03:29 +01:00
Install JavaScript packages using Bower
bower install
2013-11-26 22:26:50 +01:00
Configure config/database.php and then initialize the database
2013-11-26 15:18:45 +01:00
2013-12-05 16:23:24 +01:00
php artisan migrate --seed
2013-11-26 15:18:45 +01:00
2013-11-26 14:36:59 +01:00
### Frameworks/Libraries
* [laravel/laravel ](https://github.com/laravel/laravel ) - A PHP Framework For Web Artisans
* [twbs/bootstrap ](https://github.com/twbs/bootstrap ) - Sleek, intuitive, and powerful front-end framework for faster and easier web development.
* [patricktalmadge/bootstrapper ](https://github.com/patricktalmadge/bootstrapper ) - Laravel Twitter Bootstrap Bundle
* [danielfarrell/bootstrap-combobox ](https://github.com/danielfarrell/bootstrap-combobox ) - A combobox plugin
* [jquery/jquery ](https://github.com/jquery/jquery ) - jQuery JavaScript Library
* [eternicode/bootstrap-datepicker ](https://github.com/eternicode/bootstrap-datepicker ) - A datepicker for @twitter bootstrap
* [jquery/jquery-ui ](https://github.com/jquery/jquery-ui ) - The official jQuery user interface library
* [knockout/knockout ](https://github.com/knockout/knockout ) - Knockout makes it easier to create rich, responsive UIs with JavaScript
2013-11-26 14:37:55 +01:00
* [rniemeyer/knockout-sortable ](https://github.com/rniemeyer/knockout-sortable ) - A Knockout.js binding to connect observableArrays with jQuery UI sortable functionality
2013-11-26 14:36:59 +01:00
* [MrRio/jsPDF ](https://github.com/MrRio/jsPDF ) - Generate PDF files in JavaScript. HTML5 FTW.
2013-11-26 14:37:55 +01:00
* [FortAwesome/Font-Awesome ](https://github.com/FortAwesome/Font-Awesome ) - The iconic font designed for Bootstrap that works with twitter bootstrap
2013-11-26 14:36:59 +01:00
* [jasonlewis/basset ](https://github.com/jasonlewis/basset ) - A better asset management package for Laravel
* [Zizaco/confide ](https://github.com/Zizaco/confide ) - Confide is a authentication solution for Laravel 4
* [Anahkiasen/former ](https://github.com/Anahkiasen/former ) - A powerful form builder, for Laravel and other frameworks (stand-alone too)
* [barryvdh/laravel-debugbar ](https://github.com/barryvdh/laravel-debugbar ) - Laravel debugbar
* [DataTables/DataTables ](https://github.com/DataTables/DataTables ) - Tables plug-in for jQuery
* [Chumper/Datatable ](https://github.com/Chumper/Datatable ) - This is a laravel 4 package for the server and client side of datatables
* [omnipay/omnipay ](https://github.com/omnipay/omnipay ) - A framework agnostic, multi-gateway payment processing library for PHP 5.3+
2013-11-28 22:10:01 +01:00
* [Intervention/image ](https://github.com/Intervention/image ) - PHP Image Manipulation
2013-12-03 18:32:33 +01:00
* [webpatser/laravel-countries ](https://github.com/webpatser/laravel-countries ) - Almost ISO 3166_2, 3166_3, currency, Capital and more for all countries
2013-12-05 16:23:24 +01:00
* [briannesbitt/Carbon ](https://github.com/briannesbitt/Carbon ) - A simple API extension for DateTime with PHP 5.3+
2013-12-08 20:08:17 +01:00
* [thomaspark/bootswatch ](https://github.com/thomaspark/bootswatch ) - Themes for Bootstrap
2013-12-17 14:14:47 +01:00
* [mozilla/pdf.js ](https://github.com/mozilla/pdf.js ) - PDF Reader in JavaScript
2013-12-29 18:40:11 +01:00
* [nnnick/Chart.js ](https://github.com/nnnick/Chart.js ) - Simple HTML5 Charts using the < canvas > tag
2014-01-02 00:12:33 +01:00
* [josscrowcroft/accounting.js ](https://github.com/josscrowcroft/accounting.js ) - A lightweight JavaScript library for number, money and currency formatting
* [jashkenas/underscore ](https://github.com/jashkenas/underscore ) - JavaScript's utility _ belt