@extends('layouts.app') @section('content')
Total Net Sales
No Charge Items
Rejected Items
Held Transactions
Payment Recieved from Held Transactions
Remaining Balances
Transaction # | EnteredBy | CreatedAt | Item | Quantity | Pay Method | Category | Unit Price {{empty($app->currency) ? "GHS" : $app->currency}} |
Total Price {{empty($app->currency) ? "GHS" : $app->currency}} |
---|---|---|---|---|---|---|---|---|
#{{$list->invoice_number}} | {{$list->user->name}} | {{$list->created_at}} | {{$list->invoice_product_name}} | {{$list->invoice_quantity}} | {{$list->agency}} | {{$list->invoice_category}} | @convert($list->invoice_unit_price) | @convert($list->invoice_total_price) |
Transaction # | Item | Quantity | Unit Price {{empty($app->currency) ? "GHS" : $app->currency}} |
Total Price {{empty($app->currency) ? "GHS" : $app->currency}} |
---|---|---|---|---|
#{{$list->invoice_number}} | {{@strtoupper($list->invoice_product_name)}} | @convert($list->invoice_quantity) | {{$list->invoice_unit_price}} | {{$list->invoice_total_price}} |
Transaction ID | Item | Quantity | Unit Price {{empty($app->currency) ? "GHS" : $app->currency}} |
Total Price {{empty($app->currency) ? "GHS" : $app->currency}} |
---|---|---|---|---|
#{{$list->invoice_number}} | {{$list->invoice_product_name}} | {{$list->invoice_quantity}} | {{$list->invoice_unit_price}} | {{$list->invoice_total_price}} |
Sales Type | Description | Actions |
---|---|---|
Walk in Sales | Customers physically entering a store or business establishment to make a purchase, as opposed to buying products or services online or through other remote methods. | |
Drive Thru | Show report of Drive-Thru transactions | |
Delivery Sales | Selling products or services to customers and delivering them to a specified location, typically the customer's home or another designated address. |
Name | Joined Date | Outlet | Action |
---|---|---|---|
{{@strtoupper($list->name)}} | {{$list->created_at}} | {{$list->branch}} |