dhanabalan
  • Joined on 2025-03-19
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 »
dhanabalan pushed to master at poc/pds 2025-09-27 08:32:04 +00:00
be892cb662 Add GrMasterPolicy class to manage authorization for GrMaster actions
584d4faa07 Add GrMaster importer and exporter classes with column definitions and notification messages
3f1b46873e Add GrMaster resource with CRUD pages and functionality for managing GR records
9d69ce89ae Add GrMaster model with fillable attributes and relationships to Plant and Item
e14814e529 Add migration for creating gr_masters table with necessary fields and foreign keys
Compare 5 commits »
dhanabalan pushed to master at poc/pds 2025-09-27 08:12:23 +00:00
98feb7bfc5 Remove user3 seeding from UserSeeder to streamline user creation process
dhanabalan pushed to master at poc/pds 2025-09-26 13:29:36 +00:00
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
dhanabalan pushed to master at poc/pds 2025-09-26 11:00:54 +00:00
d2c7f85917 Fix validation for 'No of Operation' in resolveRecord method to include actual value in error message
dhanabalan pushed to master at poc/pds 2025-09-26 06:39:44 +00:00
5b8bb29aeb Add validation for serial numbers in readFiles method and return error response for invalid entries