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:
Updated by Waldirio Pinheiro almost 5 years ago
- Pull request https://github.com/theforeman/community-templates/pull/681 added
Updated by Ondřej Pražák almost 5 years ago
- Project changed from Templates to Foreman
- Category set to Templates
Updated by Marek Hulán almost 5 years ago
- Related to Feature #28789: Allow pool organization in safe mode added
Updated by Waldirio Pinheiro almost 5 years ago
- Status changed from New to Closed
Applied in changeset community-templates|1549e9ab5366e72680e450448b599b1994ed88b7.