store/resources/js/components/button
Yoga Pangestu 3052398ad8 feat: add stock mutation tracking and history feature
- Introduced StockMutation model and service to handle stock changes.
- Created migration for stock_mutations table.
- Implemented stock mutation recording in various services (CuttingService, OrderService, PurchaseService, RestockService, RetailStockService).
- Added StockHistoryController to manage stock history views.
- Developed frontend components for displaying stock history and actions.
- Updated routes to include stock history access with appropriate permissions.
- Enhanced ProductVariant and RawMaterialPrice models to support stock mutations.
- Added RowHistoryAction button for accessing stock history in product and raw material tables.
2026-07-27 22:45:49 +07:00
..
BackButton.vue refactor: standardize table row actions by implementing reusable RowEditAction and RowDeleteAction components 2026-06-23 09:11:18 +07:00
CreateButton.vue refactor: standardize table row actions by implementing reusable RowEditAction and RowDeleteAction components 2026-06-23 09:11:18 +07:00
index.ts feat: add stock mutation tracking and history feature 2026-07-27 22:45:49 +07:00
RowAdjustAction.vue feat: enhance ApplyAttendancePenalties command with transaction management and system user tracking; refactor attendance penalty logic for improved clarity and efficiency; update PayrollService to utilize transaction handling for adjustments; schedule attendance penalties application in app bootstrap 2026-07-04 15:05:25 +07:00
RowApproveAction.vue feat: add click event emission to RowApproveAction component for improved interactivity 2026-06-26 17:18:35 +07:00
RowDeleteAction.vue feat: enhance RowDeleteAction and useDestroy for reactive URL handling; add rowKey prop to DataTable 2026-07-27 18:51:37 +07:00
RowDetailAction.vue feat: implement owner verification system with enums, service, and controller updates for managing verification requests 2026-06-26 19:13:10 +07:00
RowEditAction.vue feat: enhance stok opname management with new submit action and grouped table view 2026-06-29 11:04:50 +07:00
RowHistoryAction.vue feat: add stock mutation tracking and history feature 2026-07-27 22:45:49 +07:00
RowPayAction.vue feat: implement employee advance payment management with new model, migration, and frontend updates 2026-06-28 09:33:40 +07:00
RowPrintAction.vue refactor: replace inline action buttons with standardized component-based row actions across data tables and forms 2026-06-23 11:54:48 +07:00
RowRejectAction.vue feat: implement owner verification system with enums, service, and controller updates for managing verification requests 2026-06-26 19:13:10 +07:00
RowShareAction.vue fix: update product name reference in RowShareAction component and clean up imports 2026-07-19 20:20:55 +07:00
RowStatusAction.vue refactor: replace inline action buttons with standardized component-based row actions across data tables and forms 2026-06-23 11:54:48 +07:00
RowSubmitAction.vue feat: add RowSubmitAction component with size prop for enhanced button customization 2026-06-29 11:08:43 +07:00
RowTransferAction.vue feat: implement retail stock transfer functionality with new controller, request validation, and service logic, while updating related models and UI components 2026-06-28 22:57:07 +07:00