dhanabalan
  • Joined on 2025-03-19
dhanabalan pushed to master at poc/pds 2025-11-20 14:15:06 +00:00
21ff5fa21f Updated focus invoice and serial number logic in throughout invoice validation related pages (resource, create, livewire, blade)
dhanabalan pushed to master at poc/pds 2025-11-20 12:38:53 +00:00
c7391b113f Refactor invoice processing to reset form fields after completion
dhanabalan pushed to master at poc/pds 2025-11-20 12:10:50 +00:00
e20e402233 Added description loaded logic in editing in process order screen
dhanabalan pushed to master at poc/pds 2025-11-20 11:48:30 +00:00
098daae653 Added minimum length validation for name and description fields in WorkGroupMasterResource form
dhanabalan pushed to master at poc/pds 2025-11-20 06:59:27 +00:00
18e232ffb3 Added numeric type for received quantity
dhanabalan pushed to master at poc/pds 2025-11-20 06:46:46 +00:00
5c6c6e56ac changed data type of column received_quantity in process orders table
dhanabalan pushed to master at poc/pds 2025-11-19 09:16:02 +00:00
4f5791a260 added import and export permissions for process order
dhanabalan pushed to master at poc/pds 2025-11-19 08:52:22 +00:00
3be0066eee modified logic in process order
dhanabalan pushed to master at poc/pds 2025-11-19 08:08:22 +00:00
0be804d81c added received quantity logic in api
dhanabalan pushed to master at poc/pds 2025-11-19 06:01:05 +00:00
b89d96f859 modified logic in process order
dhanabalan pushed to master at poc/pds 2025-11-19 05:12:30 +00:00
dc8627dd0a Refactored invoice processing logic to ensure file deletion occurs correctly and added additional condition for marking serial numbers.
dhanabalan pushed to master at poc/pds 2025-11-19 05:10:09 +00:00
b6c711fc6f Refactored invoice processing logic to ensure file deletion occurs correctly and added additional condition for marking serial numbers.
dhanabalan pushed to master at poc/pds 2025-11-18 05:05:48 +00:00
5f1fcf4be4 Added all validations in process order
dhanabalan pushed to master at poc/pds 2025-11-18 04:18:32 +00:00
1f64c3b36d Added validation logic in process order importer
dhanabalan pushed to master at poc/pds 2025-11-18 03:40:06 +00:00
918d216474 changed import column name for item_id as item in process order
dhanabalan pushed to master at poc/pds 2025-11-18 03:34:13 +00:00
afdfd51e5a Added process order importer and exporter
dhanabalan pushed to master at poc/pds 2025-11-18 03:33:42 +00:00
cba366037f Added process order exporter
dhanabalan pushed to master at poc/pds 2025-11-18 03:33:17 +00:00
0f4e475ab8 Added process order importer
dhanabalan pushed to master at poc/pds 2025-11-17 08:46:19 +00:00
e47ab43aa3 Added logic for total received quantity in process order
dhanabalan pushed to master at poc/pds 2025-11-17 08:32:40 +00:00
85876ca47f added get and post api link for process order in api.php file