1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00
invoiceninja/config
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
..
app.php Set Invitations as a default include for invoices (#3362) 2020-02-24 21:15:30 +11:00
auth.php Multiple fixes and features (#3411) 2020-03-03 20:44:26 +11:00
breadcrumbs.php [V2] Client portal rework (#3516) 2020-03-24 04:10:42 +11:00
broadcasting.php Multi Auth - Multi DB (#2442) 2018-10-15 16:00:48 +11:00
cache.php Bump to Laravel 6 2019-09-26 20:49:52 +10:00
database.php Fixes for tests (#3082) 2019-11-20 16:41:49 +11:00
datatables.php Working on datatables 2019-07-25 14:51:00 +10:00
filesystems.php Download Invoice by Invitation (#3312) 2020-02-12 11:41:17 +11:00
former.php Fixes for self-update (#3514) 2020-03-21 16:37:30 +11:00
hashing.php Multi Auth - Multi DB (#2442) 2018-10-15 16:00:48 +11:00
logging.php Multi Auth - Multi DB (#2442) 2018-10-15 16:00:48 +11:00
mail.php Gmail Email via API (#3124) 2019-12-04 15:52:04 +11:00
ninja.php Fixes for self-update (#3514) 2020-03-21 16:37:30 +11:00
queue.php Multi Auth - Multi DB (#2442) 2018-10-15 16:00:48 +11:00
self-update.php Fixes for self-update (#3514) 2020-03-21 16:37:30 +11:00
services.php Fixes for self-update (#3514) 2020-03-21 16:37:30 +11:00
session.php Create or Update invitations on invoice save / creation 2019-09-23 13:10:51 +10:00
view.php Initial commit 2018-10-04 20:10:43 +03:00