1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 21:22:58 +01:00
invoiceninja/resources/views
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
..
auth Fixes for lang 2019-09-26 23:15:25 +10:00
client Fixes for lang 2019-09-26 23:15:25 +10:00
contact Save Client / Contacts (#2523) 2018-11-27 17:59:16 +11:00
dashboard Update OAuth token on Auth. (#3119) 2019-12-04 13:00:59 +11:00
email Working on Setup workflow (#3509) 2020-03-18 20:40:15 +11:00
errors Laravel standard error pages 2019-09-25 07:18:41 +10:00
generic clean up 2019-08-08 21:18:02 +10:00
layouts Design Changes (#3504) 2020-03-16 21:12:10 +11:00
pdf Working on Setup workflow (#3509) 2020-03-18 20:40:15 +11:00
portal [V2] Client portal rework (#3516) 2020-03-24 04:10:42 +11:00
settings/partial Fixes for lang 2019-09-26 23:15:25 +10:00
signup Fixes for lang 2019-09-26 23:15:25 +10:00
themes/ninja2020/auth/passwords (Daily sync) Password reset pages & client portal rework (#3492) 2020-03-14 08:17:08 +11:00
vendor Fixes for self-updater (#3313) 2020-02-12 13:51:43 +11:00
footer.blade.php Model encode primary keys (#2510) 2018-11-20 15:36:56 +11:00
header.blade.php Fixes for lang 2019-09-26 23:15:25 +10:00
home.blade.php Client CRUD with VueJS (#2497) 2018-11-11 00:24:36 +11:00
sidebar.blade.php Fixes for lang 2019-09-26 23:15:25 +10:00