I want to know e.g. how much food or meducal supplies are being consumed (and produced) in all my stations and decide if I need to build more productions for that or not, but I don't want to check all 25 stations individually and use calculator

(I mean, why does vanilla not have this)
I tried to make something with a conversation menu, tried to find some values through scriptproperties which I would have put together and then wrote to logbook, but it didn't work out, scriptproperties for this information don't seem to exist, closest I found was $macro.totalconsumtionvolume and $macro.totalproductionvolume (but those neither include bonus nor food/medical supplies consumption of the workforce), so I assume some lua modding would be required?