David Bomba
|
adc72af6ff
|
Remove references to file paths
|
2023-07-26 13:13:16 +10:00 |
|
David Bomba
|
8e65026508
|
Fixes for showing signatures / terms
|
2023-07-16 12:40:32 +10:00 |
|
David Bomba
|
d4356af782
|
Refactor Livewire passing references
|
2022-12-23 11:33:14 +11:00 |
|
David Bomba
|
a2b8d57313
|
Ensure correct PDF is displayed to the contact
|
2022-08-24 18:28:08 +10:00 |
|
David Bomba
|
682ba68120
|
Fixes for show/hide invitation key
|
2022-02-16 10:47:54 +11:00 |
|
David Bomba
|
7378043ce3
|
Add shareable links to client portal
|
2022-02-10 11:36:44 +11:00 |
|
Benjamin Beganović
|
f5ca85ce37
|
Don't push cache for invoices & credits
|
2021-08-30 15:48:01 +02:00 |
|
Benjamin Beganović
|
2a6667a513
|
Extract pdf-viewer into component & make it show iframe on non-android devices
|
2021-07-21 13:01:53 +02:00 |
|
Benjamin Beganović
|
2d6027d137
|
Show attachments on credits page
|
2021-06-30 20:40:58 +02:00 |
|
Benjamin Beganović
|
638a2a9230
|
Update credit's view page, removing redundant information
|
2021-05-18 12:01:23 +02:00 |
|
David Bomba
|
7bf74e012c
|
Fixes for PDF display latency
|
2021-05-16 09:41:12 +10:00 |
|
David Bomba
|
ae74f5a9d8
|
Fixes for client portal PDF display
|
2021-05-15 17:14:31 +10:00 |
|
David Bomba
|
c49fbedcde
|
Add entity number to header on client portal
|
2021-01-14 13:57:05 +11:00 |
|
Benjamin Beganović
|
7937dd7df4
|
Show credit's PDF in the client portal
|
2020-11-12 12:17:49 +01:00 |
|
Benjamin Beganović
|
14577fdfd0
|
Remove breadcrumbs (#3699)
* Remove breadcrumbs
* remove config
|
2020-05-14 11:02:23 +10: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 |
|