dhanabalan
  • Joined on 2025-03-19
dhanabalan pushed to master at poc/pds 2025-09-15 07:07:38 +00:00
21bbbb24c2 Added no_of_operation and foreign key constraints for work group columns in line model for enhanced data association
dhanabalan pushed to master at poc/pds 2025-09-15 07:00:00 +00:00
3b0501ef9e Added no_of_operation and foreign key constraints for work group columns in lines table
dhanabalan pushed to master at poc/pds 2025-09-15 06:57:11 +00:00
23fa24ca46 Added workGroupMaster functionality in resource and Updated navigation sort
dhanabalan pushed to master at poc/pds 2025-09-15 06:51:00 +00:00
55c0ebfa6d Added workGroupMaster foreignKey and belongsTo relationship to Machine model
dhanabalan pushed to master at poc/pds 2025-09-15 06:48:43 +00:00
db3a69d47f Add workGroupMasters hasMany relationship to Plant model and comment out rejectReasons method
dhanabalan pushed to master at poc/pds 2025-09-15 06:44:27 +00:00
5ba9db0278 Added migration to create work_group_master_id foreign key and plant with work_center unique constraint for machines table
dhanabalan pushed to master at poc/pds 2025-09-15 06:37:22 +00:00
6a195d00c5 Remove group_work_center column from lines table
dhanabalan pushed to master at poc/pds 2025-09-15 06:27:29 +00:00
386b9c4a09 Added importer and exporter file for work group masters
dhanabalan pushed to master at poc/pds 2025-09-15 06:17:19 +00:00
853a1542bb Add WorkGroupMasterPolicy to manage permissions for WorkGroupMaster models
dhanabalan pushed to master at poc/pds 2025-09-15 06:16:48 +00:00
d3e9237bff Add ProcessOrderPolicy to manage permissions for ProcessOrder models
dhanabalan pushed to master at poc/pds 2025-09-15 06:11:15 +00:00
c76ae58118 Added resource file for work group masters
dhanabalan pushed to master at poc/pds 2025-09-15 05:35:51 +00:00
d2fc4e0b40 Added model file for work group masters
dhanabalan pushed to master at poc/pds 2025-09-15 05:21:00 +00:00
bd1d7e61b4 Add migration file for work group masters
dhanabalan pushed to master at poc/pds 2025-09-13 05:46:23 +00:00
bac7c610f8 Refactor QualityValidationImporter to improve record uniqueness on update logic
dhanabalan pushed to master at poc/pds 2025-09-10 11:29:25 +00:00
36006e6e08 Uncomment testing routes for user data retrieval and machine data access
dhanabalan pushed to master at poc/pds 2025-09-10 10:29:44 +00:00
319aea377a Update file path in getPdf method to use ProcessOrder directory for PDF retrieval
dhanabalan pushed to master at poc/pds 2025-09-10 09:57:42 +00:00
444b4a4804 Add smalot/pdfparser dependency for PDF parsing functionality
dhanabalan pushed to master at poc/pds 2025-09-10 09:54:57 +00:00
21e048549d Add PdfController with getPdf method for PDF retrieval and authorization handling
dhanabalan pushed to master at poc/pds 2025-09-10 09:52:52 +00:00
ba453ef505 Add PDF retrieval route and clean up commented testing routes in api.php
dhanabalan pushed to master at poc/pds 2025-09-10 09:48:19 +00:00
e5a3d212d0 Add ProcessOrder resource with CRUD pages and form handling