CCI-MOC / openstack-billing-from-db

Simple billing from the database
Apache License 2.0
1 stars 3 forks source link

Update OpenStack Invoicing with new headers, updated SU Types and Rate/Cost #7

Closed joachimweyl closed 1 year ago

joachimweyl commented 1 year ago

Please update the headers to match the header names we are using for the CSV. The header list can be found in the NERC August Invoice. The SU type and Rate are described here. Cost can be calculated by multiplying Rate by SU Hours (GBhr or SUhr)

knikolla commented 1 year ago

This only about renaming the headers rather than changing them, correct?

About the calculation, I have created a new issue #8

joachimweyl commented 1 year ago

correct, this is only about renaming in an effort to make combining all 3 easier down the line.

knikolla commented 1 year ago

Closed by #9 Partial Issue #8 is resolved by #10