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

99 lines
4.7 KiB
Markdown
Raw Normal View History

2015-09-17 22:28:54 +02:00
<p align="center">
2016-08-15 05:39:15 +02:00
<img src="https://raw.githubusercontent.com/hillelcoren/invoice-ninja/master/public/images/round_logo.png" alt="Sublime's custom image"/>
2015-09-17 22:28:54 +02:00
</p>
2015-09-17 22:26:57 +02:00
# Invoice Ninja
2015-03-18 15:34:33 +01:00
2017-03-09 20:27:15 +01:00
[![Build Status](https://travis-ci.org/invoiceninja/invoiceninja.svg?branch=master)](https://travis-ci.org/invoiceninja/invoiceninja)
2017-01-01 19:26:32 +01:00
[![Docs](https://readthedocs.org/projects/invoice-ninja/badge/?version=latest)](http://docs.invoiceninja.com/en/latest/?badge=latest)
2016-08-30 15:56:46 +02:00
[![Join the chat at https://gitter.im/hillelcoren/invoice-ninja](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/hillelcoren/invoice-ninja?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
2017-05-17 08:35:33 +02:00
## [Hosted](https://www.invoiceninja.com) | [Self-Hosted](https://www.invoiceninja.org) | [iPhone](https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=1220337560&mt=8) | [Android](https://play.google.com/store/apps/details?id=com.invoiceninja.invoiceninja)
2016-05-17 22:45:00 +02:00
2017-05-17 08:36:40 +02:00
Watch this [YouTube video](https://www.youtube.com/watch?v=xHGKvadapbA) for an overview of the app's features.
2016-12-21 16:44:30 +01:00
2017-08-03 18:12:41 +02:00
All Pro and Enterprise features from the hosted app are included in the open-source code. We offer a $20 per year white-label license to remove our branding. Note: the white-label license is intended for personal use, please email us at contact@invoiceninja.com if you'd like to resell the app.
2016-09-06 09:27:46 +02:00
2017-07-02 15:27:39 +02:00
The self-host zip includes all third party libraries whereas downloading the code from GitHub requires using Composer to install the dependencies.
2016-09-12 07:56:53 +02:00
## Affiliates Programs
2017-04-12 21:59:41 +02:00
* Referral program (we pay you): $100 per sign up paid over 3 years - [Learn more](https://www.invoiceninja.com/referral-program/)
2017-04-23 14:26:18 +02:00
* White-label reseller (you pay us): $500 sign up fee and either 10% of revenue or $1 per user per month
2015-11-24 20:45:13 +01:00
### Installation Options
2017-07-02 15:27:39 +02:00
* [Self-Host Zip](http://docs.invoiceninja.com/en/latest/install.html)
2017-05-09 14:50:02 +02:00
* [Docker File](https://github.com/invoiceninja/dockerfiles)
* [Softaculous](https://www.softaculous.com/apps/ecommerce/Invoice_Ninja)
2015-04-30 19:54:19 +02:00
## Requirements
2016-03-01 20:46:47 +01:00
2016-02-27 21:12:22 +01:00
* PHP >= 5.5.9
2015-11-24 20:52:48 +01:00
* MySQL
## Recommended Providers
2016-09-05 20:34:47 +02:00
* [WePay](https://www.invoiceninja.com/wepay-accept-online-payments-instantly/)
2016-02-22 14:17:28 +01:00
* [Stripe](https://stripe.com/)
* [Postmark](https://postmarkapp.com/)
2016-12-21 16:39:01 +01:00
## Features
2016-03-02 14:43:09 +01:00
* Built using Laravel 5.2
2015-09-02 12:59:03 +02:00
* Live PDF generation using [pdfmake](http://pdfmake.org/)
2016-11-07 16:42:54 +01:00
* Supports 50+ payment gateways with [Omnipay](https://github.com/thephpleague/omnipay)
2017-04-28 09:10:34 +02:00
* Integrate with hundreds of apps with [Zapier](https://zapier.com/zapbook/invoice-ninja/) and [Integromat](https://www.integromat.com/en/integrations/invoiceninja)
* Recurring invoices with auto-billing
2016-02-14 20:44:49 +01:00
* Expenses and vendors
2016-09-06 09:20:51 +02:00
* Import bank statements with [OFX](http://www.ofxhome.com/)
2015-05-31 14:37:29 +02:00
* Tasks with time-tracking
2016-05-10 21:51:17 +02:00
* File Attachments
2015-09-02 12:59:03 +02:00
* Multi-user/multi-company support
2015-05-31 14:37:29 +02:00
* Tax rates and payment terms
2015-09-17 22:26:57 +02:00
* Reminder emails
2015-05-09 20:25:16 +02:00
* Partial payments
2015-10-14 22:56:17 +02:00
* Client portal
2015-05-09 20:25:16 +02:00
* Custom email templates
* [D3.js](http://d3js.org/) visualizations
## Documentation
2016-08-30 15:01:37 +02:00
* [User Guide](http://docs.invoiceninja.com/en/latest/)
2015-10-07 21:24:37 +02:00
* [Support Forum](https://www.invoiceninja.com/forums/forum/support/)
* [Feature Roadmap](https://trello.com/b/63BbiVVe/)
2017-05-22 09:29:19 +02:00
## Tools
* [InvoicePlane Import](https://github.com/turbo124/Plane2Ninja)
2017-06-25 09:08:19 +02:00
* [Toggl Sync](https://github.com/Matth--/toggl-invoiceninja-sync)
2017-07-12 12:02:55 +02:00
* [Shopping Cart](https://github.com/Scifabric/invoiceninjashoppingcart)
2017-05-22 09:29:19 +02:00
2016-12-08 08:57:13 +01:00
## Development
* [API Documentation](https://www.invoiceninja.com/api-documentation/)
2017-02-14 11:37:10 +01:00
* [PHP SDK](https://github.com/invoiceninja/sdk-php)
2017-04-28 09:08:28 +02:00
* [Zend Framework](https://github.com/alexz707/InvoiceNinjaModule)
2017-02-14 11:37:10 +01:00
* [Custom Module](http://docs.invoiceninja.com/en/latest/custom_modules.html) | [Watch Video](https://www.youtube.com/watch?v=8jJ-PYuq85k)
2016-11-13 22:47:51 +01:00
2017-06-26 16:36:14 +02:00
## Third Party Developers
* [theDevelopers](https://www.thedevelopers.ro/customisation-request-invoiceninja)
2017-06-26 16:37:52 +02:00
2017-06-26 16:37:29 +02:00
Email us to be added to the list
2017-06-26 16:36:14 +02:00
## Contributing
All contributors are welcome!
For information on how contribute to Invoice Ninja, please see our [contributing guide](CONTRIBUTING.md).
## Credits
2017-04-02 23:41:48 +02:00
* [Hillel Coren](https://hillelcoren.com/)
2017-05-18 11:36:08 +02:00
* [David Bomba](https://github.com/turbo124)
* [All contributors](https://github.com/invoiceninja/invoiceninja/graphs/contributors)
2016-02-14 22:19:23 +01:00
**Special thanks to:**
2015-10-07 21:25:35 +02:00
* [Troels Liebe Bentsen](https://github.com/tlbdk)
* [Jeramy Simpson](https://github.com/JeramyMywork) - [MyWork](https://www.mywork.com.au)
* [Sigitas Limontas](https://lt.linkedin.com/in/sigitaslimontas)
2015-12-31 05:47:09 +01:00
* [Joshua Dwire](https://github.com/joshuadwire) - [Some Techie](https://www.sometechie.com)
2016-08-22 11:47:41 +02:00
* [Holger Lösken](https://github.com/codedge) - [codedge](http://codedge.de)
* [Samuel Laulhau](https://github.com/lalop) - [Lalop](http://lalop.co/)
2017-04-28 09:08:28 +02:00
* [Alexander Zamponi](https://github.com/alexz707)
2017-06-25 09:08:19 +02:00
* [Matthieu Calie](https://github.com/Matth--)
2015-10-07 21:25:35 +02:00
## License
Invoice Ninja is released under the Attribution Assurance License.
2016-08-02 11:52:18 +02:00
See [LICENSE](LICENSE) for details.