apigee / apigee-m10n-drupal

Add monetization features to a Drupal developer portal
https://www.drupal.org/project/apigee_m10n
GNU General Public License v2.0
13 stars 13 forks source link

No billing report generation option on Drupal 8 dev portal #259

Open vchikane opened 3 years ago

vchikane commented 3 years ago

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:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'

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. Drupal8_Monetization_Report

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 and other version information if needed.

phdhiren commented 3 years ago

@vchikane , Did you check documentation on drupal.org, Is that helpful?

vchikane commented 3 years ago

Hi @phdhiren, Yes I had setup monetization based on the documentation only, but I don't find anything related to reports.

phdhiren commented 3 years ago

@vchikane, After selecting proper date, it will download csv report for the user.

vchikane commented 3 years ago

@phdhiren Yes, I have downloaded the report and could see that it shows all the transactions done by that developer. The text on the reports page "Download revenue reports" is confusing, since, on Apigee monetization, we have both revenue report and billing report separately, hence I thought on the dev portal also, there should be two different types of reports.

Thanks for your suggestions.

phdhiren commented 3 years ago

@jbennett13, @cnovak, How we can improve label on module / documentation?

cnovak commented 3 years ago

@phdhiren can you check to see what API is used to create these reports? That way we can validate what data is being shown.

vchikane commented 3 years ago

@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.

phdhiren commented 3 years ago

The current option is revenue detail under Reports menu. The billing report can be added as enhancement to the module