1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-19 16:01:34 +02:00
invoiceninja/README.md

4.0 KiB

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
  • Tax rates and payment terms
  • Integrates with many payment providers
  • Recurring invoices

Remaining Work

  • Home dashboard
  • Multiple language support
  • Reports

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