Summary Sales Report
tanggal1));
$format2 = date('d F Y', strtotime($input->tanggal2));
echo "
" . $format1 . " - " . $format2 . "
";
echo "
" . $input->whs_name . "
";
} else {
echo "
";
}
?>
Revenue |
Subtotal |
|
Discount |
|
Service Charge |
|
Tax |
|
Rounding |
|
Grand Total |
|
Payment Method |
". $row2['Provider'] . " |
|
|
" . $pembelian_format . " | ";
$hasil2 += $pembelian_pembulatan;
}
} else {
echo "
BCA |
|
|
|
BNI |
|
|
|
Jenius |
|
|
|
MANDIRI |
|
|
|
Mastercard |
|
|
|
OVO |
|
|
|
Visa |
|
|
|
";
}
?>
Grand Total |
|
|
= empty($hasil2) ? 0 : number_format($hasil2,0,",",".") ?> |
Sales per Department |
BEVERAGE |
|
|
|
FOOD |
|
|
|
ICE CREAM |
|
|
|
Total |
|
|
|
Profit & Loss |
Subtotal |
|
|
Discount |
|
|
Cost of Goods Sold |
|
|
BEVERAGE |
|
|
FOOD |
|
|
ICE CREAM |
|
|
TOTAL COGS |
|
|
Profit/Loss |
|
|
Profit & Loss |
Subtotal |
|
|
Discount |
|
|
Cost of Goods Sold |
|
|
BEVERAGE |
|
|
FOOD |
|
|
ICE CREAM |
|
|
TOTAL COGS |
|
|
Profit/Loss |
|
|