2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 10:35:40 +00:00
Commit Graph

7709 Commits

Author SHA1 Message Date
206743b58d Add a default value for INVENTREE_WEB_ADDR 2021-08-17 19:58:55 +10:00
a5808d4360 Merge pull request #1967 from SchrodingersGat/always-translate
Run translation step as part of "update"
2021-08-17 19:52:58 +10:00
92aace1278 Run translation step as part of "update" 2021-08-17 18:22:07 +10: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
d6c9ff41ff Merge pull request #1964 from eeintech/import_part_nav
Added navbar on part import page
2021-08-17 09:59:35 +10:00
99839e78fd Added navbar on part import page 2021-08-16 10:21:57 -04:00
fa163b8866 Merge pull request #1962 from SchrodingersGat/attachment-edit
Attachment edit
2021-08-16 11:14:14 +10:00
23b2b56de4 StockItemAttachment 2021-08-16 10:56:00 +10:00
6141ddc3eb SalesOrderAttachment and PurchaseOrderAttachment 2021-08-16 10:53:28 +10:00
f8b22bc7b7 Refactor BuildAttachment model 2021-08-16 10:49:31 +10:00
d9f29b4a70 Updates for InvenTree serializer classes
- Catch and re-throw errors correctly
2021-08-16 10:41:26 +10:00
3dcf1746e6 Functionality for renaming attached files 2021-08-16 10:41:02 +10:00
ff8dcabb12 New custom serializer for handling attachments 2021-08-15 22:43:52 +10:00
81a8aac623 Merge pull request #1961 from SchrodingersGat/tweaks
Small tweaks here and there
2021-08-15 22:10:09 +10:00
1998dabe9b Small tweaks here and there 2021-08-15 21:47:37 +10:00
4061693522 Merge pull request #1959 from SchrodingersGat/settings-context
Provide global_settings and user_settings as context objects
2021-08-15 12:57:15 +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
6c17e330c4 Merge pull request #1958 from SchrodingersGat/better-form-errors
Better form errors
2021-08-14 13:56:33 +10:00
28bccea57b Cleanup 2021-08-14 13:43:38 +10:00
32fafc76d7 css tweaks 2021-08-14 13:42:50 +10:00
f753e11f10 Improve error notification for modal forms
- Scroll to error
- Add red border and background to the form
2021-08-14 13:41:19 +10:00
f72eb4266a remove old debug message 2021-08-14 12:31:22 +10:00
1db654e990 Merge pull request #1956 from SchrodingersGat/supplier-part-from-form
Supplier part from form
2021-08-14 12:12:09 +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
6eb4709658 Adds initial stock quantity 2021-08-14 10:23:42 +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
2be9399d2c CSS style fixes 2021-08-14 01:15:43 +10:00
ad844c4393 Simplify rendering of checkboxes in forms
- Display "inline" so they take up much less vertical space
2021-08-14 01:05:06 +10: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
6218f1c7e6 Add form elements for initializing a part with supplier data 2021-08-14 00:26:22 +10:00
5cbb67b91c Add options to show / hide form groups 2021-08-14 00:20:34 +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
1396c349c8 Refactor form field definition copying 2021-08-14 00:08:26 +10:00
5b42ab7332 Add "groups" to API forms 2021-08-13 21:48:48 +10:00
cd4a797e71 Merge pull request #1954 from eeintech/upload_po_file
Improved creation of purchase order line items from file upload
2021-08-13 09:31:22 +10:00
e8d47a4c76 Merge pull request #1953 from SchrodingersGat/bom-unit-tests
Add extra unit testing for BOM export
2021-08-13 09:06:29 +10:00
9205d6d67c Improved creation of purchase order line items from file upload 2021-08-12 14:27:00 -04: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
1da004d30a Merge pull request #1952 from SchrodingersGat/dockerfile-fix
Dockerfile fix
2021-08-12 22:34:41 +10:00
7df4451c08 Move some core pypi deps into requirements file 2021-08-12 22:06:47 +10:00
a3ff90754d Specify tag when publishing release build to docker hub 2021-08-12 22:01:42 +10:00
31bb7734ce Update dockerfile to allow downloading against a specific git tag 2021-08-12 22:01:14 +10:00