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

11477 Commits

Author SHA1 Message Date
8fe8dd0067 Fix: New translations django.po from Crowdin 2021-10-05 10:43:44 +11:00
1ef31d0f2a Fix: New translations django.po from Crowdin 2021-10-05 10:43:43 +11:00
da2e278f15 Fix: New translations django.po from Crowdin 2021-10-05 10:43:42 +11:00
bf6bd514f2 Fix: New translations django.po from Crowdin 2021-10-05 10:43:41 +11:00
0055f1331b Fix: New translations django.po from Crowdin 2021-10-05 10:43:39 +11:00
e209eb5beb Fix: New translations django.po from Crowdin 2021-10-05 10:43:38 +11:00
29afe328d1 Fix: New translations django.po from Crowdin 2021-10-05 10:43:37 +11:00
c9ce2949db Fix: New translations django.po from Crowdin 2021-10-05 10:43:35 +11:00
6a6b7f57ce Fix: New translations django.po from Crowdin 2021-10-05 10:43:34 +11:00
09d0dd20fe Merge pull request #2097 from eeintech/companies_admin
Fix plural name for Companies in Admin interface
2021-10-05 10:40:04 +11:00
563deb5ffa Add ability to specify "source location" for stock allocations
- Defaults to build.take_from
- User-selectable at run-time
- Selected value affects select2 query
2021-10-05 10:38:18 +11:00
81757d5bbd fix iso format 2021-10-05 01:16:25 +02:00
98c93c59bb date depends on current git commit 2021-10-05 00:57:26 +02:00
9f558d0f69 fix mixin test 2021-10-05 00:56:33 +02:00
bc0ee2a235 fix test path 2021-10-05 00:55:16 +02:00
d4eac2b477 PEP fix 2021-10-05 00:43:19 +02:00
486893cda5 type rec for title 2021-10-05 00:42:42 +02:00
af66da4199 Merge branch 'plugin-2037' of https://github.com/matmair/InvenTree into plugin-2037 2021-10-05 00:41:03 +02:00
18630c0e0f more tests for integrationbase 2021-10-05 00:40:20 +02:00
a42bf4983d App Mixin tests 2021-10-05 00:27:08 +02:00
76668b0d54 Remove unused code (views / forms) 2021-10-05 09:21:33 +11:00
f6cf84f912 Form now works for "tracked" build outputs 2021-10-05 08:48:50 +11:00
9d1c146a40 Merge branch 'inventree:master' into plugin-2037 2021-10-04 23:26:59 +02:00
56221a33bf Merge branch 'inventree:master' into fr-1421-sso 2021-10-04 23:26:07 +02:00
ae0efe73d1 Further improvements to build allocation form
- Auto-allocation button ignores outputs which are complete
- StockItem API allows filtering by BomItem
- Quantity inputs are now auto-filled
- Display progress bar in the modal form
2021-10-05 08:25:10 +11:00
0c04bfaa85 Move "rebuild_thumbnails" to being a management command
- Does not run every time the server reboots
- Has to be called manually
- Normally does not need to be run and is a long-running process!
2021-10-05 08:05:26 +11:00
2d5854e1e5 fix nav error 2021-10-04 23:00:07 +02:00
c7a077fb33 more human datetimes 2021-10-04 22:59:07 +02:00
4dbf87da56 refactor 2021-10-04 22:47:26 +02:00
a735a3e15c Added migration file 2021-10-04 16:41:41 -04:00
950ae247a5 cleaner signature status 2021-10-04 22:39:45 +02:00
a79dba5ed3 plugin information section remodel 2021-10-04 22:37:09 +02:00
7ad9cf3b3d human name in navbar 2021-10-04 22:22:37 +02:00
f406ad7537 only show version if present 2021-10-04 22:21:15 +02:00
40789db66c better readable badges 2021-10-04 22:20:50 +02:00
e7237d13ae added version identifier 2021-10-04 22:10:31 +02:00
6e31a8111b Fix plural name for Companies in Admin interface 2021-10-04 15:57:07 -04:00
ef858f7701 publishing date for integration plugins 2021-10-04 20:00:27 +02:00
575be5b36a author information for integration plugin 2021-10-04 19:54:20 +02:00
cec29310dc struc 2021-10-04 19:50:56 +02:00
90d36069c8 add navigation icon 2021-10-04 19:40:55 +02:00
87fff78944 navigtion-mixin icon setting 2021-10-04 19:30:54 +02:00
a5c7676be6 set nav-tab name 2021-10-04 19:25:42 +02:00
117baa72eb nav mixin: set nav-tab name 2021-10-04 19:24:41 +02:00
17df4ca91e Refactor allocation form
- The data is already loaded in the main table!
- Why would we want to throw that data away?
2021-10-05 01:05:42 +11:00
28509dbd68 Remove old unit test 2021-10-05 00:48:03 +11:00
dd4db6442e PEP fixes 2021-10-05 00:45:49 +11:00
40f1ccf9f8 Remove BuildAutoAllocate form 2021-10-05 00:40:10 +11:00
416ba51e22 Add auto-fill option to select2 inputs on API forms
- WIll fill input if a single result is returned
2021-10-05 00:39:22 +11:00
8a90b9df6d Improve clean() function for BuildItem model
- BuildItemDelete now handled by API forms
- BuildItemEdit now handled by API forms
2021-10-05 00:14:31 +11:00