Commit graph

34 commits

Author SHA1 Message Date
Brian McGonagill
76d3591d51 fix an issue with marking list items as received 2025-09-12 15:41:55 -05:00
Brian McGonagill
680f7c614d Fixing clean Up and added option to show which products arent used in a list 2025-08-09 07:21:46 -05:00
Brian McGonagill
706c5dc3ef Updates for async and await - still 2025-07-22 13:50:49 -05:00
Brian McGonagill
cca29bc591 Updating framework to meteor 3 and later 2025-06-21 07:28:59 -05:00
c70f9bd74e Multiple updates and additions
- Added a permission to show or hide update version information on that dashboard as a card that will only show when new update info is available and not yet dismissed.
- Updated Lists so list items added will have their fist letter auto-capitalized
- Updated Lists so list items are searched against the products before being added to the list, so we have store info more commonly in lists
- Updated Products so new products will have their first letter capitalized automatically
- Updated the dashboard to show the Update Available card if this is enbaled in permissions.
    - The dashboard card only shows for System Admin roles.
    - The dashboard card is enabled by default
    - The dashboard card is pulled from the GitLab releases RSS feed.
    - The RSS Feed is only checked every 30 minutes using node-cron
- Updated System Configuration to have a toggle for the update available card
- Added a bell icon to the top and slide out navigation, shown when a new update is available, if update available is enabled in system configuration.
2024-08-21 07:01:36 -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
3f6618d906 Updaated Products to have multiple associated stores.
- Products will be updated on first start of server to make sure the store attribute is set as an Array of values.
- You can edit Products to add more associated stores
- Products will list all associated stores on the product table view
- Cut down method calls to single event trigger for adding / editing products info
2024-08-13 10:48:27 -05:00
a7a9c48e01 Updated to filter Products when no store is assigned. 2024-08-09 12:03:49 -05:00
98bcbcd256 Aded Task cleanup by number of weeks or months 2024-08-01 11:56:04 -05:00
e60c32894c Added List and Menu clean up. 2024-07-30 16:32:06 -05:00
3ad8fab67b Updated Lists to pull last viewed list from db 2024-07-30 10:30:10 -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
84dd13d92d Updated to set system reg policy on first run. 2024-07-27 13:47:46 -05:00
1d7ecc3efa Updated Login and User Management with new materialize and controls 2024-07-25 09:56:37 -05:00
e44ef98be4 Updating the materialize library and calls. 2024-07-22 11:56:35 -05:00
dbd945391d Cleaning up type ahead 2024-07-07 18:59:40 -05:00
cba5026ee4 Added typeahead through materialize 2024-07-06 18:19:38 -05:00
2b1022f513 Removed Categories and Locations 2024-07-06 11:13:35 -05:00
Brian McGonagill
07a8496542 update to meteor version 2.12 2023-06-09 09:51:11 -05:00
Brian McGonagill
56b27d6b05 Adding functionality for Tasks. 2022-09-05 15:30:20 -05:00
Brian McGonagill
947abfb76f Added Task Mgmt, and framework for Recipes. 2022-09-05 09:39:54 -05:00
Brian McGonagill
3b9a54daf1 update to make menu items pull for first 9 days of month. 2022-09-01 09:54:23 -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
Brian McGonagill
29ddc544e5 Added a delete confirmation modal to all views. 2022-08-26 11:18:18 -05:00
Brian McGonagill
fe8f56654b remove the filter for just things i create 2022-08-23 16:18:24 -05:00
Brian McGonagill
6e37ae8c74 Many chcanges, but version 0.1.0 is ready to be cut. 2022-08-23 13:41:21 -05:00
Brian McGonagill
42643a37f5 Adding more methods and views, updated dashboards a bit. Still not ready 2022-08-16 16:46:14 -05:00
Brian McGonagill
266dbd0856 Lots of changes and additions to the project. Still early, and not usable. 2022-08-15 18:07:39 -05:00
Brian McGonagill
8636f8cf9b My big initial commit to this repo and project. 2022-08-05 16:55:56 -05:00
Brian McGonagill
750811a81f initial commit 2022-08-04 19:50:18 -05:00