Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Implemented
-
Trunk
-
None
Description
Currently in OFBiz, 'changedByUserLoginId' field is missing from status entities (like: ShipmentStatus). Using this field we can maintain the history for each status change made by user.
Update all respective service and events to ensure this field gets updated.
Here is the list of entities with missing this field.
1. BudgetStatus
2. ContactListCommStatus
3. CustRequestStatus
4. ExampleStatus
5. FinAccountStatus
6. InventoryItemStatus
7. InvoiceStatus
8. PartyStatus
9. RequirementStatus
10. ShipmentStatus