1
0
forked from poc/pds
Commit Graph

1306 Commits

Author SHA1 Message Date
dhanabalan
55cf2f6924 Added user model class in spatie 2025-12-01 14:36:13 +05:30
dhanabalan
d389136223 Refactor processSerialNumber method to improve package validation logic 2025-12-01 13:58:15 +05:30
dhanabalan
173638cd19 Refactor plant selection logic in ItemResource and StickerMasterResource to order by code 2025-12-01 10:09:22 +05:30
dhanabalan
c8c38a05f4 Added Quality mail alert in alert mail page 2025-12-01 09:57:34 +05:30
dhanabalan
5f4494f5aa Refactor content method in InvoiceDataMail to use null-safe operator for document_date check 2025-11-29 18:27:56 +05:30
dhanabalan
9fa73b2ecc Added proper imports for mail 2025-11-29 18:27:23 +05:30
dhanabalan
d75d435456 Uncommented the mail schedule logic 2025-11-29 18:02:25 +05:30
dhanabalan
ff8aa8b536 Update startDate logic in InvoiceDataMail content method to handle null document_date 2025-11-29 17:54:12 +05:30
dhanabalan
53f0a7bfdf Refactor InvoiceDataMail class for improved readability and consistency and __construct arg passing $tableData instead of $tableData = [] 2025-11-29 17:37:16 +05:30
dhanabalan
1aa1937b39 Updated warning message against tube_sticker and pack_slip master data 2025-11-29 17:20:07 +05:30
dhanabalan
0812484926 Clear process_order if plant not selected 2025-11-29 16:16:57 +05:30
dhanabalan
2d4700c9b2 Added reactive validation for plant selection and duplicate checks for coil and SFG numbers in ProcessOrder form 2025-11-29 16:11:41 +05:30
dhanabalan
eb38f4ddcf commented out machine ID validation logic in storeProcessOrderData method 2025-11-29 15:36:54 +05:30
dhanabalan
faaaa88e8f Updated get hasPumpQr status from pack_slip_pump if it does not exist in tube_sticker_pump 2025-11-29 14:29:52 +05:30
dhanabalan
d6c7e43715 Updated sfg_number validations as optional and check duplcate only if it exist 2025-11-29 12:21:17 +05:30
dhanabalan
f45bb7b74b commented alert mail rules logic from boot method 2025-11-29 11:45:37 +05:30
dhanabalan
80806d0f17 Added schedule method logic in app service provider 2025-11-29 10:42:20 +05:30
dhanabalan
2b3db1cde1 feat: Add LogClear command to clear Laravel log files 2025-11-27 11:55:21 +05:30
dhanabalan
bf1ae76334 Updated POST API log message 2025-11-27 11:53:50 +05:30
dhanabalan
01783c4fc7 Updated report view logic 2025-11-27 11:07:04 +05:30
dhanabalan
95c909b6ac Refactor: Clean up imports and enhance form/table structure in InvoiceDataValidation and InvoiceOutValidation resources 2025-11-27 10:59:00 +05:30
dhanabalan
c16c967757 feat: Add validation rules for Machine and Work Center names; enhance ProcessOrder table sorting; refactor StickerMasterResource for improved readability and functionality 2025-11-27 10:18:36 +05:30
dhanabalan
27b4377e9e Updated error response codes in updateGR and related methods to return 404 for various validation errors and Added sfg_number duplicate warning 2025-11-27 08:33:31 +05:30
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 2025-11-26 19:48:52 +05:30
dhanabalan
73d863b200 Refactored ProcessOrderImporter to standardize column headers and improve error messaging 2025-11-26 19:42:46 +05:30
dhanabalan
c64fbf209e Added sfg_number and machine_name column into exporter file 2025-11-26 19:39:06 +05:30
dhanabalan
a018b0d06f Added sfg_number and machine_name column into resource file 2025-11-26 19:36:56 +05:30
dhanabalan
4c93c3cdd6 Added sfg_number and machine_name into model file 2025-11-26 19:34:58 +05:30
dhanabalan
a7b6d72fb5 Added migration for add sfg_number and machine_name columns 2025-11-26 19:33:21 +05:30
dhanabalan
ded043ba16 Added POST API logs to view the structure in command prompt 2025-11-26 16:57:23 +05:30
dhanabalan
ae3d8224ad Uncomment scheduling logic in console.php for production, invoice, and invoice data reports 2025-11-26 14:39:11 +05:30
dhanabalan
88d8bd6c2c Refactor console.php to clean up commented-out scheduling code 2025-11-26 14:29:29 +05:30
dhanabalan
b62505d064 Change database connection from SQLite to PostgreSQL in .env.example 2025-11-26 14:13:22 +05:30
dhanabalan
699103b047 Refactor composer install command in workflow files for Larastan and Laravel Pint 2025-11-26 14:06:52 +05:30
dhanabalan
346aaf1438 Added schema line in console.php 2025-11-25 17:22:33 +05:30
dhanabalan
d7b6e8c111 Enhance get_testing_data response with additional fields as requested_date and null safety 2025-11-25 16:11:19 +05:30
dhanabalan
ecac9fe0e9 Update PHP version to 8.4 in Larastan and Laravel Pint workflows 2025-11-25 14:45:48 +05:30
dhanabalan
bfb4dd3643 Add Larastan configuration and dependencies for static analysis 2025-11-25 14:39:14 +05:30
ee02c24fbc Merge pull request 'Add .github/workflows/laravel-pint.yaml' (#3) from runner/pint into master
Reviewed-on: poc/pds#3
2025-11-25 08:59:54 +00:00
0cfe20bc9f Merge pull request 'added workflows and composer updates' (#8) from ranjith-dev into master
Reviewed-on: poc/pds#8
2025-11-25 08:59:43 +00:00
dhanabalan
e9525017d2 composer updated 2025-11-25 14:28:27 +05:30
dhanabalan
11191cd6e3 added gemini workflow 2025-11-25 13:59:52 +05:30
8fa1f54b81 Merge pull request 'action/kingfisher' (#7) from action/kingfisher into master
Reviewed-on: poc/pds#7
2025-11-25 08:22:15 +00:00
5f23856b09 Update .github/workflows/kingfisher-secrets-scan.yaml 2025-11-25 08:17:04 +00:00
8c2e42c47e Add .github/workflows/kingfisher-secrets-scan.yaml 2025-11-25 08:10:33 +00:00
caa9538198 Update .github/workflows/laravel-pint.yaml 2025-11-25 08:05:04 +00:00
158590a399 Merge pull request 'Configure Renovate' (#4) from renovate/configure into master
Reviewed-on: poc/pds#4
2025-11-25 08:02:19 +00:00
4f4fe60aa0 Add renovate.json 2025-11-25 08:01:40 +00:00
3febb24d1d Add .github/workflows/laravel-pint.yaml 2025-11-25 07:44:18 +00:00
dhanabalan
39a2fed9a8 Added mail trigegr lofic agisnt Quality validation 2025-11-24 10:50:02 +05:30