Benjamin Beganović
169e5ba93e
support for checking requirements based on gateway
2020-11-25 14:38:49 +01:00
Benjamin Beganović
134fe6bfee
support for privacy policy & temrs in cp
2020-11-16 13:06:26 +01:00
Benjamin Beganović
7937dd7df4
Show credit's PDF in the client portal
2020-11-12 12:17:49 +01:00
Benjamin Beganović
884ae6b7f2
assets production builds
2020-11-01 19:23:13 +01:00
Benjamin Beganović
d15701b4b3
Checkout.com with credit card
2020-11-01 15:08:47 +01:00
Benjamin Beganović
d2e677cb9d
Merge remote-tracking branch 'origin/v5-stripe-backend-refactor' into v2-frontend-refactor
2020-11-01 14:49:11 +01:00
Benjamin Beganović
e78aacdcfc
Password reset e-mai l& fix for button
2020-10-27 16:04:28 +01:00
Benjamin Beganović
de9d9296bb
productio nbuilds
2020-10-20 17:54:32 +02:00
Benjamin Beganović
32349fe1b3
production builds
2020-10-15 13:04:50 +02:00
Benjamin Beganović
487c695b68
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:30:27 +02:00
Benjamin Beganović
c5fcb56ca6
Add whitelabel to e-mail
2020-09-25 13:57:02 +02:00
Benjamin Beganović
2f50217900
Processing modal on payments
2020-08-24 10:28:55 +02:00
Benjamin Beganović
f12553bae8
wip
2020-08-24 09:07:44 +02:00
Benjamin Beganović
9b524f22e6
Download files with original name
2020-08-19 18:06:26 +02:00
David Bomba
ba3f3e6989
Merge branch 'v2' into v2
2020-08-19 07:59:19 +10:00
David Bomba
c2f4b59756
Merge branch 'v2' into v2-1408-cp-downloads
2020-08-19 07:53:49 +10:00
Benjamin Beganović
159c2f05ae
Add background to plain e-mail design
2020-08-18 16:34:49 +02:00
Benjamin Beganović
d58ab5d613
Production build of assets
2020-08-17 16:38:33 +02:00
David Bomba
713d967e8e
fixes for payment drivers
2020-08-17 08:58:52 +10:00
Benjamin Beganović
4eb5490984
Enable downloads for the client
2020-08-14 17:29:26 +02:00
Benjamin Beganović
ae18698484
Assets production builds
2020-07-29 16:41:47 +02:00
Benjamin Beganović
f25bfbc8ef
scaffold test & tailwindcss
2020-07-15 14:27:52 +02:00
Benjamin Beganović
d1b5de5e25
Format setup page correctly
2020-06-30 14:14:56 +02:00
Benjamin Beganović
0febb65ddc
production builds
2020-06-22 15:35:04 +02:00
Benjamin Beganović
01094a2b5e
Merge remote-tracking branch 'upstream/v2' into v2-2805-client-signup
2020-06-22 10:27:35 +02:00
David Bomba
c9b973d288
Fixes for client model
2020-06-20 09:23:41 +10:00
Benjamin Beganović
6f34e083ae
wip - registration client
2020-06-18 17:09:28 +02:00
Benjamin Beganović
64b7884a83
optimize card-js form
2020-06-17 15:27:11 +02:00
David Bomba
09d130c1f7
Swap out credit card holder
2020-06-17 10:03:05 +10:00
Benjamin Beganović
c32c26acf3
Production builds
2020-06-16 18:09:43 +02:00
David Bomba
50ebed173d
Merge branch 'v2' into v2-1006-checkout-com
2020-06-16 07:41:15 +10:00
Benjamin Beganović
af019e24d0
Production builds of assets
2020-06-15 17:40:44 +02:00
Benjamin Beganović
049f30104e
checkout
2020-06-10 17:38:10 +02:00
David Bomba
472b750805
fixes for conflicts
2020-06-10 22:49:18 +10:00
David Bomba
c558e0df45
authorize.net
2020-06-09 22:54:22 +10:00
David Bomba
d35b5be0dd
Working on Authorize.net
2020-06-09 15:34:37 +10:00
Benjamin Beganović
586424d2c0
Add logo to confirmed page ( #3735 )
...
* Updated
* bring
* Add logo to confirmed page
2020-05-23 08:28:57 +10:00
David Bomba
d5ae025df0
Logging for self updater ( #3725 )
...
* fixes for tests
* Fixes for tests:
* Fixes for tests
* Add logging to self updater
2020-05-20 08:49:58 +10:00
Benjamin Beganović
b036d370c3
Inline CSS for e-mails ( #3718 )
...
* Add laravel-mail-css-inliner
* fix typo
* production builds
Co-authored-by: David Bomba <turbo124@gmail.com>
2020-05-19 23:01:06 +10:00
Benjamin Beganović
aedb5b6cd9
Show page on account confirmation ( #3720 )
2020-05-19 22:59:44 +10:00
Benjamin Beganović
07d90417f5
Purge CSS from e-mails ( #3712 )
...
* Add e-mail support for purging
* update css link
2020-05-19 08:22:29 +10:00
Benjamin Beganović
2704bf2f82
Client portal improvements & bug fixes ( #3678 )
...
* fix turbolink 404
* fix checkbox when adding card using stripe
* Fix hashed_ids problem when using PayPal
* php-cs-fixer
* Bump tailwind & purgecss
* fix auth scope
* scope to auth contact company
2020-05-09 08:20:37 +10:00
Benjamin Beganović
ab8b05dd56
Client portal improvements ( #3652 )
...
* Install livewire/livewire
* Table improvements
- Cleanup of InvoiceController
- Added Livewire package
- New Livewire component (InvoicesTable)
- New WithSorting trait
- Removed rendering invoices from index.blade.php
- Removed Yaryabox/Datatables references in InvoiceController
* Refactor: Recurring invoices
* payments table & sorting improvements
* payment methods table
* quotes table
* credits table
* Add turbolinks
2020-04-23 08:49:23 +10:00
Benjamin Beganović
b285067adb
Client portal improvements (1/2) ( #3649 )
...
- Fix for building dependencies
- Fixes for data table sorting
- Improved styling of tables
- Improved buttons padding, position
2020-04-21 08:26:25 +10: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ć
f118f3bfda
Show custom messages ( #3616 )
...
* Show custom messages
* Fix getSetting key
* Add custom messages support with variable parsing
2020-04-13 11:48:23 +10:00
Benjamin Beganović
8f4fa5e80d
Client portal improvements ( #3607 )
...
* Remove Html\Builder dependency from controllers
* Remove: yajra/laravel-datatables-html
- yajra/laravel-datatables-oracle as main non-dev dependency
* Added sorting to tables
2020-04-09 12:18:07 +10:00
Benjamin Beganović
a87ae37ce1
Rendering PDFs using PDF.js (client portal) ( #3589 )
...
* Wip for testing
* Rendering PDFs using pdf.js
2020-04-04 07:12:12 +11:00
Benjamin Beganović
79fb806967
Production build with mix-manifest ( #3568 )
2020-03-31 18:00:09 +11:00
Benjamin Beganović
4729a3841b
Setup redesign ( #3546 )
2020-03-26 10:40:09 +11:00