ATLAS
Admin Panel
{{loginError}}
← Back to POS
ATLAS
{{today}} 🛒 POS
Item List
Add Item
Barcode Update
Inventory
# Code Image Description Category MRP (Rs.) Price (Rs.) Stock Actions
{{$index+1}} {{item.code}} {{item.description}} {{item.category}} {{item.mrp}} {{item.price}} 0 {{item.stock}} {{item.stock}}
No items in database
{{(items | filter:manageFilter()).length}} items

{{editMode ? 'Edit Item' : 'Add New Item'}}

📷 No Image
{{imgFile.name}}
Current image kept if no new file chosen.
Supported: PNG, JPG, GIF, WEBP
{{formError}}

Barcode Update

Scan a barcode to link it to an item code in the system.

✓ {{barcodeForm.foundItem.description}}
Item code not found
Existing Barcode Mappings
BarcodeItem CodeDescription
{{b.barcode}} {{b.code}} {{b.description}}
+ Add Stock
Stock Additions
Stock Levels

Add Stock

Search and select a product, enter quantity and a note.

🔍
{{item.description}}
{{item.code}}
{{stockForm.foundItem.description}}
{{stockForm.foundItem.code}}  ·  Current stock: {{getStockQty(stockForm.foundItem.code)}}
{{stockForm.error}}
Stock Additions History
{{stockLog.length}} record(s)
Loading...
📦
No stock additions yet.
# Date & Time Code Product Qty Added Note
{{$index+1}} {{l.created_at | date:'dd MMM yyyy, HH:mm'}} {{l.code}} {{l.description}} +{{l.qty_added}} {{l.note}}
Current Stock Levels
Out of Stock
{{countOutOfStock()}}
Low (≤10)
{{countLowStock()}}
Tracked
{{countTracked()}}
Loading...
#CodeDescriptionCategory Stock QtyStatusLast Updated
{{$index+1}} {{s.code}} {{s.description}} {{s.category}} {{s.stock !== null && s.stock !== undefined ? s.stock : '—'}} Not tracked Out of Stock Low Stock In Stock {{s.updated_at ? (s.updated_at | date:'dd MMM yyyy HH:mm') : '—'}}
Bills
Items Count
Stock Levels
Stock Additions
Date Range: to
Bills
{{bills.length}}
Items Sold
{{reportTotalItems()}}
Revenue
Rs.{{reportTotalRevenue() | number:2}}
📊
No bills found for selected date range
Loading...
# Bill No Date & Time Items Total (Rs.) Detail
{{$index+1}} {{bill.bill_no}} {{bill.created_at | date:'dd MMM yyyy, HH:mm'}} {{bill.item_count}} {{bill.total | number:2}}
Loading items...
Description Qty Unit Price Total
{{itm.description}} {{itm.qty}} {{itm.unit_price | number:2}} {{itm.total_price | number:2}}
Bill Total Rs.{{bill.total | number:2}}
Date Range: to
Products
{{itemsCounts.length}}
Total Units Sold
{{icTotalQty()}}
📊
No sales data found. Click Search to load.
Loading...
# Product Code Description Qty Sold
{{$index+1}} {{ic.prod_code}} {{ic.description}} {{ic.q}}
Total Units Sold {{icTotalQty()}}
Current Stock Levels
Out of Stock
{{countOutOfStock()}}
Low Stock (≤10)
{{countLowStock()}}
Tracked Items
{{countTracked()}}
Loading...
📦
No stock data. Add stock via Item Manage → Inventory tab.
# Code Description Category Stock Qty Status Last Updated
{{$index+1}} {{s.code}} {{s.description}} {{s.category}} {{s.stock !== null && s.stock !== undefined ? s.stock : '—'}} Not tracked Out of Stock Low Stock In Stock {{s.updated_at ? (s.updated_at | date:'dd MMM yyyy HH:mm') : '—'}}
Stock Additions Log
{{stockLog.length}} record(s)
Loading...
📦
No stock additions recorded yet.
# Date & Time Code Product Qty Added Note
{{$index+1}} {{l.created_at | date:'dd MMM yyyy, HH:mm'}} {{l.code}} {{l.description}} +{{l.qty_added}} {{l.note}}
{{toast.message}}