Simple Shopping List

Main Page
  • Columns
    • Cart - item is in cart and added to total.
    • Store - name of store (list can be filtered by store name).
    • Item - name of shopping item.
    • Qty - quantity.
    • Tax - check if item is taxable (tax rate must be set).
    • Price - price of one item.
  • Menu Items
    • Add - add new shopping list item.
    • Sort - sort items based on selected sort order.
    • Delete - delete items based on delete action.
    • Settings - go to settings page.
Settings Page
  • Settings
    • Tax Rate - entered in decimal format (1% = 0.01).
    • Sort Fields - select order in which items are sorted.
      • CART - sort by whether item is in cart.
      • STORE - alphabetical by store name.
      • ITEM - alphabetical by item name.
    • Store Filter - only display items from specified store.
    • Delete Action - select which items to delete.
      • All Items - all entries are deleted
      • Blank Items - entries with a blank Item field are deleted.
      • Items in Cart - entries with the Cart field checked are deleted.
      • In all cases only displayed items are deleted. If a store filter is set, only items from that store are affected.
  • Buttons
    • Cancel - return to main page without updating settings.
    • Save - save settings and return to main page.
To report issues with the app, contact support@brownsteed.com