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

2288 Commits

Author SHA1 Message Date
6a420fd95c replace bold tags 2021-09-02 00:17:12 +02:00
2b1279e647 now with closing tags 2021-09-01 08:14:08 +02:00
5ad2eabab1 fix html templates 2021-08-31 13:17:38 +02:00
ec88415f3d Add "units" to PartBriefSerializer 2021-08-26 21:54:25 +10:00
7646535aaf Hide "Sales Orders" tab if part is not salable 2021-08-24 11:48:42 +10:00
35738ce026 Updated all 'add' buttons to 'btn-success' CSS class 2021-08-23 14:52:35 -04:00
6f742319e5 Corrected color of 'new' orders UI button 2021-08-23 12:48:47 -04:00
1fb76b9987 Merge pull request #1999 from matmair/turn-of-functions
Disable functions in navbars
2021-08-23 20:29:28 +10:00
fd1dd792c6 Merge pull request #1957 from matmair/bpm-purchase-price
BOM - show purchase price
2021-08-23 11:07:30 +10:00
9fd4b5cce3 use new setting for part-actions
PR complete for #1999
2021-08-22 23:36:49 +02:00
b674d851f2 disable fucntions in master nav 2021-08-22 22:30:21 +02:00
38af66c0de fix linebreak in tooltip
found during fixing #1989
2021-08-21 00:07:45 +02:00
e24a158919 Merge branch 'inventree:master' into bpm-purchase-price 2021-08-20 00:42:50 +02:00
cb1e7a6cc5 only process purchase_price if prices present 2021-08-19 23:22:58 +02:00
ec7392303d Fixed company templates 2021-08-19 10:47:46 -04:00
d8eefec065 Print multi part label (#1963)
* Added description as list for StockLocation

* Merge pull request #1874 from SchrodingersGat/docker-dev-fix

Copy static files when starting dev server

(cherry picked from commit 50eb70f538)

* Merge pull request #1877 from eeintech/fix_search_js

Fixed missing comma propagating to translated JS files

(cherry picked from commit 2009773d9d)

* Merge pull request #1890 from matmair/fix-for-1888

catch connection errors in exchange update

(cherry picked from commit db57e9516b)

* Merge pull request #1887 from matmair/settings-safety

settings fixes

(cherry picked from commit d154ca08ea)

* 0.4.2

* Merge pull request #1894 from SchrodingersGat/non-int-serial-fix

Fix for non-integer serial numbers

(cherry picked from commit 529742b520)

* 0.4.4

Bump release version

* Bump version number -> 0.4.5

* Added a simple menu item to print multiple part labels. This does not follow the style of the Stock label functions but it works!

* Revert "Added description as list for StockLocation"

This reverts commit f5178e9fc3.

* Added the right version number

Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
2021-08-17 12:42:40 +10:00
99839e78fd Added navbar on part import page 2021-08-16 10:21:57 -04:00
ff8dcabb12 New custom serializer for handling attachments 2021-08-15 22:43:52 +10:00
8861ffad81 PEP fixes 2021-08-15 12:06:31 +10:00
cef09acd54 Partial reversion of some stuff 2021-08-15 12:05:53 +10:00
faab1f2464 Provide global_settings and user_settings as context objects
- Adds a new context middleware
- Refactor the way that settings are provided to the javascript layer
2021-08-15 11:57:05 +10:00
2b13512145 Check that supplier and manufacturer parts are created 2021-08-14 10:43:45 +10:00
6fa4e33062 Unit testing for new API form features 2021-08-14 10:39:05 +10:00
26c07961cb Bug fix for API 2021-08-14 10:23:57 +10:00
00d4efb920 PEP fix 2021-08-13 17:54:17 +02:00
f0325fe30f view BOMpricing range
Closes #1889
2021-08-13 17:50:41 +02:00
a2ffd06abf calculate purchase price for part 2021-08-13 17:49:58 +02:00
ba1ba67f87 Only add company data if part is purchaseable 2021-08-14 00:46:30 +10:00
78340a71a9 Adds support for creation of ManufacturerPart and SupplierPart via the Part creation API 2021-08-14 00:38:08 +10:00
cb11df4dba Improve error checking for initial stock creation when creating a new part
- Use @transaction.atomic
- Raise proper field errors
2021-08-14 00:09:08 +10:00
5b42ab7332 Add "groups" to API forms 2021-08-13 21:48:48 +10:00
26ddd36666 PEP fixes 2021-08-12 23:47:42 +10:00
537573d0e3 Add extra unit testing for BOM export 2021-08-12 23:40:07 +10:00
46fa60953d Refactor part page 2021-08-11 00:12:55 +10:00
6620d34f25 Merge pull request #1913 from eeintech/bom_upload
BOM upload templates fixes
2021-08-10 09:11:25 +10:00
ad656b7ca7 extending API to supply price wihtout formatting 2021-08-09 01:49:55 +02:00
5448165ef3 Merge pull request #1920 from SchrodingersGat/label-print-options
Label print options
2021-08-07 22:27:34 +10:00
ca9536f687 Implement option to display labels "inline" in the browser 2021-08-07 22:09:15 +10:00
24638a7229 Add migration file 2021-08-07 21:41:45 +10:00
6d42cfab75 Add model validator to prevent illegal names for PartParameterTemplate
(cherry picked from commit 93805a87e0)
2021-08-07 21:23:52 +10:00
6280ed1ade Moved enableNavbar to part_base template 2021-08-06 11:15:16 -04:00
1eb8a9f310 BOM upload templates fixes 2021-08-05 17:39:08 -04:00
96378cb556 Merge branch 'inventree:master' into trans-improv 2021-08-05 08:17:21 +02:00
d6c6cb96ba make keyvalue non-existing key tolerant 2021-08-05 01:24:49 +02:00
c7712d4235 even more unit tests 2021-08-05 01:13:48 +10:00
655e5692e9 More unit test fixes 2021-08-05 00:58:07 +10:00
6acff2a26e Fixes unit test 2021-08-05 00:40:02 +10:00
aaf394ca7a PEP fixes 2021-08-05 00:26:21 +10:00
dd78464a74 remove unused function 2021-08-05 00:25:47 +10:00
aa4ed9feb0 Refactor MakeVariant form
- Now is essentially identical to the DuplicatePart form
- Uses the API form structure
2021-08-05 00:24:38 +10:00