David Bomba
|
9698099e21
|
Fixes for approve quotes with no terms/signature requirements
|
2023-02-07 17:19:38 +11:00 |
|
David Bomba
|
a4dba51c21
|
Add user input for quotes
|
2023-02-03 11:13:57 +11:00 |
|
David Bomba
|
6d07e78280
|
Allow user input after a quote is approved
|
2023-02-02 21:04:55 +11:00 |
|
David Bomba
|
2b8779be46
|
Accept user input from approve quote flow
|
2023-02-02 19:10:41 +11:00 |
|
David Bomba
|
c6d436a98f
|
Fixes for quote approve button when signature dialog is closed
|
2022-07-20 10:53:43 +10:00 |
|
David Bomba
|
1222e0fe2c
|
Ensure signature is provided in client portal prior to moving to next step
|
2022-07-20 10:41:36 +10:00 |
|
David Bomba
|
e153a0a06a
|
Update license
|
2022-06-08 14:25:44 +10:00 |
|
David Bomba
|
c18c9e5a66
|
Update copyright + remove minor text from footer
|
2021-01-13 19:22:36 +11:00 |
|
Benjamin Beganović
|
d64308fdd1
|
production builds
|
2020-11-17 16:57:42 +01:00 |
|
Benjamin Beganović
|
4dc3443d16
|
fix quotes not approving
|
2020-11-09 16:37:53 +01:00 |
|
Benjamin Beganović
|
829a7a2c10
|
Fix checkboxes for action selectors on invoices & quotes
|
2020-06-26 15:20:15 +02:00 |
|
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 |
|