2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-07-08 16:11:23 +00:00
Commit Graph

1575 Commits

Author SHA1 Message Date
matmair 67128c308b fixing typo 2021-06-27 12:26:02 +02:00
Oliver 76ec51a93b Merge pull request #1722 from matmair/internal-price-op
full Internal price coverage
2021-06-25 07:37:06 +10:00
matmair 9ce5a9823e added doc for internal price 2021-06-24 21:48:00 +02:00
matmair abe00232f3 use internal price in more places 2021-06-24 21:47:11 +02:00
Oliver 70a073be21 Live update part image 2021-06-23 19:28:23 +10:00
Oliver 2e1ad0c245 Change some warnings to infos 2021-06-23 18:54:01 +10:00
Oliver 36e6b9f164 Set allow_null flag on image fields 2021-06-23 11:40:37 +10:00
Oliver 5ba7aeaa27 Fixes:
- Use DRF ImageField, not FileField
- Ensure that permissions get updated correctly in 'test' mode
- Allow file upload in the APITester class
2021-06-23 10:28:21 +10:00
Oliver 878f26c770 Enable upload of company image via the API 2021-06-23 08:39:06 +10:00
Oliver f199feb8d9 Use the part detail API for uploading a new image 2021-06-23 08:34:45 +10:00
Oliver b8e4b58df0 Catch potential error updating image that does not exist... 2021-06-22 22:23:27 +10:00
Oliver 2fc7c3d883 fix typo 2021-06-22 22:16:11 +10:00
Oliver e29594811b Allow direct upload of images via the API 2021-06-22 22:09:30 +10:00
Oliver 979ef674d6 Update data for unit test fixtures 2021-06-22 13:24:03 +10:00
Oliver eae9ff7d1d More unit test fixes 2021-06-22 11:54:18 +10:00
Oliver 6d2cd78d29 Fixes for unit tests 2021-06-22 10:36:04 +10:00
Oliver 9475af62ae Style fixes 2021-06-22 10:12:44 +10:00
Oliver c62ba5eb12 Perform a "full_clean" on serialized model
- DRF does not by deault run validate_unique on the model
- Need to check if we are "creating" or "updating" a model
- Catch and re-throw errors in the correct format
- Unit tests
2021-06-22 10:09:19 +10:00
Oliver c3fc04e872 Unit testing for part duplication 2021-06-22 09:35:34 +10:00
Oliver a38835022a Better management of unique constraint for Part 2021-06-22 09:33:07 +10:00
Oliver 40fcfe1f47 Reduce noise in logs 2021-06-22 09:32:36 +10:00
Oliver 5e5fc35655 Merge pull request #1688 from SchrodingersGat/supplier-part-parameters
Adds "parameters" for manufacturer parts
2021-06-21 16:39:15 +10:00
Oliver 04b216253d Ok, that was a bad idea. 2021-06-21 11:30:20 +10:00
Oliver 637033cf7d Merge pull request #1692 from matmair/part-table-cat-sort
Support sorting by category in part-table
2021-06-21 08:33:09 +10:00
matmair 80e47b6f76 addd in sorting for category
fixes #1689
2021-06-20 22:49:06 +02:00
matmair a0b83d530c refactor 2021-06-20 20:19:11 +02:00
matmair 59aae51652 show stock history starting by 1 element 2021-06-20 20:17:01 +02:00
Oliver 8a8b310195 Add some more inlines in the admin interface 2021-06-21 00:46:15 +10:00
Oliver bea7ab7175 Add python version information to the "about" window 2021-06-21 00:25:27 +10:00
Oliver 778aa0314d Load and display build order allocation items via AJAX 2021-06-18 19:18:35 +10:00
Oliver 10ecddf9b4 Fixes after rebase 2021-06-18 17:25:24 +10:00
Oliver Walters 0b8a50cd92 Add 'location_detail' filter 2021-06-18 16:51:34 +10:00
Oliver 43478a0be7 Merge pull request #1634 from matmair/internal-price
Internal price
2021-06-18 10:36:29 +10:00
Oliver bb910a09fb Merge pull request #1679 from matmair/fix-for-1678
fix for part with no bom-price
2021-06-18 10:35:59 +10:00
matmair 4c7508cd6b tag to call a method with (multiple)args 2021-06-17 23:11:31 +02:00
matmair 58b6bbb236 tag to read out dict value 2021-06-17 23:09:50 +02:00
matmair 789865b996 style-fix 2021-06-17 18:25:05 +02:00
matmair 997d68694e fix for part with no bom-price #1678 2021-06-17 18:21:11 +02:00
matmair 6e77029d7d Revert "fix for part with no bom"
This reverts commit dd58f89977.
2021-06-17 18:12:41 +02:00
Matthias Mair 44464de2b6 Merge branch 'inventree:master' into internal-price 2021-06-17 16:42:57 +02:00
matmair dd58f89977 fix for part with no bom 2021-06-17 14:51:41 +02:00
Oliver 8766c80233 Merge pull request #1645 from matmair/pricing-reformat
Pricing reformat
2021-06-17 22:36:07 +10:00
matmair 447a7dd4e4 style fix 2021-06-13 15:04:57 +02:00
matmair 3f04a57452 added test for internal prices 2021-06-13 15:01:03 +02:00
matmair 3fb95bea7e added test for sell price breaks 2021-06-13 13:31:31 +02:00
matmair c0e50128dd display latest serial on all part-views #1648 2021-06-11 23:43:23 +02:00
matmair 4f3bfe569a added in internal prices in price calculations 2021-06-07 05:25:13 +02:00
matmair 0e8a97acb0 added permissions 2021-06-07 05:23:13 +02:00
matmair 37c0025399 settings for internal prices added 2021-06-07 04:58:37 +02:00
matmair 62638f76ed fixing wrong page title 2021-06-07 04:00:12 +02:00