David Bomba
52ae1722b3
Add selector for company logo on main page
2024-02-13 14:03:59 +11:00
David Bomba
4f9400454a
Rebundle livewire using ESM
2024-01-14 12:00:51 +11:00
David Bomba
5142465163
roll back for livewire resources
2024-01-13 10:01:45 +11:00
David Bomba
a35ca97b3e
Load app.js via bundled resources
2024-01-13 09:48:55 +11:00
David Bomba
84165cfaba
Remove redundant vue files
2024-01-03 22:20:48 +11:00
Jason Beggs
3ad837a517
More Livewire v3 tweaks
2023-12-14 08:43:09 -05:00
Benjamin Beganović
84d2375fb3
Fixes for SCSS
2023-09-04 16:40:49 +02:00
Benjamin Beganović
6df3a5abee
Migrate file refs
2023-09-04 16:07:34 +02:00
David Bomba
448a139475
Updates for favicon
2023-03-18 10:07:02 +11:00
David Bomba
e2ef82b266
Fixes for content-disposition in CORS
2023-01-23 09:31:40 +11:00
Lars Kusch
0369017da6
Update clean.blade.php
2023-01-16 12:40:25 +01:00
Lars Kusch
735d08a679
Fixes for matomo
2023-01-16 12:34:38 +01:00
Lars Kusch
36771eedce
Fixes for Matomo
2022-12-17 14:13:12 +01:00
David Bomba
b2ff2a1c18
Catch mollie payments if redirect URL is null
2022-12-09 09:33:19 +11:00
David Bomba
a3b1ea41e3
Minor clean up of layout files
2022-12-08 17:37:43 +11:00
David Bomba
bba2adf5cd
Add idempotency key for mollie
2022-12-07 20:16:14 +11:00
David Bomba
e7c24a5857
Fixes for Matomo URL/ID
2022-12-07 18:50:36 +11:00
Lars Kusch
2c0a710789
Update clean.blade.php
2022-12-05 15:21:58 +01:00
David Bomba
ae73e414e9
updates for cookie consent
2022-12-02 09:45:38 +11:00
David Bomba
a75fbc1e85
Remove direct google URLs
2022-09-30 15:23:18 +10:00
David Bomba
b81851b190
Update resources to defer
2022-09-16 13:34:39 +10:00
Benjamin Beganović
0a9bde3a35
alpinejs@2.8.2
2021-10-11 14:58:26 +02:00
Benjamin Beganović
4d1562a7a0
cookieconsent@3
2021-10-11 14:54:02 +02:00
Benjamin Beganović
0701cd629f
Set privacy policy link from config
2021-10-04 14:29:15 +02:00
David Bomba
f0b5891327
Fixes for Title Logo
2021-07-30 07:52:58 +10:00
Benjamin Beganović
d546c4711c
wip
2021-03-11 17:20:30 +01:00
Benjamin Beganović
615ef1e780
Allow payments of draft invoices:
...
- Remove processing overlay scripts
- Add flash message to clean layout
- Remove $balance > 0 check from filtered invoices
- Only show the payment methods if total is bigger than 0
- Change flash message from "warning" to "message"
- Show message for $1 payments
2021-01-27 14:10:24 +01:00
Benjamin Beganović
0d0e3510db
fix issue with button
2021-01-13 14:31:28 +01:00
David Bomba
6a03bcc546
Merge branch 'v5-develop' into v5-develop
2020-12-09 07:25:16 +11:00
David Bomba
8107a49677
remove trailing slash from app url
2020-12-08 07:21:08 +11:00
Benjamin Beganović
3b9e813751
bump alpinejs version
2020-12-05 13:55:29 +01:00
Benjamin Beganović
35fe90fc9f
update whitelabeling partials
2020-12-01 14:44:35 +01:00
Benjamin Beganović
014652cf1c
cookies 👨🍳 🍪
2020-11-19 13:41:19 +01:00
Benjamin Beganović
81d0e69bf8
Update Alpinejs from CDN to local
2020-07-29 16:41:10 +02:00
David Bomba
fe4885f5a6
only send one notification per invoice
2020-07-14 19:55:28 +10:00
Benjamin Beganović
fae29a8dfe
Logo, show more fields
2020-06-22 10:47:55 +02:00
Benjamin Beganović
01e8afc1f6
PDF preview improvements ( #3632 )
...
- Added total page and current page preview
- Added new "Page" translation
- Replaced CDN based assets with local
- Production builds of assets
Co-authored-by: David Bomba <turbo124@gmail.com>
2020-04-17 07:18:07 +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
David Bomba
0e12b63c95
Design Changes ( #3504 )
...
* Fixes for tests
* Working on PDF tables
* Fixes for null values in designs
* Refactoring entity variables for PDF
* Fixes for pdf variables
* Minor fixes for designs
* Working on variable replacement for tables
* Refactoring designs
* Refactoring designs
* Refactoring design implementation
* Working on refactoring designs
* Serve tailwind locally
* Design changes
2020-03-16 21:12:10 +11:00
Benjamin Beganović
aad9f81e93
(Daily sync) Password reset pages & client portal rework ( #3492 )
...
* Dependency clearing
* Tailwind & templates cleanup
* Password reset pages & more features:
- New $this->render() method
- Password reset pages
- Tailwind CSS scaffold
- New styles for buttons, inputs, alerts
- Changed to shorthand syntax for language file (en)
- Added app.css and app.js which will be main endpoint
- Added new 'theme' field inside of ninja.php
- Scaffold for 'ninja2020' theme: both client and global theme
- Ignoring local builds of assets, until purgeCSS is there
- Overall cleanup
* Switch back default template to 'default'
* Remove app.css build
* Fix Codacy
* Fix Codacy 'doublequote' issues
2020-03-14 08:17:08 +11:00