Commit Graph

5714 Commits

Author SHA1 Message Date
cd07ea835d feat(purchase orders): show the preferred location for each PO Line
Adds the ability for the Purchaser to specify where the item is
intentended to go when received.  If the Purchaser does not set a
preferred location, then the default location for the part is displayed.
If the item is received them where it was actually placed is shown.

NOTE: if an item is split when received only one of the resulting
StockItem location is used.

Fixes #1467
Addresses some of the requests in #551
2021-06-09 09:06:03 -06:00
0076c0cec5 Merge pull request #1649 from SchrodingersGat/typo-fix
Fix typo in getStockItemThumbnail
2021-06-09 11:54:50 +10:00
fb52115fe3 Merge pull request #1646 from inventree/dependabot/pip/pillow-8.2.0
Build(deps): Bump pillow from 8.1.1 to 8.2.0
2021-06-09 11:47:03 +10:00
0c14457598 Fix typo in getStockItemThumbnail 2021-06-09 11:16:37 +10:00
120c371a11 Merge pull request #1647 from SchrodingersGat/thumbnail-error-catch
BuildItemSerializer: Handle errors when thumbnail is not found
2021-06-09 10:02:42 +10:00
9fd212d1b2 BuildItemSerializer: Handle errors when thumbnail is not found 2021-06-09 09:41:27 +10:00
2a059f345e Build(deps): Bump pillow from 8.1.1 to 8.2.0
Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.1.1 to 8.2.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/8.1.1...8.2.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-08 19:49:34 +00:00
fd63e49e60 Merge pull request #1644 from SchrodingersGat/test-table-fix
Stock Test: Fix display of stock test table
2021-06-08 20:27:06 +10:00
3aadf94a9c Stock Test: Fix display of stock test table
- Incorrect parent node was set
2021-06-08 16:15:40 +10:00
534fd491c1 Merge pull request #1637 from SchrodingersGat/lib-update
Update django-import-export to 2.5.0
2021-06-07 00:30:03 +10:00
d2e35426c2 Merge pull request #1636 from SchrodingersGat/l10-merge
L10 merge
2021-06-07 00:13:18 +10:00
172700da10 Update django-import-export to 2.5.0
- Fixes an export error introduced after updating to latest django
2021-06-07 00:12:52 +10:00
5377d860f4 Merge remote-tracking branch 'inventree/master' into l10-merge
# Conflicts:
#	InvenTree/locale/de/LC_MESSAGES/django.po
#	InvenTree/locale/en/LC_MESSAGES/django.po
#	InvenTree/locale/es/LC_MESSAGES/django.po
#	InvenTree/locale/fr/LC_MESSAGES/django.po
#	InvenTree/locale/it/LC_MESSAGES/django.po
#	InvenTree/locale/ja/LC_MESSAGES/django.po
#	InvenTree/locale/pl/LC_MESSAGES/django.po
#	InvenTree/locale/ru/LC_MESSAGES/django.po
#	InvenTree/locale/tr/LC_MESSAGES/django.po
#	InvenTree/locale/zh/LC_MESSAGES/django.po
2021-06-06 22:27:27 +10:00
62682c686b Merge pull request #1629 from inventree/l10_crowdin
New Crowdin updates
2021-06-06 22:21:35 +10:00
e977be9c1b Merge pull request #1630 from inventree/dependabot/pip/django-3.2.1
Bump django from 3.2 to 3.2.1
2021-06-06 22:20:47 +10:00
573f601752 Merge pull request #1632 from matmair/nav-style
same nav sidebar distance for everything
2021-06-06 22:14:20 +10:00
8301eb3be3 Merge pull request #1633 from matmair/money-format
Money format
2021-06-06 22:12:55 +10:00
0bac7ebf3e styling 2021-06-05 17:18:46 +02:00
05d79a4c19 same nav sidebar distance for everything 2021-06-05 15:18:08 +02:00
44717b646f using new tag for currency 2021-06-05 15:07:42 +02:00
0eff7d000a added tag to replace dynamic setting 2021-06-05 15:05:05 +02:00
691142ea4c fixing currency display 2021-06-05 13:27:39 +02:00
d87592aedb use the default currency in forms 2021-06-05 13:22:11 +02:00
7d7e518c1b Bump django from 3.2 to 3.2.1
Bumps [django](https://github.com/django/django) from 3.2 to 3.2.1.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.2...3.2.1)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-04 21:37:26 +00:00
3e9adec4ff Fix: New translations django.po from Crowdin 2021-06-04 03:03:42 +10:00
6f3593220a Fix: New translations django.po from Crowdin 2021-06-04 02:08:23 +10:00
f0a1cca914 Fix: New translations django.po from Crowdin 2021-06-03 14:40:53 +10:00
4af74a5ba5 Fix: New translations django.po from Crowdin 2021-06-03 09:52:21 +10:00
92f77b6bbb Merge pull request #1627 from eeintech/price_break_sort_fix
Fixed price break row actions after sorting
2021-06-03 09:18:49 +10:00
2948cf5671 Fix: New translations django.po from Crowdin 2021-06-03 05:11:59 +10:00
3b6aba7153 Fix: New translations django.po from Crowdin 2021-06-03 04:12:58 +10:00
69ed180034 Fix: New translations django.po from Crowdin 2021-06-03 03:15:00 +10:00
7b1bd87d84 Merge remote-tracking branch 'inventree/l10_crowdin' into l10
# Conflicts:
#	InvenTree/locale/de/LC_MESSAGES/django.po
#	InvenTree/locale/es/LC_MESSAGES/django.po
#	InvenTree/locale/fr/LC_MESSAGES/django.po
#	InvenTree/locale/it/LC_MESSAGES/django.po
#	InvenTree/locale/ja/LC_MESSAGES/django.po
#	InvenTree/locale/pl/LC_MESSAGES/django.po
#	InvenTree/locale/ru/LC_MESSAGES/django.po
#	InvenTree/locale/tr/LC_MESSAGES/django.po
#	InvenTree/locale/zh/LC_MESSAGES/django.po
2021-06-02 22:58:34 +10:00
7df72f09f4 Fix: New translations django.po from Crowdin 2021-06-02 09:57:53 +10:00
56afcfa91f Fix: New translations django.po from Crowdin 2021-06-02 08:50:33 +10:00
ffaa6ee3a9 Fixed price break row actions after sorting 2021-06-01 14:22:00 -04:00
61af4ca1b3 Fix: New translations django.po from Crowdin 2021-06-01 20:22:45 +10:00
ddf1f5c5ba Fix: New translations django.po from Crowdin 2021-06-01 20:22:43 +10:00
1a3943fd7c Fix: New translations django.po from Crowdin 2021-06-01 20:22:42 +10:00
3df5ef5676 Fix: New translations django.po from Crowdin 2021-06-01 20:22:40 +10:00
235b2632ed Fix: New translations django.po from Crowdin 2021-06-01 20:22:39 +10:00
a4d63ad9b0 Fix: New translations django.po from Crowdin 2021-06-01 20:22:37 +10:00
85a0cd84d4 Fix: New translations django.po from Crowdin 2021-06-01 20:22:36 +10:00
feb1b47f93 Fix: New translations django.po from Crowdin 2021-06-01 20:22:34 +10:00
f9b5f78716 Fix: New translations django.po from Crowdin 2021-06-01 20:22:33 +10:00
60752d2619 updated translation base 2021-06-01 10:08:09 +00:00
720184790e Merge pull request #1626 from SchrodingersGat/bom-allow-variants
[Feature] Support BOM items which can allow use of variant stock
2021-06-01 20:07:03 +10:00
b31796cbeb Simplified "installed_in" table 2021-06-01 16:40:02 +10:00
ee9df039cb allocatedItems function now takes variants into account 2021-06-01 16:19:24 +10:00
9baf856d75 Fixes for build item allocation rendering 2021-06-01 16:14:26 +10:00