Configure your printers below. Ceyloan POS supports USB, Network/IP, Bluetooth, and WiFi printers.
{{-- Barcode Scanner --}}
Barcode Scanner
{{-- Card Reader --}}
Card Reader / Payment Terminal
{{-- Cash Drawer --}}
Cash Drawer
{{-- Customer Display --}}
Customer Display
{{-- POS Settings --}}
Point of Sale Settings
{{-- Season Mode / Bill-Only Settings --}}
@if(auth()->user()->isManager())
Season Mode (Bill-Only)
Season Mode
When enabled, all cashiers can process payments directly.
When disabled, cashiers set to "Bill Only" mode will create bills without payment - a main cashier must approve and collect payment.
Use this during busy seasons (e.g., Avurudu) to allow faster checkout at all counters.
@if($store->settings['season_mode'] ?? false)
Season Mode Active: All cashiers can process payments directly.
@else
Normal Mode: Bill-only cashiers create bills without payment. Main cashier approves payments.
@endif
@endif
{{-- Tax Settings --}}
Tax Configuration
{{-- Inventory Settings --}}
Inventory Settings
{{-- Notification Settings --}}
Notification Settings
{{-- Backup Settings --}}
Backup Data
Create a backup of your data. This includes products, customers, orders, and settings.