@php $logoPath = public_path('admin/images/bncmc-logo.png'); $logoSrc = ''; if (file_exists($logoPath)) { $logoData = base64_encode(file_get_contents($logoPath)); $mimeType = mime_content_type($logoPath); $logoSrc = 'data:' . $mimeType . ';base64,' . $logoData; } else { $logoSrc = asset('admin/images/bncmc-logo.png'); } @endphp
Bhiwandi Nizampur City Municipal Corporation
भिवंडी निजामपूर शहर महानगरपालिका, भिवंडी (ठाणे)
मुंबई प्रांतिक महानगरपालिका अधिनियम १९४९ चे अनुसूचीतील प्रकरण ८ (अधिनियम ४४, ४५ व ४६ अन्वये)
वसुलिचे चलन / RECOVERY CHALAN
(नमूना क्रमांक ९३)
आर्थिक वर्ष / Financial Year: {{ $financialYear }}
Chalan No: {{ $chalanNo }} Date: {{ $chalanDate }}
@php if (!function_exists('indian_format')) { function indian_format($number) { $decimal = round($number - ($no = floor($number)), 2) * 100; $hundred = null; $digits_length = strlen($no); $i = 0; $str = array(); $words = array(0 => '', 1 => '1', 2 => '2', 3 => '3', 4 => '4', 5 => '5', 6 => '6', 7 => '7', 8 => '8', 9 => '9', 10 => '10', 11 => '11', 12 => '12', 13 => '13', 14 => '14', 15 => '15', 16 => '16', 17 => '17', 18 => '18', 19 => '19', 20 => '20', 30 => '30', 40 => '40', 50 => '50', 60 => '60', 70 => '70', 80 => '80', 90 => '90'); $digits = array('', 'Hundred', 'Thousand', 'Lakh', 'Crore'); // Simple string manipulation for comma separation $num = explode('.', number_format($number, 2, '.', '')); $whole = $num[0]; $decimal = $num[1]; $last3 = substr($whole, -3); $rest = substr($whole, 0, -3); if($rest) { $rest = preg_replace("/\B(?=(\d{2})+(?!\d))/", ",", $rest); return $rest . "," . $last3 . "." . $decimal; } else { return $last3 . "." . $decimal; } } } $srNo = 1; @endphp @if (isset($arrearsAmount) && $arrearsAmount > 0) @endif @if (isset($arrearsAmount) && $arrearsAmount > 0) @endif @if (isset($excessAmount) && $excessAmount > 0) @endif @if (isset($excessAmount) && $excessAmount > 0) @endif @if (isset($denominations) && count($denominations) > 0) @endif
SR.NO. / अ.क्र. PARTICULARS / रक्कमेचा तपशील AMOUNT / रक्कम REMARKS / शेरा
{{ $srNo++ }} Water Tax Collection ({{ $paymentMode }})
पाणीपट्टी वसुली ({{ $receiptCounts }} पावत्या)
{{ indian_format($currentAmount) }}
{{ $srNo++ }} Arrears / थकबाकी {{ indian_format($arrearsAmount) }}
{{ $srNo++ }} Arrears / थकबाकी {{ indian_format($arrearsAmount) }}
{{ $srNo++ }} Excess Amount / जास्तीची रक्कम {{ indian_format($excessAmount) }}
{{ $srNo++ }} Excess Amount / जास्तीची रक्कम {{ indian_format($excessAmount) }}
Cash Denominations Details / नोटांचा तपशील:
@foreach ($denominations as $note => $count) ₹{{ $note }} x {{ $count }} = {{ indian_format($note * $count) }}
@endforeach
{{ number_format($totalCash ?? 0, 2) }}
TOTAL / एकूण {{ indian_format($totalAmount) }}
In Words / अक्षरी: {{ $amountInWords }}
Clerk
(लिपिक)
Head Clerk
(प्रमुख लिपिक)
Collection Officer
(वसुली अधिकारी)