1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-23 09:51:35 +02:00
Commit Graph

28 Commits

Author SHA1 Message Date
Benjamin Beganović
d4ea1ee839 Update accept terms button ID 2024-01-31 18:59:40 +01:00
Benjamin Beganović
958a327013 Update signature button ID 2024-01-31 18:59:37 +01:00
Benjamin Beganović
252e61f984 Update ID of next-step button in required-fields.blade.php 2024-01-31 18:59:34 +01:00
Benjamin Beganović
b61d68847b Update accept terms button ID 2024-01-31 18:47:58 +01:00
Benjamin Beganović
724ffca9f6 Update signature button ID 2024-01-31 18:47:55 +01:00
Benjamin Beganović
d70c07bb5c Add required fields modal to invoices 2024-01-31 18:47:52 +01:00
David Bomba
50676394e0 Replace variables in Terms for user acceptance in Client Portal 2024-01-29 15:43:40 +11:00
Jason Beggs
b1345c02d6 Fix terms modal 2023-12-15 09:42:57 -05:00
Jason Beggs
032648f18b More Livewire v3 tweaks 2023-12-14 20:29:47 -05:00
Jason Beggs
e27ee40ff3 Start upgrading Livewire to v3 2023-12-13 11:52:49 -05:00
David Bomba
02ee21801a Updates for layout of signature helper text 2023-12-03 22:07:08 +11:00
JoeMasciantonio
c612a0c9b4 ux tip for signature box 2023-11-17 16:34:18 -05:00
Benjamin Beganović
6df3a5abee Migrate file refs 2023-09-04 16:07:34 +02:00
David Bomba
8e65026508 Fixes for showing signatures / terms 2023-07-16 12:40:32 +10:00
David Bomba
a4dba51c21 Add user input for quotes 2023-02-03 11:13:57 +11:00
David Bomba
5b0c63cb39 Required info binding with required client info 2023-02-02 14:56:05 +11:00
David Bomba
c6d436a98f Fixes for quote approve button when signature dialog is closed 2022-07-20 10:53:43 +10:00
Benjamin Beganović
c6a5524979 Disable terms / signature button to prevent double click 2021-12-15 10:25:13 +01:00
Benjamin Beganović
c2aaa557f3 Terms: Auto show scroll 2021-10-13 13:00:06 +02:00
Benjamin Beganović
0187e32654 Limit content height within popups 2021-06-28 12:48:24 +02:00
Benjamin Beganović
ef2f825346 Show proper translation for terms modal 2021-04-25 15:57:55 +02:00
Benjamin Beganović
463f16d14a Update the invoice terms label text (By clicking "Next step" you accept terms -> Click "Agree" to accept terms) 2021-03-02 15:32:20 +01:00
Benjamin Beganović
4992da6270 Highlight & make links in terms pop up clickable 2021-03-02 13:42:25 +01:00
Benjamin Beganović
fef76271d2 beautify signature template 2020-11-17 16:56:59 +01:00
Benjamin Beganović
d9c430423a accept entities in array 2020-11-17 16:56:44 +01:00
Benjamin Beganović
2b39c1a5d7 Replace blue color with $primary_color:
- Change ClientPortal helper to return 'bg-primary-darken' instead of 'active-page'
    - Buttons & input fields don't have SASS color now
    - bg-blue-600/900 replaced with primary/primary-darken
    - Production build of assets
2020-09-30 13:31:15 +02:00
Benjamin Beganović
6319c208df injecting signature and sending it to backend 2020-05-28 15:59:45 +02: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