2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-05-07 02:03:50 +00:00
Commit Graph

22 Commits

Author SHA1 Message Date
Matthias 7de3eb46c5 fix migrations 2022-02-13 04:15:58 +01:00
Matthias ee99052d04 Merge branch 'master' of https://github.com/inventree/InvenTree into matmair/issue2279 2022-01-12 02:13:50 +01:00
Matthias 2dbb21f8e7 make creation date none changeable on save 2021-11-29 23:46:41 +01:00
Matthias dd44eb389f add a notification message model
part of #2282
2021-11-27 16:02:23 +01:00
Matthias 260c51f6fc Pulls out the webhook dev for partial merge
Fixes #2036
2021-11-19 22:35:28 +01:00
Oliver e7b93a54d8 Add new model "NotificationEntry"
- Keep track of past notifications
2021-11-04 00:55:43 +11:00
matmair c0d6ef80fc unique model settings 2021-07-22 23:39:19 +02:00
matmair ce3f7b698d InvenTreeUserSettings added 2021-07-20 01:35:58 +02:00
matmair 5aaced6e66 migration for file-based currency setting 2021-07-01 18:20:39 +02:00
Oliver Walters 4dff18e4a6 Remove common_currency model entirely
- A lot of views / pages / etc needed to be updated too
- Now uses django-money fields entirely
- Create a manual rate exchange backend (needs more work!)
2020-11-11 00:21:06 +11:00
Oliver Walters 06040f94ee Remove "description" field from InvenTreeSettings key:value fields 2020-10-20 00:02:54 +11:00
eeintech 28585644ea Added automatic listing of custom CSS sheets (no more hardcoded), added error message when current selection is not valid and select default theme 2020-09-09 14:55:32 -05:00
eeintech 8198fad6d5 Updated common.colortheme migration 2020-09-08 16:36:58 -05:00
eeintech 10dd8fad80 Renamed Theme to ColorTheme, ColorTheme is now a per-user selection 2020-09-07 16:27:23 -05:00
eeintech 2e5ec5d249 Theme change works but applies to all user 2020-09-07 15:15:51 -05:00
eeintech 0548bee8ad Added Color Theme view in settings 2020-09-07 11:29:24 -05:00
Oliver Walters 356b6cf15b Load default settings on InvenTree launch 2020-02-03 20:51:53 +11:00
Oliver Walters 098cd0ec44 Add description field 2019-09-15 23:07:45 +10:00
Oliver Walters 3e33326120 Add the InvenTreeSetting model
- Storage of singleton settings in key:value pairs
2019-09-15 22:46:24 +10:00
Oliver Walters 32d09d2d37 Add default value for currency 2019-09-03 09:10:36 +10:00
Oliver Walters 7824b8561d Create a currency model 2019-09-03 09:07:03 +10:00
Oliver Walters aeb25e4c34 startapp common 2019-09-03 08:30:14 +10:00