1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-19 16:01:34 +02:00
Go to file
Hillel Coren b233aa0744 Merge branch 'release-2.6'
Conflicts:
	.travis.yml
	CONTRIBUTING.md
	README.md
	app/Http/Controllers/AccountController.php
	app/Http/Controllers/AppController.php
	app/Http/Controllers/BaseAPIController.php
	app/Http/Controllers/CreditController.php
	app/Http/Controllers/DashboardController.php
	app/Http/Controllers/DocumentController.php
	app/Http/Controllers/PaymentController.php
	app/Http/Controllers/QuoteApiController.php
	app/Http/Requests/EntityRequest.php
	app/Http/routes.php
	app/Listeners/AnalyticsListener.php
	app/Models/Account.php
	app/Models/Credit.php
	app/Models/Document.php
	app/Models/EntityModel.php
	app/Models/Expense.php
	app/Models/Invoice.php
	app/Models/Task.php
	app/Models/VendorContact.php
	app/Ninja/Notifications/PushFactory.php
	app/Ninja/Repositories/DocumentRepository.php
	app/Ninja/Repositories/ExpenseRepository.php
	app/Ninja/Repositories/InvoiceRepository.php
	app/Services/PushService.php
	composer.json
	composer.lock
	database/migrations/2014_05_17_175626_add_quotes.php
	database/seeds/UserTableSeeder.php
	resources/lang/en/texts.php
	resources/views/accounts/customize_design.blade.php
	resources/views/accounts/invoice_design.blade.php
	resources/views/accounts/management.blade.php
	resources/views/expenses/edit.blade.php
	resources/views/header.blade.php
	resources/views/invoices/edit.blade.php
	resources/views/master.blade.php
	resources/views/payments/payment.blade.php
	resources/views/users/edit.blade.php
2016-07-11 23:33:58 +03:00
app Merge branch 'release-2.6' 2016-07-11 23:33:58 +03:00
bootstrap Separated out log messages 2016-04-10 23:05:20 +03:00
config Improved options when exporting data 2016-07-05 16:09:52 +03:00
database Updated plan price field name 2016-07-10 16:53:01 +03:00
public Added expense category 2016-07-05 21:49:47 +03:00
resources Prevent payments for deleted invoices from being included in export 2016-07-11 22:24:49 +03:00
storage Fix for elegant design 2016-06-29 22:59:54 +03:00
tests Merge branch 'release-2.6' 2016-07-11 23:33:58 +03:00
.bowerrc preparation to integrate makepdf 2015-04-12 17:19:26 +03:00
.env.example Merge pull request #923 from vincentdh/develop 2016-07-03 11:58:24 +03:00
.gitattributes Bring in Laravel5 framework. 2015-03-12 10:44:39 +10:00
.gitignore Added additional designs 2016-06-29 22:48:56 +03:00
.htaccess Added support for gzip to the .htaccess file 2016-05-04 23:27:12 +03:00
.styleci.yml Update StyleCI config to exclude test, storage and resources folder 2016-07-04 00:17:28 +02:00
.travis.yml Working on new hosted pricing 2016-07-11 20:08:43 +03:00
artisan Bring in Laravel5 framework. 2015-03-12 10:44:39 +10:00
bower.json Add support for invoice attachments 2016-03-22 22:23:45 -04:00
CHANGELOG.md Added expense category 2016-07-05 21:49:47 +03:00
codeception.yml Working on TravisCI 2016-02-18 11:21:23 +02:00
composer.json Merge branch 'release-2.6' 2016-07-11 23:33:58 +03:00
composer.lock Migration for new pricing 2016-07-10 12:39:34 +03:00
CONTRIBUTING.md Merge branch 'release-2.6' 2016-07-11 23:33:58 +03:00
Gruntfile.js Display documents in invoice PDF 2016-03-23 18:40:42 -04:00
gulpfile.js Bring in Laravel5 framework. 2015-03-12 10:44:39 +10:00
LICENSE Minor fixes 2016-03-17 09:54:32 +02:00
package.json Merging: custom font support 2016-01-07 09:08:30 +02:00
phpspec.yml Bring in Laravel5 framework. 2015-03-12 10:44:39 +10:00
phpunit.xml Bring in Laravel5 framework. 2015-03-12 10:44:39 +10:00
README.md Merge branch 'release-2.6' 2016-07-11 23:33:58 +03:00
server.php Bring in Laravel5 framework. 2015-03-12 10:44:39 +10:00

Sublime's custom image

Invoice Ninja

Build Status Join the chat at https://gitter.im/hillelcoren/invoice-ninja

Hosted | Self-hosted

We're often asked to recommend Laravel/PHP developers to help setup our app and make small adjustments, email us at contact@invoiceninja.com if you're interested in taking on the work.

Affiliates Programs

  • Referral program (we pay you): $100 per signup paid over 3 years - Learn more
  • White-label reseller (you pay us): 10% of revenue with a $500 sign up fee

Installation Options

Requirements

  • PHP >= 5.5.9
  • MCrypt PHP Extension
  • MySQL

Features

  • Built using Laravel 5.2
  • Live PDF generation using pdfmake
  • Integrates with 50+ payment providers with Omnipay
  • Recurring invoices with auto-billing
  • Expenses and vendors
  • Tasks with time-tracking
  • File Attachments
  • Multi-user/multi-company support
  • Tax rates and payment terms
  • Reminder emails
  • Partial payments
  • Client portal
  • Custom email templates
  • D3.js visualizations

Documentation

Contributing

All contributors are welcome!
For information on how contribute to Invoice Ninja, please see our contributing guide.

Credits

Special thanks to:

License

Invoice Ninja is released under the Attribution Assurance License.
See LICENSE for details.