Benjamin Beganović
|
f7c7a20179
|
Make Invoice Ninja logo redirect to invoiceninja.com
|
2020-07-29 16:40:21 +02:00 |
|
David Bomba
|
ae8a61cbcd
|
Fixes for tests
|
2020-06-27 14:09:16 +10:00 |
|
Benjamin Beganović
|
ca103e16db
|
Remove white card on top of pages
|
2020-06-15 17:34:26 +02:00 |
|
Benjamin Beganović
|
63d712226c
|
Social links in the sidebar
|
2020-06-15 17:12:08 +02:00 |
|
Benjamin Beganović
|
701b9531bf
|
Remove search bar from header
|
2020-06-15 15:53:52 +02:00 |
|
Benjamin Beganović
|
1e692d86c7
|
Show logo in footer
|
2020-06-15 15:52:17 +02:00 |
|
Benjamin Beganović
|
fae2326aa7
|
Implement footer with copyright message
|
2020-06-15 15:46:01 +02:00 |
|
Benjamin Beganović
|
1f846e3136
|
fix counter (#3684)
|
2020-05-12 09:24:47 +10:00 |
|
Benjamin Beganović
|
7f9abbf96b
|
Quick login with client contacts (#3680)
- New dropdown in navigation bar
- New switch_company route
- New $multiple_contacts variable in PortalComposer
|
2020-05-09 08:19:39 +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ć
|
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 |
|