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 |
|
David Bomba
|
9702dc741c
|
Refactor for invoices/quotes/credit transformers (#3100)
* Refactor Invoices / Quotes / Credits to use the same transformer
* Add contact_key to factories
|
2019-11-27 21:27:24 +11:00 |
|
David Bomba
|
46602a21c5
|
Stripe payments
|
2019-09-25 12:07:33 +10:00 |
|
David Bomba
|
8b44affe6d
|
replace pay now button with dropdown button
|
2019-09-24 15:01:32 +10:00 |
|
David Bomba
|
b6a0350952
|
Logic for modal display
|
2019-09-21 14:18:08 +10:00 |
|
David Bomba
|
4aa781fb03
|
Working on settings - safe guards to updating the settings object
|
2019-09-21 14:09:25 +10:00 |
|
David Bomba
|
04b4f224fa
|
Working on terms and signature authorization
|
2019-09-21 12:17:27 +10:00 |
|
David Bomba
|
f5e19ece06
|
Payment screen
|
2019-09-05 15:04:52 +10:00 |
|
David Bomba
|
e3b5f31f85
|
Working on client payment flow
|
2019-08-14 21:44:45 +10:00 |
|
David Bomba
|
ec939e2f61
|
Working on client payment flow
|
2019-08-14 20:23:44 +10:00 |
|
David Bomba
|
dc65ede956
|
Remove links to multidatabaseuserprovider
|
2019-08-14 15:40:22 +10:00 |
|