{{ t('Periodo facturado') }}
{{ t('Periodo facturado') }}
{{ t('Resumen') }}
{{ t('Integridad') }}
{{ t('Estado:') }} {{ t('Revisar') if summary.has_inverter_issue else t('OK') }}
{{ t('Cobertura:') }} {{ summary.coverage_observed_day_count }}/{{ summary.coverage_expected_day_count }} {{ t('dias con medicion.') }}
{% if summary.has_missing_days %}{{ t('Faltantes detectados:') }} {{ summary.missing_day_count }} {{ t('dias sin medicion.') }}
{{ t('Fechas:') }} {{ summary.missing_dates_preview | join(', ') }} {% if summary.missing_day_count > summary.missing_dates_preview | length %}...{% endif %}
{% else %}{{ t('No se detectaron dias faltantes automaticamente. Un valor diario en 0 no se considera error.') }}
{% endif %}{{ t('Comparacion') }}
{{ t('Desglose') }}
| {{ t('Franja') }} | {{ t('Usado') }} | {{ t('Precio') }} | {{ t('Subtotal') }} |
|---|---|---|---|
| {{ item.label }} | {{ item.used_kwh | kwh }} kWh | {{ item.price_per_kwh | money }} | {{ item.subtotal | money }} |
| {{ t('No hay franjas para calcular.') }} | |||
{{ t('Desglose') }}
| {{ t('Concepto') }} | {{ t('Tipo') }} | {{ t('Configuracion') }} | {{ t('Resultado') }} |
|---|---|---|---|
| {{ item.name }} {% if item.alias %} {{ item.alias }} {% endif %} | {% if item.kind == 'energy' %}{{ t('Tarifa') }}{% elif item.kind == 'fixed' %}{{ t('Fijo') }}{% else %}{{ t('Formula') }}{% endif %} | {% if item.kind == 'fixed' %} {{ item.configured_value | money }} {% else %} {{ item.configured_value }} {% endif %} | {{ item.amount | money }} |
| {{ t('No hay conceptos en esta seccion.') }} | |||
| {{ t('Total de la seccion') }}: {{ section.display_name or section_label(section.code, section.name) }} | {{ section.total | money }} | ||
{{ t('Configuracion efectiva de tarifas de este periodo.') }}
| {{ t('Etiqueta') }} | {{ t('Desde') }} | {{ t('Hasta') }} | {{ t('Precio por kWh') }} |
|---|---|---|---|
| {{ band.label or t('Franja') }} | {{ band.from_kwh | kwh }} kWh | {% if band.to_kwh is none %}{{ t('Sin limite') }}{% else %}{{ band.to_kwh | kwh }} kWh{% endif %} | {{ band.price_per_kwh | money }} |
| {{ t('No hay franjas configuradas.') }} | |||
{{ t('Estas franjas quedan guardadas para este mes. Los cambios no afectan a otros periodos.') }}
{{ t('Este periodo todavia no tiene una tarifa propia.') }}
| {{ t('Nombre') }} | {{ t('Seccion') }} | {{ t('Importe') }} | {{ t('Dashboard') }} |
|---|---|---|---|
| {{ rule.name }} | {{ section_label(rule.section, rule.section) }} | {{ rule.amount | money }} | {{ t('Si') if rule.show_on_dashboard else t('No') }} |
| {{ t('No hay cargos fijos configurados.') }} | |||
{{ t('Estos importes fijos quedan guardados para este mes. Los cambios no afectan a otros periodos.') }}
{{ t('Este periodo todavia no tiene cargos fijos propios.') }}
| {{ t('Nombre') }} | {{ t('Seccion') }} | {{ t('Alias') }} | {{ t('Expresion') }} |
|---|---|---|---|
| {{ rule.name }} | {{ section_label(rule.section, rule.section) }} | {{ rule.alias or '-' }} | {{ rule.expression }} |
| {{ t('No hay conceptos calculados configurados.') }} | |||
{{ t('Sin overrides de impuestos. Se usa la configuracion base.') }}
{% endfor %}{{ t('Detalle diario') }}
{{ summary.daily_cost_note }}
| {{ t('Fecha') }} | {{ t('Medicion') }} | {{ t('Red inversor') }} | {{ t('Usado para calcular') }} | {{ t('Carga total') }} | Solar PV | {{ t('Costo energia') }} | {{ t('Acumulado') }} |
|---|---|---|---|---|---|---|---|
| {{ item.date }} | {% if item.has_measurement %} {{ t('Con medicion') }} {% else %} {{ t('Sin medicion') }} {% endif %} | {{ item.inverter_grid_kwh | kwh }} kWh | {{ item.billed_kwh | kwh }} kWh | {{ item.load_kwh | kwh }} kWh | {{ item.solar_pv_kwh | kwh }} kWh | {{ item.energy_cost | money }} | {{ item.cumulative_energy_cost | money }} |
| {{ t('Total costo de energia del periodo') }} | {{ summary.energy_cost | money }} | ||||||
{{ t('Graficos diarios') }}
{{ t('Visualiza el costo diario y el comportamiento de la red del inversor junto a la generacion solar.') }}
{{ daily_cost_chart.subtitle }}
{{ daily_energy_chart.subtitle }}