Commit Graph

11868 Commits

Author SHA1 Message Date
Matthias Mair
b2676e3629
Merge branch 'inventree:master' into matmair/issue2501 2022-03-01 20:19:23 +01:00
Matthias Mair
0957feafa1
fix test 2022-03-01 20:12:38 +01:00
Oliver
0d2bfa6839
Merge pull request #2698 from SchrodingersGat/delete-serialized-stock
Allows deletion of serialized stock
2022-03-02 00:32:59 +11:00
Oliver
35451be4f2
Merge pull request #2697 from SchrodingersGat/allocation-bug
Bug fix for BuildOrder.bom_items
2022-03-02 00:32:35 +11:00
Oliver
5dc543618e Allow duplication of subtitute parts when copying a BOM 2022-03-02 00:31:50 +11:00
Oliver
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
Oliver
f6b3760bb5 Make UI elements more consistent
Ref: https://github.com/inventree/InvenTree/issues/2692
2022-03-02 00:05:02 +11:00
Oliver
aeb9dfe371 Allows deletion of serialized stock 2022-03-01 23:58:30 +11:00
Oliver
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
Oliver
190822a680 JS linting 2022-03-01 23:40:38 +11:00
Oliver
457bcdc0ae Fix some small template / JS errors on the "part" page 2022-03-01 23:38:02 +11:00
Oliver
9a62fe6993 style fixes 2022-03-01 23:31:18 +11:00
Oliver
e44159baea Adds (per user) setting to show or hide scheduling tab 2022-03-01 23:26:08 +11:00
Oliver
f33f1a339d Add more information to scheduling chart
Also improves chart styling
2022-03-01 23:20:08 +11:00
Oliver
776dffe779 Scheduling information is now calculated on the server, and provided via a new API endpoint
- Much simpler than sequencing multiple API calls
2022-03-01 22:54:49 +11:00
Matthias Mair
56e0b5f98d
Add as superuser 2022-03-01 12:31:56 +01:00
Matthias Mair
a500e8cf54
Fix typo 2022-03-01 12:28:31 +01:00
Matthias Mair
484a53ff8e
Update apps.py
Update env names
2022-03-01 12:26:16 +01:00
Matthias Mair
2f4cae4c9d
Update config_template.yaml
Change name for config name
2022-03-01 12:25:04 +01:00
Matthias Mair
5cc214dfbc
Update settings.py
Add comment to explain usage
2022-03-01 12:23:17 +01:00
Oliver
dfd6684699 Add incoming stock for build orders 2022-03-01 17:31:26 +11:00
Oliver
8f7164d5cd Add information for outgoing stock (sales orders) 2022-03-01 17:24:09 +11:00
Oliver
37ac8f6517 Display scheduled incoming stock for purchase orders 2022-03-01 17:13:47 +11:00
Oliver
a278e52443 Merge branch 'master' into scheduling 2022-03-01 16:50:57 +11:00
Oliver
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
Oliver
1393e38eec Adds date rendering to new target_date fields 2022-03-01 08:23:52 +11:00
Oliver
abbd087a66
Merge pull request #2688 from SchrodingersGat/custom-admin-url
Custom admin url
2022-03-01 08:21:31 +11:00
Oliver
5d37ce9175 Merge remote-tracking branch 'inventree/master' into date-format 2022-03-01 08:18:24 +11:00
Oliver
c4d462b0b4
Merge pull request #2684 from SchrodingersGat/po-target-date
Order target date improvements
2022-03-01 08:17:54 +11:00
Matthias
12c4296261
add special env testing flag 2022-02-28 21:08:27 +01:00
Matthias
737d397705
PEP fix 2022-02-28 20:44:13 +01:00
Matthias
4e898d5eac
fix test transactions 2022-02-28 20:42:20 +01:00
Matthias
3b1bfddd8b
also expect IntegrationsPluginError 2022-02-28 20:33:36 +01:00
Matthias
d6a42d64d8
make docs clearer 2022-02-28 20:33:10 +01:00
Matthias
23531e0a5d
remove dead code 2022-02-28 20:29:45 +01:00
Matthias
ad81439140
add testss for user creation 2022-02-28 20:29:04 +01:00
Matthias
7d9edaea8b
add docstrings 2022-02-28 19:43:00 +01:00
Matthias
63977d47ce
only test once 2022-02-28 19:41:23 +01:00
Matthias
9552482471
fix initial checks 2022-02-28 19:38:14 +01:00
Matthias
ac2d54a150
catch uniqueness 2022-02-28 19:29:54 +01:00
Matthias
28012a3cea
only add once 2022-02-28 19:19:10 +01:00
Matthias
a426742567
[FR] Non-interactive, environment variable based set-up in Docker deployments
Fixes #2501
2022-02-28 19:08:52 +01:00
Matthias
ed5c23fcea
Add template defaults 2022-02-28 18:50:16 +01:00
Oliver
f3e7af3cc3
Merge pull request #2686 from SchrodingersGat/po-receive-serials
Po receive serials
2022-03-01 00:58:44 +11:00
Oliver
d25e3dba20
Merge pull request #2687 from SchrodingersGat/create-and-continue
Create and continue
2022-03-01 00:58:27 +11:00
Oliver
9d3f6ea418 PEP fix 2022-03-01 00:58:20 +11:00
Oliver
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
Oliver
63d052e1ca Fixes for unit tests
- Prioritize "integer" values when extracting serial numbers
2022-03-01 00:37:27 +11:00
Oliver
42a75863fe Adds a "persist" option for modal forms 2022-03-01 00:25:14 +11:00
Oliver
7170e16ae7 Adds ability to display "success" messages inside a persistant modal dialog 2022-03-01 00:05:30 +11:00