We run a weekly vege bag program, and I need some help scaling up and improving our record keeping.
Members can get their vege bag delivered for a fee, or pick it up.
We ask members to commit to being a delivery or pick up, but there are always a few who need a one-off delivery each week.
This creates 2 checkbox fields:
- "regular delivery"
and - "one-off delivery"
On vege-bag day I create a view that filters only "one-off delivery" and "regular delivery" to create my delivery list.
However, for tracking payments, we need to be able to see a history for each weeks' "one-off-delivery" (to make sure the delivery fee is being paid), so simply unchecking the "one-off delivery" doesn't work that well.
However, creating a new field each week with "Delivery 30 march" and then a new view which filters "regular delivery" and "Delivery 30 march" is cumbersome and prone to human error.
This might seem fairly menial, however there are several other pieces of information I need to be able to track similarly. Such as collection confirmation, donations of vege bags (members who can't collect one week can donate their produce through us), payment confirmation, notes - these are all temporal pieces of information but creating 50+ new columns for a season is messy, cumbersome and ultimately very prone to human error.
Basically I need to be able to see relevant info each week, have it cleared for next week, but keep a record of last weeks info.
Does anyone have any thoughts on streamlining this?