2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 12:35:46 +00:00
Commit Graph

4057 Commits

Author SHA1 Message Date
62501ecb93 Hide main QR button if setting is disabled 2021-01-29 09:48:16 +11:00
fc193c26d0 Delete unused function 2021-01-28 22:43:41 +11:00
489a15704c Refactoring 2021-01-28 22:41:20 +11:00
ae15ce9d0a Update translations 2021-01-28 22:38:47 +11:00
e8d73c78eb Fixes for unit tests 2021-01-28 22:37:28 +11:00
c61631a380 Refactor tractor 2021-01-28 22:24:06 +11:00
5e5bced0c7 Optionally include javascript code based on barcode feature 2021-01-28 21:51:34 +11:00
4641123cd8 Allow multiple stock items to be checked into a location using table selection 2021-01-28 21:47:39 +11:00
d61ae8532a Dialog for checking multiple items into a stock location 2021-01-28 21:36:57 +11:00
7e8def15ed Hide barcode actions if barcode support is disabled 2021-01-28 20:45:42 +11:00
51a33e5dca Add setting to enable / disable barcode support
(Default = True)
2021-01-28 20:18:03 +11:00
220777611a Prevent part images from auto deleting
- Part images can be used for multiple parts
2021-01-27 22:31:21 +11:00
5c9dd93ff1 More unit test fix 2021-01-22 12:22:29 +11:00
03f7baf87f Unit test fixes 2021-01-22 09:50:30 +11:00
2d412e2be1 Default to using "simple" QR codes 2021-01-21 20:55:13 +11:00
69362ab960 Display link column in part table 2021-01-20 18:04:08 +11:00
82e6b87e1c Adds unit testing for order overdue status 2021-01-20 07:49:14 +11:00
0d462389b9 Fix misspelled query filter method name 2021-01-19 12:00:30 +01:00
d17cb47e3c Update version.py 2021-01-19 11:06:08 +11:00
5c2012f873 Update version.py 2021-01-19 11:05:50 +11:00
59e37b2526 Improve filter validation for test report 2021-01-19 08:15:50 +11:00
f81c154578 Update translation files 2021-01-18 23:25:11 +11:00
436207b315 Merge remote-tracking branch 'inventree/master' into batch-reports
# Conflicts:
#	InvenTree/templates/stock_table.html
2021-01-18 23:23:58 +11:00
a5aa90cdf2 Merge pull request #1155 from eeintech/stock_owner
Stock Locations and Items Ownership
2021-01-18 22:55:26 +11:00
833ba8c472 Template fixes 2021-01-18 22:45:07 +11:00
526d81481b Cleanup 2021-01-18 22:25:53 +11:00
697a338700 Add a smattering of unit tests 2021-01-18 22:14:38 +11:00
6a7c722efc Stock table button cleanup 2021-01-18 21:52:20 +11:00
952da19600 Print test report for multiple stock items at once 2021-01-18 21:42:55 +11:00
0a566c062d Add click callback on item test tab 2021-01-18 21:36:37 +11:00
ef7cc3f78d Replace existing django form views with API request 2021-01-18 21:33:15 +11:00
1b835a71df Print one (or more!) report templates via API 2021-01-18 21:17:19 +11:00
cbb286e46d Add API for stock item test report 2021-01-18 20:55:30 +11:00
873ac9accb Merge pull request #1241 from SchrodingersGat/settings.py
Allow more settings to be specified via environment variables
2021-01-18 20:52:50 +11:00
f7079c3bc2 Style fixes 2021-01-18 20:21:19 +11:00
3ae4125df3 Allow more settings to be specified via environment variables 2021-01-18 20:17:36 +11:00
c392bba196 Add script to calculate translation stats 2021-01-18 19:13:52 +11:00
c517801c5f Update doc strings for translation scripts 2021-01-18 18:51:10 +11:00
2b30df1a70 Fix 2021-01-18 14:41:31 +11:00
a7baad33ba Fix form error for creating a new stock item 2021-01-18 14:41:31 +11:00
72c7ceb553 Merged master and updated stock_table.html 2021-01-17 13:11:59 -05:00
0dee4df8fb Bug fix 2021-01-15 17:11:46 +11:00
4952c95c33 Extra check to prevent JS crash 2021-01-15 16:51:34 +11:00
fc32d99327 Add "updated_before" and "updated_after" filter for stock API 2021-01-15 16:39:50 +11:00
ef3ac43c4a Add "last updated" date to stock table 2021-01-15 15:27:40 +11:00
85bce24e30 Limit matches to the 5 "most matchy" ones 2021-01-15 12:32:27 +11:00
7d5571ba5b Merged changes from master 2021-01-14 08:52:56 -05:00
a70416abac Update translations 2021-01-15 00:04:31 +11:00
0134597747 Merge remote-tracking branch 'inventree/master' into label-api
# Conflicts:
#	InvenTree/locale/de/LC_MESSAGES/django.po
#	InvenTree/locale/en/LC_MESSAGES/django.po
#	InvenTree/locale/es/LC_MESSAGES/django.po
2021-01-14 23:56:23 +11:00
449b462bf2 Merge pull request #1232 from SchrodingersGat/purchase-order-target-date
Purchase order target date
2021-01-14 23:26:58 +11:00