Commit graph

47 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
aaddbf0b44 Fixed Menu Clean up. 2025-08-02 17:05:09 -05:00
Brian McGonagill
9223f21e06 Updates to make Menu and lists work together again. 2025-07-30 07:11:50 -05:00
Brian McGonagill
d25ef56591 Commenting out console logging. 2025-07-23 19:44:24 -05:00
Brian McGonagill
706c5dc3ef Updates for async and await - still 2025-07-22 13:50:49 -05:00
Brian McGonagill
febb36d75f Fixing add task calls for async await 2025-07-22 08:34:24 -05:00
ca7bcb1a8f working on tasks for meteor 3 update 2025-06-24 13:16:42 -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
Brian McGonagill
c9c96d214d Added ability to restore a completed lilst from List Management. #27 2025-05-26 16:22:58 -05:00
b992c9d67e Adding new files. 2024-08-21 07:11:11 -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
f02ea7d549 Putting a capital letter on the front of any product added. 2024-08-18 10:12:43 -05:00
a139335a4c update menu items method 2024-08-18 08:51:31 -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
e10e234250 updating mScript file 2024-08-15 18:56:20 -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
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
9abb198e82 dev work on menu to prod link 2024-07-28 19:42:23 -05:00
40af926104 added user config for dark mode and navigation 2024-07-25 10:25:56 -05:00
3d060e2eef Updated Tasks and the delete confirmation modal for new materialize version. 2024-07-22 16:47:50 -05:00
e44ef98be4 Updating the materialize library and calls. 2024-07-22 11:56:35 -05:00
2b1022f513 Removed Categories and Locations 2024-07-06 11:13:35 -05:00
Brian McGonagill
bc8df48389 Added ability for ystem admin to disable registration. 2023-06-11 12:30:08 -05:00
Brian McGonagill
45b78101c8 Adding edit and delete users from system. 2023-06-09 13:38:10 -05:00
Brian McGonagill
cf715c9dbf Updating tasks to show incomplete, overdue items 2022-09-16 16:19:53 -05:00
Brian McGonagill
aa8ea1ecb1 Updated Tasks for multi-select 2022-09-14 19:16:06 -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
947abfb76f Added Task Mgmt, and framework for Recipes. 2022-09-05 09:39:54 -05:00
Brian McGonagill
2ce2499347 Updating dashboard view, and fixing an issue with menu completion. 2022-08-30 16:17:53 -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
25ce44d9cf Adding Menu Support with methods. 2022-08-26 11:55:42 -05:00
Brian McGonagill
29ddc544e5 Added a delete confirmation modal to all views. 2022-08-26 11:18:18 -05:00
Brian McGonagill
0690e70ebe fixed an issue of filtering who can delete products, and added one set of permissions to view manage. 2022-08-25 20:15:03 -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