Feature #28786
closedRFE - Subscription report template
Description
Description of problem:
Currently, we can see the output as below
---
ID,Name,Available,Quantity,SKU,Contract number
6,Employee SKU,10,10,ES0113909,10169621
8,Employee SKU,-1,-1,ES0113909,10169621
9,ant-product,-1,-1,794374057445,""
10,Employee SKU,5,5,ES0113909,11986131
---
However, will be really interesting add some fields as below:
- Start Date
- End Date
- Account #
- Contract #
- Type
- Organization
Version-Release number of selected component (if applicable):
6.6.z
How reproducible:
100%
Steps to Reproduce:
1. WebUI - Monitor - Report Templates - Subscriptions - Generate
2.
3.
Actual results:
---
ID,Name,Available,Quantity,SKU,Contract number
6,Employee SKU,10,10,ES0113909,10169621
8,Employee SKU,-1,-1,ES0113909,10169621
9,ant-product,-1,-1,794374057445,""
10,Employee SKU,5,5,ES0113909,11986131
---
Expected results:
---
ID,Name,Available,Quantity,SKU,Contract number,Account number,Start date,End date,Organization
6,Employee SKU,10,10,ES0113909,10169621,540155,2013-04-23 21:00:00 0700,2021-12-31 20:59:59 -0800,org_label_here
8,Employee SKU,-1,-1,ES0113909,10169621,540155,2013-04-23 21:00:00 -0700,2021-12-31 20:59:59 -0800,org_label_here
9,ant-product,-1,-1,794374057445,"","",2019-12-23 13:08:59 -0800,2049-12-15 13:08:59 -0800,org_label_here
10,Employee SKU,5,5,ES0113909,11986131,540155,2019-08-12 21:00:00 -0700,2021-12-31 20:59:59 -0800,org_label_here
--
Additional info: