2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 11:35:41 +00:00
Commit Graph

11760 Commits

Author SHA1 Message Date
c893b81314 remove the wrong setting 2022-03-02 23:34:44 +01:00
7d58db4336 full set again 2022-03-02 22:52:14 +01:00
d03af8f5b0 nothing test 2022-03-02 22:50:36 +01:00
2c6731df0c add ENVs back in 2022-03-02 22:49:05 +01:00
48583f470c remove testing code 2022-03-02 19:54:40 +01:00
d018654c9c fix settings override? 2022-03-02 00:17:00 +01:00
b2676e3629 Merge branch 'inventree:master' into matmair/issue2501 2022-03-01 20:19:23 +01:00
0957feafa1 fix test 2022-03-01 20:12:38 +01:00
0d2bfa6839 Merge pull request #2698 from SchrodingersGat/delete-serialized-stock
Allows deletion of serialized stock
2022-03-02 00:32:59 +11:00
35451be4f2 Merge pull request #2697 from SchrodingersGat/allocation-bug
Bug fix for BuildOrder.bom_items
2022-03-02 00:32:35 +11:00
f585ee6db7 Merge pull request #2696 from SchrodingersGat/bom-table-fix
Fix some small template / JS errors on the "part" page
2022-03-02 00:08:18 +11:00
f6b3760bb5 Make UI elements more consistent
Ref: https://github.com/inventree/InvenTree/issues/2692
2022-03-02 00:05:02 +11:00
aeb9dfe371 Allows deletion of serialized stock 2022-03-01 23:58:30 +11:00
28a7ad7f0e Bug fix for BuildOrder.bom_items
- Now uses the query generator provided by the Part model
- No more code duplication
- More importantly, no more code duplication which is WRONG!
2022-03-01 23:53:33 +11:00
457bcdc0ae Fix some small template / JS errors on the "part" page 2022-03-01 23:38:02 +11:00
56e0b5f98d Add as superuser 2022-03-01 12:31:56 +01:00
a500e8cf54 Fix typo 2022-03-01 12:28:31 +01:00
484a53ff8e Update apps.py
Update env names
2022-03-01 12:26:16 +01:00
2f4cae4c9d Update config_template.yaml
Change name for config name
2022-03-01 12:25:04 +01:00
5cc214dfbc Update settings.py
Add comment to explain usage
2022-03-01 12:23:17 +01:00
a30e478412 Merge pull request #2685 from SchrodingersGat/date-format
Adds a user-configurable setting to configure how dates are displayed
2022-03-01 08:45:30 +11:00
1393e38eec Adds date rendering to new target_date fields 2022-03-01 08:23:52 +11:00
abbd087a66 Merge pull request #2688 from SchrodingersGat/custom-admin-url
Custom admin url
2022-03-01 08:21:31 +11:00
5d37ce9175 Merge remote-tracking branch 'inventree/master' into date-format 2022-03-01 08:18:24 +11:00
c4d462b0b4 Merge pull request #2684 from SchrodingersGat/po-target-date
Order target date improvements
2022-03-01 08:17:54 +11:00
12c4296261 add special env testing flag 2022-02-28 21:08:27 +01:00
737d397705 PEP fix 2022-02-28 20:44:13 +01:00
4e898d5eac fix test transactions 2022-02-28 20:42:20 +01:00
3b1bfddd8b also expect IntegrationsPluginError 2022-02-28 20:33:36 +01:00
d6a42d64d8 make docs clearer 2022-02-28 20:33:10 +01:00
23531e0a5d remove dead code 2022-02-28 20:29:45 +01:00
ad81439140 add testss for user creation 2022-02-28 20:29:04 +01:00
7d9edaea8b add docstrings 2022-02-28 19:43:00 +01:00
63977d47ce only test once 2022-02-28 19:41:23 +01:00
9552482471 fix initial checks 2022-02-28 19:38:14 +01:00
ac2d54a150 catch uniqueness 2022-02-28 19:29:54 +01:00
28012a3cea only add once 2022-02-28 19:19:10 +01:00
a426742567 [FR] Non-interactive, environment variable based set-up in Docker deployments
Fixes #2501
2022-02-28 19:08:52 +01:00
ed5c23fcea Add template defaults 2022-02-28 18:50:16 +01:00
f3e7af3cc3 Merge pull request #2686 from SchrodingersGat/po-receive-serials
Po receive serials
2022-03-01 00:58:44 +11:00
d25e3dba20 Merge pull request #2687 from SchrodingersGat/create-and-continue
Create and continue
2022-03-01 00:58:27 +11:00
9d3f6ea418 PEP fix 2022-03-01 00:58:20 +11:00
b2e0241b12 Adds option to "obfuscate" the admin URL
- By default, uses '/admin/'
- Can be set in config yaml file
- Can be set by environment variable
2022-03-01 00:57:53 +11:00
63d052e1ca Fixes for unit tests
- Prioritize "integer" values when extracting serial numbers
2022-03-01 00:37:27 +11:00
42a75863fe Adds a "persist" option for modal forms 2022-03-01 00:25:14 +11:00
7170e16ae7 Adds ability to display "success" messages inside a persistant modal dialog 2022-03-01 00:05:30 +11:00
9f5618a51f Adds option to reload a form after success, rather than dismissing it 2022-02-28 23:57:28 +11:00
0eba6f2476 Prevent operations on null dates 2022-02-28 23:39:11 +11:00
7ad9f8852e PEP fix 2022-02-28 23:31:48 +11:00
615a954e09 Refactor UI for adding batch code and serial numbers 2022-02-28 23:31:23 +11:00