⚝
One Hat Cyber Team
⚝
Your IP:
172.22.0.1
Server IP:
151.80.20.34
Server:
Linux 794f04d97d5e 5.15.0-143-generic #153-Ubuntu SMP Fri Jun 13 19:10:45 UTC 2025 x86_64
Server Software:
Apache/2.4.62 (Debian)
PHP Version:
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
html
/
storage
/
framework
/
views
/
View File Name :
396b60ef9ae4459cf4ec8d8b1d3ee803.php
<?php $__env->startSection('page-title'); ?> <?php echo e(__('Ledger Summary')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('breadcrumb'); ?> <li class="breadcrumb-item"><a href="<?php echo e(route('dashboard')); ?>"><?php echo e(__('Dashboard')); ?></a></li> <li class="breadcrumb-item"><?php echo e(__('Ledger Summary')); ?></li> <?php $__env->stopSection(); ?> <?php $__env->startPush('script-page'); ?> <script type="text/javascript" src="<?php echo e(asset('js/html2pdf.bundle.min.js')); ?>"></script> <script> var filename = $('#filename').val(); function saveAsPDF() { var element = document.getElementById('printableArea'); var opt = { margin: 0.3, filename: filename, image: { type: 'jpeg', quality: 1 }, html2canvas: { scale: 4, dpi: 72, letterRendering: true }, jsPDF: { unit: 'in', format: 'A2' } }; html2pdf().set(opt).from(element).save(); } </script> <?php $__env->stopPush(); ?> <?php $__env->startSection('action-btn'); ?> <div class="float-end"> <a href="#" class="btn btn-sm btn-primary" onclick="saveAsPDF()"data-bs-toggle="tooltip" title="<?php echo e(__('Download')); ?>" data-original-title="<?php echo e(__('Download')); ?>"> <span class="btn-inner--icon"><i class="ti ti-download"></i></span> </a> </div> <?php $__env->stopSection(); ?> <?php $selectAcc = [[ "id" => 0, "code" => '', "name" => "Select", "parent" => 0, ]]; $accounts = array_merge($selectAcc, $accounts); ?> <?php $__env->startSection('content'); ?> <div class="row"> <div class="col-sm-12"> <div class="mt-2 " id="multiCollapseExample1"> <div class="card"> <div class="card-body"> <?php echo e(Form::open(['route' => ['report.ledger'], 'method' => 'GET', 'id' => 'report_ledger'])); ?> <div class="row align-items-center justify-content-end"> <div class="col-xl-10"> <div class="row"> <div class="col-xl-3 col-lg-3 col-md-6 col-sm-12 col-12"> <div class="btn-box"> </div> </div> <div class="col-xl-3 col-lg-3 col-md-6 col-sm-12 col-12"> <div class="btn-box"> <?php echo e(Form::label('start_date', __('Start Date'), ['class' => 'form-label'])); ?> <?php echo e(Form::date('start_date', $filter['startDateRange'], ['class' => 'month-btn form-control'])); ?> </div> </div> <div class="col-xl-3 col-lg-3 col-md-6 col-sm-12 col-12"> <div class="btn-box"> <?php echo e(Form::label('end_date', __('End Date'), ['class' => 'form-label'])); ?> <?php echo e(Form::date('end_date', $filter['endDateRange'], ['class' => 'month-btn form-control'])); ?> </div> </div> <div class="col-xl-3 col-lg-3 col-md-6 col-sm-12 col-12"> <div class="btn-box"> <?php echo e(Form::label('account', __('Account'), ['class' => 'form-label'])); ?> <select name="account" class="form-control" required="required"> <?php $__currentLoopData = $accounts; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $chartAccount): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <option value="<?php echo e($chartAccount['id']); ?>" class="subAccount" <?php echo e(isset($_GET['account']) && $chartAccount['id'] == $_GET['account'] ? 'selected' : ''); ?>><?php echo e($chartAccount['name']); ?></option> <?php $__currentLoopData = $subAccounts; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $subAccount): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if($chartAccount['id'] == $subAccount['account']): ?> <option value="<?php echo e($subAccount['id']); ?>" class="ms-5" <?php echo e(isset($_GET['account']) && $_GET['account'] == $subAccount['id'] ? 'selected' : ''); ?>> <?php echo e($subAccount['name']); ?></option> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </select> </div> </div> </div> </div> <div class="col-auto"> <div class="row"> <div class="col-auto mt-4"> <a href="#" class="btn btn-sm btn-primary" onclick="document.getElementById('report_ledger').submit(); return false;" data-bs-toggle="tooltip" title="<?php echo e(__('Apply')); ?>" data-original-title="<?php echo e(__('apply')); ?>"> <span class="btn-inner--icon"><i class="ti ti-search"></i></span> </a> <a href="<?php echo e(route('report.ledger')); ?>" class="btn btn-sm btn-danger " data-bs-toggle="tooltip" title="<?php echo e(__('Reset')); ?>" data-original-title="<?php echo e(__('Reset')); ?>"> <span class="btn-inner--icon"><i class="ti ti-trash-off text-white-off "></i></span> </a> </div> </div> </div> </div> </div> <?php echo e(Form::close()); ?> </div> </div> </div> </div> <div id="printableArea"> <div class="row mb-4"> <div class="col-12 mb-4"> <div class="card"> <div class="card-body table-border-style"> <div class="table-responsive"> <table class="table"> <thead> <tr> <th> <?php echo e(__('Account Name')); ?></th> <th> <?php echo e(__('Name')); ?></th> <th> <?php echo e(__('Transaction Type')); ?></th> <th> <?php echo e(__('Transaction Date')); ?></th> <th> <?php echo e(__('Debit')); ?></th> <th> <?php echo e(__('Credit')); ?></th> <th> <?php echo e(__('Balance')); ?></th> </tr> </thead> <tbody> <?php $balance = 0; $totalDebit = 0; $totalCredit = 0; $accountArrays = []; foreach ($chart_accounts as $key => $account) { $chartDatas = App\Models\Utility::getAccountData($account['id'], $filter['startDateRange'], $filter['endDateRange']); $chartDatas = $chartDatas->toArray(); $accountArrays[] = $chartDatas; } ?> <?php $__currentLoopData = $accountArrays; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $accounts): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php $__currentLoopData = $accounts; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $account): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if($account->reference == 'Invoice'): ?> <tr> <td><?php echo e($account->account_name); ?></td> <td><?php echo e($account->user_name); ?></td> </td> <td><?php echo e(\Auth::user()->invoiceNumberFormat($account->ids)); ?></td> <td><?php echo e($account->date); ?></td> <td><?php echo e(\Auth::user()->priceFormat($account->debit)); ?></td> <?php $total = $account->debit + $account->credit; $balance += $total; $totalCredit += $total; ?> <td><?php echo e(\Auth::user()->priceFormat($account->credit)); ?></td> <td><?php echo e(\Auth::user()->priceFormat($balance)); ?></td> </tr> <?php endif; ?> <?php if($account->reference == 'Invoice Payment'): ?> <tr> <td><?php echo e($account->account_name); ?></td> <td><?php echo e($account->user_name); ?></td> </td> <td><?php echo e(\Auth::user()->invoiceNumberFormat($account->ids)); ?><?php echo e(__(' Manually Payment')); ?> </td> <td><?php echo e($account->date); ?></td> <td><?php echo e(\Auth::user()->priceFormat($account->debit)); ?></td> <?php $total = $account->debit + $account->credit; $balance -= $total; ?> <td><?php echo e(\Auth::user()->priceFormat($account->credit)); ?></td> <td><?php echo e(\Auth::user()->priceFormat($balance)); ?></td> </tr> <?php endif; ?> <?php if($account->reference == 'Revenue'): ?> <tr> <td><?php echo e($account->account_name); ?></td> <td><?php echo e($account->user_name); ?></td> <td><?php echo e(__(' Revenue')); ?> </td> <td><?php echo e($account->date); ?></td> <td><?php echo e(\Auth::user()->priceFormat($account->debit)); ?></td> <?php $total = $account->debit + $account->credit; $balance += $total; ?> <td><?php echo e(\Auth::user()->priceFormat($account->credit)); ?></td> <td><?php echo e(\Auth::user()->priceFormat($balance)); ?></td> </tr> <?php endif; ?> <?php if( $account->reference == 'Bill' || $account->reference == 'Bill Account' || $account->reference == 'Expense' || $account->reference == 'Expense Account'): ?> <tr> <td><?php echo e($account->account_name); ?></td> <td><?php echo e($account->user_name); ?></td> <?php if($account->reference == 'Bill' || $account->reference == 'Bill Account'): ?> <td><?php echo e(\Auth::user()->billNumberFormat($account->ids)); ?> <?php else: ?> <td><?php echo e(\Auth::user()->expenseNumberFormat($account->ids)); ?> <?php endif; ?> <td><?php echo e($account->date); ?></td> <td><?php echo e(\Auth::user()->priceFormat($account->debit)); ?></td> <?php $total = $account->debit + $account->credit; $balance -= $total; ?> <td><?php echo e(\Auth::user()->priceFormat($account->credit)); ?></td> <td><?php echo e(\Auth::user()->priceFormat($balance)); ?></td> </tr> <?php endif; ?> <?php if($account->reference == 'Bill Payment' || $account->reference == 'Expense Payment'): ?> <tr> <td><?php echo e($account->account_name); ?></td> <td><?php echo e($account->user_name); ?></td> <?php if($account->reference == 'Bill Payment'): ?> <td><?php echo e(\Auth::user()->billNumberFormat($account->ids)); ?><?php echo e(__(' Manually Payment')); ?> <?php else: ?> <td><?php echo e(\Auth::user()->expenseNumberFormat($account->ids)); ?><?php echo e(__(' Manually Payment')); ?> <?php endif; ?> </td> <td><?php echo e($account->date); ?></td> <td><?php echo e(\Auth::user()->priceFormat($account->debit)); ?></td> <?php $total = $account->debit + $account->credit; $balance -= $total; ?> <td><?php echo e(\Auth::user()->priceFormat($account->credit)); ?></td> <td><?php echo e(\Auth::user()->priceFormat($balance)); ?></td> </tr> <?php endif; ?> <?php if($account->reference == 'Payment'): ?> <tr> <td><?php echo e($account->account_name); ?></td> <td><?php echo e($account->user_name); ?></td> <td><?php echo e(__('Payment')); ?> </td> <td><?php echo e($account->date); ?></td> <td><?php echo e(\Auth::user()->priceFormat($account->debit)); ?></td> <?php $total = $account->debit + $account->credit; $balance -= $total; ?> <td><?php echo e(\Auth::user()->priceFormat($account->credit)); ?></td> <td><?php echo e(\Auth::user()->priceFormat($balance)); ?></td> </tr> <?php endif; ?> <?php if($account->reference == 'Journal'): ?> <tr> <td><?php echo e($account->account_name); ?></td> <td><?php echo e('-'); ?> </td> <td><?php echo e(AUth::user()->journalNumberFormat($account->reference_id)); ?> </td> <td><?php echo e($account->date); ?></td> <td><?php echo e(\Auth::user()->priceFormat($account->debit)); ?></td> <?php $total = $account->credit - $account->debit; $balance += $total; ?> <td><?php echo e(\Auth::user()->priceFormat($account->credit)); ?></td> <td><?php echo e(\Auth::user()->priceFormat($balance)); ?></td> </tr> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </tbody> </table> </div> </div> </div> </div> </div> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.admin', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/html/resources/views/report/ledger_summary.blade.php ENDPATH**/ ?>