Commit graph

83 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
047befcae9 Adjusted layout and removed logging 2025-08-09 07:24:54 -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
c6c5951d16 tiny update to add console logging. 2025-08-02 19:22:37 -05:00
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
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
055d574dcc Fix helper return for registration 2025-06-21 13:04:47 -05:00
Brian McGonagill
cca29bc591 Updating framework to meteor 3 and later 2025-06-21 07:28:59 -05:00
Brian McGonagill
717994508a Small change to address a simple filter 2025-05-27 13:33:38 -05:00
Brian McGonagill
c9c96d214d Added ability to restore a completed lilst from List Management. #27 2025-05-26 16:22:58 -05:00
0f9c4f4d5e fix My Settings nav from slide out panel. 2024-09-08 09:22:41 -05:00
c733727829 Updated lists to group by store
Lists have been updated to group by store.

This feature adds a new tab to the List view. Users can now view their items on the general (un-ordered) list, or can see their items gouped by store(s) the product has been assigned.

If a product is on the list, and does not have an assigned store, it will not show on the new store grouped tab.

Updated the dashboard card for update available information to place the update release notes in a prettier format.
2024-08-24 10:50:20 -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
c41857ab3e Made items list in alphabetical order 2024-08-18 09:59:58 -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
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
605d138b0b Updated MyTasks to work like Tasks (multi-select) 2024-08-01 19:01:51 -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
2f3f82477a Making it so that Menu and Lists load from db when refreshed. 2024-07-30 11:37:55 -05:00
3ad8fab67b Updated Lists to pull last viewed list from db 2024-07-30 10:30:10 -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
01ae220674 Updated to set font color in header bar in dark mode. 2024-07-27 13:56:23 -05:00
de1ca5bace Added filtering to the Store column in Product management 2024-07-26 11:58:03 -05:00
40af926104 added user config for dark mode and navigation 2024-07-25 10:25:56 -05:00
1d7ecc3efa Updated Login and User Management with new materialize and controls 2024-07-25 09:56:37 -05:00
81559683eb Updated Menus and Menu Items to use newer materialize 2024-07-23 14:59:43 -05:00
ea3ed117ff Updated Store Management with newer materialize libraries 2024-07-23 14:03:26 -05:00
27b3c82faf Updated product management to use newer materialize libraries 2024-07-23 12:01:33 -05:00
df3eb4ff08 Updated user management and modal for password change. 2024-07-23 08:35:04 -05:00
17b42b7d68 Updated myTasks with newer materialize. 2024-07-23 08:11:40 -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
a118bf38fc removing console log lines 2024-07-14 09:15:00 -05:00