Commit Graph

25 Commits

Author SHA1 Message Date
dhanabalan
36e51ad6cb Enhanced storeProcessOrderData method with improved validation and error handling for plant code, item code, coil number, order quantity, received quantity, SFG number, machine ID, and created by
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 10s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 11s
Gemini PR Review / review (pull_request) Failing after 24s
Laravel Larastan / larastan (pull_request) Failing after 2m12s
Laravel Pint / pint (pull_request) Failing after 2m26s
2025-11-26 19:48:52 +05:30
dhanabalan
ded043ba16 Added POST API logs to view the structure in command prompt
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 11s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 11s
Gemini PR Review / review (pull_request) Failing after 22s
Laravel Larastan / larastan (pull_request) Failing after 2m15s
Laravel Pint / pint (pull_request) Failing after 2m9s
2025-11-26 16:57:23 +05:30
dhanabalan
18e232ffb3 Added numeric type for received quantity 2025-11-20 12:29:26 +05:30
dhanabalan
3be0066eee modified logic in process order 2025-11-19 14:22:21 +05:30
dhanabalan
0be804d81c added received quantity logic in api 2025-11-19 13:38:20 +05:30
dhanabalan
b89d96f859 modified logic in process order 2025-11-19 11:31:03 +05:30
dhanabalan
e47ab43aa3 Added logic for total received quantity in process order 2025-11-17 14:16:18 +05:30
dhanabalan
533ad72ca8 Added get and post api for process order 2025-11-17 14:00:46 +05:30
dhanabalan
966e756bf2 Fix error message for empty GR Number in getGRSerial response 2025-11-02 15:40:28 +05:30
dhanabalan
ffec5e1cd3 Added proper messages for get pdf for gr number 2025-10-08 10:11:21 +05:30
dhanabalan
767082d703 Added completed logic for gr master api 2025-10-04 15:34:46 +05:30
dhanabalan
d148828ef1 Added status column to update 2025-10-04 15:12:40 +05:30
dhanabalan
9f98348600 added item code in an array for getting serial number 2025-09-29 17:17:03 +05:30
dhanabalan
7845b86a79 Addded item code logic in get serial number 2025-09-29 17:06:13 +05:30
dhanabalan
53cb04b14e Update error message for user not found in updateGR method for clarity 2025-09-27 16:53:08 +05:30
dhanabalan
64003ca776 Add validation for item codes in updateGR method to ensure they are at least 6 digits and numeric 2025-09-27 16:51:18 +05:30
dhanabalan
0d9fd498d6 Refactor user retrieval in updateGR method to simplify query by removing unnecessary plant_id condition 2025-09-27 16:49:17 +05:30
dhanabalan
071627ccd4 Add user validation in updateGR method to ensure scanned_by exists for the given plant 2025-09-27 16:30:59 +05:30
dhanabalan
f58c36383b Add validation for existing GR numbers and check for missing serials in updateGR method 2025-09-27 16:26:34 +05:30
dhanabalan
0c84421719 Add updateGR method to PdfController for updating serial numbers with validation 2025-09-27 16:08:01 +05:30
dhanabalan
61e9995892 Remove status_code from getGRSerial response in PdfController 2025-09-27 15:07:27 +05:30
dhanabalan
034db8f879 Add getGRSerial method to PdfController for retrieving serial numbers by GR number and plant code with authorization 2025-09-27 15:04:01 +05:30
dhanabalan
388d91f8a4 Add getGRPdf method to PdfController for retrieving GR PDFs with authorization 2025-09-27 14:35:19 +05:30
dhanabalan
319aea377a Update file path in getPdf method to use ProcessOrder directory for PDF retrieval 2025-09-10 15:59:42 +05:30
dhanabalan
21e048549d Add PdfController with getPdf method for PDF retrieval and authorization handling 2025-09-10 15:24:54 +05:30