Commit Graph

362 Commits

Author SHA1 Message Date
Yoga Pangestu
6af61d9dd3 feat: Improve stock opname input handling by using number input, allowing null physical quantities, adding a 'fill with zero' option, and refining progress percentage calculation. 2026-02-23 22:10:25 +07:00
Yoga Pangestu
d2b764d3f4 feat: Implement stock opname generation, add search functionality to stock opname items, and refine quantity input handling. 2026-02-23 13:47:52 +07:00
Yoga Pangestu
ce1541ae4c feat: Order distinct bottle sizes and bypass global scope during formula initialization. 2026-02-23 13:19:22 +07:00
Yoga Pangestu
63ce676385 feat: Separate dashboard asset calculations for outlets and warehouses, update related descriptions, and refine perfume form layout. 2026-02-12 23:11:57 +07:00
Yoga Pangestu
ee435131fc feat: Add total asset calculation and display to dashboard, and make stat card trend/previous values optional. 2026-02-12 22:58:22 +07:00
Yoga Pangestu
48b2d5c6ad feat: Remove SKU field from products and perfumes, and introduce global ordering scopes for Product, Perfume, and Bottle models. 2026-02-12 22:46:25 +07:00
Yoga Pangestu
44576b6bf7 feat: Introduce a generic stock activity log method and translate log descriptions to Indonesian. 2026-02-12 15:30:20 +07:00
Yoga Pangestu
3b289588f2 feat: Add tooltips and hover effects to dashboard cards and stats for improved user experience, and include a description for the outlet statistic. 2026-02-12 15:11:48 +07:00
Yoga Pangestu
6477684540 feat: add stock adjustment functionality for warehouse items via a modal form. 2026-02-12 14:27:40 +07:00
Yoga Pangestu
60fe24b7bf feat: Implement warehouse item stock audit functionality with search, type filtering, and dedicated audit pages. 2026-02-12 09:08:31 +07:00
Yoga Pangestu
a50bd0c960 feat: automatically select all user outlets for dashboard overview if only one outlet is available. 2026-02-10 16:53:28 +07:00
Yoga Pangestu
307213c7d2 refactor: Consolidate home page UI into new hero and brands components and improve stock opname quantity handling. 2026-02-10 15:02:08 +07:00
Yoga Pangestu
7a5ecc02bd feat: Add item name search functionality to the item columns in Purchases, Restocks, and Stock Transfers datatables. 2026-02-10 13:11:44 +07:00
Yoga Pangestu
c2bcb3d47b feat: Implement inventory history feature including dedicated pages, routes, navigation, and permissions. 2026-02-10 11:45:48 +07:00
Yoga Pangestu
6f0cf547e6 refactor: menyesuaikan per deskirpsian supaya lebih hidup 2026-01-24 01:51:15 +07:00
Yoga Pangestu
4ec293449c Refactor home navigation and fix dashboard calculations
- Replace interactive buttons with anchor tags in Jumbotron and Category sections to improve navigation and SEO.
- Fix SQL calculation for gross profit in OrdersTable to ensure correct aggregation.
- Remove unused `selectedOutletIds` property from Studio Dashboard Analysis and Overview components.
- Adjust padding in the right Jumbotron section for better responsiveness.
2026-01-15 22:23:13 +07:00
Yoga Pangestu
293dd7d1fd refactor: restructure stock management components and update routes
- Removed legacy stock management components including PurchaseForm, RestockForm, StockOpnameForm, and StockTransferForm.
- Updated routes to reflect new structure under 'studio.stock' namespace for better organization.
- Adjusted view files for stock management to align with the new routing and component structure.
- Modified action routes in the ViewServiceProvider to ensure proper access control and navigation.
- Cleaned up related test files to remove references to deleted components.
2026-01-09 21:57:06 +07:00
Yoga Pangestu
dffc9f9e72 feat: add stock transfer management functionality
- Implemented stock transfer creation and management with Livewire components.
- Created StockTransfer and StockTransferItem models with necessary relationships.
- Added migration files for stock_transfers and stock_transfer_items tables.
- Developed traits for handling stock transfer items (add, delete, update).
- Integrated stock transfer logging in StockActivityLogService.
- Updated ViewServiceProvider to include stock transfer permissions and routes.
- Created frontend views for stock transfer form and index with appropriate UI components.
- Added role permissions for stock transfer actions in RolePermissionSeeder.
2026-01-09 21:41:49 +07:00
Yoga Pangestu
156eca433c fix: remove cost_price from select statements in BottlesTable, PerfumesTable, and ProductsTable 2026-01-09 20:25:22 +07:00
Yoga Pangestu
95a252dab7 feat: add voucher discount functionality and update related calculations across orders 2026-01-09 20:18:58 +07:00
Yoga Pangestu
48ffc88aec feat: enhance audit logs display with event status colors and localized date formatting 2026-01-06 21:27:00 +07:00
Yoga Pangestu
bebc5be5a2 feat: add member order history page with detailed order summaries and navigation. 2026-01-06 20:59:42 +07:00
Yoga Pangestu
ca92fc9089 feat: Implement member's "My Vouchers" page with new Livewire component, view, sidebar navigation, and route. 2026-01-06 20:27:17 +07:00
Yoga Pangestu
a638760713 feat: apply currency formatting to base salary in profile form 2026-01-05 22:52:54 +07:00
Yoga Pangestu
9f73b32694 fix: Initialize analysis dashboard outlet selection to all user's outlets and update anonymous function syntax. 2026-01-05 22:40:23 +07:00
Yoga Pangestu
641257d729 Remove low stock alert calculation and add AOV card comment. 2026-01-05 22:37:48 +07:00
Yoga Pangestu
10934a2aba feat: Adjust role permissions for warehouse management, analysis, and member vouchers, while refining customer table actions, warehouse column visibility, and dashboard statistics. 2026-01-05 22:36:29 +07:00
Yoga Pangestu
3371306c0a refactor: Replace not-found Lottie animation with boxing-cat across various views. 2026-01-05 20:14:48 +07:00
Yoga Pangestu
33d11cedea feat: implement member referral system including code generation, usage tracking, and UI integration. 2026-01-05 20:11:06 +07:00
Yoga Pangestu
716fb3448b feat: remove member voucher page, route, and Livewire component from member section. 2026-01-05 19:44:30 +07:00
Yoga Pangestu
f107e99d64 feat: Add referral code generation with WhatsApp sharing, remove email verification UI, and introduce tierPoints accessor. 2026-01-04 23:26:09 +07:00
Yoga Pangestu
823cb18311 fix: Pass order creation date to print modal and display it on the receipt instead of the current date. 2026-01-04 22:38:12 +07:00
Yoga Pangestu
d720934533 feat: implement member account settings page for profile and password updates 2026-01-04 22:24:55 +07:00
Yoga Pangestu
096a7b384b feat: Implement email verification, protect member routes, and improve registration with debounced inputs and unique phone numbers. 2026-01-04 21:39:00 +07:00
Yoga Pangestu
a9759f92c1 feat: Refactor dashboard data to public properties, update media handling, and fix analysis period logic. 2026-01-03 15:00:46 +07:00
Yoga Pangestu
c74b03fde0 feat: Add print modal with paper size selection and enhance USB printer connection/disconnection handling with UI feedback. 2026-01-03 14:03:39 +07:00
Yoga Pangestu
1eb43643d2 feat: remove low stock card from dashboard overview 2026-01-03 12:27:33 +07:00
Yoga Pangestu
3de603f4c2 feat: Add multiple new charts to the dashboard overview for enhanced sales and customer analytics. 2026-01-03 01:17:35 +07:00
Yoga Pangestu
4cb94e3ed5 Remove Livewire chart components for outlet revenue, expense, and channel, and their dashboard display. 2026-01-03 00:12:47 +07:00
Yoga Pangestu
8518ddb6f2 feat: Add feature tests for Studio account and application settings, and update ProfileForm address to be nullable. 2026-01-02 23:46:56 +07:00
Yoga Pangestu
c021bcccf9 feat: add fallback icon for non-existent icons in the ChooseUsTable icon column 2026-01-02 23:31:43 +07:00
Yoga Pangestu
b47a7ff0a3 feat: Implement comprehensive order and stock management with membership, vouchers, and dedicated tests. 2026-01-02 22:15:57 +07:00
Yoga Pangestu
7873701015 feat: Add comprehensive payroll feature tests, refine user scope in Payroll model, and exclude developer users from payroll management. 2026-01-02 20:40:27 +07:00
Yoga Pangestu
48389f4b28 refactor: replace WithMediaHandler trait with WithAppendColumn in BottlesTable component 2026-01-02 19:49:06 +07:00
Yoga Pangestu
5c2cb53887 test: add feature tests for voucher create, edit, and index pages, and fix canOrAbort typo in voucher deletion. 2026-01-02 19:14:20 +07:00
Yoga Pangestu
c8fde13435 refactor: move tier data loading to render method, adjust form return types, and add feature tests for tier management. 2026-01-02 18:35:29 +07:00
Yoga Pangestu
53554a0260 feat: Conditionally display category description and image fields based on selected type. 2026-01-02 18:28:10 +07:00
Yoga Pangestu
598ca3500f feat: Add comprehensive feature tests for master data modules and refine Livewire forms. 2026-01-02 18:18:13 +07:00
Yoga Pangestu
8358e20575 test: Add feature tests for user creation, editing, and index page, and refactor user index Livewire component data fetching. 2026-01-02 17:03:01 +07:00
Yoga Pangestu
39c0652e3e feat: Add comprehensive feature tests for outlet CRUD operations and refactor outlet index data loading to fetch data directly in the render method. 2026-01-02 16:37:25 +07:00