Commit graph

100 commits

Author SHA1 Message Date
c8c3aead80 Merge branch 'dev' into 'main'
Updated Readme to include initial YouTube video

See merge request bmcgonag/get_my!17
2024-09-04 15:46:23 +00:00
dba1a6978e Updated Readme to include initial YouTube video 2024-09-04 10:45:51 -05:00
de8f5bc096 Merge branch 'dev' into 'main'
Updated lists to group by store

See merge request bmcgonag/get_my!16
2024-08-24 16:11:02 +00: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
b245fde84c Merge branch 'dev' into 'main'
Adding new files.

See merge request bmcgonag/get_my!15
2024-08-21 13:45:25 +00:00
b992c9d67e Adding new files. 2024-08-21 07:11:11 -05:00
0b0678fc7e Merge branch 'dev' into 'main'
Multiple updates and additions

See merge request bmcgonag/get_my!14
2024-08-21 12:07:00 +00: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
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
a9da312a0e Merge branch 'dev' into 'main'
updated to send isLinked value

See merge request bmcgonag/get_my!13
2024-08-18 14:28:30 +00:00
d2f4ecf7ff updated to send isLinked value 2024-08-18 09:28:04 -05:00
36a4792579 Merge branch 'dev' into 'main'
update menu items method

See merge request bmcgonag/get_my!12
2024-08-18 13:51:55 +00:00
a139335a4c update menu items method 2024-08-18 08:51:31 -05:00
2c31422141 Merge branch 'dev' into 'main'
Update the items calls

See merge request bmcgonag/get_my!11
2024-08-18 13:41:37 +00:00
206cb65fa7 Update the items calls 2024-08-18 08:40:09 -05:00
e3da56e687 Merge branch 'dev' into 'main'
Fix bug with updating linked menu items and products.

See merge request bmcgonag/get_my!10
2024-08-16 17:33:58 +00:00
457004df3f Fix bug with updating linked menu items and products. 2024-08-16 12:33:27 -05:00
36152455d5 Merge branch 'dev' into 'main'
updating mScript file

See merge request bmcgonag/get_my!9
2024-08-15 23:57:52 +00:00
e10e234250 updating mScript file 2024-08-15 18:56:20 -05:00
4e157f47d8 Merge branch 'dev' into 'main'
Fix 2 bugs, fix update functions for new changes.

See merge request bmcgonag/get_my!8
2024-08-15 23:48:33 +00:00
6a771a6f11 Fix 2 bugs, fix update functions for new changes. 2024-08-15 18:47:26 -05:00
8300aee48e Merge branch 'dev' into 'main'
Update Readme

See merge request bmcgonag/get_my!7
2024-08-14 21:28:48 +00:00
153e70c70c update Readme 2024-08-14 16:27:37 -05:00
7dc091e6b9 Updates to README 2024-08-14 16:07:55 -05:00
685fdebc8e Merge branch 'dev' into 'main'
Updated menus to work better with list item linking

See merge request bmcgonag/get_my!6
2024-08-14 16:39:35 +00: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
31e7bdbe0a Merge branch 'dev' into 'main'
Updaated Products to have multiple associated stores.

See merge request bmcgonag/get_my!5
2024-08-13 15:51:43 +00: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
d0398ddc32 Merge branch 'dev' into 'main'
Updated My Tasks to have multiple entry like Tasks view.  Added Clean Up for Tasks.

See merge request bmcgonag/get_my!3
2024-08-02 00:09:23 +00: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
6051bf7990 Merge branch 'dev' into 'main'
Dev

See merge request bmcgonag/get_my!2
2024-07-31 14:31:41 +00: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
bc04c509a5 Merge branch 'dev' into 'main'
Merge to add Menu Item to List Item linking

See merge request bmcgonag/get_my!1
2024-07-29 22:39:50 +00:00
00a99e0393 Add list items from linked menu items 2024-07-29 16:58:08 -05:00
91150f03b2 Updated readme 2024-07-29 10:41:51 -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
84dd13d92d Updated to set system reg policy on first run. 2024-07-27 13:47:46 -05:00
de1ca5bace Added filtering to the Store column in Product management 2024-07-26 11:58:03 -05:00
c4123ce6da Updated note about possible breaking changes 2024-07-26 09:35:45 -05:00
0dff270e82 Added new Dockerfile for docker builds 2024-07-26 09:33:25 -05:00
0fe3bae5dd Updated Readme 2024-07-25 10:36:06 -05:00