dstpabuaran.com/resources/js/hooks
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
..
use-appearance.tsx initial commit 2026-07-28 17:40:38 +07:00
use-can.ts refactor: clean up imports and improve code readability across multiple components 2026-08-06 09:55:11 +07:00
use-clipboard.ts initial commit 2026-07-28 17:40:38 +07:00
use-current-url.ts initial commit 2026-07-28 17:40:38 +07:00
use-cutting-draft.ts feat: enhance employee and leave request management 2026-08-04 23:03:56 +07:00
use-draft-save.ts feat: enhance employee and leave request management 2026-08-04 23:03:56 +07:00
use-file-upload.ts Refactor code for improved readability and consistency across multiple files 2026-08-01 10:14:47 +07:00
use-flash-toast.ts initial commit 2026-07-28 17:40:38 +07:00
use-infinite-scroll.ts feat: add cutting management functionality with CRUD operations 2026-08-04 02:24:11 +07:00
use-initials.tsx Refactor code for improved readability and consistency across multiple files 2026-08-01 10:14:47 +07:00
use-mobile-navigation.ts initial commit 2026-07-28 17:40:38 +07:00
use-mobile.ts Refactor code for improved readability and consistency across multiple files 2026-08-01 10:14:47 +07:00
use-mobile.tsx initial commit 2026-07-28 17:40:38 +07:00
use-product-draft.ts feat: enhance employee and leave request management 2026-08-04 23:03:56 +07:00
use-purchase-draft.ts feat: enhance employee and leave request management 2026-08-04 23:03:56 +07:00
use-push-notification.ts feat: add push notification functionality and service worker 2026-08-01 11:36:20 +07:00
use-raw-material-draft.ts feat: enhance employee and leave request management 2026-08-04 23:03:56 +07:00
use-restock-draft.ts feat: enhance employee and leave request management 2026-08-04 23:03:56 +07:00
use-server-table.ts feat: add search parameter cleanup in useServerTable hook 2026-08-07 08:44:30 +07:00
use-thermal-printer.ts feat: integrate thermal printer functionality with receipt encoding 2026-08-07 09:34:11 +07:00
use-transaction-draft.ts feat: enhance employee and leave request management 2026-08-04 23:03:56 +07:00
use-two-factor-auth.ts initial commit 2026-07-28 17:40:38 +07:00