2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-11 01:25:40 +00:00
Commit Graph

9869 Commits

Author SHA1 Message Date
8198e919b1 Merge branch 'master' of git://github.com/inventree/InvenTree into part_ipn_slug 2020-09-05 11:42:33 -05:00
bec92901c3 Merge remote-tracking branch 'inventree/master' 2020-09-06 00:02:03 +10:00
f0713ce01d Merge pull request #966 from SchrodingersGat/stock-item-link
Add link from stock item to base part
2020-09-06 00:01:36 +10:00
87f25eacc5 Add link from stock item to base part 2020-09-06 00:01:14 +10:00
05ae880999 Merge remote-tracking branch 'inventree/master' 2020-09-05 23:43:20 +10:00
22e30903b6 Merge pull request #965 from SchrodingersGat/api-stock-fix
Major bugfix for multiple annotations in API querysets
2020-09-05 23:42:25 +10:00
46a8107be5 Refactor stock filter 2020-09-05 23:35:48 +10:00
2cf40c0e0b Translation updates 2020-09-05 23:32:36 +10:00
f7ad38dad5 Add unit tests for new aggregation annotation approach 2020-09-05 23:28:54 +10:00
5f2e4c3790 Update serializers for Order model 2020-09-05 23:08:59 +10:00
598e15af46 Fix annotations for Company serializers 2020-09-05 23:03:38 +10:00
db214dfd73 Update queryset annotation for StockItem
- Query time reduced from 4.1 to 3.5s (for sample data)
2020-09-05 22:50:17 +10:00
42967905bc New approach for multiple annotations
- Use the django-sql-utils addon - https://github.com/martsberger/django-sql-utils
- The "distinct=True" flag was not doing what I thought it was doing...
2020-09-05 22:35:19 +10:00
a2efac4dbe Merge pull request #964 from SchrodingersGat/new-stock-item-form
Bugfix: CreateStockItem form
2020-09-05 20:51:36 +10:00
f737ad2d38 Bugfix: CreateStockItem form
- hide the field rather than popping it
2020-09-05 20:31:18 +10:00
2667dc68d7 Merge pull request #963 from SchrodingersGat/variant-form
Allow selection of bom_copy and parameter_copy when making a new variant
2020-09-05 20:26:14 +10:00
c4989e59b2 Allow selection of bom_copy and parameter_copy when making a new variant 2020-09-05 20:10:18 +10:00
6ef4390e29 Merge pull request #961 from eeintech/parameters_copy
Implemented part parameters copy from template/original part
2020-09-05 20:03:18 +10:00
2fa284d37b Added PartDetailFromIPN view (subclass of PartDetail) and url pattern 2020-09-04 17:20:17 -05:00
440a5fafea Implemented part parameters copy from template/original part 2020-09-04 14:02:12 -05:00
11b751323e Merge pull request #953 from SchrodingersGat/part-import-fix
Part: Alter model fields to fix data import issues
2020-09-03 00:18:26 +10:00
34a334236a Part: Alter model fields to fix data import issues
Without setting 'null=True' on fields which may be empty,
the import subsequently fails if these fields are indeed empty
2020-09-03 00:11:20 +10:00
81b50312e2 Merge pull request #952 from SchrodingersGat/variant-table
Add ability to filter part list by 'ancestor'
2020-09-03 00:09:53 +10:00
b89588ffb7 variant of link links to variants page 2020-09-03 00:00:03 +10:00
303572bc03 More translation updates 2020-09-02 23:57:51 +10:00
e3d92e1390 Fixes for translation script 2020-09-02 23:54:35 +10:00
eaec85398f Treegrid display for part variants 2020-09-02 23:51:28 +10:00
62c26c881d Add ability to filter part list by 'ancestor' 2020-09-02 23:18:26 +10:00
104b9d2d44 Merge pull request #949 from SchrodingersGat/multi-db-unit-test
Add CI tests for MySQL database
2020-09-02 20:26:51 +10:00
36955d6d4f pep fixes 2020-09-02 20:16:46 +10:00
92ec849fc1 Add ci settings file for postgresql database 2020-09-02 20:09:11 +10:00
bb9e8fa97b Merge remote-tracking branch 'inventree/master' into multi-db-unit-test
# Conflicts:
#	InvenTree/build/test_build.py
2020-09-02 20:02:22 +10:00
911727f7b7 Update test fixtures
- Can't assume that pk values will be assigned sensibly!
- Need to hard-code them in
2020-09-02 19:47:07 +10:00
bc2f131144 travis fixes 2020-09-01 21:24:19 +10:00
b8856476be More CI file changes 2020-09-01 21:21:32 +10:00
37a43c8657 Install required PIP packages 2020-09-01 21:13:38 +10:00
85f635c975 Darn spelling misterks 2020-09-01 21:08:58 +10:00
3af704c453 Fix - tickmark 2020-09-01 21:05:52 +10:00
55c1ea750c Add CI tests for MySQL database 2020-09-01 21:01:38 +10:00
cae6fb6731 Merge pull request #948 from SchrodingersGat/bcc-feature-non-int-serial
Bcc feature non int serial
2020-09-01 20:31:42 +10:00
4613730a19 PEP fixes 2020-09-01 20:24:14 +10:00
74f25ee7f9 Part: Extend logic for "latest" serial number
- Return value if it is a string
- Remove 'getNextSerialNumber' function
- Improve functionality of function which returns serial number placeholder string
2020-09-01 20:16:46 +10:00
e6c0a04131 Merge branch 'feature-non-int-serial' of git://github.com/bcc/InvenTree into bcc-feature-non-int-serial 2020-09-01 19:41:48 +10:00
1eeaa17085 Merge remote-tracking branch 'inventree/master' 2020-09-01 16:41:07 +10:00
c3c5a86ea5 Merge pull request #946 from SchrodingersGat/field-focus
Add "focus" option when displaying a modal form
2020-09-01 13:04:02 +10:00
ffbdb0317f Add "focus" option when displaying a modal form 2020-09-01 12:43:37 +10:00
90d2265dae Merge pull request #945 from SchrodingersGat/template-attachments
Part: add function to get part attachments for *all* parents of a part
2020-08-31 22:38:02 +10:00
73892e894e Refactoring 2020-08-31 22:30:38 +10:00
cd8214ff4a Part: add function to get part attachments for *all* parents of a part 2020-08-31 22:26:46 +10:00
baaabd00d6 Merge pull request #939 from SchrodingersGat/column-remembering
Make checkbox field non-switchable for stock table
2020-08-31 22:08:56 +10:00