Yoga Pangestu
|
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.
|
2026-07-16 10:38:28 +07:00 |
|
Yoga Pangestu
|
2e578cd976
|
refactor: streamline raw material update process by consolidating price handling into payload application, improving code clarity and maintainability
linter / quality (push) Has been cancelled
tests / ci (8.3) (push) Has been cancelled
tests / ci (8.4) (push) Has been cancelled
tests / ci (8.5) (push) Has been cancelled
|
2026-07-15 04:01:10 +07:00 |
|
Yoga Pangestu
|
0489badf03
|
feat: update services and controllers to include user information in transaction notifications for improved clarity
linter / quality (push) Waiting to run
tests / ci (8.3) (push) Waiting to run
tests / ci (8.4) (push) Waiting to run
tests / ci (8.5) (push) Waiting to run
|
2026-07-14 21:41:39 +07:00 |
|
Yoga Pangestu
|
08d3982aa5
|
feat: enhance employee pagination by incorporating user role checks for improved access control
|
2026-07-14 21:30:15 +07:00 |
|
Yoga Pangestu
|
15453779e0
|
feat: add employee management permissions for viewing, creating, updating, toggling status, and deleting employees
|
2026-07-14 21:15:01 +07:00 |
|
Yoga Pangestu
|
2ae41c2f83
|
fix: correct notification message formatting for marketplace settings verification
linter / quality (push) Waiting to run
tests / ci (8.3) (push) Waiting to run
tests / ci (8.4) (push) Waiting to run
tests / ci (8.5) (push) Waiting to run
|
2026-07-14 19:26:59 +07:00 |
|
Yoga Pangestu
|
245d636cd4
|
feat: enhance employee management by adding notification support for create, update, delete, and status toggle actions
|
2026-07-14 19:22:27 +07:00 |
|
Yoga Pangestu
|
9da452d505
|
feat: update notification messages to include user's full name for better clarity in purchase and restock requests
linter / quality (push) Waiting to run
tests / ci (8.3) (push) Waiting to run
tests / ci (8.4) (push) Waiting to run
tests / ci (8.5) (push) Waiting to run
|
2026-07-14 13:42:03 +07:00 |
|
Yoga Pangestu
|
0cd6612d95
|
fix: update notification messages to use user's full name instead of username for better clarity
linter / quality (push) Waiting to run
tests / ci (8.3) (push) Waiting to run
tests / ci (8.4) (push) Waiting to run
tests / ci (8.5) (push) Waiting to run
|
2026-07-14 13:31:37 +07:00 |
|
Yoga Pangestu
|
9b20d26a4e
|
refactor: remove PWA manifest file and update related configurations, improving project structure and icon handling in the PwaManifestController
linter / quality (push) Waiting to run
tests / ci (8.3) (push) Waiting to run
tests / ci (8.4) (push) Waiting to run
tests / ci (8.5) (push) Waiting to run
|
2026-07-13 19:55:35 +07:00 |
|
Yoga Pangestu
|
62beb309a8
|
feat: implement restock management features including CRUD operations, permissions, and UI components for creating and editing restocks
|
2026-07-13 19:15:17 +07:00 |
|
Yoga Pangestu
|
26a10071b2
|
feat: update system settings to include media items for logo, favicon, and login cover, enhancing data handling in forms and validation
|
2026-07-13 13:04:45 +07:00 |
|
Yoga Pangestu
|
c8344f27cb
|
feat: enhance product and raw material request validation by adding imagesRequired parameter, improving image handling based on request method
|
2026-07-13 12:47:35 +07:00 |
|
Yoga Pangestu
|
e431cbb54b
|
refactor: simplify raw material creation, update, and deletion processes by removing owner verification checks and enhancing user feedback
|
2026-07-13 11:57:59 +07:00 |
|
Yoga Pangestu
|
bb74fb49c8
|
feat: require s3_keys for product and raw material variants, enhancing validation and user feedback in forms
|
2026-07-13 11:28:48 +07:00 |
|
Yoga Pangestu
|
5c1f92e48b
|
feat: add PWA support by updating manifest link and adding apple-touch-icon, enhancing mobile experience
linter / quality (push) Has been cancelled
tests / ci (8.3) (push) Has been cancelled
tests / ci (8.4) (push) Has been cancelled
tests / ci (8.5) (push) Has been cancelled
|
2026-07-12 14:34:51 +07:00 |
|
Yoga Pangestu
|
3c5389e541
|
feat: add search functionality by ID for purchases, products, and raw materials, enhancing data retrieval in index views
|
2026-07-10 11:47:10 +07:00 |
|
Yoga Pangestu
|
b87203d6ab
|
feat: implement permission-based messaging for purchase and stock verification actions, enhancing user feedback based on roles
|
2026-07-10 11:26:06 +07:00 |
|
Yoga Pangestu
|
fa4f6d4737
|
feat: enhance raw material stock filtering in index view, adding tests for low stock and out of stock scenarios
|
2026-07-10 11:15:26 +07:00 |
|
Yoga Pangestu
|
fe5dfd382f
|
refactor: update relationships in models to include withTrashed() for soft deletes, ensuring proper handling of related records
|
2026-07-10 11:07:07 +07:00 |
|
Yoga Pangestu
|
b93a200284
|
refactor: remove quick-create raw material functionality and associated request, streamlining the CuttingDraftItemController and related components
|
2026-07-09 15:22:12 +07:00 |
|
Yoga Pangestu
|
a3954faab6
|
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 |
|
Yoga Pangestu
|
814814f1a5
|
feat: add RAW_MATERIALS_DELETE permission to enhance role-based access control for raw materials
linter / quality (push) Waiting to run
tests / ci (8.3) (push) Waiting to run
tests / ci (8.4) (push) Waiting to run
tests / ci (8.5) (push) Waiting to run
|
2026-07-08 17:18:23 +07:00 |
|
Yoga Pangestu
|
897d9c62b7
|
feat: enhance ProductController and ProductService to support owner verification permissions; add ProductVariantEditModal for editing product variants and implement JSON response for product details
|
2026-07-08 16:09:57 +07:00 |
|
Yoga Pangestu
|
8c3847ade3
|
feat: enhance RawMaterialController and RawMaterialService to support owner verification permissions; add RawMaterialVariantEditModal for editing price variants and implement JSON response for raw material details
linter / quality (push) Waiting to run
tests / ci (8.3) (push) Waiting to run
tests / ci (8.4) (push) Waiting to run
tests / ci (8.5) (push) Waiting to run
|
2026-07-08 15:48:38 +07:00 |
|
Yoga Pangestu
|
1c4f82529c
|
feat: enhance stock formatting methods in Product and RawMaterial models to handle unloaded relations gracefully
linter / quality (push) Waiting to run
tests / ci (8.3) (push) Waiting to run
tests / ci (8.4) (push) Waiting to run
tests / ci (8.5) (push) Waiting to run
|
2026-07-08 13:11:19 +07:00 |
|
Yoga Pangestu
|
e4318fd244
|
feat: add push notification for new variant addition in PurchaseService to enhance user awareness
|
2026-07-07 23:55:18 +07:00 |
|
Yoga Pangestu
|
1c7fc17531
|
feat: enhance search functionality in RawMaterialService for improved filtering of raw materials
linter / quality (push) Waiting to run
tests / ci (8.3) (push) Waiting to run
tests / ci (8.4) (push) Waiting to run
tests / ci (8.5) (push) Waiting to run
|
2026-07-07 10:48:01 +07:00 |
|
Yoga Pangestu
|
dc594c9daa
|
feat: enhance raw material filtering and selection in RawMaterialController and related components for improved data management
linter / quality (push) Waiting to run
tests / ci (8.3) (push) Waiting to run
tests / ci (8.4) (push) Waiting to run
tests / ci (8.5) (push) Waiting to run
|
2026-07-07 10:37:13 +07:00 |
|
Yoga Pangestu
|
d2ddc5e6b7
|
refactor: enhance stock filtering in CuttingService and OrderService, update UI components for better display of stock information
linter / quality (push) Waiting to run
tests / ci (8.3) (push) Waiting to run
tests / ci (8.4) (push) Waiting to run
tests / ci (8.5) (push) Waiting to run
|
2026-07-06 21:24:26 +07:00 |
|
Yoga Pangestu
|
bd51f9abe0
|
refactor: update price handling in CuttingResultPriceResolver and HomepageService for improved data structure and consistency
linter / quality (push) Waiting to run
tests / ci (8.3) (push) Waiting to run
tests / ci (8.4) (push) Waiting to run
tests / ci (8.5) (push) Waiting to run
|
2026-07-06 15:47:46 +07:00 |
|
Yoga Pangestu
|
38d6f3a22b
|
fix: error home
linter / quality (push) Waiting to run
tests / ci (8.3) (push) Waiting to run
tests / ci (8.4) (push) Waiting to run
tests / ci (8.5) (push) Waiting to run
|
2026-07-06 15:36:08 +07:00 |
|
Yoga Pangestu
|
138eb8b053
|
feat: add attributes method to RejectVerificationRequest for localized error messages
linter / quality (push) Waiting to run
tests / ci (8.3) (push) Waiting to run
tests / ci (8.4) (push) Waiting to run
tests / ci (8.5) (push) Waiting to run
|
2026-07-06 09:38:20 +07:00 |
|
Yoga Pangestu
|
00ef124fb3
|
feat: add predis/predis dependency and implement caching in various services for improved performance
|
2026-07-05 23:31:55 +07:00 |
|
Yoga Pangestu
|
c222be62d3
|
refactor: standardize attribute labels across various request files for consistency and clarity
|
2026-07-05 22:04:57 +07:00 |
|
Yoga Pangestu
|
d57ad3e65d
|
refactor: update attribute labels in CuttingRequest for improved clarity and consistency
|
2026-07-05 21:39:29 +07:00 |
|
Yoga Pangestu
|
0b3bf891cc
|
refactor: streamline RetailStockService and OwnerVerificationService by removing unused verification logic and updating notification messages for stock changes
linter / quality (push) Waiting to run
tests / ci (8.3) (push) Waiting to run
tests / ci (8.4) (push) Waiting to run
tests / ci (8.5) (push) Waiting to run
|
2026-07-05 17:35:47 +07:00 |
|
Yoga Pangestu
|
c815db0042
|
refactor: update role notifications in CuttingService to streamline admin alerts for completed cuttings
|
2026-07-05 17:29:22 +07:00 |
|
Yoga Pangestu
|
d01bcd5390
|
refactor: update labels in OwnerVerification and RetailStockTransferModal components for improved clarity in stock management
linter / quality (push) Waiting to run
tests / ci (8.3) (push) Waiting to run
tests / ci (8.4) (push) Waiting to run
tests / ci (8.5) (push) Waiting to run
|
2026-07-05 17:20:03 +07:00 |
|
Yoga Pangestu
|
0078c16e17
|
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
linter / quality (push) Waiting to run
tests / ci (8.3) (push) Waiting to run
tests / ci (8.4) (push) Waiting to run
tests / ci (8.5) (push) Waiting to run
|
2026-07-05 17:17:09 +07:00 |
|
Yoga Pangestu
|
39fa697df8
|
refactor: update validation logic in StockVerifyRequest to prevent exceeding original cutting results and enhance StockVerifyDialog with direct value updates for good and reject inputs
linter / quality (push) Waiting to run
tests / ci (8.3) (push) Waiting to run
tests / ci (8.4) (push) Waiting to run
tests / ci (8.5) (push) Waiting to run
|
2026-07-05 17:05:36 +07:00 |
|
Yoga Pangestu
|
e4c36c8759
|
fix: update CuttingService and CuttingProductVariantSection to make variant images optional; adjust validation and UI components for improved user experience
linter / quality (push) Waiting to run
tests / ci (8.3) (push) Waiting to run
tests / ci (8.4) (push) Waiting to run
tests / ci (8.5) (push) Waiting to run
|
2026-07-05 15:32:47 +07:00 |
|
Yoga Pangestu
|
9ba87b9381
|
feat: implement product variant management in CuttingQuickCreateProductRequest and related components; enhance validation rules, add new CuttingProductVariantSection, and improve material handling in QuickCreateProductModal for better user experience
linter / quality (push) Waiting to run
tests / ci (8.3) (push) Waiting to run
tests / ci (8.4) (push) Waiting to run
tests / ci (8.5) (push) Waiting to run
|
2026-07-05 15:26:33 +07:00 |
|
Yoga Pangestu
|
0d77d6a4fd
|
feat: add stock quality management to StokOpname; update validation rules, database schema, and frontend components to support stock quality categorization (good, retail, reject) for improved inventory tracking and reporting
linter / quality (push) Waiting to run
tests / ci (8.3) (push) Waiting to run
tests / ci (8.4) (push) Waiting to run
tests / ci (8.5) (push) Waiting to run
|
2026-07-05 13:46:50 +07:00 |
|
Yoga Pangestu
|
18ccd7a3c0
|
fix: update SendPushNotificationJob to correctly handle expired subscriptions; modify PushSubscriptionService to ensure user_id is set during subscription creation
|
2026-07-05 13:33:18 +07:00 |
|
Yoga Pangestu
|
5a5d2c6f78
|
feat: enhance cutting materials display in stock management components; implement grouping logic for combinations and improve UI for material usage and results presentation
|
2026-07-05 13:27:52 +07:00 |
|
Yoga Pangestu
|
3a8a6982ec
|
feat: enhance monthly revenue calculations in AnalysisService to include stock quality breakdown; update Analysis.vue to display net revenue for gudang and ecer categories, improving data visibility for users
|
2026-07-05 12:59:10 +07:00 |
|
Yoga Pangestu
|
352599bf00
|
feat: update OrderService and frontend components to automatically set order status to completed for cashiers; adjust payment and marketing fields accordingly; enhance tests to verify new behavior
|
2026-07-05 02:24:24 +07:00 |
|
Yoga Pangestu
|
15e2b7ec5b
|
feat: add material_result field to CuttingMaterial and CuttingMaterialCombination; update validation rules and service logic to handle new material result calculations; enhance frontend components for displaying material results in cutting management
linter / quality (push) Waiting to run
tests / ci (8.3) (push) Waiting to run
tests / ci (8.4) (push) Waiting to run
tests / ci (8.5) (push) Waiting to run
|
2026-07-04 23:14:37 +07:00 |
|
Yoga Pangestu
|
a3ff10d6e1
|
refactor: remove unused Carbon imports from Attendance and Employee models; update ProfileService to use UserProfile directly; clean up imports in various service files for improved clarity
|
2026-07-04 21:54:31 +07:00 |
|