dstpabuaran.com/resources/js/types
Yoga Pangestu f7a91739f9 feat: integrate thermal printer functionality with receipt encoding
- Added @point-of-sale/receipt-printer-encoder dependency to package.json.
- Implemented useThermalPrinter hook for managing Bluetooth and USB printer connections.
- Created encodeOrderReceipt function to format receipt data for printing.
- Enhanced TransactionIndex component to include printer connection options and receipt printing functionality.
- Added dropdown menu for selecting printer connection type (Bluetooth/USB) and printing receipt options (58mm/80mm).
- Updated TransactionCardRow to include print receipt actions.
- Defined TypeScript types for receipt printer encoder and web Bluetooth/USB APIs.
- Configured Vite to optimize dependencies for receipt printer encoder.
2026-08-07 09:34:11 +07:00
..
auth.ts feat: update User model and UserInfo component to use full_name attribute 2026-07-30 13:51:09 +07:00
global.d.ts initial commit 2026-07-28 17:40:38 +07:00
index.ts initial commit 2026-07-28 17:40:38 +07:00
navigation.ts initial commit 2026-07-28 17:40:38 +07:00
receipt-printer-encoder.d.ts feat: integrate thermal printer functionality with receipt encoding 2026-08-07 09:34:11 +07:00
ui.ts initial commit 2026-07-28 17:40:38 +07:00
vite-env.d.ts Refactor code for improved readability and consistency across multiple files 2026-08-01 10:14:47 +07:00
web-bluetooth-usb.d.ts feat: integrate thermal printer functionality with receipt encoding 2026-08-07 09:34:11 +07:00