1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 00:11:35 +02:00
Go to file
2014-02-19 21:12:31 +01:00
app Merge remote-tracking branch 'upstream/master' 2014-02-19 21:12:31 +01:00
bootstrap bug fixes 2014-01-15 14:01:24 +00:00
public Header updates, forms, tables, buttons. 2014-02-19 21:11:08 +01:00
tests Codeception test:/clients/create form 2014-02-09 23:55:11 +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
artisan Upgraded to laravel 4.1 and working on app engine support 2014-01-04 23:31:37 +02:00
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 bug fixes 2014-02-17 18:25:38 +02:00
composer.lock Updates - Header, create user page, global buttons and fields 2014-02-19 16:34:32 +01:00
LICENSE Set Proper File permissions. 2014-02-09 23:38:40 +02: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
README.md Added support for selecting invoice design 2014-02-19 21:42:57 +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

Invoice Ninja

Simple, Intuitive Invoicing

https://www.invoiceninja.com/rocksteady

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
  • Tax rates and payment terms

Steps to setup

Fork the Github project

https://help.github.com/articles/fork-a-repo

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