221f796696refactor: reorganize imports across multiple components for improved clarity and consistency
Yoga Pangestu
2026-04-23 15:02:59 +0700
24da9d5333feat: integrate eslint-plugin-unused-imports for improved linting and add new rules to manage unused imports
Yoga Pangestu
2026-04-23 15:02:26 +0700
d4ba91fc0drefactor: replace AlertDialog with DeleteConfirmation component for consistent delete confirmation across finance, manage, and master pages
Yoga Pangestu
2026-04-23 14:12:25 +0700
cb2c16f0c4fix: enhance formatDate function to handle undefined and string inputs, ensuring robust date formatting
Yoga Pangestu
2026-04-23 14:12:06 +0700
c1c87da623feat: add LabelList to pie chart to display category names
Yoga Pangestu
2026-04-23 13:32:20 +0700
cb11ee9be6fix: filter dashboard order statistics by current date
Yoga Pangestu
2026-04-23 13:28:29 +0700
ed7918e858feat: add Top Products and Top Customers charts to the dashboard using a new BarChart component
Yoga Pangestu
2026-04-23 13:28:02 +0700
f7288db5cbfeat: add order distribution charts for payment methods, status, and channels to dashboard
Yoga Pangestu
2026-04-23 13:20:34 +0700
7ee44c8fd9feat: add sales by hour statistics to dashboard with interactive chart component
Yoga Pangestu
2026-04-23 13:01:58 +0700
80b7705b3fchore: translate Dashboard page title to Dasbor
Yoga Pangestu
2026-04-23 10:52:33 +0700
803eebd026feat: extract dashboard components and formatters to dedicated files for improved maintainability
Yoga Pangestu
2026-04-23 10:14:12 +0700
5f8718af69refactor: modularize dashboard types and streamline UI components for improved stats display
Yoga Pangestu
2026-04-22 23:21:04 +0700
b04ce914adfeat: update factory and seeder implementations to include user associations and created_at timestamps for Expense, Order, Purchase, and PurchaseItem models
Yoga Pangestu
2026-04-22 22:44:56 +0700
cf4e2f5d10feat: implement Payroll and PayrollAdjustment factories and seeders for database initialization
Yoga Pangestu
2026-04-22 22:25:11 +0700
f84173e8aafeat: initialize general settings table with validation constraints and database seeder
Yoga Pangestu
2026-04-22 22:18:55 +0700
703ceefddffeat: enhance error handling in forms by introducing FieldError component for consistent error display
Yoga Pangestu
2026-04-22 22:07:58 +0700
beafccf974feat: add localization files for English and Indonesian languages
Yoga Pangestu
2026-04-22 21:55:28 +0700
92860bfb28feat: add icons to action buttons in purchase management pages
Yoga Pangestu
2026-04-22 21:38:27 +0700
9ba4cf0ee3refactor: standardize error notification messages across controllers and console commands
Yoga Pangestu
2026-04-22 21:36:55 +0700
53a7b23cbefeat: introduce LogHelper for centralized exception handling and implement consistent error logging across admin controllers
Yoga Pangestu
2026-04-22 21:19:33 +0700
635dcf712bfix: remove redundant breadcrumb from system settings page
Yoga Pangestu
2026-04-22 20:47:40 +0700
2552ca9511feat: implement system log detail view with dynamic status badges and optimize log file retrieval performance
Yoga Pangestu
2026-04-22 20:44:39 +0700
37960a9dc5feat: define Activity interface and centralize type exports for activity logs
Yoga Pangestu
2026-04-22 20:35:04 +0700
26eaaf6d66feat: enhance UI consistency by adding consistent icons to action buttons and loaders to save operations across admin modules
Yoga Pangestu
2026-04-22 20:26:20 +0700
2b43213ee4refactor: import enum classes and apply PSR-12 formatting to DashboardController
Yoga Pangestu
2026-04-22 20:00:24 +0700
08cb1a5d78feat: implement thermal printer support with ESC/POS encoding and device connectivity hooks
Yoga Pangestu
2026-04-22 20:00:11 +0700
0f3a4e9912feat: implement dashboard analytics charts for sales activity, payment methods, and top products
Yoga Pangestu
2026-04-22 19:25:00 +0700
3d9fcedcbafeat: add Recharts integration with Chart component and refactor Card UI
Yoga Pangestu
2026-04-22 19:10:50 +0700
5b3b12e6c2feat: implement dashboard statistics controller and update UI with interactive metrics cards
Yoga Pangestu
2026-04-22 19:07:15 +0700
9f312091e7feat: implement dynamic time-based dashboard theme and live greeting interface
Yoga Pangestu
2026-04-22 18:40:16 +0700
75450301bbfeat: implement full order management system including CRUD operations, inventory tracking, and payment processing
Yoga Pangestu
2026-04-22 15:18:18 +0700
a121e7b52drefactor: replace 'where' with 'whereNull' for clarity in PurchaseItem queries
Yoga Pangestu
2026-04-22 13:49:58 +0700
481ec6a3f6feat: implement general settings module for application configuration and branding management
Yoga Pangestu
2026-04-21 19:27:34 +0700
959c01b6bcfix: update stock validation to be conditionally required based on request method
Yoga Pangestu
2026-04-21 19:22:03 +0700
486d626ca2feat: integrate activity logging into various models for enhanced tracking of changes
Yoga Pangestu
2026-04-21 19:20:40 +0700
702b033a8bfeat: add activity log management module with database migrations, controller, and UI components
Yoga Pangestu
2026-04-20 23:53:52 +0700
c48d2ecd18feat: implement product stock management with automated inventory tracking during purchases
Yoga Pangestu
2026-04-20 23:15:31 +0700
f1cda67e23feat: include purchase items and total amount in purchase management table
Yoga Pangestu
2026-04-20 22:57:44 +0700
70e0ba9760feat: implement purchase management system with database schema, CRUD controllers, and UI components
Yoga Pangestu
2026-04-20 22:55:19 +0700
ac537a6b8cfeat: add ScrollArea and ScrollBar components for enhanced scrolling functionality
Yoga Pangestu
2026-04-20 22:34:58 +0700
6958f28b9cfeat: add system log viewer module with file selection and parsing capabilities
Yoga Pangestu
2026-04-18 16:37:28 +0700
cae6bc929afeat: add formatted price and type label attributes to ProductPrice model and display in product table
Yoga Pangestu
2026-04-18 16:24:52 +0700
d06d32f3f8fix: add unique IDs and required labels to payroll adjustment inputs
Yoga Pangestu
2026-04-18 16:12:26 +0700
69131d8f8ffeat: implement payroll management module with CRUD operations, including payroll generation, adjustments, and user salary history tracking
Yoga Pangestu
2026-04-18 16:07:31 +0700
7089188d4dfeat: implement RadioGroup and RadioGroupItem components for enhanced form functionality
Yoga Pangestu
2026-04-18 16:00:14 +0700
8e32df7307feat: add base salary field to user profile management with validation and UI integration
Yoga Pangestu
2026-04-18 14:51:49 +0700
4d6db252dfrefactor: update column header title from 'User' to 'Nama dan Alamat Surel' for improved clarity
Yoga Pangestu
2026-04-17 22:18:58 +0700
9b1a04c7a2feat: enable user authentication via email or username in Fortify
Yoga Pangestu
2026-04-17 22:11:59 +0700
9af62ff47cfeat: refactor expense and category management components to utilize custom hooks and modularize code for improved maintainability
Yoga Pangestu
2026-04-17 21:55:55 +0700
431bd1c0c2refactor: replace guarded and appends properties with attributes in models for improved clarity and consistency
Yoga Pangestu
2026-04-17 15:50:41 +0700
b69f42ed31feat: replace N/A placeholder with ImagePlus icon in product list table
Yoga Pangestu
2026-04-17 15:44:59 +0700
d169e5a733feat: add required indicator support to Label component and apply to mandatory form fields
Yoga Pangestu
2026-04-17 15:43:56 +0700
a4a22e1cc5feat: implement user management module with CRUD operations, including user creation, editing, and deletion, along with profile handling
Yoga Pangestu
2026-04-17 14:54:21 +0700
bd80328f65feat: add calendar and popover components with date-fns and react-day-picker integration
Yoga Pangestu
2026-04-17 14:54:07 +0700
0638cfbdf2refactor: update 'Finance' title to 'Keuangan' in ExpenseIndex component and add autoComplete='off' to pricing fields in product create/edit forms
Yoga Pangestu
2026-04-17 13:16:22 +0700
ce947bc379refactor: rename 'Petugas' to 'Pegawai' in ExpenseIndex component for consistency
Yoga Pangestu
2026-04-17 13:11:58 +0700
eca45258a1feat: add image preview modal for product thumbnails in product index page
Yoga Pangestu
2026-04-17 13:11:16 +0700
a761540447feat: implement expense management module with CRUD operations, validation, and media handling for expense records
Yoga Pangestu
2026-04-17 13:08:54 +0700
fd1c215ederefactor: rename 'title' to 'name' in CategoryIndex component for consistency with data model
Yoga Pangestu
2026-04-17 11:09:05 +0700
0c9d58b551feat: enhance product management with media handling, including thumbnail and image uploads in create/edit forms
Yoga Pangestu
2026-04-17 11:06:32 +0700
506385939efeat: integrate Spatie Media Library with custom path generator and configuration for media handling
Yoga Pangestu
2026-04-17 10:45:43 +0700
e8ae633509feat: update product create and edit forms to include detailed pricing fields and improved layout structure
Yoga Pangestu
2026-04-17 09:54:53 +0700
2e1aebae97refactor: enhance URL normalization logic and update sidebar navigation active state handling
Yoga Pangestu
2026-04-16 13:38:36 +0700
fe3e6767cefeat: add category filter to product management table and rename title to name in Category type
Yoga Pangestu
2026-04-16 13:30:50 +0700
2efb90e027feat: add active filter badges and reset functionality to data table component
Yoga Pangestu
2026-04-16 13:27:24 +0700
678e693f00refactor: rename 'title' to 'name' in Category model, requests, factories, migrations, and seeders for consistency
Yoga Pangestu
2026-04-16 13:19:04 +0700
bfee01153cfeat: integrate react-number-format for price inputs in product create and edit forms
Yoga Pangestu
2026-04-16 13:16:05 +0700
4b5d5af316feat: implement product management module with CRUD operations, validation, and UI integration
Yoga Pangestu
2026-04-16 13:03:38 +0700
bcd08e28edfeat: enhance SimpleEditor with controlled input and add Combobox and InputGroup components for improved UI interactions
Yoga Pangestu
2026-04-16 12:36:40 +0700
c826179b60feat: implement Tiptap editor framework with custom UI primitives and add product management module
Yoga Pangestu
2026-04-16 10:53:55 +0700
2abdde4337fix: add padding to sidebar menu item for improved spacing
Yoga Pangestu
2026-04-16 09:34:54 +0700
53fc170a7efeat: enhance UserInfo component to conditionally display user details
Yoga Pangestu
2026-04-14 23:10:44 +0700
33ad844975refactor: update sidebar layout, branding, and navigation structure with categorized menu groups and header user profile
Yoga Pangestu
2026-04-12 22:27:56 +0700
b9429778f7feat: integrate useFlashToast hook into AppLayout for global flash message handling
Yoga Pangestu
2026-04-12 21:56:17 +0700
8d08473340feat: localize login page to Indonesian and update branding with new logo and cover image
Yoga Pangestu
2026-04-12 21:28:39 +0700
b116cbb660refactor: update UI component library with enhanced styling, new field component, and improved toggle-group flexibility
Yoga Pangestu
2026-04-12 20:02:16 +0700
05c7b8da04refactor: update feature and unit test suites to improve test coverage and reliability
Yoga Pangestu
2026-04-11 22:33:28 +0700