--- CollapseMetaTable: yes Groceries: ["๐ถ 6 bottle(s) Coke 0","๐ฟ whole Snacks","๐ง 2 packet(s) Beurre","๐ซ bottle(s) Olive oil","๐บ bottle(s) Beers","๐ฅฏ packet(s) Bagels","๐ฏ jar(s) Bonne Maman","๐ whole Bananas","๐ง packet(s) Fromage rape","๐ฅฉ packet(s) Cured meat","๐ 4 whole Fruit","๐ packet(s) Pasta","๐ถ๏ธ bottle(s) Tabasco"] Health: ["๐ฟ 1 whole shower gel","๐งด whole shampoo","๐ชฅ whole toothbrush","๐ฆท whole toothpaste","๐ 1 whole earbuds","๐ช whole razor blades (mach3)","๐ฆ whole shaving cream","๐งป 1 whole loo rolls","๐ฆจ whole deo"] Household: ["๐ whole Washing gel","๐งป whole Kitchen towel","๐งฝ 2 whole Sponge","๐ bottle(s) Softener","๐ฝ๏ธ packet(s) Dishwasher tablets", "๐ง 1 bag(s) Dishwasher salt","๐ฐ bottle(s) Dishwasher rinsing aid"] --- parent:: [[@@Life Organisation|Life Orga]] ---   ```button name Save type command action Save current file id Save ``` ^button-ShoppingListSave   # Shopping list   ```ad-abstract title: Summary collapse: open Shopping list management. ```   ```toc style: number ```   ---   ### Groceries   ```dataviewjs dv.view("00.01 Admin/dv-views/print_shoppingitems", { items: dv.current().Groceries}) ```   ---   ### Health   ```dataviewjs dv.view("00.01 Admin/dv-views/print_shoppingitems", { items: dv.current().Health}) ```   ---   ### Household   ```dataviewjs dv.view("00.01 Admin/dv-views/print_shoppingitems", { items: dv.current().Household}) ```   ### Buttons   #### Reset   ```dataviewjs const {shoppingFunc} = customJS shoppingFunc.resetList({ app: app, dv: dv, that:this, theme: "to0", listOfIt: "Groceries" }) ```   ```dataviewjs const {shoppingFunc} = customJS shoppingFunc.resetList({ app: app, dv: dv, that:this, theme: "to0", listOfIt: "Health" }) ```   ```dataviewjs const {shoppingFunc} = customJS shoppingFunc.resetList({ app: app, dv: dv, that:this, theme: "to0", listOfIt: "Household" }) ```