dhanabalan
  • Joined on 2025-03-19
dhanabalan pushed to ranjith-dev at poc/pds 2025-11-27 05:29:03 +00:00
95c909b6ac Refactor: Clean up imports and enhance form/table structure in InvoiceDataValidation and InvoiceOutValidation resources
dhanabalan pushed to ranjith-dev at poc/pds 2025-11-27 04:48:37 +00:00
c16c967757 feat: Add validation rules for Machine and Work Center names; enhance ProcessOrder table sorting; refactor StickerMasterResource for improved readability and functionality
dhanabalan pushed to ranjith-dev at poc/pds 2025-11-27 03:03:33 +00:00
27b4377e9e Updated error response codes in updateGR and related methods to return 404 for various validation errors and Added sfg_number duplicate warning
dhanabalan pushed to ranjith-dev at poc/pds 2025-11-26 14:18:54 +00:00
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
dhanabalan pushed to ranjith-dev at poc/pds 2025-11-26 14:12:47 +00:00
73d863b200 Refactored ProcessOrderImporter to standardize column headers and improve error messaging
dhanabalan pushed to ranjith-dev at poc/pds 2025-11-26 14:09:08 +00:00
c64fbf209e Added sfg_number and machine_name column into exporter file
dhanabalan pushed to ranjith-dev at poc/pds 2025-11-26 14:06:57 +00:00
a018b0d06f Added sfg_number and machine_name column into resource file
dhanabalan pushed to ranjith-dev at poc/pds 2025-11-26 14:05:00 +00:00
4c93c3cdd6 Added sfg_number and machine_name into model file
dhanabalan pushed to ranjith-dev at poc/pds 2025-11-26 14:03:23 +00:00
a7b6d72fb5 Added migration for add sfg_number and machine_name columns
dhanabalan pushed to ranjith-dev at poc/pds 2025-11-26 11:27:25 +00:00
ded043ba16 Added POST API logs to view the structure in command prompt
dhanabalan pushed to ranjith-dev at poc/pds 2025-11-26 09:09:18 +00:00
ae3d8224ad Uncomment scheduling logic in console.php for production, invoice, and invoice data reports
dhanabalan pushed to ranjith-dev at poc/pds 2025-11-26 08:59:35 +00:00
88d8bd6c2c Refactor console.php to clean up commented-out scheduling code
dhanabalan pushed to ranjith-dev at poc/pds 2025-11-26 08:43:31 +00:00
b62505d064 Change database connection from SQLite to PostgreSQL in .env.example
dhanabalan pushed to ranjith-dev at poc/pds 2025-11-26 08:36:58 +00:00
699103b047 Refactor composer install command in workflow files for Larastan and Laravel Pint
dhanabalan pushed to ranjith-dev at poc/pds 2025-11-25 11:52:35 +00:00
346aaf1438 Added schema line in console.php
dhanabalan pushed to ranjith-dev at poc/pds 2025-11-25 10:41:22 +00:00
d7b6e8c111 Enhance get_testing_data response with additional fields as requested_date and null safety
dhanabalan pushed to ranjith-dev at poc/pds 2025-11-25 09:15:53 +00:00
ecac9fe0e9 Update PHP version to 8.4 in Larastan and Laravel Pint workflows
dhanabalan pushed to ranjith-dev at poc/pds 2025-11-25 09:09:20 +00:00
bfb4dd3643 Add Larastan configuration and dependencies for static analysis
dhanabalan pushed to ranjith-dev at poc/pds 2025-11-25 09:00:26 +00:00
ee02c24fbc Merge pull request 'Add .github/workflows/laravel-pint.yaml' (#3) from runner/pint into master
0cfe20bc9f Merge pull request 'added workflows and composer updates' (#8) from ranjith-dev into master
caa9538198 Update .github/workflows/laravel-pint.yaml
3febb24d1d Add .github/workflows/laravel-pint.yaml
Compare 4 commits »
dhanabalan pushed to ranjith-dev at poc/pds 2025-11-25 08:58:37 +00:00
e9525017d2 composer updated