Oliver
4b6ca548b6
Improve form rendering for SupplierPart
2021-07-09 12:09:57 +10:00
Oliver
40ac1f39e0
Improve rendering of "Company" in API form
...
- Add a thumbnail image
- Refactor select2 thumbnail code
(cherry picked from commit 2df7c520be
)
2021-07-09 11:14:38 +10:00
github-actions[bot]
048423405d
updated translation base
2021-07-08 23:28:17 +00:00
Oliver
19ba9bf93c
Merge pull request #1780 from SchrodingersGat/IPN_case
...
Fix case for filtering parts by IPN
2021-07-09 09:26:48 +10:00
Oliver
0c73fa3b58
Add regex filter for part name
2021-07-09 09:11:31 +10:00
Oliver
9c6bb3f5bf
New Crowdin updates ( #1779 )
...
* Fix: New translations django.po from Crowdin
* Fix: New translations django.po from Crowdin
* Fix: New translations django.po from Crowdin
* Fix: New translations django.po from Crowdin
* Fix: New translations django.po from Crowdin
* Fix: New translations django.po from Crowdin
* Fix: New translations django.po from Crowdin
* Fix: New translations django.po from Crowdin
* Fix: New translations django.po from Crowdin
2021-07-09 09:09:13 +10:00
Oliver
fd5d20ad13
Fix case for filtering parts by IPN
2021-07-09 09:08:55 +10:00
github-actions[bot]
fc1878216b
updated translation base
2021-07-08 23:03:52 +00:00
Oliver
433098ce6e
Merge pull request #1778 from SchrodingersGat/build-forms
...
Refactor BuildOrderEdit form
2021-07-09 09:02:39 +10:00
Oliver
0a86d947bc
Refactor PartParameterCreate form
2021-07-09 02:03:33 +10:00
Oliver
cbf0e0bd4a
Refactor forms for editing and deleting a PartParameter
...
- PartParameters now loaded using the API, not pre-rendered
2021-07-09 01:56:04 +10:00
Oliver
cbd291849c
More unit test fixes
2021-07-09 01:49:17 +10:00
Oliver
6e26bd0b71
Fixes for unit tests
2021-07-09 01:29:17 +10:00
Oliver
337223b8eb
Modal form improvements
2021-07-09 01:20:40 +10:00
Oliver
ecf47aa69d
Fix for BuildOrder reference default value
2021-07-09 01:20:29 +10:00
Oliver
60e8a17f07
bug fix: Prevent API forms from being submitted multiple times
...
- A problem if you're a manic clicker
2021-07-09 01:06:38 +10:00
Oliver
9947a0cf90
PEP fix
2021-07-09 00:59:56 +10:00
Oliver
7e7fe7d63f
Refactor buildlist filtering
2021-07-09 00:58:17 +10:00
Oliver
bec98d355a
Improvements
...
- part_detail defaults to True for BuildSerializer
- Handle invalid parent for BuildOrder
2021-07-09 00:49:19 +10:00
Oliver
9a0033367a
New Crowdin updates ( #1777 )
...
* Fix: New translations django.po from Crowdin
* Fix: New translations django.po from Crowdin
* Fix: New translations django.po from Crowdin
* Fix: New translations django.po from Crowdin
* Fix: New translations django.po from Crowdin
* Fix: New translations django.po from Crowdin
* Fix: New translations django.po from Crowdin
* Fix: New translations django.po from Crowdin
* Fix: New translations django.po from Crowdin
2021-07-09 00:42:12 +10:00
Oliver
be6ecd9587
Fixes for BuildOrder forms
2021-07-09 00:36:54 +10:00
Oliver
13ca076f42
Fix for form rendering of "required" fields with a default value
...
- Force the "required" parameter to be set
2021-07-09 00:29:36 +10:00
Oliver
004b36b1df
Refactor BuildOrderCreate form
2021-07-09 00:18:03 +10:00
Oliver
5016d44b83
Add default value for BuildOrder reference
2021-07-09 00:15:49 +10:00
Oliver
245c04367b
Refactor BuildOrderEdit form
2021-07-08 23:57:42 +10:00
github-actions[bot]
9edc16f6a1
updated translation base
2021-07-08 13:36:49 +00:00
Oliver
a4a2fc8d70
New Crowdin updates ( #1774 )
...
* Fix: New translations django.po from Crowdin
* Fix: New translations django.po from Crowdin
* Fix: New translations django.po from Crowdin
* Fix: New translations django.po from Crowdin
* Fix: New translations django.po from Crowdin
* Fix: New translations django.po from Crowdin
* Fix: New translations django.po from Crowdin
* Fix: New translations django.po from Crowdin
* Fix: New translations django.po from Crowdin
2021-07-08 23:35:16 +10:00
Oliver
522432f4aa
Merge pull request #1776 from SchrodingersGat/part-labels
...
Part labels
2021-07-08 23:34:59 +10:00
Oliver
bd4dde2cb7
Add permissions for PartLabel model
2021-07-08 23:22:25 +10:00
Oliver
15cb1e0005
Print part labels
2021-07-08 22:54:41 +10:00
Oliver
c39f705ef7
Copy default part label templates
2021-07-08 22:42:31 +10:00
Oliver
1830467487
Add admin / serializer / API for PartLabel model
2021-07-08 22:10:10 +10:00
Oliver
a1a4bddcc6
Add model for PartLabel
2021-07-08 21:07:45 +10:00
Oliver
43de19541e
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-07-08 20:53:33 +10:00
github-actions[bot]
1a24a0d984
updated translation base
2021-07-08 10:48:21 +00:00
Oliver
0599fbaf26
Merge pull request #1773 from SchrodingersGat/ipn-filtering
...
API Filtering improvements
2021-07-08 20:47:07 +10:00
Oliver
a985e11aa8
Simplify and add filters for StockList API endpoint
2021-07-08 20:10:22 +10:00
Oliver
c7f79a5a08
Fixes
2021-07-08 19:23:01 +10:00
Oliver
79d90b1c4a
Additional filtering options for name and IPN fields
2021-07-08 17:46:57 +10:00
Oliver
f0e7826fdc
Adds some more API filters for the StockItem endpoint
2021-07-08 17:44:52 +10:00
Oliver
81010994e7
Adds regex filtering for "batch" code on StockItem
2021-07-08 17:26:55 +10:00
Oliver
a8a21f7c9d
Transition "has IPN" filter to django-filters approach
2021-07-08 17:16:02 +10:00
Oliver
ba0a13443f
PEP fixes
2021-07-08 17:02:55 +10:00
Oliver
376428b80b
Add regex IPN filter for Part API
2021-07-08 17:02:45 +10:00
github-actions[bot]
2bc7a1eaf7
updated translation base
2021-07-08 05:29:15 +00:00
Oliver
800cb9606a
Merge pull request #1772 from SchrodingersGat/part-stock-part-column
...
Reintroduces "part" column to part stock
2021-07-08 15:27:59 +10:00
Oliver
2467690111
Reintroduces "part" column to part stock
2021-07-08 13:46:53 +10:00
Oliver
3efd8d31e4
Fix: New translations django.po from Crowdin
2021-07-08 12:14:54 +10:00
Oliver
f571085c95
Fix: New translations django.po from Crowdin
2021-07-08 12:14:53 +10:00
Oliver
a09058e068
Fix: New translations django.po from Crowdin
2021-07-08 12:14:52 +10:00