Oliver
b90838db9c
Fix: New translations django.po from Crowdin
2021-10-05 10:43:56 +11:00
Oliver
4f7f9ae7bc
Fix: New translations django.po from Crowdin
2021-10-05 10:43:55 +11:00
Oliver
08ef8642a0
Fix: New translations django.po from Crowdin
2021-10-05 10:43:53 +11:00
Oliver
1a2ad29b67
Fix: New translations django.po from Crowdin
2021-10-05 10:43:52 +11:00
Oliver
6682d60eb6
Fix: New translations django.po from Crowdin
2021-10-05 10:43:51 +11:00
Oliver
0a258f9cd0
Fix: New translations django.po from Crowdin
2021-10-05 10:43:49 +11:00
Oliver
7b027f96f6
Fix: New translations django.po from Crowdin
2021-10-05 10:43:48 +11:00
Oliver
58fb20949d
Fix: New translations django.po from Crowdin
2021-10-05 10:43:47 +11:00
Oliver
4c72e29e61
Fix: New translations django.po from Crowdin
2021-10-05 10:43:46 +11:00
Oliver
8fe8dd0067
Fix: New translations django.po from Crowdin
2021-10-05 10:43:44 +11:00
Oliver
1ef31d0f2a
Fix: New translations django.po from Crowdin
2021-10-05 10:43:43 +11:00
Oliver
da2e278f15
Fix: New translations django.po from Crowdin
2021-10-05 10:43:42 +11:00
Oliver
bf6bd514f2
Fix: New translations django.po from Crowdin
2021-10-05 10:43:41 +11:00
Oliver
0055f1331b
Fix: New translations django.po from Crowdin
2021-10-05 10:43:39 +11:00
Oliver
e209eb5beb
Fix: New translations django.po from Crowdin
2021-10-05 10:43:38 +11:00
Oliver
29afe328d1
Fix: New translations django.po from Crowdin
2021-10-05 10:43:37 +11:00
Oliver
c9ce2949db
Fix: New translations django.po from Crowdin
2021-10-05 10:43:35 +11:00
Oliver
6a6b7f57ce
Fix: New translations django.po from Crowdin
2021-10-05 10:43:34 +11:00
Oliver
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
Oliver
76668b0d54
Remove unused code (views / forms)
2021-10-05 09:21:33 +11:00
Oliver
f6cf84f912
Form now works for "tracked" build outputs
2021-10-05 08:48:50 +11:00
Matthias Mair
56221a33bf
Merge branch 'inventree:master' into fr-1421-sso
2021-10-04 23:26:07 +02:00
Oliver
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
Oliver
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
eeintech
a735a3e15c
Added migration file
2021-10-04 16:41:41 -04:00
eeintech
6e31a8111b
Fix plural name for Companies in Admin interface
2021-10-04 15:57:07 -04:00
Oliver
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
Oliver
28509dbd68
Remove old unit test
2021-10-05 00:48:03 +11:00
Oliver
dd4db6442e
PEP fixes
2021-10-05 00:45:49 +11:00
Oliver
40f1ccf9f8
Remove BuildAutoAllocate form
2021-10-05 00:40:10 +11:00
Oliver
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
Oliver
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
Oliver
8f298f71ef
Add detail API endpoint for BuildItem model
2021-10-04 23:57:02 +11:00
Oliver
5ded23fd99
Fixes for serializer validation
...
- Note: use the validate() function!
- Ref: https://www.django-rest-framework.org/api-guide/serializers/
- override serializer.save() functionality for simpler operation
2021-10-04 23:44:23 +11:00
Oliver
074466f087
Updates for stock allocation form
...
- Data submission
- Nested error handling
- Button callbacks to remove rows
2021-10-04 23:20:03 +11:00
Oliver
a9d5b776d3
Adds error handling of nested form fields in the API form processing layer
...
- Muy complejo
- But the results speak for themselves!
-This will need to be rolled out into the coming refactor...
2021-10-04 22:41:59 +11:00
Oliver
75a35773c6
More unit tests
2021-10-04 20:44:15 +11:00
Oliver
957867f504
Implement unit tests for new build allocation API feature
2021-10-04 18:53:10 +11:00
Oliver
99c1819c69
Implement API endpoint and serializer for allocation of stock items
2021-10-04 18:26:30 +11:00
Oliver
22d6d49b97
Create a select2 stockitem input and a quantity input for each allocation row
2021-10-04 17:42:47 +11:00
Oliver
cd657daf50
Fixes for stockitem rendering in API forms
...
- Also improved rendering for other models
2021-10-04 17:41:09 +11:00
Oliver
49dc88abbc
Add configurable options for the stockitem renderer
2021-10-04 17:31:38 +11:00
Oliver
eba0d15fe4
Rough layout of javascript function
...
- allocateStockToBuild
- provide build ID and part ID
- optionally provide output ID
- optionally provide list of part ID to filter against
2021-10-04 16:11:15 +11:00
Oliver
dfdbb4f7d1
Update version.py
...
Bumped version number for dev branch
2021-10-04 09:35:21 +11:00
Oliver
fdfc65ad4d
Fix: New translations django.po from Crowdin
2021-10-03 01:38:15 +10:00
Oliver
f7a2f5927d
Fix: New translations django.po from Crowdin
2021-10-03 01:38:13 +10:00
Oliver
378f87ee08
Fix: New translations django.po from Crowdin
2021-10-03 01:38:12 +10:00
Oliver
a48a013685
Fix: New translations django.po from Crowdin
2021-10-03 01:38:11 +10:00
Oliver
af421a7d35
Fix: New translations django.po from Crowdin
2021-10-03 01:38:10 +10:00
Oliver
f0ce58cfb9
Fix: New translations django.po from Crowdin
2021-10-03 01:38:08 +10:00
Oliver
fb1ae01262
Fix: New translations django.po from Crowdin
2021-10-03 01:38:05 +10:00
Oliver
d6ac20bb8a
Fix: New translations django.po from Crowdin
2021-10-03 01:38:04 +10:00
Oliver
f0adb19dd7
Fix: New translations django.po from Crowdin
2021-10-03 01:38:03 +10:00
Oliver
c5c2b07a75
Fix: New translations django.po from Crowdin
2021-10-03 01:38:00 +10:00
Oliver
c4f33f478f
Fix: New translations django.po from Crowdin
2021-10-03 01:37:59 +10:00
Oliver
9b95dd7961
Fix: New translations django.po from Crowdin
2021-10-03 01:37:58 +10:00
Oliver
610b1b62a4
Fix: New translations django.po from Crowdin
2021-10-03 01:37:56 +10:00
Oliver
2ad87a044c
Fix: New translations django.po from Crowdin
2021-10-03 01:37:55 +10:00
Oliver
0b70ba756d
Fix: New translations django.po from Crowdin
2021-10-03 01:37:54 +10:00
Oliver
b288072ac7
Fix: New translations django.po from Crowdin
2021-10-03 01:37:52 +10:00
Oliver
ae016b0fe6
Fix: New translations django.po from Crowdin
2021-10-03 01:37:51 +10:00
Oliver
6fc9e7868d
Fix: New translations django.po from Crowdin
2021-10-03 01:37:49 +10:00
Oliver
8c78d3b8ea
Add unit test
2021-10-03 01:03:40 +10:00
Oliver
6d448d8475
Handle internal django errors when receiving purchase order items via the API
...
(cherry picked from commit 9355c68024
)
2021-10-03 00:24:09 +10:00
Oliver
a4f33ad839
Fix: New translations django.po from Crowdin
2021-10-01 08:51:29 +10:00
Oliver
6c8c45f1df
Fix: New translations django.po from Crowdin
2021-10-01 08:51:28 +10:00
Oliver
fdcd836d11
Fix: New translations django.po from Crowdin
2021-10-01 08:51:27 +10:00
Oliver
7ab7cb1d6b
Fix: New translations django.po from Crowdin
2021-10-01 08:51:25 +10:00
Oliver
ff6b4afb6d
Fix: New translations django.po from Crowdin
2021-10-01 08:51:24 +10:00
Oliver
9185b18fd1
Fix: New translations django.po from Crowdin
2021-10-01 08:51:23 +10:00
Oliver
7db4f23c31
Fix: New translations django.po from Crowdin
2021-10-01 08:51:21 +10:00
Oliver
0970df1178
Fix: New translations django.po from Crowdin
2021-10-01 08:51:20 +10:00
Oliver
e91237e2f3
Fix: New translations django.po from Crowdin
2021-10-01 08:51:19 +10:00
Oliver
9887ca7dd5
Fix: New translations django.po from Crowdin
2021-10-01 08:51:18 +10:00
Oliver
511624d827
Fix: New translations django.po from Crowdin
2021-10-01 08:51:16 +10:00
Oliver
23a51c08b5
Fix: New translations django.po from Crowdin
2021-10-01 08:51:15 +10:00
Oliver
0d5c9d1179
Fix: New translations django.po from Crowdin
2021-10-01 08:51:14 +10:00
Oliver
eb9a1657ca
Fix: New translations django.po from Crowdin
2021-10-01 08:51:12 +10:00
Oliver
5634ecf45a
Fix: New translations django.po from Crowdin
2021-10-01 08:51:11 +10:00
Oliver
60368ae3cd
Fix: New translations django.po from Crowdin
2021-10-01 08:51:10 +10:00
Oliver
e21b7f3663
Fix: New translations django.po from Crowdin
2021-10-01 08:51:09 +10:00
Oliver
c45a19cc1d
Fix: New translations django.po from Crowdin
2021-10-01 08:51:07 +10:00
Oliver
16dcd8adf6
Merge pull request #2084 from eeintech/show_part_delete
...
Show part delete button when part still active
2021-10-01 08:46:25 +10:00
Oliver
e09c587f11
Fix: New translations django.po from Crowdin
2021-10-01 02:53:49 +10:00
Oliver
3cbdf1e700
Fix: New translations django.po from Crowdin
2021-10-01 01:50:46 +10:00
eeintech
480ff5e6cb
Hide submit button in modal when part is still active
2021-09-30 09:58:23 -04:00
Oliver
94965ba5f9
Fix: New translations django.po from Crowdin
2021-09-30 22:23:53 +10:00
Oliver
29e2e920db
Fix: New translations django.po from Crowdin
2021-09-30 22:23:51 +10:00
Oliver
3320d8b39e
Fix: New translations django.po from Crowdin
2021-09-30 22:23:50 +10:00
Oliver
0e8bbc4a70
Fix: New translations django.po from Crowdin
2021-09-30 22:23:48 +10:00
Oliver
e92fc31699
Fix: New translations django.po from Crowdin
2021-09-30 22:23:47 +10:00
Oliver
6629bc2cff
Fix: New translations django.po from Crowdin
2021-09-30 22:23:46 +10:00
Oliver
01d2f47787
Fix: New translations django.po from Crowdin
2021-09-30 22:23:44 +10:00
Oliver
4ca50cf457
Fix: New translations django.po from Crowdin
2021-09-30 22:23:43 +10:00
Oliver
e6c69abdfa
Fix: New translations django.po from Crowdin
2021-09-30 22:23:41 +10:00
Oliver
82654e0413
Fix: New translations django.po from Crowdin
2021-09-30 22:23:39 +10:00
Oliver
f4b2da089d
Fix: New translations django.po from Crowdin
2021-09-30 22:23:36 +10:00
Oliver
984e228af1
Fix: New translations django.po from Crowdin
2021-09-30 22:23:35 +10:00
Oliver
ea946285c4
Fix: New translations django.po from Crowdin
2021-09-30 22:23:33 +10:00
Oliver
deb17fd658
Fix: New translations django.po from Crowdin
2021-09-30 22:23:32 +10:00
Oliver
b0ace453c9
Fix: New translations django.po from Crowdin
2021-09-30 22:23:31 +10:00
Oliver
63a932f5cd
Fix: New translations django.po from Crowdin
2021-09-30 22:23:29 +10:00
Oliver
b8352ffb95
Fix: New translations django.po from Crowdin
2021-09-30 22:23:28 +10:00
Oliver
81ebce1ebd
Fix: New translations django.po from Crowdin
2021-09-30 22:23:27 +10:00
Oliver
7e81f419d7
Refactor search results for stock items and locations
2021-09-30 20:23:41 +10:00
Oliver
ab9d247531
server-side pagination for manufacturer part table
2021-09-30 20:17:10 +10:00
Oliver
e36039b03f
Server-side pagination for part category search results
2021-09-30 20:15:54 +10:00
Oliver
b9c8e46e1c
Fixes for supplierpart table
...
- Paginate on server side
2021-09-30 20:12:27 +10:00
Oliver
15d96a3288
Fix for URL in supplier parts table
2021-09-30 19:50:16 +10:00
Oliver
4ced13466a
Use "original_search" rather than "search"
2021-09-30 17:57:19 +10:00
Oliver
6cf144c61f
Retain "original" search parameter in query
2021-09-30 17:53:14 +10:00
eeintech
1e9ae927d4
Show part delete button when part still active
2021-09-29 11:48:27 -04:00
Oliver
b1730914c3
Display "full_name" rather than "name" in quick search bar
2021-09-29 22:12:20 +10:00
Matthias Mair
acbea53a3d
Merge branch 'inventree:master' into fr-1421-sso
2021-09-29 00:41:25 +02:00
Oliver
dc3105161e
Fix: New translations django.po from Crowdin
2021-09-28 11:13:13 +10:00
Oliver
ea72022116
Fix: New translations django.po from Crowdin
2021-09-28 11:13:12 +10:00
Oliver
7be5676b9a
Fix: New translations django.po from Crowdin
2021-09-28 11:13:10 +10:00
Oliver
0224d6458b
Fix: New translations django.po from Crowdin
2021-09-28 11:13:09 +10:00
Oliver
7cefac14ee
Fix: New translations django.po from Crowdin
2021-09-28 11:13:07 +10:00
Oliver
1c7d9183d3
Fix: New translations django.po from Crowdin
2021-09-28 11:13:06 +10:00
Oliver
67dae1d40f
Fix: New translations django.po from Crowdin
2021-09-28 11:13:04 +10:00
Oliver
8df8a43aa7
Fix: New translations django.po from Crowdin
2021-09-28 11:13:03 +10:00
Oliver
9273f4f5ea
Fix: New translations django.po from Crowdin
2021-09-28 11:13:01 +10:00
Oliver
1fc1864905
Fix: New translations django.po from Crowdin
2021-09-28 11:13:00 +10:00
Oliver
bfd400d5ac
Fix: New translations django.po from Crowdin
2021-09-28 11:12:59 +10:00
Oliver
730e1ca6f2
Fix: New translations django.po from Crowdin
2021-09-28 11:12:57 +10:00
Oliver
6937262a4f
Fix: New translations django.po from Crowdin
2021-09-28 11:12:56 +10:00
Oliver
bd8ccdbffb
Fix: New translations django.po from Crowdin
2021-09-28 11:12:55 +10:00
Oliver
34d4b79b4a
Fix: New translations django.po from Crowdin
2021-09-28 11:12:53 +10:00
Oliver
e3b2f74775
Fix: New translations django.po from Crowdin
2021-09-28 11:12:52 +10:00
Oliver
776f3a48c2
Fix: New translations django.po from Crowdin
2021-09-28 11:12:50 +10:00
Oliver
fd4098b5cf
Fix: New translations django.po from Crowdin
2021-09-28 11:12:49 +10:00
Oliver
62e62af5fc
PEP style fixes
2021-09-28 10:41:30 +10:00
Oliver
d9704f4123
Add unit test for deleting stock items via the API
2021-09-28 10:41:03 +10:00
Oliver
2d9ca7c1b6
Do not rebuild the entire StockItem tree every time a single StockItem is deleted!
2021-09-28 10:36:01 +10:00
Oliver
16e00962f5
Override the "delete" behaviour for StockItem API
...
- Mark for deletion instead of calling database delete
- Returns (almost) instantly instead of hanging
- Much better UI experience when performing bulk delete operations
2021-09-28 10:14:25 +10:00
Oliver
26e3dbd9d0
Remove debug message
2021-09-27 11:46:14 +10:00
Oliver
ef01bdff07
Fix links in part table
2021-09-27 11:42:47 +10:00
Oliver
beaa93f9b5
Fix ?display= URLs for part stock view
2021-09-27 11:41:24 +10:00
Oliver
91148ec2ee
Fix: New translations django.po from Crowdin
2021-09-26 19:40:24 +10:00
Oliver
c420d486d9
Fix: New translations django.po from Crowdin
2021-09-26 18:43:53 +10:00
Oliver
b9f67e26ba
Fix: New translations django.po from Crowdin
2021-09-24 12:39:24 +10:00
Oliver
3411675af4
Fix: New translations django.po from Crowdin
2021-09-24 12:39:23 +10:00
Oliver
004b55ba85
Fix: New translations django.po from Crowdin
2021-09-24 12:39:22 +10:00
Oliver
9253a139fa
Fix: New translations django.po from Crowdin
2021-09-24 12:39:20 +10:00
Oliver
7c2fc0e231
Fix: New translations django.po from Crowdin
2021-09-24 12:39:19 +10:00
Oliver
83e407ccf2
Fix: New translations django.po from Crowdin
2021-09-24 12:39:18 +10:00
Oliver
525ef2a4b7
Fix: New translations django.po from Crowdin
2021-09-24 12:39:17 +10:00
Oliver
16b13e879e
Fix: New translations django.po from Crowdin
2021-09-24 12:39:15 +10:00
Oliver
1f54dd2633
Fix: New translations django.po from Crowdin
2021-09-24 12:39:14 +10:00
Oliver
37b05b2958
Fix: New translations django.po from Crowdin
2021-09-24 12:39:12 +10:00
Oliver
5f278d9ab1
Fix: New translations django.po from Crowdin
2021-09-24 12:39:11 +10:00
Oliver
7c22ce5d24
Fix: New translations django.po from Crowdin
2021-09-24 12:39:10 +10:00
Oliver
c724c26dcf
Fix: New translations django.po from Crowdin
2021-09-24 12:39:08 +10:00
Oliver
8ee660f53d
Fix: New translations django.po from Crowdin
2021-09-24 12:39:06 +10:00
Oliver
f2b0fc3e6e
Fix: New translations django.po from Crowdin
2021-09-24 12:39:04 +10:00
Oliver
5824108efd
Fix: New translations django.po from Crowdin
2021-09-24 12:39:03 +10:00
Oliver
e3b618f672
Fix: New translations django.po from Crowdin
2021-09-24 12:39:02 +10:00
Oliver
c63bb2b5e4
Fix: New translations django.po from Crowdin
2021-09-24 12:39:00 +10:00
Oliver
f53aac0784
Remove "default_supplier" field when duplicating a part
2021-09-24 12:04:36 +10:00
Oliver
d2b9993e96
Fix form filters for "default_supplier"
2021-09-24 12:04:25 +10:00
Matthias Mair
44c5003839
Merge branch 'inventree:master' into fr-1421-sso
2021-09-24 00:32:38 +02:00
Oliver
2edc2487c3
Fix: New translations django.po from Crowdin
2021-09-23 02:45:16 +10:00
Oliver
6c7fba90a7
Fix: New translations django.po from Crowdin
2021-09-23 01:50:10 +10:00
Oliver
31aa3d0a6e
Fix: New translations django.po from Crowdin
2021-09-22 10:34:44 +10:00
Oliver
f68c8edae2
Fix: New translations django.po from Crowdin
2021-09-22 10:34:42 +10:00
Oliver
79d0e91f67
Fix: New translations django.po from Crowdin
2021-09-22 10:34:40 +10:00
Oliver
cbfa1cb228
Fix: New translations django.po from Crowdin
2021-09-22 10:34:38 +10:00
Oliver
723f8d83b3
Fix: New translations django.po from Crowdin
2021-09-22 10:34:37 +10:00
Oliver
173f36f2cc
Fix: New translations django.po from Crowdin
2021-09-22 10:34:36 +10:00
Oliver
0286df9ae1
Fix: New translations django.po from Crowdin
2021-09-22 10:34:34 +10:00
Oliver
afb6e01206
Fix: New translations django.po from Crowdin
2021-09-22 10:34:32 +10:00
Oliver
4adcb97ef3
Fix: New translations django.po from Crowdin
2021-09-22 10:34:31 +10:00
Oliver
1f49ddf6a7
Fix: New translations django.po from Crowdin
2021-09-22 10:34:29 +10:00
Oliver
815d6151b6
Fix: New translations django.po from Crowdin
2021-09-22 10:34:26 +10:00
Oliver
4503e76dbb
Fix: New translations django.po from Crowdin
2021-09-22 10:34:24 +10:00
Oliver
2243b2eb0d
Fix: New translations django.po from Crowdin
2021-09-22 10:34:23 +10:00
Oliver
546abc5e8d
Fix: New translations django.po from Crowdin
2021-09-22 10:34:21 +10:00
Oliver
ba5cc0f5cd
Fix: New translations django.po from Crowdin
2021-09-22 10:34:20 +10:00
Oliver
39960eb8b2
Fix: New translations django.po from Crowdin
2021-09-22 10:34:19 +10:00
Oliver
5d45550216
Fix: New translations django.po from Crowdin
2021-09-22 10:34:16 +10:00
Oliver
8354005bf4
Fix: New translations django.po from Crowdin
2021-09-22 10:34:14 +10:00
Oliver
2e1277839e
Merge pull request #2067 from SchrodingersGat/warning-improvements
...
Improve 'health status' warnings
2021-09-22 09:34:23 +10:00
Oliver
e7f5ea27b5
Fix: New translations django.po from Crowdin
2021-09-22 01:44:14 +10:00
Oliver
f75e4aa364
Fix: New translations django.po from Crowdin
2021-09-22 00:31:53 +10:00
rocheparadox
c1a827819c
css for part to occupy full height - fix for bug Inventree#1848
2021-09-20 17:00:45 +05:30
Oliver
5443beef65
Improve 'health status' warnings
...
- Don't show error message if only non-critical warnings present
2021-09-20 17:15:31 +10:00
Oliver
330526aa0f
Fix: New translations django.po from Crowdin
2021-09-18 20:59:50 +10:00
Oliver
cf36978e4c
Fix: New translations django.po from Crowdin
2021-09-18 18:51:43 +10:00
Oliver
9e4cb8e53e
Fix: New translations django.po from Crowdin
2021-09-18 11:53:55 +10:00
Oliver
e7963f8a85
test fixes
2021-09-17 21:06:07 +10:00
Oliver
11cc0c7ced
Adds a test for non-standard characters via API
2021-09-17 20:53:18 +10:00
Oliver
494c4fe34b
Fix: New translations django.po from Crowdin
2021-09-15 20:57:29 +10:00
Oliver
1600dfb77e
Fix: New translations django.po from Crowdin
2021-09-15 19:58:30 +10:00
Oliver
b216a2f159
Fix: New translations django.po from Crowdin
2021-09-14 19:14:20 +10:00
Oliver
3def4013b8
Fix: New translations django.po from Crowdin
2021-09-14 18:07:20 +10:00
Oliver
7c013895a3
Fix: New translations django.po from Crowdin
2021-09-14 18:07:18 +10:00
Oliver
14c130ab57
Fix: New translations django.po from Crowdin
2021-09-14 17:06:54 +10:00
Oliver
b6740c35cf
Fix: New translations django.po from Crowdin
2021-09-14 15:58:43 +10:00
Oliver
4f2358a0a0
Fix: New translations django.po from Crowdin
2021-09-14 14:50:09 +10:00
Oliver
0c4ef2981a
Fix: New translations django.po from Crowdin
2021-09-14 13:42:51 +10:00
Oliver
6b7354c989
Fix: New translations django.po from Crowdin
2021-09-14 12:43:42 +10:00
Oliver
3c785ea662
Fix: New translations django.po from Crowdin
2021-09-14 11:43:53 +10:00
Oliver
9f1b6fbc61
Fix: New translations django.po from Crowdin
2021-09-14 11:43:51 +10:00
Oliver
3dddbd7deb
Fix: New translations django.po from Crowdin
2021-09-14 11:43:50 +10:00
Oliver
5a21edcb6a
Fix: New translations django.po from Crowdin
2021-09-14 11:43:49 +10:00
Oliver
c973e1f060
Fix: New translations django.po from Crowdin
2021-09-14 11:43:48 +10:00
Oliver
df69bf438a
Fix: New translations django.po from Crowdin
2021-09-14 11:43:46 +10:00
Oliver
e55557a476
Fix: New translations django.po from Crowdin
2021-09-14 11:43:45 +10:00
Oliver
8467c2840b
Fix: New translations django.po from Crowdin
2021-09-14 11:43:44 +10:00
Oliver
ff6de0a7ff
Fix: New translations django.po from Crowdin
2021-09-14 11:43:43 +10:00
Oliver
6362156c1e
Fix: New translations django.po from Crowdin
2021-09-14 11:43:42 +10:00
Oliver
ef4ea18e34
Fix: New translations django.po from Crowdin
2021-09-14 11:43:40 +10:00
Oliver
212860d961
Fix: New translations django.po from Crowdin
2021-09-14 11:43:39 +10:00
Oliver
96f8887fc7
Fix: New translations django.po from Crowdin
2021-09-14 11:43:38 +10:00
Oliver
db42fca54e
Fix: New translations django.po from Crowdin
2021-09-14 11:43:37 +10:00
Oliver
b783b4fbb2
Fix: New translations django.po from Crowdin
2021-09-14 11:43:36 +10:00
Oliver
aa76a36ad0
Fix: New translations django.po from Crowdin
2021-09-14 11:43:34 +10:00
Oliver
9a6047481b
Fix: New translations django.po from Crowdin
2021-09-14 11:43:33 +10:00
Oliver
59dac2f5ad
Fix: New translations django.po from Crowdin
2021-09-14 11:43:31 +10:00
Oliver
5bd5c61b9d
Fix callback for test template table
2021-09-14 10:43:40 +10:00
Oliver
f720d3c788
Fix: New translations django.po from Crowdin
2021-09-14 10:38:03 +10:00
Oliver
a8d6b6fbae
Fix: New translations django.po from Crowdin
2021-09-14 10:38:00 +10:00
Oliver
61c09b329f
Fix: New translations django.po from Crowdin
2021-09-14 10:37:58 +10:00
Oliver
031996f71c
Fix: New translations django.po from Crowdin
2021-09-14 10:37:57 +10:00
Oliver
974d94ac35
Fix: New translations django.po from Crowdin
2021-09-14 10:37:56 +10:00
Oliver
84ef969189
Fix: New translations django.po from Crowdin
2021-09-14 10:37:54 +10:00
Oliver
ff92b94eae
Fix: New translations django.po from Crowdin
2021-09-14 10:37:53 +10:00
Oliver
7180a0afc8
Fix: New translations django.po from Crowdin
2021-09-14 10:37:52 +10:00
Oliver
f49f81695a
Fix: New translations django.po from Crowdin
2021-09-14 10:37:50 +10:00
Oliver
b1e6301ab5
Fix: New translations django.po from Crowdin
2021-09-14 10:37:49 +10:00
Oliver
b4f5e4b840
Fix: New translations django.po from Crowdin
2021-09-14 10:37:48 +10:00
Oliver
72427022e8
Fix: New translations django.po from Crowdin
2021-09-14 10:37:46 +10:00
Oliver
f6c721cce6
Fix: New translations django.po from Crowdin
2021-09-14 10:37:45 +10:00
Oliver
0e978982a8
Fix: New translations django.po from Crowdin
2021-09-14 10:37:43 +10:00
Oliver
a7450694fc
Fix: New translations django.po from Crowdin
2021-09-14 10:37:42 +10:00
Oliver
d636731893
Fix: New translations django.po from Crowdin
2021-09-14 10:37:41 +10:00
Oliver
6a557a73de
Fix: New translations django.po from Crowdin
2021-09-14 10:37:39 +10:00
Oliver
a57ec8e0c5
Fix: New translations django.po from Crowdin
2021-09-14 10:37:38 +10:00
Matthias
847fb62ab5
js style
2021-09-13 23:25:13 +02:00
Matthias
c890a4a6d0
only add button per name once
2021-09-13 23:18:44 +02:00
Oliver
10204c7e6b
Fix: New translations django.po from Crowdin
2021-09-13 20:18:48 +10:00
Oliver
753a259eb8
Fix: New translations django.po from Crowdin
2021-09-13 18:56:22 +10:00
Oliver
618e6e18f4
Fix: New translations django.po from Crowdin
2021-09-13 17:41:50 +10:00
Oliver
df2aa24a77
Fix: New translations django.po from Crowdin
2021-09-13 16:40:56 +10:00
Oliver
7a7684b018
Merge branch 'l10'
...
# Conflicts:
# InvenTree/locale/de/LC_MESSAGES/django.po
# InvenTree/locale/el/LC_MESSAGES/django.po
# InvenTree/locale/en/LC_MESSAGES/django.po
# InvenTree/locale/es/LC_MESSAGES/django.po
# InvenTree/locale/fr/LC_MESSAGES/django.po
# InvenTree/locale/he/LC_MESSAGES/django.po
# InvenTree/locale/id/LC_MESSAGES/django.po
# InvenTree/locale/it/LC_MESSAGES/django.po
# InvenTree/locale/ja/LC_MESSAGES/django.po
# InvenTree/locale/ko/LC_MESSAGES/django.po
# InvenTree/locale/nl/LC_MESSAGES/django.po
# InvenTree/locale/no/LC_MESSAGES/django.po
# InvenTree/locale/pl/LC_MESSAGES/django.po
# InvenTree/locale/ru/LC_MESSAGES/django.po
# InvenTree/locale/sv/LC_MESSAGES/django.po
# InvenTree/locale/th/LC_MESSAGES/django.po
# InvenTree/locale/tr/LC_MESSAGES/django.po
# InvenTree/locale/vi/LC_MESSAGES/django.po
# InvenTree/locale/zh/LC_MESSAGES/django.po
2021-09-13 10:15:08 +10:00
Oliver
6f932551d4
Merge remote-tracking branch 'inventree/l10_crowdin' into l10
...
# Conflicts:
# InvenTree/locale/de/LC_MESSAGES/django.po
# InvenTree/locale/el/LC_MESSAGES/django.po
# InvenTree/locale/es/LC_MESSAGES/django.po
# InvenTree/locale/fr/LC_MESSAGES/django.po
# InvenTree/locale/he/LC_MESSAGES/django.po
# InvenTree/locale/id/LC_MESSAGES/django.po
# InvenTree/locale/it/LC_MESSAGES/django.po
# InvenTree/locale/ja/LC_MESSAGES/django.po
# InvenTree/locale/ko/LC_MESSAGES/django.po
# InvenTree/locale/nl/LC_MESSAGES/django.po
# InvenTree/locale/no/LC_MESSAGES/django.po
# InvenTree/locale/pl/LC_MESSAGES/django.po
# InvenTree/locale/ru/LC_MESSAGES/django.po
# InvenTree/locale/sv/LC_MESSAGES/django.po
# InvenTree/locale/th/LC_MESSAGES/django.po
# InvenTree/locale/tr/LC_MESSAGES/django.po
# InvenTree/locale/vi/LC_MESSAGES/django.po
# InvenTree/locale/zh/LC_MESSAGES/django.po
2021-09-13 10:01:45 +10:00
Oliver
0bd37e61ea
Fix: New translations django.po from Crowdin
2021-09-12 23:44:36 +10:00
Oliver
1501820760
Fix: New translations django.po from Crowdin
2021-09-12 23:44:35 +10:00
Oliver
0d3f738c79
Fix: New translations django.po from Crowdin
2021-09-12 23:44:33 +10:00
Oliver
ad662531d2
Fix: New translations django.po from Crowdin
2021-09-12 23:44:32 +10:00
Oliver
422fa63b10
Fix: New translations django.po from Crowdin
2021-09-12 23:44:31 +10:00
Oliver
9d2f52c203
Fix: New translations django.po from Crowdin
2021-09-12 23:44:30 +10:00
Oliver
4fbc9fa70e
Fix: New translations django.po from Crowdin
2021-09-12 23:44:28 +10:00
Oliver
ea05883589
Fix: New translations django.po from Crowdin
2021-09-12 23:44:27 +10:00
Oliver
dd9a5d218d
Fix: New translations django.po from Crowdin
2021-09-12 23:44:26 +10:00
Oliver
93c3a805bf
Fix: New translations django.po from Crowdin
2021-09-12 23:44:25 +10:00
Oliver
a5e02f37d9
Fix: New translations django.po from Crowdin
2021-09-12 23:44:23 +10:00
Oliver
506af63d65
Fix: New translations django.po from Crowdin
2021-09-12 23:44:22 +10:00
Oliver
820631e2d1
Fix: New translations django.po from Crowdin
2021-09-12 23:44:21 +10:00
Oliver
c4e6b8d7d8
Fix: New translations django.po from Crowdin
2021-09-12 23:44:19 +10:00
Oliver
d4be8407fb
Fix: New translations django.po from Crowdin
2021-09-12 23:44:18 +10:00
Oliver
97e984a4c0
Fix: New translations django.po from Crowdin
2021-09-12 23:44:17 +10:00
Oliver
9615ea2e1b
Fix: New translations django.po from Crowdin
2021-09-12 23:44:15 +10:00
Oliver
e2dbdbf1a2
Fix: New translations django.po from Crowdin
2021-09-12 23:44:14 +10:00
github-actions[bot]
cfce9c6b73
updated translation base
2021-09-12 13:15:43 +00:00
Oliver Walters
06c03039da
Add version related tags
...
- Docs URL points to correct documentation version
- Display if we are in "development" version
2021-09-12 23:13:55 +10:00
github-actions[bot]
de9b53cc0f
updated translation base
2021-09-12 12:29:48 +00:00
Oliver Walters
7b21270baf
Bump version number
2021-09-12 22:08:51 +10:00
Oliver
0d24f3be8b
Fix: New translations django.po from Crowdin
2021-09-11 13:54:59 +10:00
Oliver
45dfeb4614
Fix: New translations django.po from Crowdin
2021-09-11 12:47:26 +10:00
Oliver
4aa829877e
Fix: New translations django.po from Crowdin
2021-09-11 11:45:01 +10:00
Oliver
79a0140d71
Merge remote-tracking branch 'inventree/l10_crowdin' into l10
...
# Conflicts:
# InvenTree/locale/de/LC_MESSAGES/django.po
# InvenTree/locale/el/LC_MESSAGES/django.po
# InvenTree/locale/es/LC_MESSAGES/django.po
# InvenTree/locale/fr/LC_MESSAGES/django.po
# InvenTree/locale/he/LC_MESSAGES/django.po
# InvenTree/locale/id/LC_MESSAGES/django.po
# InvenTree/locale/it/LC_MESSAGES/django.po
# InvenTree/locale/ja/LC_MESSAGES/django.po
# InvenTree/locale/ko/LC_MESSAGES/django.po
# InvenTree/locale/nl/LC_MESSAGES/django.po
# InvenTree/locale/no/LC_MESSAGES/django.po
# InvenTree/locale/pl/LC_MESSAGES/django.po
# InvenTree/locale/ru/LC_MESSAGES/django.po
# InvenTree/locale/sv/LC_MESSAGES/django.po
# InvenTree/locale/th/LC_MESSAGES/django.po
# InvenTree/locale/tr/LC_MESSAGES/django.po
# InvenTree/locale/vi/LC_MESSAGES/django.po
# InvenTree/locale/zh/LC_MESSAGES/django.po
2021-09-08 15:20:13 +10:00
github-actions[bot]
3f172c24ef
updated translation base
2021-09-08 04:34:30 +00:00
Oliver
ca7d779116
Fix: New translations django.po from Crowdin
2021-09-08 14:15:50 +10:00
Oliver
8e85203be3
Fix: New translations django.po from Crowdin
2021-09-08 14:15:49 +10:00
Oliver
6cee801659
Fix: New translations django.po from Crowdin
2021-09-08 14:15:47 +10:00
Oliver
def20d2923
Fix: New translations django.po from Crowdin
2021-09-08 14:15:45 +10:00
Oliver
821fe81411
Fix: New translations django.po from Crowdin
2021-09-08 14:15:44 +10:00
Oliver
aee8ca886f
Fix: New translations django.po from Crowdin
2021-09-08 14:15:42 +10:00
Oliver
ed0cb33510
Fix: New translations django.po from Crowdin
2021-09-08 14:15:41 +10:00
Oliver
fcc8e14a5b
Fix: New translations django.po from Crowdin
2021-09-08 14:15:40 +10:00
Oliver
e47c7322b8
Fix: New translations django.po from Crowdin
2021-09-08 14:15:39 +10:00
Oliver
4ca40ca83c
Fix: New translations django.po from Crowdin
2021-09-08 14:15:37 +10:00
Oliver
4a7e71b0a2
Fix: New translations django.po from Crowdin
2021-09-08 14:15:36 +10:00
Oliver
8121ab32c5
Fix: New translations django.po from Crowdin
2021-09-08 14:15:35 +10:00
Oliver
50f673d25d
Fix: New translations django.po from Crowdin
2021-09-08 14:15:34 +10:00
Oliver
79d3ef982a
Fix: New translations django.po from Crowdin
2021-09-08 14:15:32 +10:00
Oliver
2fd179bf58
Fix: New translations django.po from Crowdin
2021-09-08 14:15:31 +10:00
Oliver
6adcf60ff8
Fix: New translations django.po from Crowdin
2021-09-08 14:15:29 +10:00
Oliver
dfeffff118
Fix: New translations django.po from Crowdin
2021-09-08 14:15:28 +10:00
Oliver
6f3eb77ac9
Fix: New translations django.po from Crowdin
2021-09-08 14:15:27 +10:00
Oliver
b9b23a3853
bug fix
2021-09-08 14:14:14 +10:00
github-actions[bot]
52793856c2
updated translation base
2021-09-08 03:30:27 +00:00
Oliver
829dd0d637
Merge pull request #2043 from SchrodingersGat/received-stock-items
...
Fixes for purchase order stock table
2021-09-08 13:29:05 +10:00
Oliver
387680fbcd
More linting
2021-09-08 13:13:40 +10:00
Oliver
a32a30de52
javascript linting
2021-09-08 13:02:03 +10:00
Oliver
1a21576f28
Adds separate option for "prevent_new_stock" to stock_table
2021-09-08 12:57:42 +10:00
github-actions[bot]
d02f7f7441
updated translation base
2021-09-08 02:53:31 +00:00
Oliver
8368798280
Move po-line-item-table into javascript file
...
- for better linting
2021-09-08 12:51:49 +10:00
Oliver
6012855ec4
PEP fixes
2021-09-08 12:24:33 +10:00
Oliver
919b39515f
Improve instance lookup for metadata layer
...
- Existing call to get_object() could take > 20 seconds in some cases
- Not really sure why, some issue with the DRF library
- Was probably parsing the entire queryset rather than doing a PK lookup
- Instead, directly use the provided pk to get the model
2021-09-08 12:18:07 +10:00
Matthias
6ff4b78b23
maybe now this is fixd?
2021-09-08 00:55:37 +02:00
github-actions[bot]
19526f37b6
updated translation base
2021-09-07 22:49:35 +00:00
Matthias
ff98c87311
muting unneeded check
2021-09-08 00:16:51 +02:00
Matthias
30c98b828e
fix checks
2021-09-07 23:59:28 +02:00
Matthias
48a4715b58
PEP fix
2021-09-07 23:59:18 +02:00
Matthias
5b7941ab17
crispyfy confirmation
2021-09-07 23:55:32 +02:00
Matthias
f730702a7d
add aditional provider settings
2021-09-07 23:55:11 +02:00
Matthias
0eb9d3ad5b
cleanup
2021-09-07 23:08:04 +02:00
Matthias
0a8401da1d
some settings in config
2021-09-07 23:07:23 +02:00
Matthias
b281241607
remove unneeded override
2021-09-07 22:38:01 +02:00
Matthias
dbc58b299c
fix layout for password reset
2021-09-07 22:35:19 +02:00
Oliver
5c9824429d
Fix: New translations django.po from Crowdin
2021-09-08 00:10:59 +10:00
Oliver
ff71f4da13
Fix: New translations django.po from Crowdin
2021-09-08 00:10:57 +10:00
Oliver
2c43b0d9fe
Fix: New translations django.po from Crowdin
2021-09-08 00:10:56 +10:00
Oliver
204325d7ad
Fix: New translations django.po from Crowdin
2021-09-08 00:10:53 +10:00
Oliver
80fcb2a368
Fix: New translations django.po from Crowdin
2021-09-08 00:10:51 +10:00
Oliver
ea3aada1e1
Fix: New translations django.po from Crowdin
2021-09-08 00:10:50 +10:00
Oliver
d8028d9eae
Fix: New translations django.po from Crowdin
2021-09-08 00:10:48 +10:00
Oliver
19cd54f420
Fix: New translations django.po from Crowdin
2021-09-08 00:10:46 +10:00
Oliver
1d10c30f0a
Fix: New translations django.po from Crowdin
2021-09-08 00:10:45 +10:00
Oliver
8a8e8b6e31
Fix: New translations django.po from Crowdin
2021-09-08 00:10:43 +10:00
Oliver
145dab06bb
Fix: New translations django.po from Crowdin
2021-09-08 00:10:42 +10:00
Oliver
f4005bc2fc
Fix: New translations django.po from Crowdin
2021-09-08 00:10:39 +10:00
Oliver
5dd5404af7
Fix: New translations django.po from Crowdin
2021-09-08 00:10:37 +10:00
Oliver
53b8d7b348
Fix: New translations django.po from Crowdin
2021-09-08 00:10:36 +10:00
Oliver
0811fa1402
Fix: New translations django.po from Crowdin
2021-09-08 00:10:34 +10:00
Oliver
42cb19440e
Fix: New translations django.po from Crowdin
2021-09-08 00:10:32 +10:00
Oliver
73f058d771
Fix: New translations django.po from Crowdin
2021-09-08 00:10:30 +10:00
Oliver
984135e952
Fix: New translations django.po from Crowdin
2021-09-08 00:10:29 +10:00
github-actions[bot]
3f9fd04997
updated translation base
2021-09-07 13:58:29 +00:00
Oliver
a70f4c86eb
Merge pull request #2013 from SchrodingersGat/receive-via-api
...
Receive via api
2021-09-07 23:56:44 +10:00
Oliver Walters
f349dc01ea
JS lint
2021-09-07 23:41:13 +10:00
Oliver Walters
f38bf6e20a
Adds unit testing for barcode field
2021-09-07 23:34:14 +10:00
Oliver
88097235d8
Fix: New translations django.po from Crowdin
2021-09-07 23:15:16 +10:00
Oliver
3dc13273ad
Fix: New translations django.po from Crowdin
2021-09-07 23:15:15 +10:00
Oliver
de86d77ccd
Fix: New translations django.po from Crowdin
2021-09-07 23:15:13 +10:00
Oliver
61380df9b9
Fix: New translations django.po from Crowdin
2021-09-07 23:15:12 +10:00
Oliver
d88383803a
Fix: New translations django.po from Crowdin
2021-09-07 23:15:10 +10:00
Oliver
28671258e3
Fix: New translations django.po from Crowdin
2021-09-07 23:15:09 +10:00
Oliver
fa10171653
Fix: New translations django.po from Crowdin
2021-09-07 23:15:07 +10:00
Oliver
6452a4fb34
Fix: New translations django.po from Crowdin
2021-09-07 23:15:06 +10:00
Oliver
e78a562a93
Fix: New translations django.po from Crowdin
2021-09-07 23:15:04 +10:00
Oliver
2d00e465ca
Fix: New translations django.po from Crowdin
2021-09-07 23:15:01 +10:00
Oliver
9f041d6ece
Fix: New translations django.po from Crowdin
2021-09-07 23:14:59 +10:00
Oliver
aee7e95a14
Fix: New translations django.po from Crowdin
2021-09-07 23:14:58 +10:00
Oliver
40689bd5a8
Fix: New translations django.po from Crowdin
2021-09-07 23:14:56 +10:00
Oliver
1fc263e122
Fix: New translations django.po from Crowdin
2021-09-07 23:14:55 +10:00
Oliver
c2ca3e21b6
Fix: New translations django.po from Crowdin
2021-09-07 23:14:52 +10:00
Oliver
796d44e8c0
Fix: New translations django.po from Crowdin
2021-09-07 23:14:50 +10:00
Oliver
f8863ab638
Fix: New translations django.po from Crowdin
2021-09-07 23:14:47 +10:00
Oliver
531f3a23fe
Fix: New translations django.po from Crowdin
2021-09-07 23:14:45 +10:00
Oliver Walters
bf05c9cfae
Adds "barcode" field to POLineItem receive serializer
2021-09-07 23:06:36 +10:00
Oliver Walters
ccb191e5b1
Bump API version
2021-09-07 23:06:17 +10:00
github-actions[bot]
d03edf70b5
updated translation base
2021-09-07 12:53:29 +00:00
Oliver Walters
125554c53f
Merge remote-tracking branch 'upstream/master' into receive-via-api
...
# Conflicts:
# InvenTree/templates/js/dynamic/inventree.js
# InvenTree/templates/js/translated/forms.js
# InvenTree/templates/js/translated/tables.js
2021-09-07 22:34:00 +10:00
Oliver Walters
ecc7bd2d5b
Unit test fixes
2021-09-07 22:27:39 +10:00
Oliver
5ab4be7025
Unit test fixes
2021-09-07 17:36:53 +10:00
Oliver
918106c225
Adds a background task to remove StockItem objects which are scheduled for deletion
2021-09-07 16:45:58 +10:00
Oliver
7d3cd03d6c
Add "scheduled_for_deletion" field to StockItem
...
- If set to True, this StockItem will be deleted (soon) by the background worker
- As deletion takes significant time, this prevents delete operations from blocking the UI
2021-09-07 16:28:57 +10:00
Matthias
53de59f84b
setting for two password fields on signup
2021-09-07 07:37:28 +02:00
Matthias
af286766ea
setting for two mail fields on signup
2021-09-07 07:17:00 +02:00
Matthias
1f03d43b92
settings for auto-fill on sso
2021-09-07 01:19:44 +02:00
Matthias
e380f94e01
allauth always logout
2021-09-07 00:33:26 +02:00
Matthias
32e216599b
PEP fix
2021-09-07 00:03:55 +02:00
Oliver
1f2c2c0ab0
Fix: New translations django.po from Crowdin
2021-09-07 07:12:51 +10:00
Matthias
a4209d38cc
setting to make mail required on signup
2021-09-06 22:07:50 +02:00
Matthias
3963ece6d2
make notifications go away
2021-09-06 07:29:40 +02:00
Matthias
ae8e2696b6
PEP fix
2021-09-06 07:10:32 +02:00
github-actions[bot]
60df5a9b09
updated translation base
2021-09-05 23:44:25 +00:00
Matthias
e255f2bf42
setting for sso login
2021-09-05 20:20:57 +02:00
Matthias
34a15ff51f
setting to enable signup
2021-09-05 20:17:49 +02:00
Matthias
7fa87edda7
refactor
2021-09-05 19:58:21 +02:00
Matthias
fa1ea2f701
setting for pwd forgot
2021-09-05 19:56:48 +02:00
Matthias
1146e2abd9
adding login settings in admin
2021-09-05 19:01:21 +02:00
Matthias
d2a68125ff
cleanup
2021-09-05 18:35:58 +02:00
Matthias
f428ade877
doc for account base
2021-09-05 18:34:59 +02:00
Matthias
ff92d70ecb
cleanup
2021-09-05 18:34:24 +02:00
Matthias
4d2aa975de
use user stylesheet
2021-09-05 18:33:49 +02:00
Matthias
dd5a11b921
PEP fixes
2021-09-05 10:37:14 +02:00
Matthias
c8fb128817
make button fit the overall style
2021-09-05 10:32:48 +02:00
Matthias
fcf54fc0d2
make password change crispy
2021-09-05 10:32:08 +02:00
Matthias
6e8bf01a97
Merge branch 'master' of https://github.com/inventree/InvenTree into fr-1421-sso
2021-09-05 10:29:57 +02:00
github-actions[bot]
bc4b6e186b
updated translation base
2021-09-03 23:44:26 +00:00
Oliver
9b001cd298
Another fix
2021-09-04 08:48:34 +10:00
Oliver
f0e5d1984c
Fix for about.html
2021-09-04 08:46:30 +10:00
Oliver
0a8365e3bc
Fix for clip.html
2021-09-04 08:45:06 +10:00
Oliver
4ffc1bcf89
Fix: New translations django.po from Crowdin
2021-09-03 23:38:52 +10:00
Oliver
46f9ead019
Fix: New translations django.po from Crowdin
2021-09-03 23:38:51 +10:00
Oliver
5733a115bb
Fix: New translations django.po from Crowdin
2021-09-03 23:38:49 +10:00
Oliver
7c669b964b
Fix: New translations django.po from Crowdin
2021-09-03 23:38:48 +10:00
Oliver
20c8e8ffff
Fix: New translations django.po from Crowdin
2021-09-03 23:38:47 +10:00
Oliver
00e3dd899a
Fix: New translations django.po from Crowdin
2021-09-03 23:38:45 +10:00
Oliver
2eb96e48d9
Fix: New translations django.po from Crowdin
2021-09-03 23:38:44 +10:00
Oliver
9bee4b86f8
Fix: New translations django.po from Crowdin
2021-09-03 23:38:43 +10:00
Oliver
8fd7a06ab5
Fix: New translations django.po from Crowdin
2021-09-03 23:38:41 +10:00
Oliver
1ebd271c7b
Fix: New translations django.po from Crowdin
2021-09-03 23:38:39 +10:00
Oliver
8123b1bcfc
Fix: New translations django.po from Crowdin
2021-09-03 23:38:38 +10:00
Oliver
71e34ca427
Fix: New translations django.po from Crowdin
2021-09-03 23:38:37 +10:00
Oliver
55d3f1b681
Fix: New translations django.po from Crowdin
2021-09-03 23:38:35 +10:00
Oliver
d045047a67
Fix: New translations django.po from Crowdin
2021-09-03 23:38:34 +10:00
Oliver
fa3eadbdff
Fix: New translations django.po from Crowdin
2021-09-03 23:38:32 +10:00
Oliver
73a0baa499
Fix: New translations django.po from Crowdin
2021-09-03 23:38:31 +10:00
Oliver
8e0a288aea
Fix: New translations django.po from Crowdin
2021-09-03 23:38:29 +10:00
Oliver
4d37c87063
Fix: New translations django.po from Crowdin
2021-09-03 23:38:28 +10:00
github-actions[bot]
08cea7a2f3
updated translation base
2021-09-03 13:36:41 +00:00
Oliver
c275bf8d98
Merge pull request #2026 from inventree/js-linting
...
Js linting
2021-09-03 23:35:14 +10:00
Oliver Walters
e5872f4b67
improve js debug comment
2021-09-03 23:16:35 +10:00
Oliver
888fa51cd7
lots of linting fixes for JS files
2021-09-03 22:54:17 +10:00
Matthias
2a9b54f32f
remove duplications
2021-09-03 00:55:08 +02:00
Matthias
15dc01a910
password overwrite
2021-09-03 00:53:56 +02:00
Matthias
849b71f7e4
"normal" admin-logout message
2021-09-03 00:23:29 +02:00
Matthias
1c3fa186ec
crispy sign in
2021-09-03 00:13:20 +02:00
Matthias
b1e0e09a90
crispy sign out
2021-09-02 22:19:20 +02:00
Matthias
1cbbc401dc
crispy tag for password reset
2021-09-02 22:15:22 +02:00
Matthias
5c206fd201
use SSO for signup in template
2021-09-02 22:12:18 +02:00
Matthias
0f08978b8c
styling signup crispy
2021-09-02 22:11:35 +02:00
Oliver
2b5181c138
Fix: New translations django.po from Crowdin
2021-09-02 12:17:30 +10:00
Oliver
03363812ed
Fix: New translations django.po from Crowdin
2021-09-02 12:17:29 +10:00
Oliver
c5b151d87d
Fix: New translations django.po from Crowdin
2021-09-02 12:17:28 +10:00
Oliver
4a49065aa1
Fix: New translations django.po from Crowdin
2021-09-02 12:17:26 +10:00
Oliver
238649bc5a
Fix: New translations django.po from Crowdin
2021-09-02 12:17:25 +10:00
Oliver
0596e9f554
Fix: New translations django.po from Crowdin
2021-09-02 12:17:23 +10:00
Oliver
51ff93a000
Fix: New translations django.po from Crowdin
2021-09-02 12:17:22 +10:00
Oliver
913027e895
Fix: New translations django.po from Crowdin
2021-09-02 12:17:21 +10:00
Oliver
cbea271582
Fix: New translations django.po from Crowdin
2021-09-02 12:17:20 +10:00
Oliver
837ea0b476
Fix: New translations django.po from Crowdin
2021-09-02 12:17:18 +10:00
Oliver
258631872b
Fix: New translations django.po from Crowdin
2021-09-02 12:17:17 +10:00
Oliver
440a2ea0ed
Fix: New translations django.po from Crowdin
2021-09-02 12:17:16 +10:00
Oliver
ae4a5360ef
Fix: New translations django.po from Crowdin
2021-09-02 12:17:15 +10:00
Oliver
97962a2546
Fix: New translations django.po from Crowdin
2021-09-02 12:17:13 +10:00
Oliver
4054440e54
Fix: New translations django.po from Crowdin
2021-09-02 12:17:12 +10:00
Oliver
6ff42fddbd
Fix: New translations django.po from Crowdin
2021-09-02 12:17:11 +10:00
Oliver
a3ae53c8c3
Fix: New translations django.po from Crowdin
2021-09-02 12:17:09 +10:00
Oliver
1cccc7b80c
Fix: New translations django.po from Crowdin
2021-09-02 12:17:08 +10:00
github-actions[bot]
5f1e544c72
updated translation base
2021-09-02 01:39:25 +00:00
Oliver
5d703af932
Add migration file
2021-09-02 11:11:25 +10:00
Oliver
43c4e936a7
Fix on_delete for PurchaseOrderLineItem.destination
...
- Currently set to DO_NOTHING
- However when deleting a StockLocation which has a PurchaseOrderLineItem.destionation point to it, this will cause an IntegrityError
2021-09-02 10:41:23 +10:00
Oliver
e74d06e511
Fix: New translations django.po from Crowdin
2021-09-02 08:51:35 +10:00
Oliver
714e38384c
Fix: New translations django.po from Crowdin
2021-09-02 08:51:34 +10:00
Oliver
c76561103a
Fix: New translations django.po from Crowdin
2021-09-02 08:51:33 +10:00
Oliver
9cd9150966
Fix: New translations django.po from Crowdin
2021-09-02 08:51:31 +10:00
Oliver
e79b49e6e1
Fix: New translations django.po from Crowdin
2021-09-02 08:51:30 +10:00
Oliver
0da451a03e
Fix: New translations django.po from Crowdin
2021-09-02 08:51:29 +10:00
Oliver
cfedb4a697
Fix: New translations django.po from Crowdin
2021-09-02 08:51:27 +10:00
Oliver
9dca401680
Fix: New translations django.po from Crowdin
2021-09-02 08:51:26 +10:00
Oliver
d7a80dafe9
Fix: New translations django.po from Crowdin
2021-09-02 08:51:25 +10:00
Oliver
3d0eda2b6f
Fix: New translations django.po from Crowdin
2021-09-02 08:51:24 +10:00
Oliver
3536017f2e
Fix: New translations django.po from Crowdin
2021-09-02 08:51:22 +10:00
Oliver
6e5a6ff14b
Fix: New translations django.po from Crowdin
2021-09-02 08:51:21 +10:00
Oliver
0d4523ba52
Fix: New translations django.po from Crowdin
2021-09-02 08:51:20 +10:00
Oliver
76da1a00e9
Fix: New translations django.po from Crowdin
2021-09-02 08:51:19 +10:00
Oliver
234aeeb986
Fix: New translations django.po from Crowdin
2021-09-02 08:51:17 +10:00
Oliver
cf2af4058d
Fix: New translations django.po from Crowdin
2021-09-02 08:51:16 +10:00
Oliver
c6f0e93e46
Fix: New translations django.po from Crowdin
2021-09-02 08:51:14 +10:00
Oliver
c389863d6c
Fix: New translations django.po from Crowdin
2021-09-02 08:51:13 +10:00
github-actions[bot]
062a3e78bb
updated translation base
2021-09-01 22:49:28 +00:00
Matthias
0ebc45e834
replace i html tags
2021-09-02 00:18:47 +02:00
Matthias
6a420fd95c
replace bold tags
2021-09-02 00:17:12 +02:00
github-actions[bot]
4ac1765937
updated translation base
2021-09-01 21:11:52 +00:00
Matthias
276eab19b5
reordering the base template
...
makes comparring to the original template much easier
2021-09-01 22:02:43 +02:00
Matthias Mair
2b1279e647
now with closing tags
2021-09-01 08:14:08 +02:00
Matthias
0ff6de62e9
crispy forms!
2021-09-01 07:34:37 +02:00
Matthias
22401d4229
use normal button style
2021-09-01 07:34:00 +02:00
Matthias
146f856f53
use icon also in connections list
2021-09-01 02:18:58 +02:00
Matthias
0b8a88e216
js function to ingest icons
2021-09-01 02:18:41 +02:00
Matthias
ef6d40bb68
use btns for brand - names
2021-09-01 02:18:24 +02:00
Matthias
1595b7e516
remove email from form and overview
2021-09-01 01:22:14 +02:00
Matthias
88534758aa
layout fixes
2021-09-01 01:18:53 +02:00
Matthias
f997e67ea2
patch social-connections into settings
2021-09-01 01:09:23 +02:00
Matthias
3eeb6e161d
fix layout
2021-09-01 00:08:13 +02:00
Matthias
501802e0f9
PEP fix
2021-09-01 00:04:34 +02:00
Matthias
5aca27f285
integrate email-actions into settings
2021-08-31 23:51:33 +02:00
Matthias
566257881d
patch email-endpoint to use settings view
2021-08-31 23:49:31 +02:00
Oliver
928c7ffd3e
Fix: New translations django.po from Crowdin
2021-09-01 05:43:07 +10:00
Oliver
7c48ead388
Fix: New translations django.po from Crowdin
2021-09-01 04:47:03 +10:00
Oliver
8c970b3fd2
Fix: New translations django.po from Crowdin
2021-08-31 23:42:18 +10:00
Oliver
19dd8863cf
Fix: New translations django.po from Crowdin
2021-08-31 22:46:58 +10:00
Matthias Mair
5ad2eabab1
fix html templates
2021-08-31 13:17:38 +02:00
Matthias
1772348d36
layout fixes
2021-08-31 07:49:38 +02:00
Oliver
f29b54b567
Fix: New translations django.po from Crowdin
2021-08-31 13:18:36 +10:00
Oliver
358fcbf043
Fix: New translations django.po from Crowdin
2021-08-31 12:14:22 +10:00
Matthias
9a72ddf823
base for login / signup layout
2021-08-31 01:39:44 +02:00
Matthias
592fd09ad4
remove old templates
2021-08-31 01:38:46 +02:00
Matthias
8afb8ac4d1
move to use allauth for login etc
2021-08-31 01:12:35 +02:00
Matthias
28f0e99b84
rulesets for all_auth
2021-08-30 22:43:50 +02:00
Oliver Walters
cb403a5b29
More work
2021-08-30 22:28:01 +10:00
Oliver Walters
4c39607e00
Brace style fixes
2021-08-30 20:30:26 +10:00
Oliver Walters
e1adef5010
typo fix
2021-08-30 20:08:18 +10:00
Oliver Walters
6177fe0c5a
build.js
2021-08-30 19:52:28 +10:00
Oliver Walters
2112c6a9ad
barcode.js
2021-08-30 19:33:43 +10:00
Oliver Walters
7d4945d302
company.js
2021-08-30 16:01:45 +10:00
Oliver Walters
0835fe92a0
bom.js
2021-08-30 15:54:31 +10:00
Oliver Walters
51eb40f3bc
forms.js
2021-08-30 15:47:58 +10:00
Oliver Walters
bb3b6fdc4d
label.js
2021-08-30 15:34:46 +10:00
Oliver Walters
e0e7788af6
More js fixes
2021-08-30 15:32:01 +10:00
Oliver Walters
50b54f0966
order.js
2021-08-30 14:57:17 +10:00
Oliver Walters
00f012311d
inventree.js
2021-08-30 14:49:40 +10:00
Oliver Walters
90a75ac7cb
nav.js
2021-08-30 14:44:44 +10:00
Oliver Walters
7d5b859233
part.js
2021-08-30 14:39:58 +10:00
Oliver Walters
3e03b1c31d
report.js
2021-08-30 14:12:35 +10:00
Oliver Walters
c846aeb60f
stock.js
2021-08-30 14:07:34 +10:00
Oliver Walters
65874447ed
bug fix
2021-08-30 13:13:12 +10:00
Oliver Walters
5d45fce240
remove import / export calls
2021-08-30 13:10:58 +10:00
Oliver Walters
24ca1c5641
Add "helpers.js" for common functions
2021-08-30 13:06:02 +10:00
Oliver Walters
140a2092c8
fixes for table_filters.js
2021-08-28 22:18:20 +10:00
Oliver Walters
0620e656a0
Fix linting errors or tables.js
2021-08-28 22:12:41 +10:00
Oliver Walters
d0ccf8647d
Add js linting to github workflow
2021-08-28 20:59:41 +10:00
Oliver Walters
f57a31c9b5
Add a test framework script to pull down rendered javascript files
...
- Use the testing framework so we don't need to spin up a server
2021-08-28 20:46:51 +10:00
Oliver
83b38ec33b
Merge remote-tracking branch 'inventree/l10_crowdin' into l10
...
# Conflicts:
# InvenTree/locale/de/LC_MESSAGES/django.po
# InvenTree/locale/el/LC_MESSAGES/django.po
# InvenTree/locale/es/LC_MESSAGES/django.po
# InvenTree/locale/fr/LC_MESSAGES/django.po
# InvenTree/locale/he/LC_MESSAGES/django.po
# InvenTree/locale/id/LC_MESSAGES/django.po
# InvenTree/locale/it/LC_MESSAGES/django.po
# InvenTree/locale/ja/LC_MESSAGES/django.po
# InvenTree/locale/ko/LC_MESSAGES/django.po
# InvenTree/locale/nl/LC_MESSAGES/django.po
# InvenTree/locale/no/LC_MESSAGES/django.po
# InvenTree/locale/pl/LC_MESSAGES/django.po
# InvenTree/locale/ru/LC_MESSAGES/django.po
# InvenTree/locale/sv/LC_MESSAGES/django.po
# InvenTree/locale/th/LC_MESSAGES/django.po
# InvenTree/locale/tr/LC_MESSAGES/django.po
# InvenTree/locale/vi/LC_MESSAGES/django.po
# InvenTree/locale/zh/LC_MESSAGES/django.po
2021-08-27 17:48:09 +10:00
Matthias
c34a5967b8
user-settings template for social accounts
2021-08-26 23:17:00 +02:00
Oliver
25c19b5aa8
Fix: New translations django.po from Crowdin
2021-08-26 23:25:02 +10:00
Oliver
6338d704bc
Fix: New translations django.po from Crowdin
2021-08-26 23:24:59 +10:00
Oliver
7db5518ec1
Fix: New translations django.po from Crowdin
2021-08-26 23:24:56 +10:00
Oliver
3a311227e2
Fix: New translations django.po from Crowdin
2021-08-26 23:24:55 +10:00
Oliver
1b54b177ca
Fix: New translations django.po from Crowdin
2021-08-26 23:24:53 +10:00
Oliver
e29e96c747
Fix: New translations django.po from Crowdin
2021-08-26 23:24:52 +10:00
Oliver
ea246d816c
Fix: New translations django.po from Crowdin
2021-08-26 23:24:49 +10:00
Oliver
7fceca746e
Fix: New translations django.po from Crowdin
2021-08-26 23:24:46 +10:00
Oliver
b424fdca1e
Fix: New translations django.po from Crowdin
2021-08-26 23:24:45 +10:00
Oliver
c34979719e
Fix: New translations django.po from Crowdin
2021-08-26 23:24:42 +10:00
Oliver
1a13e82b96
Fix: New translations django.po from Crowdin
2021-08-26 23:24:39 +10:00
Oliver
62a8d3df9c
Fix: New translations django.po from Crowdin
2021-08-26 23:24:38 +10:00
Oliver
564d03dbaf
Fix: New translations django.po from Crowdin
2021-08-26 23:24:35 +10:00
Oliver
eb5675cb8a
Fix: New translations django.po from Crowdin
2021-08-26 23:24:34 +10:00
Oliver
b11bf73d8a
Fix: New translations django.po from Crowdin
2021-08-26 23:24:32 +10:00
Oliver
a93411a303
Fix: New translations django.po from Crowdin
2021-08-26 23:24:31 +10:00
Oliver
52d9e42e8b
Fix: New translations django.po from Crowdin
2021-08-26 23:24:29 +10:00
Oliver
a2dd516145
Fix: New translations django.po from Crowdin
2021-08-26 23:24:28 +10:00
github-actions[bot]
089d9a3987
updated translation base
2021-08-26 13:13:19 +00:00
Oliver Walters
3adf30a00c
Simple fix for category parameter settings
2021-08-26 22:50:50 +10:00
github-actions[bot]
17eca19ca6
updated translation base
2021-08-26 12:14:33 +00:00
github-actions[bot]
5201c703f0
updated translation base
2021-08-26 12:13:43 +00:00
Oliver
e5de69cd96
Update version.py
...
Actually bump the API version
2021-08-26 22:13:13 +10:00
Oliver
320ca451cc
Merge pull request #2023 from inventree/units-in-api
...
Add "units" to PartBriefSerializer
2021-08-26 22:12:27 +10:00
Oliver
c700e3f4ce
Fix: New translations django.po from Crowdin
2021-08-26 22:11:49 +10:00
Oliver
ebb791dc97
Fix: New translations django.po from Crowdin
2021-08-26 22:11:46 +10:00
Oliver
459c220fc2
Fix: New translations django.po from Crowdin
2021-08-26 22:11:44 +10:00
Oliver
f75e09c39c
Fix: New translations django.po from Crowdin
2021-08-26 22:11:41 +10:00
Oliver
fcb41e8f7d
Fix: New translations django.po from Crowdin
2021-08-26 22:11:38 +10:00
Oliver
b354fb3d4d
Fix: New translations django.po from Crowdin
2021-08-26 22:11:36 +10:00
Oliver
f492d5d93c
Fix: New translations django.po from Crowdin
2021-08-26 22:11:34 +10:00
Oliver
88d60c3a61
Fix: New translations django.po from Crowdin
2021-08-26 22:11:31 +10:00
Oliver
39e6fbfcb7
Fix: New translations django.po from Crowdin
2021-08-26 22:11:30 +10:00
Oliver
6b18a06949
Fix: New translations django.po from Crowdin
2021-08-26 22:11:28 +10:00
Oliver
af8add599a
Fix: New translations django.po from Crowdin
2021-08-26 22:11:26 +10:00
Oliver
9e6b85b902
Fix: New translations django.po from Crowdin
2021-08-26 22:11:25 +10:00
Oliver
d375962769
Fix: New translations django.po from Crowdin
2021-08-26 22:11:24 +10:00
Oliver
ab690e139c
Fix: New translations django.po from Crowdin
2021-08-26 22:11:22 +10:00