Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
a29e6af430
refactor: remove unnecessary clearMediaCollection calls in various services to improve performance
ba01039b41
feat: clear cache for assignable roles and permissions in various services to ensure data consistency
ef90f8361f
feat: clear cache for default account after cash transactions to ensure data consistency
c16cfac861
feat: enhance stock filtering in paginateForIndex method to improve inventory management
bb17bf6ad4
Refactor HomepageService to remove caching and simplify pageData method; disable SSR in Inertia config; improve service worker registration in app.ts; fix URL parameters in Analysis.vue router call.
2e578cd976
refactor: streamline raw material update process by consolidating price handling into payload application, improving code clarity and maintainability
9b20d26a4e
refactor: remove PWA manifest file and update related configurations, improving project structure and icon handling in the PwaManifestController
bed22579b5
feat: enhance media preview components by adding stock information support, improving user experience in managing media items
62beb309a8
feat: implement restock management features including CRUD operations, permissions, and UI components for creating and editing restocks
f6af44f773
fix: update showPrices logic to use computed property, ensuring correct visibility of prices in product variants
26a10071b2
feat: update system settings to include media items for logo, favicon, and login cover, enhancing data handling in forms and validation
709eb76873
feat: implement unique material variant initialization in QuickCreateProductModal, enhancing product creation process by auto-filling variants based on selected materials
15b71bbfaa
refactor: remove duplicate CuttingPosResultCatalogPanel from CuttingPosForm to streamline the layout and improve code maintainability
2562fab170
refactor: remove 'Lihat Detail' button from OrderPosForm and PurchasePosForm to simplify the UI and improve user experience
9aba51db93
feat: add raw material selection dropdown to CuttingPosCombinationDialog, allowing users to filter materials and enhancing the search functionality
b93a200284
refactor: remove quick-create raw material functionality and associated request, streamlining the CuttingDraftItemController and related components