@if(Route::currentRouteName() == "manufacturing" || Route::currentRouteName() == "ManCorrectDate") Manufacturing in Progress... Please Wait @else Loading... Please wait @endif
@if(auth()->user()->role != "Accountant")
Dashboards
@endif @can('create', App\Models\User::class)
Bookkeeping
@endcan @if(auth()->user()->role != "Accountant")
Report
@endif @if(auth()->user()->role == "Administrator")
Authentication
Settings
Profile
@endif
Dashboards
@if(auth()->user()->role != "Accountant")
Dashboard
Stock Request
Stock Transfer
@if($app->main_warehouse == auth()->user()->station)
Goods Receipts
Purchase
ProForma
@endif
Manufacturing
Item stock ledger
Trash Bucket
Physical Stock
@if(auth()->user()->role !== "Administrator")
Petty Cash
Bill
@endif @can('create', App\Models\User::class)
Adjustment
@endcan
@else
General Ledger
Account Summary
Chart of Account
Cash and Bank Account
Receipts
Payments
Vendors
Purchase
Bill
@endif
{{$transferCount->count()}}
Incoming Vouchers
Order Display
Configuration
Warehouse & Stations
Central Station
Satellite Station
Warehouse
Outlet
Other Settings
Vendors
Items
@can('create', App\Models\User::class) @endcan
Re-order Levels
@can('create', App\Models\User::class)
Tax
@endcan
Category
Brands
Delivery Prices
Coupons
Unit Measurement
Payment Methods
Expiring Item
Business Setup
Basic Setup
@if(auth()->user()->role =="Administrator")
Day Close
Day Reopen
@endif
Learn More
Report
Stock Tracking
@if(auth()->user()->role == "Administrator")
Cost of Sales Analysis
@else
Cost of Sales Analysis
@endif
Issue Register
Issue Received
Raw Material Cons.
Manufacturing Cost
Wastage Cost
Good Receipt transactions
Sales Report
Revenue Summary
Held Transactions
@if(auth()->user()->role == "Administrator")
All Reports
@endif
@if(auth()->user()->role == "Administrator" || "Accountant")
Bookkeeping
General Ledger
Account Summary
Chart of Account
Cash and Bank Account
Receipts
Payments
Vendors
Purchase
Bill
@endif
Upgrade Account
@if(auth()->user()->role == "Administrator")
Authentication
Users
New User
Upgrade Account
@endif
Settings
General Info
@csrf
Full Name
Email
Station
Save
Change Password
@csrf
Current Password
New Password
Confirm Password
Save
@if(auth()->user()->role == "Administrator")
Duplicates Transactions
Station
check
Search Order
Order number
search
@endif
Advance Settings
Back Office
@if(auth()->user()->role == "Administrator")
Voucher Approvals ({{$authorizeStatus->count()}})
@foreach($authorizeStatus as $list)
{{$list->name}} | {{$list->transaction_no}}
{{$list->issue_to}}
view voucher
@endforeach
@endif
@can('create', App\Models\User::class)
Settings
@endcan
Logout
@csrf
@include('inc.errorfile')
@yield('content') @include('inc.footer') @include('modal.branch-sales-analysis-app') @include('modal.day-close') @include('modal.day-previous') @include('modal.tax') @include('modal.revenue') @include('modal.request') @include('modal.bomconsumption') @include('modal.ledger-summary')
@if(Route::currentRouteName() == "dashboard" || Route::currentRouteName() == "BookkeepingRe")