@extends('layouts.app') @section('content') @php $bookingStatusLabels = [ 'draft' => 'Draf', 'confirmed' => 'Dikonfirmasi', 'completed' => 'Selesai', 'picked_up' => 'Sudah Diambil', 'cancelled' => 'Dibatalkan', ]; @endphp
Periode: {{ \Carbon\Carbon::parse($startDate)->format('d M Y') }} - {{ \Carbon\Carbon::parse($endDate)->format('d M Y') }}
Filter tipe: {{ strtoupper($orderType ?? 'all') }} @if(!empty($bookingStatus)) • Status booking: {{ $bookingStatusLabels[$bookingStatus] ?? $bookingStatus }} @endif
{{ $transaction->transaction_code }}
{{ $transaction->created_at->format('d M Y, H:i') }}
Total
Rp {{ number_format($transaction->total_amount, 0, ',', '.') }}
Kasir:
{{ $transaction->user->name }}
Tidak ada transaksi pada periode yang dipilih.
{{ $transaction->transaction_code }}
{{ $transaction->created_at->format('d M Y, H:i') }}
Total
Rp {{ number_format($transaction->total_amount, 0, ',', '.') }}
Subtotal:
Rp {{ number_format($transaction->subtotal, 0, ',', '.') }}
Diskon:
- Rp {{ number_format($transaction->discount, 0, ',', '.') }}
Pajak Marketplace @if(($transaction->marketplace_tax_mode ?? 'global') === 'global') ({{ rtrim(rtrim(number_format((float) ($transaction->marketplace_tax_rate ?? 0), 2, ',', '.'), '0'), ',') }}%) @else (Per Item) @endif
{{ $transaction->marketplace_tax_burden === 'customer' ? '+' : '-' }} Rp {{ number_format($transaction->marketplace_tax_amount ?? 0, 0, ',', '.') }}
PPN ({{ rtrim(rtrim(number_format((float) ($transaction->ppn_tax_rate ?? 0), 2, ',', '.'), '0'), ',') }}%)
{{ $transaction->ppn_tax_burden === 'customer' ? '+' : '-' }} Rp {{ number_format($transaction->ppn_tax_amount ?? 0, 0, ',', '.') }}
Kasir:
{{ $transaction->user->name }}
Tidak ada transaksi pada periode yang dipilih.
{{ $transaction->transaction_code }}
{{ $transaction->created_at->format('d M Y, H:i') }}
Total
Rp {{ number_format($transaction->total_amount, 0, ',', '.') }}
Subtotal:
Rp {{ number_format($transaction->subtotal, 0, ',', '.') }}
Diskon:
- Rp {{ number_format($transaction->discount, 0, ',', '.') }}
Pajak Marketplace @if(($transaction->marketplace_tax_mode ?? 'global') === 'global') ({{ rtrim(rtrim(number_format((float) ($transaction->marketplace_tax_rate ?? 0), 2, ',', '.'), '0'), ',') }}%) @else (Per Item) @endif
{{ $transaction->marketplace_tax_burden === 'customer' ? '+' : '-' }} Rp {{ number_format($transaction->marketplace_tax_amount ?? 0, 0, ',', '.') }}
PPN ({{ rtrim(rtrim(number_format((float) ($transaction->ppn_tax_rate ?? 0), 2, ',', '.'), '0'), ',') }}%)
{{ $transaction->ppn_tax_burden === 'customer' ? '+' : '-' }} Rp {{ number_format($transaction->ppn_tax_amount ?? 0, 0, ',', '.') }}
Kasir:
{{ $transaction->user->name }}
Tidak ada transaksi pada periode yang dipilih.
| Tanggal | Keterangan | Dicatat Oleh | Jumlah |
|---|---|---|---|
| {{ \Carbon\Carbon::parse($expense->date)->isoFormat('D MMM YYYY') }} | {{ $expense->description }} | {{ $expense->user->name ?? '-' }} | Rp {{ number_format($expense->amount, 0, ',', '.') }} |
| Tidak ada data pengeluaran. | |||
{{ \Carbon\Carbon::parse($expense->date)->isoFormat('D MMM YYYY') }}
Tidak ada data pengeluaran.
@endforelse| Tanggal | Produk | Qty | Supplier | Catatan | Total |
|---|---|---|---|---|---|
| {{ \Carbon\Carbon::parse($purchase->date)->isoFormat('D MMM YYYY') }} |
|
|
{{ $purchase->supplier->name ?? 'Umum' }} | {{ $purchase->note ?? '-' }} | Rp {{ number_format($purchase->total_amount, 0, ',', '.') }} |
| Tidak ada data pembelian stok. | |||||
Supplier: {{ $purchase->supplier->name ?? 'Umum' }}
Tidak ada data pembelian stok.
@endforelse