Commit Graph

401 Commits

Author SHA1 Message Date
dhanabalan
affa38251d Update invoice data handling to include onCapFocus parameter and adjust focus function and timing for input fields 2025-11-21 17:18:31 +05:30
dhanabalan
376ee84e63 Re-Updating Capacitor QR focus issue 2025-11-21 16:00:14 +05:30
dhanabalan
7ff3b95aea Updating Capacitor QR focus issue 2025-11-21 15:56:43 +05:30
dhanabalan
97348d39ae Solving Capacitor QR focus issue 2025-11-21 15:54:18 +05:30
dhanabalan
21ff5fa21f Updated focus invoice and serial number logic in throughout invoice validation related pages (resource, create, livewire, blade) 2025-11-20 19:45:04 +05:30
dhanabalan
c7391b113f Refactor invoice processing to reset form fields after completion 2025-11-20 18:08:52 +05:30
dhanabalan
e20e402233 Added description loaded logic in editing in process order screen 2025-11-20 17:40:48 +05:30
dhanabalan
098daae653 Added minimum length validation for name and description fields in WorkGroupMasterResource form 2025-11-20 17:18:28 +05:30
dhanabalan
dc8627dd0a Refactored invoice processing logic to ensure file deletion occurs correctly and added additional condition for marking serial numbers. 2025-11-19 10:42:28 +05:30
dhanabalan
b6c711fc6f Refactored invoice processing logic to ensure file deletion occurs correctly and added additional condition for marking serial numbers. 2025-11-19 10:40:06 +05:30
dhanabalan
afdfd51e5a Added process order importer and exporter 2025-11-18 09:04:12 +05:30
dhanabalan
fac2b36956 Added columns in resource page of process order 2025-11-17 13:59:47 +05:30
dhanabalan
23e823d2ea Add file handling for invoice processing and cleanup in LocatorInvoiceValidation 2025-11-15 20:25:16 +05:30
dhanabalan
3e41bad7f1 Refactor code structure for improved readability and maintainability and Commented imported invoice logic on warning 2025-11-15 20:04:30 +05:30
dhanabalan
43ee1a3502 Refactor code structure for improved readability and maintainability and Commented imported invoice logic on warning 2025-11-15 19:27:48 +05:30
dhanabalan
b2ad2ef6ce Refactor work group visibility logic in LineResource form 2025-11-15 17:02:44 +05:30
dhanabalan
6160570a7d Fix sticker type checkbox state updates in StickerMasterResource form 2025-11-15 08:55:29 +05:30
dhanabalan
3a5c796d2f Commented out disabled conditions for checkbox components in StickerMasterResource form 2025-11-14 19:17:00 +05:30
dhanabalan
3e81effde4 Added location form in resource page in invoice data validations 2025-11-14 18:55:45 +05:30
dhanabalan
d5159a2cdc issue solved for updating in capacitor scanned quanity in invoice validation 2025-11-14 18:21:56 +05:30
dhanabalan
40bf30e10f Update export action label in ItemResource from 'Import Items' to 'Export Items' 2025-11-14 17:58:18 +05:30
dhanabalan
3bdc0d1859 Refactor invoice validation logic and clean up commented code 2025-11-14 16:34:27 +05:30
dhanabalan
fc8b6382ac Added no of packages serial invoice validation and notification time increased 2025-11-14 15:19:57 +05:30
dhanabalan
cd48b9bdf6 modified logic in upload ocr 2025-11-14 10:56:22 +05:30
dhanabalan
68cd0b81a2 1. Added import and export actions with labels and warning colors for the following resources:
- LineResource
  - LineStopResource
  - LocatorResource
  - MachineResource
  - MfmMeterResource
  - MfmParameterResource
  - MotorTestingMasterResource
  - PlantResource
  - ProductionLineStopResource
  - ProductionPlanResource
  - ProductionQuantityResource
  - QualityValidationResource
  - SerialValidationResource
  - ShiftResource
  - StickerMasterResource
  - UserResource
  - WorkGroupMasterResource
2. Updated camera capture functionality to ensure overlay canvas size syncs with video size.
2025-11-13 16:27:48 +05:30
dhanabalan
d9e1190d92 removed material in filter for serial validation 2025-11-13 12:09:37 +05:30
dhanabalan
af0db6275f Refactor duplicate entry handling and improve error notifications in InvoiceDataValidationResource 2025-11-08 18:27:23 +05:30
dhanabalan
3291c47d2c Improve error messages for clarity and consistency in InvoiceOutValidationResource 2025-11-08 17:51:12 +05:30
dhanabalan
317e877255 Refactor duplicate QR code messages for consistency in wording and clarity 2025-11-08 16:20:00 +05:30
dhanabalan
b25b42083f Fix notification message for successful import by adding a period at the end 2025-11-08 16:03:32 +05:30
dhanabalan
7830631cdc Remove commented-out Plant ID column from AlertMailRuleResource table for cleaner code 2025-11-08 16:02:33 +05:30
dhanabalan
fbab6e6591 Remove commented-out Plant ID column from AlertMailRuleResource table for cleaner code 2025-11-08 13:08:49 +05:30
dhanabalan
4c64602dfd Enhance AlertMailRuleResource table columns with improved labels and added Plant ID column for better clarity and searchability 2025-11-08 13:00:23 +05:30
dhanabalan
ec1dfe0146 Refactor PlantResource table to remove commented 'id' column and enhance 'id' column with label, alignment, sorting, and searchability options 2025-11-08 12:49:24 +05:30
dhanabalan
b7a8c933ff Enhance invoice out validation table with searchable 'updated_by' column and improved duplicate handling logic on import 2025-11-08 12:21:24 +05:30
dhanabalan
3da1616a9f Added logic for duplicate validation in invoice out validation screen 2025-11-08 01:37:07 +05:30
dhanabalan
2004d490b6 Added duplicate document number logic in invoice out validation screen 2025-11-08 01:28:12 +05:30
dhanabalan
b4a2cf132c Added logic for checking document number against plant in invoice data validations screen 2025-11-08 01:12:53 +05:30
dhanabalan
e27504d46d Add duplicate entry checks in InvoiceDataValidationResource for database and file uploads 2025-11-07 22:37:46 +05:30
dhanabalan
6770aaa25a Refactor plant selection logic in InvoiceValidationResource to improve readability and maintainability 2025-11-07 15:21:20 +05:30
dhanabalan
e8a0d4eae6 Add email notification for invalid serial numbers in processSerialNumber method 2025-11-07 14:52:53 +05:30
dhanabalan
c51e05f058 Add searchable functionality to scanned_at, scanned_by, created_at, and created_by columns in InvoiceOutValidationResource table 2025-11-06 11:55:10 +05:30
dhanabalan
f1e64bd830 Refactor AlertMailRuleResource form and table to enhance CC emails input and add searchable functionality to multiple columns 2025-11-06 10:14:49 +05:30
dhanabalan
a1ba7318ec Add searchable functionality to document number column in InvoiceDataValidationResource table 2025-11-05 18:01:47 +05:30
dhanabalan
f31ed4090b Add searchable functionality to invoice data table columns for improved user experience 2025-11-05 13:09:03 +05:30
dhanabalan
54e0760f94 Enhance invoice validation by adding plant type checks and improving error handling for imports 2025-11-04 10:41:56 +05:30
dhanabalan
123572011e Add 'CC Emails' field to AlertMailRule form and table display 2025-11-02 17:02:59 +05:30
dhanabalan
92bcbc0e8d Update invoice data report references in command and scheduling logic 2025-11-02 16:51:40 +05:30
dhanabalan
4f51643254 Added 'Invoice Data Mail' option into rule name in AlertMailRuleResource 2025-11-02 16:23:21 +05:30
dhanabalan
8356fc858d Clear invoice number and refresh invoice data on serial number processing! 2025-11-02 15:37:57 +05:30