dhanabalan
  • Joined on 2025-03-19
dhanabalan pushed to master at poc/pds 2025-09-16 09:35:14 +00:00
af719c2d33 Add audio notification sounds: click.mp3, ding.mp3, and scanner-beep.mp3
dhanabalan pushed to master at poc/pds 2025-09-16 09:34:49 +00:00
bbd192148c Add NotificationSound Livewire component to create-invoice-validation page for audio notifications
dhanabalan pushed to master at poc/pds 2025-09-16 09:34:21 +00:00
93b1138752 Add NotificationSound component and associated Blade view for audio notifications
dhanabalan pushed to master at poc/pds 2025-09-16 09:31:54 +00:00
40ef91a60b Add notification sound dispatches in processInvoice and processSerialNumber methods for better user feedback
dhanabalan pushed to master at poc/pds 2025-09-16 07:10:18 +00:00
012ce6d865 Add winded_serial_number to fillable attributes in TestingPanelReading model
dhanabalan pushed to master at poc/pds 2025-09-16 07:09:29 +00:00
e8637874f4 Add winded_serial_number field to TestingPanelReadingResource form and table for enhanced data tracking
dhanabalan pushed to master at poc/pds 2025-09-16 06:34:51 +00:00
5a7050a5b4 Add winded_serial_number to store method in TestingPanelController for enhanced data tracking
dhanabalan pushed to master at poc/pds 2025-09-16 06:28:16 +00:00
24b9b5194a Add winded_serial_number column to testing_panel_readings table
dhanabalan pushed to master at poc/pds 2025-09-15 12:10:53 +00:00
9a6e364f52 Refactored store method in TestingPanelController to improve validation for line and machine names, replacing Line model with WorkGroupMaster for accurate data handling.
dhanabalan pushed to master at poc/pds 2025-09-15 10:25:32 +00:00
d4582292a4 Updated validation checks in WorkGroupMasterImporter to ensure name and operation number are not empty
dhanabalan pushed to master at poc/pds 2025-09-15 10:23:11 +00:00
b222c78d4b Removed redundant unique rule for 'name' in WorkGroupMasterResource form validation for improved clarity
dhanabalan pushed to master at poc/pds 2025-09-15 09:12:28 +00:00
d827c9368f Updated MachineController to replace 'line' with 'workGroupMaster' for accurate data retrieval to get all group and individual work center
dhanabalan pushed to master at poc/pds 2025-09-15 08:56:35 +00:00
b48392a40c Updated navigation sort order for GuardNameResource and TestingPanelReadingResource for consistent display in the Master Entries and Testing Panel groups
dhanabalan pushed to master at poc/pds 2025-09-15 07:54:57 +00:00
dc0b4ea75e Updated navigation sort order for CheckPointNameResource and CheckPointTimeResource for consistent display in the Master Entries group
dhanabalan pushed to master at poc/pds 2025-09-15 07:53:07 +00:00
49fea7fcdb Updated column headers in ProductionQuantityImporter for consistency and clarity
dhanabalan pushed to master at poc/pds 2025-09-15 07:50:58 +00:00
3848898f37 Refactored PalletValidationImporter by commenting out unused methods for clarity and maintainability
dhanabalan pushed to master at poc/pds 2025-09-15 07:48:25 +00:00
4bb3b60391 Added work group center foreign key column to Machine export and import functionality with validation and error handling
dhanabalan pushed to master at poc/pds 2025-09-15 07:45:08 +00:00
0381530463 Enhanced Line export and import functionality by adding multiple work group foreign key columns and no_of_operation field with validation.
dhanabalan pushed to master at poc/pds 2025-09-15 07:29:12 +00:00
2244d82af0 Added no_of_operation field and work group center foreign key with validation in Line resource file
dhanabalan pushed to master at poc/pds 2025-09-15 07:24:13 +00:00
594cc252a9 Added validation error handling in CreateLine page before record creation