dhanabalan
  • Joined on 2025-03-19
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
dhanabalan pushed to master at poc/pds 2025-09-26 06:27:30 +00:00
b2cf4dc18e Refactor readFiles method to streamline CSV row processing and ensure unique remaining row is returned
dhanabalan pushed to master at poc/pds 2025-09-26 06:19:33 +00:00
9774cda2ad Refactor readFiles method to enhance CSV row validation and ensure unique remaining rows are collected
dhanabalan pushed to master at poc/pds 2025-09-26 06:10:02 +00:00
bbe05d62b1 Enhance readFiles method to validate CSV row structure and return error response for insufficient columns
dhanabalan pushed to master at poc/pds 2025-09-26 06:08:17 +00:00
f353a699a2 Refactor readFiles method to handle file content processing and return structured response with serial numbers and remaining rows
dhanabalan pushed to master at poc/pds 2025-09-26 05:52:55 +00:00
956c282005 Add debug response for file reading in readFiles method and improve error handling for file accessibility
dhanabalan pushed to master at poc/pds 2025-09-26 05:46:08 +00:00
c9b5a59bf2 Refactor readFiles method to dynamically set file path and improve file handling
dhanabalan pushed to master at poc/pds 2025-09-26 05:43:41 +00:00
086910122e Implement file reading and database insertion in readFiles method
dhanabalan pushed to master at poc/pds 2025-09-26 05:18:53 +00:00
92a3b5a448 Refactor error responses in readFiles method to standardize status descriptions
dhanabalan pushed to master at poc/pds 2025-09-26 05:17:38 +00:00
64237c3da0 Improve error handling in readFiles method for directory access and readability
dhanabalan pushed to master at poc/pds 2025-09-26 05:13:53 +00:00
3d21975096 Validate plant code in readFiles method and update response structure
dhanabalan pushed to master at poc/pds 2025-09-26 05:05:25 +00:00
0710c3a7a1 Add authorization check to readFiles method in SapFileController
dhanabalan pushed to master at poc/pds 2025-09-26 05:01:00 +00:00
18eb234df4 Fix readFiles method to correctly concatenate file path for reading file contents
dhanabalan pushed to master at poc/pds 2025-09-26 04:56:07 +00:00
8a3c0639ad Refactor readFiles method to improve .txt file filtering logic
dhanabalan pushed to master at poc/pds 2025-09-26 04:52:26 +00:00
f50fbf5771 Fix readFiles method to add missing slash in file path for correct .txt file filtering
dhanabalan pushed to master at poc/pds 2025-09-26 04:51:08 +00:00
3a115241a9 Fix readFiles method to add missing slash in file path for correct .txt file filtering