Server Debug Log (debug.log)
No debug logs found or unable to fetch.
{{ debugLogs }}
System Dashboard
Today's Sales
${{ safeToFixed(todaysSales) }}Products Sold
{{ productsSoldToday }}Low Stock Items
{{ lowStockCount }}Active Customers
{{ customerTotalCount }}Weekly Sales Performance
Sales by Category
Top Selling Products
Recent Transactions
{{ product.name }}
{{ product.brand }}
Shopping Cart ({{ cartItemCount }} items)
Selected: {{ selectedCustomer.name }}
Walk-in Customer
No items in cart
{{ product.name }}
{{ product.brand }}
Calculator
Add items to calculate a total.
Inventory Management
| OCS SKU | Product Name | Brand | Category | Price | Stock | Actions |
|---|---|---|---|---|---|---|
| {{ product.ocsSku || product.id }} |
|
{{ product.brand }} | {{ product.category }} | ${{ safeToFixed(product.retailPrice) }} | {{ product.stock }} |
Purchase Orders Management
| PO Number | Vendor | Order Date | Expected Delivery | Status | Total Amount | Progress | Actions |
|---|---|---|---|---|---|---|---|
| {{ po.po_number }} |
{{ po.vendor_name }}
{{ po.vendor_code }}
|
{{ formatDate(po.order_date) }} |
{{ formatDate(po.expected_delivery_date) }}
Not set
{{ po.days_until_expected_delivery }} days
Today
{{ Math.abs(po.days_until_expected_delivery) }} days overdue
|
{{ formatPOStatus(po.status) }}
โ ๏ธ Compliance
|
${{ safeToFixed(po.total_amount) }} |
{{ po.total_quantity_received }}/{{ po.total_quantity_ordered }} items
|
|
| No purchase orders found | |||||||
Stock Transfer Management
Active Transfers
{{ getActiveTransfersCount() }}In Transit
{{ getInTransitCount() }}Pending Approval
{{ getPendingApprovalCount() }}Total Value (30 days)
${{ getTotalTransferValue() }}| Transfer # | Status | Source โ Destination | Priority | Requested | Items | Value | Progress | Actions |
|---|---|---|---|---|---|---|---|---|
| {{ transfer.transfer_number }} |
{{ formatStatus(transfer.status) }}
Due: {{ formatDate(transfer.expected_delivery_date) }}
|
{{ transfer.source_store_name }}
({{ transfer.source_store_code }})
โ
{{ transfer.destination_store_name }}
({{ transfer.destination_store_code }})
|
{{ transfer.priority }} |
{{ formatDate(transfer.request_date) }}
by {{ transfer.requesting_staff_name }}
|
{{ transfer.item_count }} items
{{ transfer.total_quantity_requested }} units
|
${{ transfer.total_value }} |
{{ getTransferProgress(transfer) }}% complete
|
Loading transfers...
No Stock Transfers Found
No transfers match your current filters. Try adjusting the filters or create a new transfer.
Vendor Management
| Vendor Code | Name & Contact | Location | Compliance | Performance | Orders | Actions |
|---|---|---|---|---|---|---|
|
{{ vendor.vendor_code }}
Preferred
Inactive
|
{{ vendor.name }}
Contact: {{ vendor.contact_person }}
{{ vendor.email }}
{{ vendor.phone }}
|
{{ vendor.city }}, {{ vendor.province }}
{{ vendor.postal_code }}
|
{{ formatComplianceStatus(vendor.compliance_status) }}
License: {{ vendor.license_number }}
{{ formatLicenseStatus(vendor.license_status) }}
({{ vendor.days_until_license_expiry }} days)
|
On-Time:
{{ safeToFixed(vendor.on_time_delivery_rate) }}%
Quality:
{{ safeToFixed(vendor.quality_rating) }}/5
Risk:
|
Total: {{ vendor.total_orders || 0 }}
${{ safeToFixed(vendor.total_spent || 0) }}
{{ vendor.draft_pos }} Draft
{{ vendor.submitted_pos }} Active
|
|
| No vendors found | ||||||
Customer Management
{{ customer.name }}
{{ customer.loyaltyTier || customer.tier || 'Bronze' }}{{ customer.email }}
{{ customer.phone }}
Staff Management
{{ staff.name }}
{{ staff.role.name }}
ID: {{ staff.employee_id || staff.id }}
{{ staff.email }}
No Staff Members
Add your first staff member to get started with the system.
TBAY Token Dashboard
Purchase TBAY Tokens
Use TBAY tokens for a 50% discount on support services and participate in the retailer ecosystem.
L3 Local Rewards Settings
Define the base reward rules for your local L3 points system. These points can be bridged to TBAY tokens later.
Program Enrollment Status
Your enrollment is secure for next month.
Customer Redemption Eligibility
These customers have enough loyalty points to redeem for TBAY tokens.
Quick Links
tbay.tk Support Center
Support Options
All services are 50% off when paying with TBAY tokens. You will be charged for the first hour (or day for email) upfront.
Earn TBAY Tokens
Actively participate in the retailer community support forum to earn rewards.
๐ Advanced Analytics & Business Intelligence
Comprehensive reporting powered by AI-ready analytics engine
๐ค AI Analytics Assistant
BETA๐ก Suggestions:
- {{ suggestion }}
๐ Recommended Reports:
Generating analytics report...
Error Loading Report
{{ reportError }}
Welcome to Advanced Analytics
Select a report from the sidebar to begin analyzing your business data.
๐ Quick Access
๐ฏ Available Features
{{ currentDashboardData.report_name }}
{{ dashboard.title }}
Weekly Sales Trend
Profit by Category
{{ currentReportData.report_name }}
{{ riskCategory.title }}
{{ kri.description }}
{{ currentReportData.report_name }}
Sample Data Only
{{ currentReportData.placeholder_message }}
No data available
Try selecting a different date range or filter.
Geographic Sales Data
Note: A proper map visualization would require a library like Leaflet.js. This is a placeholder showing the data.
- {{ location.city }}, {{ location.province }}: ${{ formatCurrency(location.revenue) }} ({{ location.transactions }} transactions)
{{ currentReportData.sales_leaderboard.title }}
| Rank | {{ header }} |
|---|---|
| {{ index + 1 }} | {{ formatStatValue(cell, cellIndex === 1 ? 'currency' : 'string') }} |
{{ currentReportData.atv_leaderboard.title }}
| Rank | {{ header }} |
|---|---|
| {{ index + 1 }} | {{ formatStatValue(cell, cellIndex === 1 ? 'currency' : 'string') }} |
| {{ header }} | Anomaly Score |
|---|---|
| {{ cell }} | {{ calculateAnomalyScore(row) }} |
| {{ header }} |
|---|
| {{ cell }} |
AGCO Compliance Dashboard
Store License Information
Daily Inventory Position Report
Last reported: {{ lastInventoryReport }}
Transaction Audit Trail
Settings
Display Mode
Choose how the POS interface is displayed.
Optimizes layout for phone screens. Hides the on-screen keypad and uses your device's native keyboard instead. Restructures checkout and menus for smaller displays.
Store Information
Appearance
Customize the look and feel of the POS system.
Hardware & Peripherals
Manage connections to physical hardware like printers and customer displays.
Printer Configuration & Connection Management
Configure printer brands for proper ESC/POS command formatting.
Jurisdiction & Industry
Set your store's primary location and the types of regulated goods you sell.
Printer Status & Debugging
View the last receipt's content and detect connected printers.
Local Printer Connection
Connect to a local printer. The application will use the last connected printer for printing. Defaults to the Network Printer.
Connected to: {{ activePrinterType }} printer.
No local printer connected. Using Network printer.
Test Print Functionality
Test each printer connection with a randomly generated receipt.
System Logs & Audit Trail
User Action Log
No user actions recorded.
{{ JSON.stringify(log.details, null, 2) }}
System Error Logs
No system error logs recorded.
{{ JSON.stringify(log.details, null, 2) }}
Payment Transactions
No payment transactions recorded.
โถ Raw response
{{ JSON.stringify(log.raw_response, null, 2) }}
Data Management Hub
Centralized hub for bulk importing historical data.