2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 11:05:41 +00:00
Commit Graph

5852 Commits

Author SHA1 Message Date
4fe6562d29 PEP fixes 2021-06-22 16:43:49 +10:00
26dd9c10a4 Fixes for SalesOrder API 2021-06-22 16:43:38 +10:00
3fa3ce06a1 Fixes for PurchaseOrder API interface
- Allow DELETE endpoint for PurchaseOrder
- Remove 'read_only' attribute for 'reference' field
- Add extra functionality to API test class
- Add unit testing
2021-06-22 16:28:42 +10:00
061a120af2 Merge pull request #1705 from SchrodingersGat/part-validation
API Validation fixes
2021-06-22 13:39:05 +10:00
979ef674d6 Update data for unit test fixtures 2021-06-22 13:24:03 +10:00
eae9ff7d1d More unit test fixes 2021-06-22 11:54:18 +10:00
df7b0c961d Merge pull request #1706 from SchrodingersGat/build-item-sorting
Bug fix for build order allocation sorting
2021-06-22 11:08:31 +10:00
650d31ae32 Remove debug statements 2021-06-22 10:43:00 +10:00
6d2cd78d29 Fixes for unit tests 2021-06-22 10:36:04 +10:00
6886570d0f Bug fix for build order allocation sorting 2021-06-22 10:30:15 +10:00
9475af62ae Style fixes 2021-06-22 10:12:44 +10:00
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
c3fc04e872 Unit testing for part duplication 2021-06-22 09:35:34 +10:00
a38835022a Better management of unique constraint for Part 2021-06-22 09:33:07 +10:00
40fcfe1f47 Reduce noise in logs 2021-06-22 09:32:36 +10:00
ba8d5fa3f4 Merge pull request #1701 from atwalsh/supplier-part-no-mfr
Fix supplier part view/edit without a manufacturer
2021-06-22 08:26:41 +10:00
d1a2ed9af1 Fix supplier part view/edit without a manufacturer
Fixes the following issues when a supplier part was created with an MPN but no manufacturer was assigned:
- Viewing a supplier part stock item
- Editing a supplier part stock item
2021-06-21 11:20:43 -04:00
f90730d866 Merge pull request #1699 from SchrodingersGat/purchase-price-migration
Data migration to copy missing purchase price information to stock items
2021-06-21 20:57:23 +10:00
02540edd58 Copy purchase price information across in the data migration 2021-06-21 20:30:15 +10:00
ff33cc43bd Create initial migration file 2021-06-21 17:28:41 +10:00
044650ca10 Merge pull request #1698 from SchrodingersGat/po-stock-pricing
Displays "purchase order" column in StockItem table
2021-06-21 17:19:38 +10:00
6d29418364 Prevent "rebuild" command from running certain things 2021-06-21 17:03:00 +10:00
e6598b5115 Displays "purchase order" column in StockItem table 2021-06-21 16:58:39 +10:00
5e5fc35655 Merge pull request #1688 from SchrodingersGat/supplier-part-parameters
Adds "parameters" for manufacturer parts
2021-06-21 16:39:15 +10:00
e0e560352e Add forms / views for ManufacturerPartParameter CRUD 2021-06-21 16:14:58 +10:00
04b216253d Ok, that was a bad idea. 2021-06-21 11:30:20 +10:00
908039e1db Perform unique checks for InvenTreeModelSerializer in DRF
- Prevents ValidationError from throwing in the wrong spot and not being handled
2021-06-21 11:10:29 +10:00
32385f709b Create RELEASE.md 2021-06-21 10:52:40 +10:00
5198c5f9fa Fix for delete-data command 2021-06-21 10:38:50 +10:00
8e9e04b400 Adds invoke task for deleting all database records 2021-06-21 10:23:53 +10:00
213e4dccc5 Add model to permission set 2021-06-21 08:35:54 +10:00
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
b7a5a7f524 Merge pull request #1691 from matmair/purchase-price-zero
Purchase price zero
2021-06-21 08:26:42 +10:00
44b9328cf7 Merge pull request #1690 from matmair/bug-timezone-waning
fix for timezone warning on heartbeat
2021-06-21 07:36:38 +10:00
80e47b6f76 addd in sorting for category
fixes #1689
2021-06-20 22:49:06 +02:00
a0b83d530c refactor 2021-06-20 20:19:11 +02:00
59aae51652 show stock history starting by 1 element 2021-06-20 20:17:01 +02:00
b32a6b50d2 fixes #1671 2021-06-20 20:16:14 +02:00
4d0ce643a1 fix for timezone warning on heartbeat 2021-06-20 19:53:17 +02:00
8a8b310195 Add some more inlines in the admin interface 2021-06-21 00:46:15 +10:00
70b6a3c13f Display table of parameters 2021-06-21 00:39:18 +10:00
a00441a1c0 Adds API endpoints for ManufacturerPartParameter mdoel 2021-06-21 00:28:28 +10:00
bea7ab7175 Add python version information to the "about" window 2021-06-21 00:25:27 +10:00
0013eb4c23 Adds inline for SupplierPart 2021-06-21 00:03:16 +10:00
8188ba86a7 Adds tabular inline class for ManufacturerPartParameter
- Super cool!
2021-06-21 00:00:55 +10:00
3fcb552759 Register admin class for ManufacturerPartParameter 2021-06-20 23:54:03 +10:00
310f369394 Adds admin interface for ManufacturerPart 2021-06-20 23:49:44 +10:00
2473318828 Add ManufacturerPartParameter model 2021-06-20 17:50:07 +10:00
847d946fa4 Bug fixes 2021-06-20 17:39:00 +10:00
fa5f155c72 Merge pull request #1686 from SchrodingersGat/demo-dataset
Demo dataset
2021-06-20 17:27:51 +10:00