Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Mermaid
fileNamemermaid_1656428467200
themedefault
version1317
{"diagramDefinition":"flowchart TD;\n    AbiquoServer[Abiquo Sever] --> |prices| AbiquoBilling[Abiquo billing] \n    AbiquoServer[Abiquo Server] --> |usage| AbiquoBilling[Abiquo billing] \n    AbiquoBilling[Abiquo billing\\nintegration] --> BilingFileBillingFile[Billing data\\nDBMS or CSV] --> Private[Private Billing] --> |billing data\\nfor dashboard| AbiquoServer[Abiquo Server]\n    BilingFileBillingFile[Billing file\\nDBMS]  --> |DBMS| CustomerBilling[Customer Billing System]\n    BilingFileBillingFile[Billing file\\nDBMS]  --> CSVgenerator[CSV Generator] --> |CSV| CustomerBilling[Customer Billing System]\n    subgraph Abiquo\n        AbiquoServer\n    end\n        style AbiquoServer fill:#ec9032,stroke:#666,stroke-width:2px,color:#fff\n        style AbiquoBilling fill:#ec9032,stroke:#666,stroke-width:2px,color:#fff\n        style BillingFile fill:#999999,stroke:#666,stroke-width:2px,color:#fff,stroke-dasharray: 5 5\n        style Abiquo fill:#DDDDDD,stroke:#666,stroke-width:2px,color:#fff,stroke-dasharray: 5 5\n        style Private fill:#ec9032,stroke:#666,stroke-width:2px,color:#fff\n        style CSVgenerator fill:#ec9032,stroke:#666,stroke-width:2px,color:#fff"}

Before you begin:

  1. Configure pricing, e.g. with cost codes (see Create a new cost code) for VM templates and/or Hardware profiles, or resource prices in a pricing model, to assign positive costs to resources (such as VMs). If you don't have this configuration, every billing entry will be set to zero and your billing data will have no costs!

  2. If you are already using billing with CSV format output, please contact Abiquo Support.

...