Benjamin Beganović
958a327013
Update signature button ID
2024-01-31 18:59:37 +01:00
Benjamin Beganović
724ffca9f6
Update signature button ID
2024-01-31 18:47:55 +01:00
Jason Beggs
032648f18b
More Livewire v3 tweaks
2023-12-14 20:29:47 -05:00
Jason Beggs
e27ee40ff3
Start upgrading Livewire to v3
2023-12-13 11:52:49 -05:00
David Bomba
02ee21801a
Updates for layout of signature helper text
2023-12-03 22:07:08 +11:00
JoeMasciantonio
c612a0c9b4
ux tip for signature box
2023-11-17 16:34:18 -05:00
David Bomba
8e65026508
Fixes for showing signatures / terms
2023-07-16 12:40:32 +10:00
David Bomba
a4dba51c21
Add user input for quotes
2023-02-03 11:13:57 +11:00
David Bomba
c6d436a98f
Fixes for quote approve button when signature dialog is closed
2022-07-20 10:53:43 +10:00
Benjamin Beganović
c6a5524979
Disable terms / signature button to prevent double click
2021-12-15 10:25:13 +01:00
Benjamin Beganović
fef76271d2
beautify signature template
2020-11-17 16:56:59 +01:00
Benjamin Beganović
2b39c1a5d7
Replace blue color with $primary_color:
...
- Change ClientPortal helper to return 'bg-primary-darken' instead of 'active-page'
- Buttons & input fields don't have SASS color now
- bg-blue-600/900 replaced with primary/primary-darken
- Production build of assets
2020-09-30 13:31:15 +02:00
Benjamin Beganović
6319c208df
injecting signature and sending it to backend
2020-05-28 15:59:45 +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