2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-20 05:46:34 +00:00
Commit Graph

3580 Commits

Author SHA1 Message Date
93f0dbd4ee Bug fix: add missing line
(cherry picked from commit 2303e03580)
2021-02-04 08:39:20 +11:00
ad0b59bf11 Bug fxi
(cherry picked from commit 0e11b722be)
2021-02-04 08:39:14 +11:00
b284fe7f2b Remove quotes around column names
(cherry picked from commit 386cb2dd3a)
2021-02-04 08:39:05 +11:00
75431f0ee4 Flake errors 2021-02-04 00:51:00 +11:00
e417ff2b4d Test migrations for build app 2021-02-04 00:44:37 +11:00
29bb735dc4 Helper functions to automatically extract migration file info 2021-02-04 00:25:00 +11:00
bd9447d9aa Add django-migration-linter to ensure django migrations are tippy-top 2021-02-03 23:29:14 +11:00
34dbfe6d28 Test troublesome migration 0019 2021-02-03 23:16:23 +11:00
cbadb2a888 Small refactor, and allow editing of ReportAsset in the admin interface 2021-02-03 21:54:11 +11:00
90bef69a59 Adds "report snippet" class allowing re-usable report snippets to be uploaded 2021-02-03 16:58:06 +11:00
5e9097b5e0 PSQL: Upper-case column names *must* be qualified with double-quotes
Ref: https://www.xspdf.com/resolution/53039249.html
2021-02-03 13:16:32 +11:00
0e246a7fdf Migration fix (response is different for postgresql) 2021-02-03 13:02:28 +11:00
793e5b820e Remove all model references from migration file 2021-02-03 11:56:48 +11:00
bc43d14ebf Change model functions to raw SQL 2021-02-03 11:28:43 +11:00
f798537c73 Reverse migration company.0024 2021-02-03 09:52:59 +11:00
43e03ed023 Update unit tests 2021-02-01 12:26:58 +11:00
7d38507785 Merge remote-tracking branch 'inventree/master' into simple-qr-codes 2021-02-01 12:24:16 +11:00
97140b19ba Limit barcode hash to printable characters.
This is a dirty filthy hack, as the web-input strips non printable chars when they are typed in (but will accept them if they are copy-pasted)
2021-01-31 21:45:34 +11:00
27b8928a10 Merge pull request #1263 from SchrodingersGat/table-translations
Table translations
2021-01-30 09:48:47 +11:00
8fda2cf745 Fixes for unit tests 2021-01-29 12:47:46 +11:00
4ef6a6dc62 Translations for stock transaction notes 2021-01-29 12:23:22 +11:00
282ed0c637 Recompile translations 2021-01-29 12:05:47 +11:00
c1a54ddffd Expose bootstrap table strings to translation layer 2021-01-29 12:04:36 +11:00
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