Skip to content
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

Withdraw, provide the details on how the final amount was determined #1588

Open
oliviertassinari opened this issue Apr 4, 2022 · 2 comments · May be fixed by #2027
Open

Withdraw, provide the details on how the final amount was determined #1588

oliviertassinari opened this issue Apr 4, 2022 · 2 comments · May be fixed by #2027
Assignees
Labels
Analysis Feature Request A new feature or request by customer Needs: Discussion Some decisions are needed for this task to be done urgent

Comments

@oliviertassinari
Copy link

oliviertassinari commented Apr 4, 2022

Is your feature request related to a problem? Please describe.

I'm looking for a way to build an invoice for each vendor with a breakdown of all the items that were sold that once summed lead to the withdrawal amount.

Describe the solution you'd like

Unclear, as simple as a CSV would already help a lot.

Describe alternatives you've considered

Currently, we are doing SQL queries with the posts table, but it's not always reliable, especially with complex refund and multi-item order cases.

@oliviertassinari oliviertassinari added the Feature Request A new feature or request by customer label Apr 4, 2022
@nurul-umbhiya nurul-umbhiya self-assigned this Jun 2, 2023
@nurul-umbhiya nurul-umbhiya added the Needs: Discussion Some decisions are needed for this task to be done label Jun 2, 2023
@nurul-umbhiya
Copy link
Contributor

nurul-umbhiya commented Jun 9, 2023

@oliviertassinari Can you provide any mockup or design for what you are expecting? Also, a details description of what you are looking for is highly appreciated.

@oliviertassinari oliviertassinari changed the title withdraw, provide the details on how the final amount was determin. Withdraw, provide the details on how the final amount was determined. Jun 9, 2023
@oliviertassinari oliviertassinari changed the title Withdraw, provide the details on how the final amount was determined. Withdraw, provide the details on how the final amount was determined Jun 14, 2023
@oliviertassinari
Copy link
Author

oliviertassinari commented Jun 14, 2023

I think that it could be an extract of the wp_dokan_vendor_balance that corresponds to the withdrawal (already much better), or ideally be a compressed view of the orders, per item sold:

Description Count Commission Total
Foo - Standard License 1 32.98 32.98
Bar - Standard License 6 32.98 197.88
Baz - Standard License 5 32.98 164.90
Total 395.76

@Aunshon Aunshon linked a pull request Apr 5, 2024 that will close this issue
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Analysis Feature Request A new feature or request by customer Needs: Discussion Some decisions are needed for this task to be done urgent
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants