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
A PantryItem defines the parameters of a food or product that can be provided to a Client or Household during a ServicePantry event
The actual food or product that is provided, a ServicePantryItem, is created from a PantryItem, like a template or default, then the ServicePantryItem can be adjusted to the use case
** For example, a PantryItem record is named "Rice" with a default size of 1 LB
** A ServicePantry record is created for Client Jane Doe when she arrives for a food give-out
** A ServicePantryItem is created from the "Rice" PantryItem, renamed "Rice Pack", updated to 5 LBS, and associated with the ServicePantry record (the PantryItem record does not change)
PantryItem records should be allowed to be updated at any time, as they are not historical event records
The text was updated successfully, but these errors were encountered:
PantryItem records need an API...
PantryItem
defines the parameters of a food or product that can be provided to aClient
orHousehold
during aServicePantry
eventServicePantryItem
, is created from aPantryItem
, like a template or default, then theServicePantryItem
can be adjusted to the use case** For example, a
PantryItem
record is named "Rice" with a default size of 1 LB** A
ServicePantry
record is created forClient
Jane Doe when she arrives for a food give-out** A
ServicePantryItem
is created from the "Rice"PantryItem
, renamed "Rice Pack", updated to 5 LBS, and associated with theServicePantry
record (thePantryItem
record does not change)PantryItem
records should be allowed to be updated at any time, as they are not historical event recordsThe text was updated successfully, but these errors were encountered: