invoiceninja/app/Http/Controllers
Adam Engebretson 303de7a0b6 Allow zero-costs
Currently, the `parepareItem` method checks to see if the cost and notes evaluate to false. If so, it checks from the product list.

However, we need the ability to set cost to zero explicitly through the API. This allows a user to pass null, which will use the default. Otherwise, passing 0 will persist.
2015-11-05 12:39:33 -06:00
..
Auth Merge branch 'master' of github.com:hillelcoren/invoice-ninja 2015-11-03 13:20:55 +02:00
.gitkeep Add Files 2015-03-17 07:45:25 +10:00
AccountApiController.php Working on the API 2015-11-05 10:44:48 +02:00
AccountController.php Update on AccountController.php - fix CSV Client import 2015-11-04 11:35:42 -03:00
AccountGatewayController.php Enabled social login 2015-11-01 20:21:11 +02:00
ActivityController.php Refactored to events 2015-10-28 21:22:07 +02:00
AppController.php Added system settings page 2015-11-04 15:57:59 +02:00
BaseAPIController.php Working on the API 2015-11-05 10:44:48 +02:00
BaseController.php Refactored to events 2015-10-28 21:22:07 +02:00
ClientApiController.php Refactored to events 2015-10-28 21:22:07 +02:00
ClientController.php Separated recurring invoices from invoices list 2015-10-29 19:21:00 +02:00
Controller.php Add Files 2015-03-17 07:45:25 +10:00
CreditController.php Added 'apply credit' action 2015-11-04 09:48:47 +02:00
DashboardController.php Working on the API 2015-11-02 20:43:22 +02:00
HomeController.php Added warning when form token is about to expire 2015-09-28 23:37:32 +03:00
IntegrationController.php Zapier fixes 2015-10-02 11:32:13 +03:00
InvoiceApiController.php Allow zero-costs 2015-11-05 12:39:33 -06:00
InvoiceController.php Enabled restoring deleted invoices and payments 2015-10-30 14:56:25 +02:00
PaymentApiController.php Refactored to events 2015-10-28 21:22:07 +02:00
PaymentController.php Added 'apply credit' action 2015-11-04 09:48:47 +02:00
ProductController.php Added support for default taxes 2015-10-21 14:11:08 +03:00
PublicClientController.php Refactored to events 2015-10-28 21:22:07 +02:00
QuoteApiController.php API improvements 2015-09-07 12:07:55 +03:00
QuoteController.php Distinct text message when quote is converted or approved 2015-11-02 15:14:00 -05:00
RecurringInvoiceController.php Separated recurring invoices from invoices list 2015-10-29 19:21:00 +02:00
ReportController.php Improved settings navigation 2015-10-14 17:15:39 +03:00
TaskApiController.php API improvements 2015-09-07 12:07:55 +03:00
TaskController.php Refactored to events 2015-10-28 21:22:07 +02:00
TaxRateController.php Added support for default taxes 2015-10-21 14:11:08 +03:00
TokenController.php Added Fractal 2015-11-02 00:10:20 +02:00
UserController.php Added support for default taxes 2015-10-21 14:11:08 +03:00