Sha256: 7a24c1ea0b3ba67e9bde09fc86afb6b821739abd8cf5a5c5c8b38c245baacd37

Contents?: true

Size: 1.19 KB

Versions: 10

Compression:

Stored size: 1.19 KB

Contents

<div class="row">
  <div class="col-md-12">
    <p>
      Your billing for the current invoicing period is:
      <b>{{ billing.current.value | currency: billing.current.options.symbol }} ({{ billing.current.options.iso_code }})</b>
    </p>
  </div>
</div>

<div class="row" ng-show="isCreditShown()">
  <div class="col-md-12">
    <p>
      You have <b>{{ billing.credit.value | currency: billing.credit.options.symbol }} ({{ billing.credit.options.iso_code }})</b> credit on your account to be used for the next payment. Note that this credit account will also be linked to any organization you create.
    </p>
  </div>
</div>

<div class="row">
  <div class="col-md-12">
    <p>
      <small>
        <em>
          Note that the amount for your current invoicing period is indicative and might not reflect the latest changes in your current billing.
        </em>
      </small>
    </p>
  </div>
</div>

<div class="row">
  <div class="col-md-12">
    <h5>About our billing cycle</h5>
    <p>
      Our invoicing period runs from the 25th of the previous month to the 24th of the current month. Any amount due (current spending minus credit) is charged on the 2nd of the following month.
    </p>
  </div>
</div>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
mno-enterprise-frontend-2.0.9 app/assets/templates/mno_enterprise/dashboard/organization/billing.html
mno-enterprise-frontend-2.0.8 app/assets/templates/mno_enterprise/dashboard/organization/billing.html
mno-enterprise-frontend-2.0.7 app/assets/templates/mno_enterprise/dashboard/organization/billing.html
mno-enterprise-frontend-2.0.6 app/assets/templates/mno_enterprise/dashboard/organization/billing.html
mno-enterprise-frontend-2.0.5 app/assets/templates/mno_enterprise/dashboard/organization/billing.html
mno-enterprise-frontend-2.0.4 app/assets/templates/mno_enterprise/dashboard/organization/billing.html
mno-enterprise-frontend-2.0.3 app/assets/templates/mno_enterprise/dashboard/organization/billing.html
mno-enterprise-frontend-2.0.2 app/assets/templates/mno_enterprise/dashboard/organization/billing.html
mno-enterprise-frontend-2.0.1 app/assets/templates/mno_enterprise/dashboard/organization/billing.html
mno-enterprise-frontend-2.0.0 app/assets/templates/mno_enterprise/dashboard/organization/billing.html