Yoga Pangestu
|
da3e3a6895
|
refactor: enhance permission and role management by introducing group categorization for permissions and streamlining role permission assignments for improved maintainability
|
2026-06-22 17:57:18 +07:00 |
|
Yoga Pangestu
|
9a35c1cae2
|
refactor: remove unused docblocks in CustomerService and add getSelectOptions method for enhanced customer data retrieval
|
2026-06-22 15:18:07 +07:00 |
|
Yoga Pangestu
|
8159e45e3a
|
refactor: remove unused docblocks in SupplierService and add getSelectOptions method for improved supplier data retrieval
|
2026-06-22 15:09:53 +07:00 |
|
Yoga Pangestu
|
4f7290711d
|
refactor: update database connection settings in phpunit.xml and clean up CategoryService by removing unused docblocks and reorganizing sorting logic for improved clarity
|
2026-06-22 15:02:04 +07:00 |
|
Yoga Pangestu
|
27c5b5fffa
|
refactor: streamline enum management and enhance role assignment logic in EmployeeController for improved maintainability
|
2026-06-22 14:41:52 +07:00 |
|
Yoga Pangestu
|
7508227768
|
refactor: remove gradient overlay from hero image section in Home.vue for a cleaner design
|
2026-06-22 14:11:49 +07:00 |
|
Yoga Pangestu
|
480e173d12
|
refactor: update route references for system settings in SettingController and AppSidebar for consistency
|
2026-06-22 14:00:56 +07:00 |
|
Yoga Pangestu
|
a89922fea6
|
refactor: enhance attendance penalty application by utilizing query scopes for employee status and payroll period checks
|
2026-06-22 13:58:07 +07:00 |
|
Yoga Pangestu
|
0fabc7b280
|
refactor: utilize query builder for LeaveRequest and EmployeeAdvance status checks across multiple services for improved consistency and readability
|
2026-06-22 13:42:41 +07:00 |
|
Yoga Pangestu
|
6d6de5fa4b
|
refactor: standardize enum case naming and update route permissions for consistency across the application
|
2026-06-22 13:24:53 +07:00 |
|
Yoga Pangestu
|
d8a403daa9
|
refactor: streamline active product retrieval by utilizing query builder for improved clarity and maintainability
|
2026-06-22 13:07:49 +07:00 |
|
Yoga Pangestu
|
f38f61fe45
|
refactor: standardize variable naming in query closures across service classes for improved readability
|
2026-06-22 12:53:09 +07:00 |
|
Yoga Pangestu
|
f83def0e8a
|
perf: implement batch-fetching for variant prices to optimize query performance in OrderService and HomeController
|
2026-06-22 12:40:58 +07:00 |
|
Yoga Pangestu
|
747836be91
|
refactor: replace individual attribute assignments and save calls with mass update() calls across service classes
|
2026-06-22 12:26:38 +07:00 |
|
Yoga Pangestu
|
b88c2b4701
|
refactor: implement and utilize eloquent scopes for common model status queries across the application
|
2026-06-22 12:15:08 +07:00 |
|
Yoga Pangestu
|
5119dd7208
|
refactor: encapsulate password update and push subscription logic within dedicated services
|
2026-06-22 12:08:20 +07:00 |
|
Yoga Pangestu
|
60142c5aa8
|
refactor: extract validation logic into FormRequests for verification and push subscription controllers
|
2026-06-22 12:00:46 +07:00 |
|
Yoga Pangestu
|
3e5ffef2d8
|
feat: implement DashboardService and refactor active scope usage in services
|
2026-06-22 11:48:13 +07:00 |
|
Yoga Pangestu
|
1ffb913fe8
|
refactor: refactor CashTransaction model logic into helper methods and update best practice documentation for Eloquent attributes
|
2026-06-22 11:39:40 +07:00 |
|
Yoga Pangestu
|
016e8d95d9
|
docs: add Laravel best practices documentation
|
2026-06-22 11:28:57 +07:00 |
|
Yoga Pangestu
|
0986ec780b
|
refactor: standardize model structure, normalize bidirectional relations, and update documentation.
|
2026-06-22 11:26:47 +07:00 |
|
Yoga Pangestu
|
8ce493ebf2
|
refactor: update DashboardController to use imported models for product and category counts
|
2026-06-22 11:14:15 +07:00 |
|
Yoga Pangestu
|
bc365ebb4d
|
refactor: standardize migration schema structures and remove redundant approval and status modifications
|
2026-06-22 11:14:12 +07:00 |
|
Yoga Pangestu
|
4a13297cb7
|
feat: enhance dashboard with marketplace summary and additional product statistics for improved analytics
|
2026-06-22 10:43:33 +07:00 |
|
Yoga Pangestu
|
ad73e8237c
|
refactor: update storePriceTypeOptions to exclude HARGA_MODAL from available price types for improved pricing logic
|
2026-06-21 16:06:14 +07:00 |
|
Yoga Pangestu
|
26d4794489
|
refactor: simplify approval process in owner verifications by removing approval dialog and related logic for improved user experience
|
2026-06-21 16:03:40 +07:00 |
|
Yoga Pangestu
|
322af0c1e8
|
refactor: remove STOCKS_VIEW permission from ADMIN_BAHAN_BAKU role for updated permission management
|
2026-06-21 15:57:31 +07:00 |
|
Yoga Pangestu
|
19675aa057
|
feat: add CheckInRequest and CheckOutRequest classes for attendance management with validation rules
|
2026-06-21 15:48:56 +07:00 |
|
Yoga Pangestu
|
60e87803d8
|
feat: add new permissions and update related functionality for owner verifications and stock management
|
2026-06-21 15:44:03 +07:00 |
|
Yoga Pangestu
|
245127c921
|
feat: add submit URL to EmployeeForm component for employee creation functionality
|
2026-06-21 15:31:24 +07:00 |
|
Yoga Pangestu
|
4cbd296c0c
|
feat: add submittedBy relationship to Cutting model and enhance notification system for cutting updates and deletions
|
2026-06-21 15:16:58 +07:00 |
|
Yoga Pangestu
|
9170e5fd1e
|
refactor: remove rejection reason display from CuttingGroupedTable for improved clarity in cutting information presentation
|
2026-06-21 14:54:16 +07:00 |
|
Yoga Pangestu
|
50f9328ebc
|
feat: implement owner verification process with new status and related functionality for improved stock management
|
2026-06-21 14:51:15 +07:00 |
|
Yoga Pangestu
|
5e71277056
|
feat: add harga_modal price type and related logic for improved stock management and pricing accuracy
|
2026-06-21 14:08:53 +07:00 |
|
Yoga Pangestu
|
07e9a4ab18
|
refactor: remove verified cuttings display and related logic from StockController and StockPendingSection for improved clarity and focus on pending cuttings
|
2026-06-21 13:32:04 +07:00 |
|
Yoga Pangestu
|
e76a117abb
|
refactor: adjust material usage calculations to account for remaining material across Cutting components for improved accuracy in cost and usage representation
|
2026-06-21 13:25:51 +07:00 |
|
Yoga Pangestu
|
061edbc568
|
refactor: implement grouped material usage calculation across Cutting components for improved clarity and consistency in material representation
|
2026-06-21 13:18:04 +07:00 |
|
Yoga Pangestu
|
de045a4588
|
refactor: ensure consistent formatting of total material usage to string type across Cutting components for improved clarity
|
2026-06-21 13:03:50 +07:00 |
|
Yoga Pangestu
|
22dce97e49
|
refactor: update default material usage value and ensure consistent formatting to two decimal places across Cutting components for improved clarity
|
2026-06-21 13:02:31 +07:00 |
|
Yoga Pangestu
|
fc234a6afd
|
refactor: remove length unit handling from CuttingMaterial and related components for improved clarity and consistency in material usage representation
|
2026-06-21 12:59:11 +07:00 |
|
Yoga Pangestu
|
ec80f2145b
|
refactor: remove ProductPendingAction and ProductStatus enums, update related references in Product model and services for improved code clarity and maintainability
|
2026-06-21 12:36:36 +07:00 |
|
Yoga Pangestu
|
13f2c6d745
|
refactor: standardize material usage and remaining material precision to two decimal places across CuttingService and related components for improved consistency
|
2026-06-21 12:23:51 +07:00 |
|
Yoga Pangestu
|
0ad8c919ad
|
refactor: update decimal input precision to two decimal places for improved consistency in DecimalInput component
|
2026-06-21 12:17:09 +07:00 |
|
Yoga Pangestu
|
3bb6baffa6
|
feat: enhance raw material stock display by adding breakdown by unit in DashboardController and updating Dashboard.vue for improved inventory insights
|
2026-06-21 12:15:18 +07:00 |
|
Yoga Pangestu
|
740a06ca29
|
refactor: reorganize imports and enhance layout in OrderPosForm.vue for improved readability and user experience
|
2026-06-21 12:06:46 +07:00 |
|
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 |
|
Yoga Pangestu
|
c3c8e9f5bd
|
refactor: simplify toaster styles in app.css by removing hsl() function calls for improved readability and maintainability
|
2026-06-21 11:39:23 +07:00 |
|
Yoga Pangestu
|
04897cb3bd
|
refactor: remove status check in appendCostPreview method to streamline cost calculation in CuttingService and update labels for material cost in CuttingPosForm for improved clarity
|
2026-06-21 11:38:14 +07:00 |
|
Yoga Pangestu
|
e59c4baea6
|
refactor: standardize material usage formatting to two decimal places across cutting management components for improved consistency
|
2026-06-21 11:23:39 +07:00 |
|
Yoga Pangestu
|
175e0dc5af
|
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 |
|