This website requires JavaScript.
Explore
Help
Sign In
dst
/
store
Watch
1
Star
0
Fork
0
You've already forked store
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
e4b475cd82
store
/
resources
/
js
/
components
History
Yoga Pangestu
e4b475cd82
feat: add stock management functionality by introducing StockController and updating AppSidebar to include stock menu item for improved inventory handling
2026-06-21 11:53:41 +07:00
..
data-table
refactor: restrict role-based permissions and update employee management flow accordingly
2026-06-14 02:30:34 +07:00
form
refactor: update material usage and remaining material precision to four decimal places across cutting management components for improved accuracy
2026-06-21 11:02:54 +07:00
media
Refactor PurchasePosForm to replace MediaImageUpload with ImageUploadField for improved photo upload handling. Update form data structure to accommodate new photo logic and streamline code. Introduce MultipleImageUploadField for variant images in ProductForm and RawMaterialForm, enhancing user experience with better image management.
2026-06-12 16:50:44 +07:00
ui
style: update Sonner component class syntax for improved styling consistency
2026-06-20 22:15:36 +07:00
AppSidebar.vue
feat: add stock management functionality by introducing StockController and updating AppSidebar to include stock menu item for improved inventory handling
2026-06-21 11:53:41 +07:00
ConfirmDialog.vue
Add order management features including Order and OrderItem models, OrderController for CRUD operations, and request validation. Implement OrderChannel and OrderStatus enums for order categorization and status management. Enhance sidebar navigation for orders and integrate UI components for creating, editing, and listing orders, along with permissions in the Permission and Role enums.
2026-06-12 10:34:50 +07:00
LoginForm.vue
refactor: remove unused UI elements from LoginForm.vue and ProductForm.vue for cleaner design and improved user experience
2026-06-19 21:17:51 +07:00
UserNav.vue
feat: implement push notification system with web-push integration and subscription management
2026-06-14 00:08:06 +07:00