Implement pagination for source data in Outbound, Receiving, and Shipping Order pages #433

Merged
kjs merged 2 commits from jskim-node into main 2026-03-30 12:15:06 +09:00

2 Commits

Author SHA1 Message Date
kjs 022ed64274 Merge branch 'main' into jskim-node 2026-03-30 12:14:58 +09:00
kjs 42bb3a18fb Implement pagination for source data in Outbound, Receiving, and Shipping Order pages
- Add pagination state management for source data in OutboundPage and ReceivingPage.
- Introduce pagination controls with navigation buttons for better user experience.
- Update data loading functions to accommodate pagination parameters.
- Enhance SalesItemPage to include isDefault property in category options.

This commit improves the usability of logistics and sales item management by allowing users to navigate through large sets of data more efficiently.
2026-03-30 12:14:46 +09:00