You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once we get the basic event sourcing in place, we also want an event history page.
Why?
This will help enormously in troubleshooting.
Details
The bank's org admins should be able to see a list of all the things that have happened to items since a given date/time.
This includes:
Distributions
Donations
Purchases
Kit allocations
Transfers
Inventory Adjustments
Audits
Ideally, Filterable by Item and Storage location
What format?
Date/time, itemizable id, type of action, Item, amount, comments
Type of action for transfers should probably be "transfer from [SL1] to [SL2]
Criteria for completion
[] report added --- under reports? Or is this under Inventory?
[] tests to support behaviour
The text was updated successfully, but these errors were encountered:
Summary
Once we get the basic event sourcing in place, we also want an event history page.
Why?
This will help enormously in troubleshooting.
Details
The bank's org admins should be able to see a list of all the things that have happened to items since a given date/time.
This includes:
Distributions
Donations
Purchases
Kit allocations
Transfers
Inventory Adjustments
Audits
Ideally, Filterable by Item and Storage location
What format?
Date/time, itemizable id, type of action, Item, amount, comments
Type of action for transfers should probably be "transfer from [SL1] to [SL2]
Criteria for completion
The text was updated successfully, but these errors were encountered: