| Sr. No | Budget head no. | Name of Budget Head | Details | Outlay for Administrative Approval / Technical Sanction | |||||||||||||||||||||||
| 1 | 2 | 3 | 4 | 5 | |||||||||||||||||||||||
|
1 |
1 |
Employee Cost |
1) Monthly Gross Salary (
Employee) including EPF & ESIC (Rs. x ) ( x ) |
|
|||||||||||||||||||||||
| 2) O.T. X Month | |||||||||||||||||||||||||||
| 3) T.A. x Month | |||||||||||||||||||||||||||
| 4) Medical reimbursement/mediclaim | |||||||||||||||||||||||||||
| 5) Leave Salary & Pension count Employees ( x ) | |||||||||||||||||||||||||||
| 6) Gratuity Fund Investment ( x ) | |||||||||||||||||||||||||||
| 7) Accidental Policy ( Employees) | |||||||||||||||||||||||||||
| 8) GIS Policy | |||||||||||||||||||||||||||
| 9) Bonus/Exgratia ( Employees) | |||||||||||||||||||||||||||
| 10) Uniform, Raincoat, Gumboot, etc. | |||||||||||||||||||||||||||
| 11) Leave Encashment | |||||||||||||||||||||||||||
| 12) 7th pay Difference 1st Installment / Training / any New Recruitment | |||||||||||||||||||||||||||
|
2 |
2 |
ENERGY COST |
Raw Water Pumping Station, Shahad ( x ) (MSEDCL) = |
|
|||||||||||||||||||||||
| Water Treatment Plant, Temghar ( x ) = | |||||||||||||||||||||||||||
| Pumping station, Patlipada ( x = ) + Others Rs. lacs. (MSEDCL) + STEM Office (Vardan Bldg. 1st Floor - and 9th Floor - ) Total= Lacs and if rates are increase | |||||||||||||||||||||||||||
|
3 |
3 |
RAW WATER COST ";
$DomesticInLocal_cess = $DomesticDate = $DomesticInDate = $DomesticInAmount = 0;
$CommercialInLocal_cess = $CommercialDate = $CommercialInDate = $CommercialInAmount = 0;
$RuralInLocal_cess = $RuralDate = $RuralInDate = $RuralInAmount = 0;
$DomesticUnit = $DomesticAmount = $DomesticLocal_cess = $DomesticInAmt = 0;
$CommercialUnit = $CommercialAmount = $CommercialLocal_cess = $CommercialInAmt = 0;
$RuralUnit = $RuralAmount = $RuralLocal_cess = $RuralInAmt = 0;
foreach ($Domestic as $key => $value) {
// print_r($value);
$total_bill_amt =
$value['bill_amount'] +
$Commercial[$key]['bill_amount'] +
$Rural[$key]['bill_amount'];
$indivMonth[$key] = $total_bill_amt;
if ($i <= 3) {
//1,2,3 4,5,6 7,8,9
$DomesticAmt += $Domestic[$key]['bill_amount'];
$CommercialAmt += $Commercial[$key]['bill_amount'];
$RuralAmt += $Rural[$key]['bill_amount'];
$DomesticDate += $Domestic[$key]['days'];
$CommercialDate += $Commercial[$key]['days'];
$RuralDate += $Rural[$key]['days'];
$DomesticUnit += $Domestic[$key]['unit'];
$CommercialUnit += $Commercial[$key]['unit'];
$RuralUnit += $Rural[$key]['unit'];
$DomesticAmount += $Domestic[$key]['amount'];
$CommercialAmount += $Commercial[$key]['amount'];
$RuralAmount += $Rural[$key]['amount'];
$DomesticLocal_cess += $Domestic[$key]['local_cess'];
$CommercialLocal_cess += $Commercial[$key]['local_cess'];
$RuralLocal_cess += $Rural[$key]['local_cess'];
// common rate
$DomesticRate = $Domestic[$key]['rate'];
$CommercialRate = $Commercial[$key]['rate'];
$RuralRate = $Rural[$key]['rate'];
$DomesticUnit = $Domestic[$key]['unit'];
$CommercialUnit = $Commercial[$key]['unit'];
$RuralUnit = $Rural[$key]['unit'];
if ($i == 3) {
$quater[1][] = [
'bill_amount' => $DomesticAmt,
'rate' => $DomesticRate,
'days' => $DomesticDate,
'unit' => $DomesticUnit,
'amount' => $DomesticAmount,
'local_cess' => $DomesticLocal_cess,
];
$quater[2][] = [
'bill_amount' => $CommercialAmt,
'rate' => $CommercialRate,
'days' => $CommercialDate,
'unit' => $CommercialUnit,
'amount' => $CommercialAmount,
'local_cess' => $CommercialLocal_cess,
];
$quater[3][] = [
'bill_amount' => $RuralAmt,
'rate' => $RuralRate,
'days' => $RuralDate,
'unit' => $RuralUnit,
'amount' => $RuralAmount,
'local_cess' => $RuralLocal_cess,
];
$DomesticAmt = $CommercialAmt = $RuralAmt = $DomesticRate = $DomesticDate = $DomesticUnit = $RuralDate = $DomesticAmount = $RuralUnit = $RuralAmount = $DomesticLocal_cess = $RuralLocal_cess = $CommercialRate = $CommercialDate = $CommercialUnit = $CommercialAmount = $CommercialLocal_cess = $RuralRate = 0;
-($i = 0);
}
}
if (!in_array($key, $exclude_month)) {
$DomesticInAmt += $Domestic[$key]['bill_amount'];
$CommercialInAmt += $Commercial[$key]['bill_amount'];
$RuralInAmt += $Rural[$key]['bill_amount'];
$DomesticInDate += $Domestic[$key]['days'];
$CommercialInDate += $Commercial[$key]['days'];
$RuralInDate += $Rural[$key]['days'];
$DomesticInAmount += $Domestic[$key]['amount'];
$CommercialInAmount += $Commercial[$key]['amount'];
$RuralInAmount += $Rural[$key]['amount'];
$DomesticInLocal_cess += $Domestic[$key]['local_cess'];
$CommercialInLocal_cess += $Commercial[$key]['local_cess'];
$RuralInLocal_cess += $Rural[$key]['local_cess'];
// common rate
$DomesticInUnit = $Domestic[$key]['unit'];
$CommercialInUnit = $Commercial[$key]['unit'];
$RuralInUnit = $Rural[$key]['unit'];
$DomesticInRate = $Domestic[$key]['rate'];
$CommercialInRate = $Commercial[$key]['rate'];
$RuralInRate = $Rural[$key]['rate'];
if ($key == 12) {
// $collectionMonth[0] = $DomesticInAmt;
// $collectionMonth[1] = $CommercialInAmt;
// $collectionMonth[2] = $RuralInAmt;
$collectionMonth[1] = [
'bill_amount' => $DomesticInAmt,
'rate' => $DomesticInRate,
'days' => $DomesticInDate,
'unit' => $DomesticInUnit,
'amount' => $DomesticInAmount,
'local_cess' => $DomesticInLocal_cess,
];
$collectionMonth[2] = [
'bill_amount' => $CommercialInAmt,
'rate' => $CommercialInRate,
'days' => $CommercialInDate,
'unit' => $CommercialInUnit,
'amount' => $CommercialInAmount,
'local_cess' => $CommercialInLocal_cess,
];
$collectionMonth[3] = [
'bill_amount' => $RuralInAmt,
'rate' => $RuralInRate,
'days' => $RuralInDate,
'unit' => $RuralInUnit,
'amount' => $RuralInAmount,
'local_cess' => $RuralInLocal_cess,
];
$DomesticInAmt = $CommercialInAmt = $RuralInAmt = $DomesticInRate = $DomesticInDate = $DomesticInUnit = $RuralInDate = $DomesticInAmount = $RuralUnit = $RuralInAmount = $DomesticInLocal_cess = $RuralInLocal_cess = $CommercialInRate = $CommercialInDate = $CommercialInUnit = $CommercialInAmount = $CommercialInLocal_cess = $RuralInRate = 0;
}
}
$i++;
}
// // Set the start date to the current date of the current year
$year = 0;
$currentDate = new DateTime();
$currentDate = $Budget->budget_year;
// echo $currentDate;
$startDate = new DateTime($currentDate . '-04-01');
// // Set the end date to March 1 of the next year
$endDate = new DateTime($currentDate + 1 . '-04-01');
// // Create an interval of one month
$interval = new DateInterval('P1M');
// // Create a DatePeriod object
$datePeriod = new DatePeriod($startDate, $interval, $endDate);
// // Loop through the months and print them
echo "
|
A) Domestic :-
|
|
@php $totalAmountNew = $quater[1][1]['bill_amount'] + $collectionMonth[1]['bill_amount']; $totalAmountNew1 = $quater[2][1]['bill_amount'] + $collectionMonth[2]['bill_amount']; $totalAmountNew2 = $quater[3][1]['bill_amount'] + $collectionMonth[3]['bill_amount']; $TotaLfinalAmtNew = $totalAmountNew + $totalAmountNew1 + $totalAmountNew2; // Ensure $raw_water_extra is initialized if ($raw_water_extra) { $raw_water_extra->domestic_value = $raw_water_extra->domestic_value ?? 0; $raw_water_extra->commercial_value = $raw_water_extra->commercial_value ?? 0; $raw_water_extra->rural_value = $raw_water_extra->rural_value ?? 0; } else { // Initialize default values if $raw_water_extra is null $raw_water_extra = (object) [ 'domestic_value' => 0, 'commercial_value' => 0, 'rural_value' => 0, ]; } $original_val = number_format($TotaLfinalAmtNew / 100000, 2); if ( !empty($raw_water_extra->domestic_value) || !empty($raw_water_extra->commercial_value) || !empty($raw_water_extra->rural_value) ) { $finalAmount = $original_val + $raw_water_extra->domestic_value + $raw_water_extra->commercial_value + $raw_water_extra->rural_value; } else { $finalAmount = round($TotaLfinalAmtNew / 100000, 2); } @endphp | ||||||||||||||||||||||
B) Commercial :-
|
|
||||||||||||||||||||||||||
C) Rural :-
|
@php $totalAmount = $quater[3][1]['bill_amount'] + $collectionMonth[3]['bill_amount']; $finalAmount = !empty($raw_water_extra->rural_value) ? round($totalAmount / 100000, 2) + $raw_water_extra->rural_value : round($totalAmount / 100000, 2); @endphp |
||||||||||||||||||||||||||
|
4 |
4 |
Chemicals (Alum, PAC, Chlorine, Co. Aid Lime, Bleaching Powder) |
1) Liquid Chlorine ( Kg Tonner) = M.T x | ||||||||||||||||||||||||
| 2) Liquid Poly Aluminium Chloride (PAC) = M.T x | |||||||||||||||||||||||||||
| 3) Liquid Alum = MT * | |||||||||||||||||||||||||||
| 4) Coagulant aid, Caustic soda, Bleaching Powder, Lime. Other things & 5) AMC of Chlorinators | |||||||||||||||||||||||||||
| 5) AMC of Chlorinators | |||||||||||||||||||||||||||
| 5 | 5 | Security Charges |
M/s. Maharashtra State Security Corporation Wages -
X
& M/s Eagal Security Services - x |
||||||||||||||||||||||||
| 6 | 6 & 7 | Operation & Maintenance & Repairing Exp. (Civil, Mechanical & Electrical) | Spill over & Provision (Old tenders final bills) & New (Civil, Mechanical & Electrical) List Attached | ||||||||||||||||||||||||
| 7 | 8 | Organic Scientific & Chemical Testing Expenses | Chief Bacteriologist DPH Lab, VJTI & other water testing expenses. | ||||||||||||||||||||||||
| 8 | 9 | Professional Expenses |
|
||||||||||||||||||||||||
| 9 | 10 | Audit Fees (Statutory Audit Fee) | Statutory & Tax Audit fees. | ||||||||||||||||||||||||
| 10 | 11 | Transportation Expenses | MD- A.O.- G.M.- DE's- OMR Temghar - Total - vehicles | ||||||||||||||||||||||||
| 11 | 12 | Priting & Stationary Exp. | As per requirement time to time. Purchase New xerox Machine | ||||||||||||||||||||||||
| 12 | 13 | Property & License -Taxes |
@if (is_countable($storeclerk_property))
@else
@endif
|
||||||||||||||||||||||||
| 13 | 14 | MISCELLANEOUS EXPENSES |
|
||||||||||||||||||||||||
| 14 | 15 | Rent |
1) Rent for Vardhan Office = 9th Floor
Sq.mtr x
Rs.
x
x
x
% (GST) =
lacs (Per
Month). 1st Floor Sq. mtr. x Rs. x x x % (GST) = Rs. lacs (Per Month), 2) Thane Creek = lacs. 3) Factory Licence Renewal Rs. /- |
||||||||||||||||||||||||
| 15 | 16 | DEPRECIATION | As per company Act | ||||||||||||||||||||||||
| 16 | 17 | MAT, I.Tax, Penalty & Interest etc.. | Depends Upon Profit / Situation.(Provision Only) | ||||||||||||||||||||||||
| 17 | 18 | Provision for Bad Debts, RDD | BNCMC & Rural (Provision) | ||||||||||||||||||||||||
| 18 | 19 | Safety Expenses |
|
||||||||||||||||||||||||
| 19 | 20 | Advertisement Expenses | |||||||||||||||||||||||||
| Total of Revenue Work | |||||||||||||||||||||||||||
| 18 | 21 | Rural Capital | Statement Attached | ||||||||||||||||||||||||
| 19 | 22 | Urban Capital | Statement Attached | ||||||||||||||||||||||||
| 20 | 23 | Computers & Computer Software | As per requirements | ||||||||||||||||||||||||
| 21 | 24 | Office Equipment | As per requirements | ||||||||||||||||||||||||
| 22 | 25 | Furniture & Fixture | As per requirements | ||||||||||||||||||||||||