dhanabalan
  • Joined on 2025-03-19
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
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