You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2.0 KiB
2.0 KiB
CollapseMetaTable | Groceries | Health | Household | |||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
true |
|
|
|
parent:: @@Life Organisation
name Save
type command
action Save current file
id Save
^button-ShoppingListSave
Shopping list
title: Summary
collapse: open
Shopping list management.
style: number
Groceries
dv.view("00.01 Admin/dv-views/print_shoppingitems", { items: dv.current().Groceries})
Health
dv.view("00.01 Admin/dv-views/print_shoppingitems", { items: dv.current().Health})
Household
dv.view("00.01 Admin/dv-views/print_shoppingitems", { items: dv.current().Household})
Buttons
Reset
const {shoppingFunc} = customJS
shoppingFunc.resetList({ app: app, dv: dv, that:this, theme: "to0", listOfIt: "Groceries" })
const {shoppingFunc} = customJS
shoppingFunc.resetList({ app: app, dv: dv, that:this, theme: "to0", listOfIt: "Health" })
const {shoppingFunc} = customJS
shoppingFunc.resetList({ app: app, dv: dv, that:this, theme: "to0", listOfIt: "Household" })