@extends('layouts.app') @section('content')
Total Net Sales
No Charge Items
Rejected Items
| Order No. | Outlet | Ordered Date | Product | Quantity | Unit Price {{empty($app->currency) ? "GHS" : $app->currency}} | Category | Total Price {{empty($app->currency) ? "GHS" : $app->currency}} | 
|---|---|---|---|---|---|---|---|
| #{{$list->invoice_number}} | {{$list->branch}} | {{$list->created_at}} | {{@strtoupper($list->invoice_product_name)}} | {{$list->invoice_quantity}} | @convert($list->invoice_unit_price) | {{@strtoupper($list->invoice_category)}} | @convert($list->invoice_total_price) | 
| OrderNo. | Product | Qty | Rate {{empty($app->currency) ? "GHS" : $app->currency}} | Total {{empty($app->currency) ? "GHS" : $app->currency}} | 
|---|---|---|---|---|
| #{{$list->invoice_number}} | {{@strtoupper($list->invoice_product_name)}} | {{$list->invoice_quantity}} | @convert($list->invoice_unit_price) | @convert($list->invoice_total_price) | 
| OrderNo. | Product | Qty | Rate {{empty($app->currency) ? "GHS" : $app->currency}} | Total {{empty($app->currency) ? "GHS" : $app->currency}} | 
|---|---|---|---|---|
| #{{$list->invoice_number}} | {{@strtoupper($list->invoice_product_name)}} | {{$list->invoice_quantity}} | @convert($list->invoice_unit_price) | @convert($list->invoice_total_price) | 
| Type | Description | Actions | 
|---|---|---|
| Delivery | Selling products or services to customers and delivering them to a specified location, typically the customer's home or another designated address. | |
| 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. |