Table of Contents |
---|
...
Note |
---|
Changes to enterprise properties for AWS billing Abiquo 6.0.0
Abiquo 6.1.0
|
...
By default, the platform will retrieve billing data for the last two months. To change this value, on the Abiquo Server, edit the
abiquo.properties
file and add the following property with the number of months to retrieve:Code Block abiquo.enterprise.property.billing.monthoffset=2
By default, the platform will process all items in the CSV file, so the partner discount (
SppDiscount
) value can be visible on customer dashboards. To discard items from the CSV file, on the Remote Services server, edit theabiquo.properties
file and add the following property with any items to discard.Code Block abiquo.ec2billing.parser.lineItemType.ignore=SppDiscount
...