@extends('layouts.app') @section('title', 'Create Billing Period') @push('styles') @endpush @section('content')
Create and manage billing periods for your properties
A KPLC invoice has not yet been created for the current billing period. Please create the KPLC invoice before proceeding with a new billing period.
You cannot create a new billing period until all meter readings for the current period have been processed. Please click the "Process Billings" button below to proceed.
Required readings to be uploaded via an app
| Customer Name | Unit | Billing Period | Reading | Previous Reading | Cons.(Kwh) |
|---|---|---|---|---|---|
|
|
{{ $reading->UnitIdentity ?? ($reading->UnitID ?? 'N/A') }} | {{ $reading->BillingPeriod ? \Carbon\Carbon::createFromFormat('Ym', $reading->BillingPeriod)->format('M Y') : 'N/A' }} | {{ $reading->Reading ?? 'Missing' }} | {{ $reading->PrvReading ?? 'N/A' }} | {{ $reading->Consumption ?? '0' }} |
All meter readings are up to date and valid.
@if(isset($missingKplcInvoices) && $missingKplcInvoices && $latestBillingPeriod)Billing Period: {{ \Carbon\Carbon::createFromFormat('Ym', $latestBillingPeriod)->format('F Y') }}
Billing Period: {{ \Carbon\Carbon::createFromFormat('Ym', $latestBillingPeriod)->format('F Y') }}
Process meter readings to update billing records