Commit graph

23 commits

Author SHA1 Message Date
Brian McGonagill
839390f820 attempting to make product load better in drop down 2025-08-02 15:45:34 -05:00
Brian McGonagill
9223f21e06 Updates to make Menu and lists work together again. 2025-07-30 07:11:50 -05:00
Brian McGonagill
b5d490c052 Just updated menu items to be added correctly in new version 2025-07-29 16:58:25 -05:00
Brian McGonagill
d25ef56591 Commenting out console logging. 2025-07-23 19:44:24 -05:00
f12c6bb7c8 fixed adding menu items to the menu. 2025-06-21 13:24:24 -05:00
Brian McGonagill
cca29bc591 Updating framework to meteor 3 and later 2025-06-21 07:28:59 -05:00
9fdb7e4b7d Set List of products in alphabetical order 2024-08-18 09:57:56 -05:00
d2f4ecf7ff updated to send isLinked value 2024-08-18 09:28:04 -05:00
206cb65fa7 Update the items calls 2024-08-18 08:40:09 -05:00
457004df3f Fix bug with updating linked menu items and products. 2024-08-16 12:33:27 -05:00
6a771a6f11 Fix 2 bugs, fix update functions for new changes. 2024-08-15 18:47:26 -05:00
88fa7c1d22 Updated menus to work better with list item linking
Lots of changes made (almost a refactor <--- four letter word to me...
- Menu Items collection is now the "permanent" storage location for menu item for any day.  So, if i set Green Chile Chicken Enchiladas, Beans, and Rice as an item for a day, it will be stored as a Menu Item for later use.
- Linking menu items to items that can be added to a shopping list - This has been updated to be more reusable. So as you re-choose a menu item that's already got list items linked, it just shows up for you to use to build a shopping list as needed.
- Deleting menu items from a menu - changed to delete them only from the menu, and not from the database.
- Dashboard updated to pull today's menu item from the menu, and not the menu item list.
2024-08-14 11:38:13 -05:00
2f3f82477a Making it so that Menu and Lists load from db when refreshed. 2024-07-30 11:37:55 -05:00
be07ec72bd Updated modal styling and fixed a weird bug 2024-07-30 08:37:42 -05:00
00a99e0393 Add list items from linked menu items 2024-07-29 16:58:08 -05:00
d8c08578f3 Added autocomplete to Menu Item entryies 2024-07-29 07:46:30 -05:00
9abb198e82 dev work on menu to prod link 2024-07-28 19:42:23 -05:00
81559683eb Updated Menus and Menu Items to use newer materialize 2024-07-23 14:59:43 -05:00
Brian McGonagill
301c66eeba Fixing the menu items to sort by date. 2022-09-07 11:30:38 -05:00
Brian McGonagill
56b27d6b05 Adding functionality for Tasks. 2022-09-05 15:30:20 -05:00
Brian McGonagill
81f29952e2 Fixed modal close issue on non filled field. Added mark complte. 2022-08-29 16:50:30 -05:00
Brian McGonagill
075dd57996 Finished adding the simplest form of Menus. 2022-08-27 16:59:01 -05:00
Brian McGonagill
3290b3086a Added Menu List and the Menu Table view. 2022-08-26 17:10:05 -05:00