-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Transactions List - indicate when a transaction is expected to be included in a future deposit #7878
Conversation
Test the buildOption 1. Jetpack Beta
Option 2. Jurassic Ninja - available for logged-in A12s🚀 Launch a JN site with this branch 🚀 ℹ️ Install this Tampermonkey script to get more options. Build info:
Note: the build is updated when a new commit is pushed to this PR. |
Size Change: +97 B (0%) Total Size: 1.44 MB
ℹ️ View Unchanged
|
Why is this? I'm not too familiar with loan feature. When merchant gets a loan, isn't the money paid out in the form of a deposit? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good and tested well. I just have a question above, about loan transaction.
In case merchants want more details, should we include a |
Great idea, I'll add this! |
At the moment, we show loan financing transactions as individual transactions separate from (rather than within) a deposit. @souravdebnath1986 has mentioned that we want to rectify this in the future, at which point financing types will have a deposit date and will show up within the deposit details transaction list. Example: below is the same deposit, including a financing repayment. Stripe shows the financing repayment within the transactions list. WooPayments Deposit details transaction list doesn’t include this and therefore the totals don’t add up. In 6.8.0, it is especially confusing, since these show an estimated deposit that never arrives. I'll check to see if there is an open issue for this and create one if not. |
7a1d9ba
to
c7fa489
Compare
Rebased to |
I've updated this PR by adding a Learn More link that directs to I've also added the text "Future deposit" to the row's value, alongside the tooltip icon. |
Retested and looks good. |
Fixes #7876
Changes proposed in this Pull Request
In the Transactions List, for transactions that are not included in a pending/paid deposit, render "Future deposit" and an info icon in the "Deposit date" column.
Clicking this icon will present a tooltip with the message:
This will render for all transaction types except
financing_*
. See list of transaction types.Testing instructions
npm run changelog
to add a changelog file, choosepatch
to leave it empty if the change is not significant. You can add multiple changelog files in one PR by running this command a few times.Post merge