dhanabalan
  • Joined on 2025-03-19
dhanabalan pushed to master at poc/pds 2025-09-29 11:51:45 +00:00
1802c1443c Add plant code retrieval in user controller to enhance user data response
dhanabalan pushed to master at poc/pds 2025-09-29 11:47:04 +00:00
9f98348600 added item code in an array for getting serial number
dhanabalan pushed to master at poc/pds 2025-09-29 11:36:15 +00:00
7845b86a79 Addded item code logic in get serial number
dhanabalan pushed to master at poc/pds 2025-09-29 11:05:57 +00:00
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.
dhanabalan pushed to master at poc/pds 2025-09-29 07:03:15 +00:00
a4afe2f3c7 Refactor Plant model to ensure proper formatting and maintain consistency in method definitions
dhanabalan pushed to master at poc/pds 2025-09-29 06:58:20 +00:00
168e9266fe Fix plant code validation logic in UserImporter
dhanabalan pushed to master at poc/pds 2025-09-29 06:48:10 +00:00
af3ce0ea40 Add plant code column to UserExporter and implement plant validation in UserImporter
dhanabalan pushed to master at poc/pds 2025-09-29 06:11:32 +00:00
5f4945d997 Add plant relationship to UserResource form and table
dhanabalan pushed to master at poc/pds 2025-09-29 06:07:13 +00:00
f62f88aa55 Add plant relationship to User model
dhanabalan pushed to master at poc/pds 2025-09-29 06:06:28 +00:00
5f666ff313 Add migration to add foreign key constraint for plant_id in users table
dhanabalan pushed to master at poc/pds 2025-09-27 11:23:11 +00:00
53cb04b14e Update error message for user not found in updateGR method for clarity
dhanabalan pushed to master at poc/pds 2025-09-27 11:21:22 +00:00
64003ca776 Add validation for item codes in updateGR method to ensure they are at least 6 digits and numeric
dhanabalan pushed to master at poc/pds 2025-09-27 11:19:23 +00:00
0d9fd498d6 Refactor user retrieval in updateGR method to simplify query by removing unnecessary plant_id condition
dhanabalan pushed to master at poc/pds 2025-09-27 11:01:05 +00:00
071627ccd4 Add user validation in updateGR method to ensure scanned_by exists for the given plant
dhanabalan pushed to master at poc/pds 2025-09-27 10:56:38 +00:00
f58c36383b Add validation for existing GR numbers and check for missing serials in updateGR method
dhanabalan pushed to master at poc/pds 2025-09-27 10:39:07 +00:00
aa4e42d790 Add 'Created By' column to GrMasterResource table for better tracking
dhanabalan pushed to master at poc/pds 2025-09-27 10:38:25 +00:00
52912e7700 Add route for updating GR serial numbers in api.php
0c84421719 Add updateGR method to PdfController for updating serial numbers with validation
Compare 2 commits »
dhanabalan pushed to master at poc/pds 2025-09-27 09:37:33 +00:00
61e9995892 Remove status_code from getGRSerial response in PdfController
dhanabalan pushed to master at poc/pds 2025-09-27 09:34:26 +00:00
cf6c9b81b1 Add route for retrieving GR serial numbers in api.php
034db8f879 Add getGRSerial method to PdfController for retrieving serial numbers by GR number and plant code with authorization
Compare 2 commits »
dhanabalan pushed to master at poc/pds 2025-09-27 09:05:48 +00:00
71f29243e2 Add route for retrieving GR PDFs in api.php
388d91f8a4 Add getGRPdf method to PdfController for retrieving GR PDFs with authorization
Compare 2 commits »