invoiceninja/app/Http/Controllers
Benjamin Beganović ac5525c9ac
[V2] Client portal rework (#3516)
* Client login, reset and update password page

* Client dashboard, sidebar, PortalComposer.php

* wip

* Personal page & update for details

* Invoices, paying & pagination.blade.php

* Invoices, recurring invoice & buttons

* Payments, link component

* Payment methods

* Breadcrums, clean up & wrap up

* Remove format_date() method to formatDate on object

* Payments
- $this->render is now proxy for render()
- Removed logic from Controller.php to ClientPortal.php
- Added MakesDates to ClientGatewayToken.php
- StripePaymentDriver.php now returns correct views
- Refactor of adding new payment method
- Ignoring all local builds for public/js/clients/*

* Signature, wip

* Fix "Pay now" on single invoice

* Payments:
- Added ProcessInvoicesInBulk request class
- Refactor InvoiceController::bulk()
- Displaying terms & payments
- New signature.blade.php
- Removed comment from webpack.mix.js

* Quotes:
- Refactor ProcessInvoicesInBulk.php to ProcessInvoicesInBulkRequest.php
- Add new 'Quotes' field inside of PortalComposer.php
- Added MakesDates to Quote.php
- Added Quote::badgeForStatus()
- Cleanup payment.blade.php
- Quote showing and approving
- New resource 'quotes' in client.php
- New image for quotes, align-left.svg

* Credits:
- New 'credits' resource in client.php
- Fixes for client.php typo

* Breadcrumbs:
- Quotes
- Credits

* Placeholder for translations.

* Restore whereIn & client scope

Co-authored-by: David Bomba <turbo124@gmail.com>
2020-03-24 04:10:42 +11:00
..
Auth [V2] Client portal rework (#3516) 2020-03-24 04:10:42 +11:00
ClientPortal [V2] Client portal rework (#3516) 2020-03-24 04:10:42 +11:00
Contact Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
OpenAPI Fixes for self-update (#3514) 2020-03-21 16:37:30 +11:00
Support/Messages Fixes for self-update (#3514) 2020-03-21 16:37:30 +11:00
Traits Fixes for self-update (#3514) 2020-03-21 16:37:30 +11:00
AccountController.php Fixes for self-update (#3514) 2020-03-21 16:37:30 +11:00
ActivityController.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
BaseController.php Fixes for self-update (#3514) 2020-03-21 16:37:30 +11:00
ClientController.php Fixes for self-update (#3514) 2020-03-21 16:37:30 +11:00
ClientStatementController.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
CompanyController.php Fixes for self-update (#3514) 2020-03-21 16:37:30 +11:00
CompanyGatewayController.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
CompanyUserController.php Fixes for self-update (#3514) 2020-03-21 16:37:30 +11:00
Controller.php [V2] Client portal rework (#3516) 2020-03-24 04:10:42 +11:00
CreditController.php Fixes for self-update (#3514) 2020-03-21 16:37:30 +11:00
DashboardController.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
DesignController.php Fixes for self-update (#3514) 2020-03-21 16:37:30 +11:00
ExpenseController.php Fixes for self-update (#3514) 2020-03-21 16:37:30 +11:00
GroupSettingController.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
InvoiceController.php Fixes for self-update (#3514) 2020-03-21 16:37:30 +11:00
LicenseController.php Fixes for self-update (#3514) 2020-03-21 16:37:30 +11:00
MigrationController.php Fixes for self-update (#3514) 2020-03-21 16:37:30 +11:00
PaymentController.php Fixes for self-update (#3514) 2020-03-21 16:37:30 +11:00
PreviewController.php Fixes for self-update (#3514) 2020-03-21 16:37:30 +11:00
ProductController.php Fixes for self-update (#3514) 2020-03-21 16:37:30 +11:00
QuoteController.php Fixes for self-update (#3514) 2020-03-21 16:37:30 +11:00
RecurringInvoiceController.php Fixes for self-update (#3514) 2020-03-21 16:37:30 +11:00
RecurringQuoteController.php Fixes for self-update (#3514) 2020-03-21 16:37:30 +11:00
SelfUpdateController.php Fixes for self-update (#3514) 2020-03-21 16:37:30 +11:00
SettingsController.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
SetupController.php Fixes for self-update (#3514) 2020-03-21 16:37:30 +11:00
TaxRateController.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
TemplateController.php Working on Setup workflow (#3509) 2020-03-18 20:40:15 +11:00
TranslationController.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
UserController.php Fixes for self-update (#3514) 2020-03-21 16:37:30 +11:00
UserProfileController.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
VendorController.php Fixes for self-update (#3514) 2020-03-21 16:37:30 +11:00