1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-09 20:52:56 +01:00
Go to file
2013-11-28 21:06:38 +02:00
app Added support for multiple contacts 2013-11-28 21:06:38 +02:00
bootstrap Initial commit 2013-11-26 14:45:07 +02:00
public Added support for multiple contacts 2013-11-28 21:06:38 +02:00
.gitattributes Initial commit 2013-11-26 14:45:07 +02:00
.gitignore Initial commit 2013-11-26 14:45:07 +02:00
artisan Initial commit 2013-11-26 14:45:07 +02:00
composer.json Initial commit 2013-11-26 14:45:07 +02:00
LICENSE Added support for all Omnipay providers 2013-11-28 14:15:34 +02:00
phpunit.xml Initial commit 2013-11-26 14:45:07 +02:00
README.md Added support for all Omnipay providers 2013-11-28 14:15:34 +02:00
server.php Initial commit 2013-11-26 14:45:07 +02:00

Invoice Ninja

Simple, Intuitive Invoicing

Live demo: http://sketch-out.com/ninja/public/

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
  • Invoice PDF generation directly in the browser
  • Integrates with many payment providers

Remaining Work

  • Recurring invoices
  • Internationalization
  • 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
php artisan db:seed

Frameworks/Libraries