dstpabuaran.com/resources/js
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
..
components feat: update search placeholders to Indonesian language across various components 2026-08-07 08:55:59 +07:00
hooks feat: integrate thermal printer functionality with receipt encoding 2026-08-07 09:34:11 +07:00
layouts refactor: improve layout formatting in AppShell and AppSidebarLayout; update button text in ProductCreate and ProductEdit 2026-08-01 15:15:44 +07:00
lib refactor: clean up imports and improve code readability across multiple components 2026-08-06 09:55:11 +07:00
pages feat: integrate thermal printer functionality with receipt encoding 2026-08-07 09:34:11 +07:00
types feat: integrate thermal printer functionality with receipt encoding 2026-08-07 09:34:11 +07:00
app.tsx feat: add PWA support with manifest and service worker registration 2026-07-30 22:23:41 +07:00
sw.ts feat: add push notification functionality and service worker 2026-08-01 11:36:20 +07:00