Commit Graph

  • 221f796696 refactor: reorganize imports across multiple components for improved clarity and consistency Yoga Pangestu 2026-04-23 15:02:59 +0700
  • 24da9d5333 feat: 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
  • 34229d0d68 refactor: replace inline image modals with shared ImagePreviewDialog component Yoga Pangestu 2026-04-23 14:34:29 +0700
  • d4ba91fc0d refactor: replace AlertDialog with DeleteConfirmation component for consistent delete confirmation across finance, manage, and master pages Yoga Pangestu 2026-04-23 14:12:25 +0700
  • cb2c16f0c4 fix: enhance formatDate function to handle undefined and string inputs, ensuring robust date formatting Yoga Pangestu 2026-04-23 14:12:06 +0700
  • c1c87da623 feat: add LabelList to pie chart to display category names Yoga Pangestu 2026-04-23 13:32:20 +0700
  • cb11ee9be6 fix: filter dashboard order statistics by current date Yoga Pangestu 2026-04-23 13:28:29 +0700
  • ed7918e858 feat: add Top Products and Top Customers charts to the dashboard using a new BarChart component Yoga Pangestu 2026-04-23 13:28:02 +0700
  • f7288db5cb feat: add order distribution charts for payment methods, status, and channels to dashboard Yoga Pangestu 2026-04-23 13:20:34 +0700
  • 7ee44c8fd9 feat: add sales by hour statistics to dashboard with interactive chart component Yoga Pangestu 2026-04-23 13:01:58 +0700
  • 80b7705b3f chore: translate Dashboard page title to Dasbor Yoga Pangestu 2026-04-23 10:52:33 +0700
  • 803eebd026 feat: extract dashboard components and formatters to dedicated files for improved maintainability Yoga Pangestu 2026-04-23 10:14:12 +0700
  • 5f8718af69 refactor: modularize dashboard types and streamline UI components for improved stats display Yoga Pangestu 2026-04-22 23:21:04 +0700
  • b04ce914ad feat: 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
  • cf4e2f5d10 feat: implement Payroll and PayrollAdjustment factories and seeders for database initialization Yoga Pangestu 2026-04-22 22:25:11 +0700
  • f84173e8aa feat: initialize general settings table with validation constraints and database seeder Yoga Pangestu 2026-04-22 22:18:55 +0700
  • 703ceefddf feat: enhance error handling in forms by introducing FieldError component for consistent error display Yoga Pangestu 2026-04-22 22:07:58 +0700
  • beafccf974 feat: add localization files for English and Indonesian languages Yoga Pangestu 2026-04-22 21:55:28 +0700
  • 92860bfb28 feat: add icons to action buttons in purchase management pages Yoga Pangestu 2026-04-22 21:38:27 +0700
  • 9ba4cf0ee3 refactor: standardize error notification messages across controllers and console commands Yoga Pangestu 2026-04-22 21:36:55 +0700
  • 53a7b23cbe feat: introduce LogHelper for centralized exception handling and implement consistent error logging across admin controllers Yoga Pangestu 2026-04-22 21:19:33 +0700
  • 635dcf712b fix: remove redundant breadcrumb from system settings page Yoga Pangestu 2026-04-22 20:47:40 +0700
  • 2552ca9511 feat: implement system log detail view with dynamic status badges and optimize log file retrieval performance Yoga Pangestu 2026-04-22 20:44:39 +0700
  • 37960a9dc5 feat: define Activity interface and centralize type exports for activity logs Yoga Pangestu 2026-04-22 20:35:04 +0700
  • 26eaaf6d66 feat: 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
  • 2b43213ee4 refactor: import enum classes and apply PSR-12 formatting to DashboardController Yoga Pangestu 2026-04-22 20:00:24 +0700
  • 08cb1a5d78 feat: implement thermal printer support with ESC/POS encoding and device connectivity hooks Yoga Pangestu 2026-04-22 20:00:11 +0700
  • 0f3a4e9912 feat: implement dashboard analytics charts for sales activity, payment methods, and top products Yoga Pangestu 2026-04-22 19:25:00 +0700
  • 3d9fcedcba feat: add Recharts integration with Chart component and refactor Card UI Yoga Pangestu 2026-04-22 19:10:50 +0700
  • 5b3b12e6c2 feat: implement dashboard statistics controller and update UI with interactive metrics cards Yoga Pangestu 2026-04-22 19:07:15 +0700
  • 9f312091e7 feat: implement dynamic time-based dashboard theme and live greeting interface Yoga Pangestu 2026-04-22 18:40:16 +0700
  • 75450301bb feat: implement full order management system including CRUD operations, inventory tracking, and payment processing Yoga Pangestu 2026-04-22 15:18:18 +0700
  • a121e7b52d refactor: replace 'where' with 'whereNull' for clarity in PurchaseItem queries Yoga Pangestu 2026-04-22 13:49:58 +0700
  • 481ec6a3f6 feat: implement general settings module for application configuration and branding management Yoga Pangestu 2026-04-21 19:27:34 +0700
  • 959c01b6bc fix: update stock validation to be conditionally required based on request method Yoga Pangestu 2026-04-21 19:22:03 +0700
  • 486d626ca2 feat: integrate activity logging into various models for enhanced tracking of changes Yoga Pangestu 2026-04-21 19:20:40 +0700
  • 702b033a8b feat: add activity log management module with database migrations, controller, and UI components Yoga Pangestu 2026-04-20 23:53:52 +0700
  • c48d2ecd18 feat: implement product stock management with automated inventory tracking during purchases Yoga Pangestu 2026-04-20 23:15:31 +0700
  • f1cda67e23 feat: include purchase items and total amount in purchase management table Yoga Pangestu 2026-04-20 22:57:44 +0700
  • 70e0ba9760 feat: implement purchase management system with database schema, CRUD controllers, and UI components Yoga Pangestu 2026-04-20 22:55:19 +0700
  • ac537a6b8c feat: add ScrollArea and ScrollBar components for enhanced scrolling functionality Yoga Pangestu 2026-04-20 22:34:58 +0700
  • 6958f28b9c feat: add system log viewer module with file selection and parsing capabilities Yoga Pangestu 2026-04-18 16:37:28 +0700
  • cae6bc929a feat: add formatted price and type label attributes to ProductPrice model and display in product table Yoga Pangestu 2026-04-18 16:24:52 +0700
  • d06d32f3f8 fix: add unique IDs and required labels to payroll adjustment inputs Yoga Pangestu 2026-04-18 16:12:26 +0700
  • 69131d8f8f feat: 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
  • 7089188d4d feat: implement RadioGroup and RadioGroupItem components for enhanced form functionality Yoga Pangestu 2026-04-18 16:00:14 +0700
  • 8e32df7307 feat: add base salary field to user profile management with validation and UI integration Yoga Pangestu 2026-04-18 14:51:49 +0700
  • 6c21c66e12 feat: add placeholder extension to simple editor component Yoga Pangestu 2026-04-17 22:22:53 +0700
  • 4d6db252df refactor: update column header title from 'User' to 'Nama dan Alamat Surel' for improved clarity Yoga Pangestu 2026-04-17 22:18:58 +0700
  • 9b1a04c7a2 feat: enable user authentication via email or username in Fortify Yoga Pangestu 2026-04-17 22:11:59 +0700
  • 9af62ff47c feat: 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
  • 431bd1c0c2 refactor: replace guarded and appends properties with attributes in models for improved clarity and consistency Yoga Pangestu 2026-04-17 15:50:41 +0700
  • b69f42ed31 feat: replace N/A placeholder with ImagePlus icon in product list table Yoga Pangestu 2026-04-17 15:44:59 +0700
  • d169e5a733 feat: add required indicator support to Label component and apply to mandatory form fields Yoga Pangestu 2026-04-17 15:43:56 +0700
  • a4a22e1cc5 feat: 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
  • bd80328f65 feat: add calendar and popover components with date-fns and react-day-picker integration Yoga Pangestu 2026-04-17 14:54:07 +0700
  • 0638cfbdf2 refactor: 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
  • ce947bc379 refactor: rename 'Petugas' to 'Pegawai' in ExpenseIndex component for consistency Yoga Pangestu 2026-04-17 13:11:58 +0700
  • eca45258a1 feat: add image preview modal for product thumbnails in product index page Yoga Pangestu 2026-04-17 13:11:16 +0700
  • a761540447 feat: implement expense management module with CRUD operations, validation, and media handling for expense records Yoga Pangestu 2026-04-17 13:08:54 +0700
  • fd1c215ede refactor: rename 'title' to 'name' in CategoryIndex component for consistency with data model Yoga Pangestu 2026-04-17 11:09:05 +0700
  • 0c9d58b551 feat: enhance product management with media handling, including thumbnail and image uploads in create/edit forms Yoga Pangestu 2026-04-17 11:06:32 +0700
  • 506385939e feat: integrate Spatie Media Library with custom path generator and configuration for media handling Yoga Pangestu 2026-04-17 10:45:43 +0700
  • e8ae633509 feat: update product create and edit forms to include detailed pricing fields and improved layout structure Yoga Pangestu 2026-04-17 09:54:53 +0700
  • 2e1aebae97 refactor: enhance URL normalization logic and update sidebar navigation active state handling Yoga Pangestu 2026-04-16 13:38:36 +0700
  • fe3e6767ce feat: add category filter to product management table and rename title to name in Category type Yoga Pangestu 2026-04-16 13:30:50 +0700
  • 2efb90e027 feat: add active filter badges and reset functionality to data table component Yoga Pangestu 2026-04-16 13:27:24 +0700
  • 678e693f00 refactor: rename 'title' to 'name' in Category model, requests, factories, migrations, and seeders for consistency Yoga Pangestu 2026-04-16 13:19:04 +0700
  • bfee01153c feat: integrate react-number-format for price inputs in product create and edit forms Yoga Pangestu 2026-04-16 13:16:05 +0700
  • 4b5d5af316 feat: implement product management module with CRUD operations, validation, and UI integration Yoga Pangestu 2026-04-16 13:03:38 +0700
  • bcd08e28ed feat: enhance SimpleEditor with controlled input and add Combobox and InputGroup components for improved UI interactions Yoga Pangestu 2026-04-16 12:36:40 +0700
  • c826179b60 feat: implement Tiptap editor framework with custom UI primitives and add product management module Yoga Pangestu 2026-04-16 10:53:55 +0700
  • 2abdde4337 fix: add padding to sidebar menu item for improved spacing Yoga Pangestu 2026-04-16 09:34:54 +0700
  • 53fc170a7e feat: enhance UserInfo component to conditionally display user details Yoga Pangestu 2026-04-14 23:10:44 +0700
  • eaa2662eed refactor: remove unused Log facade import in CategoryController Yoga Pangestu 2026-04-14 23:05:48 +0700
  • 68e007e305 feat: improve data-table responsiveness and add bulk action support Yoga Pangestu 2026-04-14 23:05:37 +0700
  • 54ccda7d80 feat: add page size selector to data table pagination controls Yoga Pangestu 2026-04-14 23:01:03 +0700
  • 13667406d9 feat: implement Category management with CRUD operations, validation, and UI integration Yoga Pangestu 2026-04-14 22:58:44 +0700
  • 0aabc1ba71 feat: add flash message sharing to HandleInertiaRequests middleware Yoga Pangestu 2026-04-14 22:51:32 +0700
  • 2dc311b4b5 feat: add row selection functionality to DataTable component Yoga Pangestu 2026-04-14 22:51:25 +0700
  • c29063391f feat: add AlertDialog and Switch components for improved UI interactions Yoga Pangestu 2026-04-14 22:51:13 +0700
  • 3832723921 refactor: simplify row numbering calculation in DataTable component Yoga Pangestu 2026-04-14 22:24:19 +0700
  • adb89b73e7 feat: add Empty component for improved no-data display in DataTable Yoga Pangestu 2026-04-14 22:13:26 +0700
  • b7f70f6244 refactor: improve Dialog and Tooltip components with enhanced styling and structure Yoga Pangestu 2026-04-14 21:56:06 +0700
  • 1613cdfc09 feat: enhance DataTable component with row numbering and selection features Yoga Pangestu 2026-04-14 21:55:46 +0700
  • c0ea08f1e9 chore: add spatie/laravel-sluggable package and update composer.lock and pnpm-lock.yaml Yoga Pangestu 2026-04-14 21:30:47 +0700
  • cf52c05436 feat: implement UserSeeder and refactor DatabaseSeeder to utilize seeders for user and category data Yoga Pangestu 2026-04-14 21:30:34 +0700
  • 1ce60dd0a6 feat: add DataTable component with sorting, filtering, and bulk actions functionality Yoga Pangestu 2026-04-14 20:45:00 +0700
  • 9101ded2e2 feat: install @tanstack/react-table Yoga Pangestu 2026-04-14 20:44:28 +0700
  • 33ad844975 refactor: update sidebar layout, branding, and navigation structure with categorized menu groups and header user profile Yoga Pangestu 2026-04-12 22:27:56 +0700
  • b9429778f7 feat: integrate useFlashToast hook into AppLayout for global flash message handling Yoga Pangestu 2026-04-12 21:56:17 +0700
  • 8d08473340 feat: localize login page to Indonesian and update branding with new logo and cover image Yoga Pangestu 2026-04-12 21:28:39 +0700
  • b116cbb660 refactor: update UI component library with enhanced styling, new field component, and improved toggle-group flexibility Yoga Pangestu 2026-04-12 20:02:16 +0700
  • 05c7b8da04 refactor: update feature and unit test suites to improve test coverage and reliability Yoga Pangestu 2026-04-11 22:33:28 +0700
  • 4b833c81c6 chore: update application timezone to Asia/Jakarta Yoga Pangestu 2026-04-11 22:32:53 +0700
  • 9dc4a5e51e initial commit Yoga Pangestu 2026-04-11 22:26:56 +0700