Empieza creando el primer periodo de facturacion para delimitar el consumo a calcular.
Ir a periodosPeriodos
| Periodo | Rango | Red | Compania | Facturable | Medicion | Energia electrica | Total servicio | IVA y otros | Total |
|---|---|---|---|---|---|---|---|---|---|
| {{ summary.period.name }} {% if summary.period.is_open %} Abierto {% endif %} {% if summary.has_inverter_issue %} Revisar {% endif %} | {{ summary.period.effective_start }} a {{ summary.period.effective_end }} | {{ summary.inverter_consumption_kwh | kwh }} kWh | {% if summary.utility_consumption_kwh is not none %} {{ summary.utility_consumption_kwh | kwh }} kWh {% else %} Sin dato {% endif %} | {{ summary.billing_consumption_kwh | kwh }} kWh |
{{ 'Revisar' if summary.has_inverter_issue else 'OK' }} {{ summary.inverter_issue_summary }} |
{{ summary.energy_cost | money }} | {{ summary.service_total | money }} | {{ summary.other_concepts_total | money }} | {{ summary.total | money }} |
Graficos
Puedes alternar entre barras y una vista de area similar a la del inversor.
{{ consumption_chart.subtitle }}
{{ costs_chart.subtitle }}
{{ tariff_price_chart.subtitle }}
{{ fixed_charge_chart.subtitle }}