A source-available invoice, quote, project and time-tracking app built with Laravel
Go to file
Razi KAntorp 723b45f3a7 Fixed field jumping issue in Manage Rate Modal, changed to red color of the remove icon in Manage Rate Modal and Create invoice 2014-03-18 17:08:30 +01:00
app Fixed field jumping issue in Manage Rate Modal, changed to red color of the remove icon in Manage Rate Modal and Create invoice 2014-03-18 17:08:30 +01:00
bootstrap bug fixes 2014-01-15 14:01:24 +00:00
public Fixed field jumping issue in Manage Rate Modal, changed to red color of the remove icon in Manage Rate Modal and Create invoice 2014-03-18 17:08:30 +01:00
tests Bug fixes 2014-03-17 20:05:01 +02:00
.bowerrc Set Proper File permissions. 2014-02-09 23:38:40 +02:00
.gitattributes Set Proper File permissions. 2014-02-09 23:38:40 +02:00
.gitignore bug fixes 2014-02-19 15:28:29 +02:00
LICENSE alert border-radius + border: none 2014-03-18 11:01:02 +01:00
README.md Bug fixes 2014-03-17 20:05:01 +02:00
artisan
bower.json Updates - Header, create user page, global buttons and fields 2014-02-19 16:34:32 +01:00
codeception.yml Added codeception 2014-02-04 00:56:23 +02:00
composer.json alert border-radius + border: none 2014-03-18 11:01:02 +01:00
composer.lock Fixed field jumping issue in Manage Rate Modal, changed to red color of the remove icon in Manage Rate Modal and Create invoice 2014-03-18 17:08:30 +01:00
php.ini Set Proper File permissions. 2014-02-09 23:38:40 +02:00
phpunit.xml Set Proper File permissions. 2014-02-09 23:38:40 +02:00
scheduler.yml Set Proper File permissions. 2014-02-09 23:38:40 +02:00
server.php Set Proper File permissions. 2014-02-09 23:38:40 +02:00

README.md

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

For updates follow @invoiceninja and @hillelcoren

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

Install JavaScript packages using Bower

bower install

Configure config/database.php and then initialize the database

php artisan migrate --seed

Frameworks/Libraries