1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 20:22:42 +01:00
Go to file
Hillel Coren ce987cc553 Bug fixes
2014-01-05 00:51:40 +02:00
app Bug fixes 2014-01-05 00:51:40 +02:00
bootstrap Upgraded to laravel 4.1 and working on app engine support 2014-01-04 23:31:37 +02:00
public Upgraded to laravel 4.1 and working on app engine support 2014-01-04 23:31:37 +02:00
.gitattributes Initial commit 2013-11-26 14:45:07 +02:00
.gitignore Setting up fortrabbit [trigger:composer] 2014-01-05 00:28:09 +02:00
artisan Upgraded to laravel 4.1 and working on app engine support 2014-01-04 23:31:37 +02:00
composer.json Upgraded to laravel 4.1 and working on app engine support 2014-01-04 23:31:37 +02:00
composer.lock Setting up fortrabbit [trigger:composer] 2014-01-05 00:28:09 +02:00
LICENSE Implemented notifications 2013-12-25 16:34:42 -05:00
php.ini Upgraded to laravel 4.1 and working on app engine support 2014-01-04 23:31:37 +02:00
phpunit.xml Initial commit 2013-11-26 14:45:07 +02:00
README.md Upgraded to laravel 4.1 and working on app engine support 2014-01-04 23:31:37 +02:00
scheduler.yml Working on recurring invoices 2013-12-10 19:18:35 +02:00
server.php Initial commit 2013-11-26 14:45:07 +02:00

Invoice Ninja

Simple, Intuitive Invoicing

Live demo: http://invoice-ninja.appspot.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
  • Integrates with many payment providers
  • Recurring invoices

Remaining Work

  • Home dashboard
  • Reports

Steps to setup

Clone the Github project

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

Install packages using Composer

cd ninja
composer install

Configure config/database.php and then initialize the database

php artisan migrate --seed

Frameworks/Libraries