store/resources/js/components
Yoga Pangestu 9539ff7042 refactor: remove StockController and related stock verification logic
- Deleted `data-table-actions.vue` component as it is no longer needed.
- Removed `CuttingResultPriceItem` type and related properties from `cutting.ts`.
- Updated routes in `web.php` to eliminate stock verification routes and permissions.
- Removed `StockTest.php` file and its associated tests for stock verification and management.
- Adjusted `CuttingTest.php` to reflect changes in cutting results handling and removed references to product variants.
2026-07-19 17:29:19 +07:00
..
button feat: add support for sharing via WhatsApp Messenger and WhatsApp Business 2026-07-16 22:39:39 +07:00
card refactor: enhance product pricing logic in ProductCard and ProductModal components to exclude specific price types, and add pending verification count for user permissions in HandleInertiaRequests middleware 2026-07-05 17:17:09 +07:00
catalog feat: enhance media preview functionality in catalog components by adding support for multiple image URLs and custom titles 2026-07-07 12:36:45 +07:00
data-table feat: implement subtle loading bar in DataTable and enhance search functionality with debounce in DataTableToolbar for improved user experience 2026-07-08 11:53:17 +07:00
display feat: overhaul POS management workflows including enhanced purchase, order, cutting, and stock-opname forms with updated master data handling. 2026-06-28 17:33:13 +07:00
form refactor: clean up component templates and improve code readability across various Vue files by consolidating attributes and removing unnecessary line breaks 2026-06-25 20:23:48 +07:00
media feat: enhance media preview components by adding stock information support, improving user experience in managing media items 2026-07-13 19:43:27 +07:00
modal refactor: update modal components to improve layout and scrolling behavior for better user experience 2026-07-07 23:23:28 +07:00
order feat: overhaul POS management workflows including enhanced purchase, order, cutting, and stock-opname forms with updated master data handling. 2026-06-28 17:33:13 +07:00
owner-verification refactor: remove StockController and related stock verification logic 2026-07-19 17:29:19 +07:00
ui fix: update TableHead component to include background color for improved visibility and styling consistency 2026-07-05 22:15:13 +07:00
AppSidebar.vue refactor: remove StockController and related stock verification logic 2026-07-19 17:29:19 +07:00
ConfirmDialog.vue feat: add functionality to create new raw materials and store them in the purchase draft, enhancing the purchasing process 2026-07-09 14:54:23 +07:00
LoginForm.vue feat: update placeholder texts across various forms for improved user guidance 2026-06-30 17:18:47 +07:00
MobileBottomNav.vue refactor: remove StockController and related stock verification logic 2026-07-19 17:29:19 +07:00
NotificationBell.vue refactor: streamline NotificationBell component markup for improved readability and maintainability 2026-06-30 17:23:43 +07:00
UserNav.vue feat: add home navigation link to UserNav component for improved user accessibility 2026-07-08 00:26:49 +07:00