-
Notifications
You must be signed in to change notification settings - Fork 13
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
No billing report generation option on Drupal 8 dev portal #259
Comments
@vchikane , Did you check documentation on drupal.org, Is that helpful? |
Hi @phdhiren, Yes I had setup monetization based on the documentation only, but I don't find anything related to reports. |
@vchikane, After selecting proper date, it will download csv report for the user. |
@phdhiren Yes, I have downloaded the report and could see that it shows all the transactions done by that developer. Thanks for your suggestions. |
@jbennett13, @cnovak, How we can improve label on module / documentation? |
@phdhiren can you check to see what API is used to create these reports? That way we can validate what data is being shown. |
@phdhiren, I compared this with the billing report on Apigee edge. My requirement is still there that I want to download a summary billing-report. But there is no option to download the billing-report on the developer portal. |
The current option is revenue detail under Reports menu. The billing report can be added as enhancement to the module |
Description
We are setting up monetization and configured the Monetization module on the Drupal 8 based dev portal. We have done some transactions and now I would like to see the billing report for the current month. But on Dev Portal, I only see to generate prepaid credit report or revenue report. There is no option to generate a billing report.
Could someone please confirm how to generate billing reports on the Dev Portal?
Steps to Reproduce
Steps to reproduce the behavior:
Actual Behavior
What happened after the steps to reproduce.
Expected Behavior
A clear and concise description of what you expected to happen.
Screenshots
Attached is a screenshot that shows the revenue report option.
Notes
Add any other context about the problem here.
Version Info
This can be the version you can see on admin/modules in Drupal or
the output of this command:
composer show
. Add Drupal core andother version information if needed.
The text was updated successfully, but these errors were encountered: