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
hillelcoren
2a68dbf792
Update Flutter client
2020-04-14 10:14:04 +00: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
hillelcoren
79766d6c1c
Update Flutter client
2020-04-12 19:06:18 +00:00
hillelcoren
38857557a6
Update Flutter client
2020-04-12 15:20:50 +00:00
hillelcoren
c967c433de
Update Flutter client
2020-04-12 15:11:22 +00:00
hillelcoren
59625e116e
Update Flutter client
2020-04-12 15:08:05 +00:00
hillelcoren
03ba227f9a
Update Flutter client
2020-04-12 14:35:40 +00:00
hillelcoren
7cec046f11
Update Flutter client
2020-04-12 09:45:31 +00:00
hillelcoren
20bf35c054
Update Flutter client
2020-04-10 13:19:47 +00: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ć
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