Benjamin Beganović
9cdecfbfc4
Setup page fix form not showing
2020-07-06 14:27:27 +02:00
Benjamin Beganovic
605069f05b
Test PDF abilites in setup
2020-07-02 13:58:39 +02:00
Benjamin Beganović
d1b5de5e25
Format setup page correctly
2020-06-30 14:14:56 +02:00
David Bomba
91e0fba997
Merge branch 'v2' into v2
2020-06-27 12:22:08 +10:00
David Bomba
699678eb83
Fix for adding credit card as payment method with authorize.net
2020-06-27 12:21:16 +10:00
Benjamin Beganović
829a7a2c10
Fix checkboxes for action selectors on invoices & quotes
2020-06-26 15:20:15 +02:00
Benjamin Beganović
0febb65ddc
production builds
2020-06-22 15:35:04 +02:00
David Bomba
c9b973d288
Fixes for client model
2020-06-20 09:23:41 +10:00
Benjamin Beganović
64b7884a83
optimize card-js form
2020-06-17 15:27:11 +02:00
David Bomba
f82953b44b
Fixes for AUthorize.net
2020-06-17 21:15:24 +10:00
David Bomba
7c973c2a2e
Fix check box value in js
2020-06-17 11:26:58 +10:00
David Bomba
b1bad0b6f4
Front end error handling
2020-06-17 10:55:56 +10: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
Benjamin Beganović
93f86db148
Payments using token
2020-06-15 14:18:44 +02:00
Benjamin Beganović
d37064e393
wip
2020-06-11 15:13:35 +02:00
Benjamin Beganović
049f30104e
checkout
2020-06-10 17:38:10 +02:00
David Bomba
def550ec90
Merge branch 'v2' into v2
2020-06-10 22:51:25 +10:00
David Bomba
472b750805
fixes for conflicts
2020-06-10 22:49:18 +10:00
Benjamin Beganović
ab439dd1fb
Assets production build
2020-06-09 17:12:31 +02:00
David Bomba
c119e9ece2
Fixes for authorize.net
2020-06-09 22:57:01 +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ć
dda7a8d292
production builds
2020-05-28 15:59:51 +02:00
Benjamin Beganović
7d1eeafebe
Merge branch 'v2'
2020-05-28 14:41:18 +02: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ć
ea8a585771
wip
2020-05-18 14:06:13 +02: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ć
8de17e4b5b
(v2): Client tests & more after-installing fixes ( #2984 )
...
* client/* testings and ignoring stuff
* Client testings and ignoring
* Revmoe debugbar gitignore
2019-10-12 22:08:44 +11:00
David Bomba
8d14c6b2bd
Switch currency_id back to settings object
2019-10-10 21:43:50 +11:00
David Bomba
2d5d9b816b
Payment Events
2019-10-01 11:56:48 +10:00
David Bomba
04b4f224fa
Working on terms and signature authorization
2019-09-21 12:17:27 +10:00
David Bomba
6b025296bd
Replace bootstrap combobox with select2
2019-08-12 12:55:55 +10:00
David Bomba
3f1fcdda76
Working on client portal
2019-08-12 08:33:17 +10:00
David Bomba
c50fb68b21
Working on dropzone uploads - generic
2019-08-07 13:07:06 +10:00
David Bomba
3da6eb69f0
Working on DropZone
2019-08-06 13:31:55 +10:00
David Bomba
40d2ba7be8
Update webpack
2019-08-06 11:16:06 +10:00
David Bomba
e32e065e18
Add select2
2019-08-05 09:42:20 +10:00
David Bomba
baabfb9a06
Wire framing Client Portal
2019-07-20 20:57:23 +10:00