Commit Graph

296 Commits

Author SHA1 Message Date
dhanabalan
e18ee0dd3a Added status column in table 2025-10-04 15:14:30 +05:30
dhanabalan
4645965bf7 Added permission name for export 2025-10-04 09:25:15 +05:30
dhanabalan
7171b9e052 Added permissions for import and export for serial validation page 2025-10-03 16:18:41 +05:30
dhanabalan
775a96d806 removed unwanted lines of code in serial validation 2025-10-03 16:14:18 +05:30
dhanabalan
b9aa549705 Add SerialValidation resource pages for editing, listing, and viewing
- Created EditSerialValidation page for editing serial validation records with view, delete, force delete, and restore actions.
- Created ListSerialValidations page for listing serial validation records with a create action.
- Created ViewSerialValidation page for viewing serial validation records with an edit action.
2025-10-03 16:05:40 +05:30
dhanabalan
346e1baec0 Enhance pallet validation logic in ReworkLocatorInvoiceValidationResource form to include detailed notifications for invalid pallet and serial numbers, and handle pallet status updates more effectively. 2025-09-30 14:52:15 +05:30
dhanabalan
b31b723a2c Remove unnecessary blank line in processPalletno method 2025-09-30 14:50:57 +05:30
dhanabalan
effa8bebeb Remove enter key hint from scan serial number input in ReworkLocatorInvoiceValidationResource form 2025-09-30 11:52:30 +05:30
dhanabalan
2ad38c51c1 Add enter key hint for scan serial number input in ReworkLocatorInvoiceValidationResource form to testing purpose 2025-09-30 11:49:13 +05:30
dhanabalan
368d115124 removed unwanted action export from testing panel 2025-09-29 17:48:32 +05:30
dhanabalan
a9803f927f Refactor plant selection options across multiple resources to display plants based on the authenticated user's plant ID, ensuring users only see relevant options. 2025-09-29 16:35:55 +05:30
dhanabalan
5f4945d997 Add plant relationship to UserResource form and table 2025-09-29 11:41:30 +05:30
dhanabalan
aa4e42d790 Add 'Created By' column to GrMasterResource table for better tracking 2025-09-27 16:09:03 +05:30
dhanabalan
3f1b46873e Add GrMaster resource with CRUD pages and functionality for managing GR records 2025-09-27 14:00:31 +05:30
dhanabalan
998fbf814c Refactor validation logic in CreateInvoiceValidation to include additional checks for package types (use pack_slip if tube_sticker does not exist) and streamline code structure 2025-09-26 18:59:33 +05:30
dhanabalan
2e7c37c6f1 Refactor export actions in TestingPanelReadingResource for improved readability and maintainability 2025-09-21 15:40:47 +05:30
dhanabalan
4c1950bf29 Fix indentation for dispatching warning sound in processInvoice method 2025-09-21 15:38:19 +05:30
dhanabalan
d13f502db8 Update ProcessOrderResource form fields and notification message 2025-09-21 15:35:25 +05:30
dhanabalan
d4192d3002 Add resource file for Equipment Masters 2025-09-21 15:21:37 +05:30
dhanabalan
b178130e8d Add searchable functionality to WorkGroupMaster table columns 2025-09-18 17:11:57 +05:30
dhanabalan
40ef91a60b Add notification sound dispatches in processInvoice and processSerialNumber methods for better user feedback 2025-09-16 15:01:52 +05:30
dhanabalan
e8637874f4 Add winded_serial_number field to TestingPanelReadingResource form and table for enhanced data tracking 2025-09-16 12:39:27 +05:30
dhanabalan
b222c78d4b Removed redundant unique rule for 'name' in WorkGroupMasterResource form validation for improved clarity 2025-09-15 15:53:08 +05:30
dhanabalan
b48392a40c Updated navigation sort order for GuardNameResource and TestingPanelReadingResource for consistent display in the Master Entries and Testing Panel groups 2025-09-15 14:26:33 +05:30
dhanabalan
dc0b4ea75e Updated navigation sort order for CheckPointNameResource and CheckPointTimeResource for consistent display in the Master Entries group 2025-09-15 13:24:55 +05:30
dhanabalan
2244d82af0 Added no_of_operation field and work group center foreign key with validation in Line resource file 2025-09-15 12:59:10 +05:30
dhanabalan
594cc252a9 Added validation error handling in CreateLine page before record creation 2025-09-15 12:54:11 +05:30
dhanabalan
23fa24ca46 Added workGroupMaster functionality in resource and Updated navigation sort 2025-09-15 12:27:10 +05:30
dhanabalan
c76ae58118 Added resource file for work group masters 2025-09-15 11:41:13 +05:30
dhanabalan
e5a3d212d0 Add ProcessOrder resource with CRUD pages and form handling 2025-09-10 15:18:17 +05:30
dhanabalan
8c488e1ced Enhance MotorTestingMasterResource with advanced filtering options and improved form validation 2025-09-10 10:30:09 +05:30
dhanabalan
aaa162a3f2 Remove commented-out 'asc' parameter from created_at orderBy in QualityValidationResource table query 2025-09-10 08:55:36 +05:30
dhanabalan
ffa2b1f783 Remove redundant 'asc' parameter from created_at orderBy in QualityValidationResource table query 2025-09-09 18:01:19 +05:30
dhanabalan
e29c16c79a Add sorting by created_at in QualityValidationResource table query 2025-09-09 17:55:53 +05:30
dhanabalan
b0d73dbbc6 Add searchable functionality to line name column in QualityValidationResource table 2025-09-09 10:39:20 +05:30
dhanabalan
3398a60d1b Update label for laser part validation input in StickerMasterResource 2025-09-06 16:25:52 +05:30
dhanabalan
65aafbeb65 Add required validation to load rate input in StickerMasterResource resource 2025-09-06 16:16:35 +05:30
dhanabalan
cac91722c3 Refactor form schema in StickerMasterResource for improved clarity and organization 2025-09-05 17:27:24 +05:30
dhanabalan
d05623f920 Added subassembly code in resource page of motor testing master 2025-09-05 09:33:16 +05:30
dhanabalan
c5a730b71d Added roles column in view reports and Refactor User table columns for improved sorting and searching functionality 2025-08-26 17:57:16 +05:30
dhanabalan
d419973ab5 Add getRedirectUrl method to resource creation classes for consistent redirection 2025-08-26 15:44:51 +05:30
dhanabalan
1cee8dc71d Enhance item description field to auto-populate based on selected item ID 2025-08-25 12:17:49 +05:30
dhanabalan
3a009543ea Update MachineResource refine line selection logic 2025-08-25 11:43:09 +05:30
dhanabalan
a831f6e787 Testing 2025-08-21 18:07:08 +05:30
dhanabalan
b399141c7e Add UserExporter and UserImporter classes with export/import functionality 2025-08-21 17:07:34 +05:30
dhanabalan
a3a421af88 Added logic in quality validation screen to scan capacitor qr code in part validation 5 2025-08-21 14:06:23 +05:30
dhanabalan
fc42e7db6c Add TempLiveReadingResource files from qds branch 2025-08-12 17:21:22 +05:30
dhanabalan
658d7cb42c Add EbReadingResource related files from qds branch 2025-08-12 17:14:40 +05:30
dhanabalan
15af1edb8f Rename identification fields to Aadhar Number and PAN Number for clarity 2025-08-07 09:20:53 +05:30
dhanabalan
197184e2ed Refactor Invoice Validation Logic and Update UI for Serial and Material Invoices
- Improved conditional checks for invoice processing in InvoiceValidationResource on completion (or pending).
- Enhanced notifications for completed scanning processes for both serial and material invoices.
- Updated CreateInvoiceValidation page to pass invoice type to serial and material invoice on completion (or pending).
- Modified InvoiceDataTable to include a new property for serial/material invoice handling.
- Adjusted Blade view to dynamically display the correct title and messages based on invoice type (serial/material).
2025-08-05 12:00:26 +05:30