Benjamin Beganović
28cc7d5e52
Client portal improvements: ( #3595 )
...
- Hide Create Payment Method if no gateways exist
- Payment Screen, add $amount
- Fix breadcrumbs
2020-04-07 07:23:05 +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
hillelcoren
f99a89834b
Update Flutter client
2020-04-02 06:59:15 +00:00
Benjamin Beganović
79fb806967
Production build with mix-manifest ( #3568 )
2020-03-31 18:00:09 +11:00
hillelcoren
a6f3ca000d
Update Flutter client
2020-03-30 08:28:15 +00:00
hillelcoren
cdd562d3a5
Update Flutter client
2020-03-29 18:57:32 +00:00
hillelcoren
669507f995
Update Flutter client
2020-03-27 13:40:45 +00:00
Benjamin Beganović
b8b5245253
Setup page real-time checks ( #3551 )
...
* Setup page real-time checks:
- New setup.js inside of webpack.mix.js
- SetupController methods rename from snake case to camel case
- Added Axios module inside of app.js
* Disable Laravel Mix notifications
* Fix naming for request
2020-03-27 08:43:44 +11:00
Benjamin Beganović
4729a3841b
Setup redesign ( #3546 )
2020-03-26 10:40:09 +11:00
Benjamin Beganović
1256d44660
Setup page design: ( #3544 )
...
- Removed 'folders' from webpack.mix.js
- Design for setup page
2020-03-26 08:34:35 +11:00
Benjamin Beganović
e93bdffc0b
Fixes for Stripe payments ( #3542 )
...
* Payment fixes:
- Added new "process.js" inside of webpack.mix.js
- BasePaymentDriver now accepts raw array, no explode
- StripePaymentDriver now accepts raw array, no explode
- Removed 'form-control' class from #card-element
- New credit_card for processing payment
* Production build of assets
2020-03-26 00:08:37 +11:00
David Bomba
cd36f64423
Fixes for Users ( #3526 )
2020-03-25 10:20:42 +11:00
Benjamin Beganović
4af34a186c
PurgeCSS setup with Webpack ( #3522 )
...
* PurgeCSS setup with Webpack
- Production builds for assets
- Added PurgeCSS to 'ninja2020' theme
* Fixes for Codacy
- Added new codacy.yml file
- Applied formatting to webpack.mix.js
2020-03-25 09:13:20 +11: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
hillelcoren
36d08129a5
Update Flutter client
2020-03-23 12:01:12 +00:00
hillelcoren
54f3701cd5
Update Flutter client
2020-03-22 13:56:58 +00:00
hillelcoren
57f893f3e2
Update Flutter client
2020-03-22 07:34:26 +00:00
David Bomba
43e57d0117
Fixes for self-update ( #3514 )
...
* minor fix for payment notifications
* styleci
* Limit Self updating to self hosters only
:
* Fixes for designs
* Minor fixes for self-update
2020-03-21 16:37:30 +11:00
hillelcoren
d631a4954c
Update Flutter client
2020-03-19 19:26:43 +00:00
hillelcoren
2160cd1817
Update Flutter client
2020-03-19 17:55:05 +00:00
hillelcoren
0101fae2e9
Update Flutter client
2020-03-18 18:08:39 +00:00
hillelcoren
3b64acf187
Update Flutter client
2020-03-18 15:29:54 +00:00
hillelcoren
c205c99f8f
Update Flutter client
2020-03-18 15:19:41 +00:00
hillelcoren
4878ae95ac
Update Flutter client
2020-03-18 15:12:10 +00:00
hillelcoren
115281be87
Update Flutter client
2020-03-18 09:08:45 +00:00
hillelcoren
508e15c018
Update Flutter client
2020-03-17 14:59:22 +00: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
David Bomba
a151789d9c
Fixes for invoice previews ( #3485 )
...
* Remove stale css
* Working on previewing designs
* Fixes for design previews
* fixes for preview controller
2020-03-12 21:50:40 +11:00
David Bomba
d13ab48d86
Refactor Designs ( #3449 )
...
* Refactor custom invoice HTML generation
* remove table_styles() method from designs
* Refactor designs
* Clean up designs
2020-03-07 17:31:26 +11:00
hillelcoren
36abedf6aa
Update Flutter client
2020-03-01 20:41:23 +00:00
hillelcoren
d670a76f32
Update Flutter client
2020-03-01 20:30:58 +00:00
hillelcoren
4f44db821b
Update Flutter client
2020-03-01 20:19:26 +00:00
hillelcoren
3ae5c0467e
Update Flutter client
2020-02-28 14:37:53 +00:00
hillelcoren
2b9c5b8052
Update Flutter client
2020-02-28 13:27:02 +00:00
hillelcoren
a5cbcebcf9
Update Flutter client
2020-02-27 19:49:02 +00:00
hillelcoren
ad47bbf801
Update Flutter client
2020-02-27 18:11:10 +00:00
David Bomba
4a3d37a42b
Flutter Client ! ( #3325 )
...
* Working on emailing invoices
* Working on emailing and displaying email
* Working on emailing and displaying email
* Email invoices
* Fixes for html emails
* Restart queue after self-update
* Email Invoices
* Push Flutter Web Clientgit statusgit status!
2020-02-13 22:27:42 +11:00
David Bomba
a72e1faa84
Improve tests with smaller sample files. ( #3250 )
...
* Reduce migration file size to improve test velocity
* minor fixes
* remove xhprof ext
* Tests for templates
2020-01-27 18:49:04 +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
3caffbbd0d
add payment icons
2019-08-21 12:05:33 +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