2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 12:35:46 +00:00
Commit Graph

10208 Commits

Author SHA1 Message Date
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
4b7eb7754f updated translation base 2021-08-12 23:32:40 +00: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
c4b514a539 updated translation base 2021-08-12 23:07:52 +00: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
2356fd7a56 updated translation base 2021-08-12 12:36:12 +00: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
7d65ad9b64 updated translation base 2021-08-12 06:07:27 +00:00
fcff8d4825 Merge pull request #1944 from SchrodingersGat/report-unit-tests
Unit testing for report framework
2021-08-12 16:05:49 +10:00
f59ed27cf9 Remove reliance on hard-coded PK values 2021-08-12 15:14:13 +10:00
e36b1e6c70 PEP fixes 2021-08-12 14:51:18 +10:00
6748f37405 Unit tests for report printing 2021-08-12 14:43:04 +10:00
96ec8c4eb6 Copy report templates across as part of test setUp 2021-08-12 13:40:08 +10:00
032057c93a PEP fixes 2021-08-12 13:18:10 +10:00
d752400c0d Fix: New translations django.po from Crowdin 2021-08-12 09:29:24 +10:00
740a97e3a6 Fix: New translations django.po from Crowdin 2021-08-12 09:29:21 +10:00
a241e27797 Fix: New translations django.po from Crowdin 2021-08-12 09:29:20 +10:00
7aa5c66147 Fix: New translations django.po from Crowdin 2021-08-12 09:29:18 +10:00
9fb4d5fb64 Fix: New translations django.po from Crowdin 2021-08-12 09:29:17 +10:00
5401bddbb9 Fix: New translations django.po from Crowdin 2021-08-12 09:29:16 +10:00
43cabee60c Fix: New translations django.po from Crowdin 2021-08-12 09:29:14 +10:00
b3bdc1a3ec Fix: New translations django.po from Crowdin 2021-08-12 09:29:13 +10:00
d19a7db568 Fix: New translations django.po from Crowdin 2021-08-12 09:29:11 +10:00
6645d313ce Fix: New translations django.po from Crowdin 2021-08-12 09:29:10 +10:00
233f6333e4 Fix: New translations django.po from Crowdin 2021-08-12 09:29:08 +10:00
2f76302a1c Fix: New translations django.po from Crowdin 2021-08-12 09:29:07 +10:00
153f0afbc0 Fix: New translations django.po from Crowdin 2021-08-12 09:29:06 +10:00
502248fe1f Fix: New translations django.po from Crowdin 2021-08-12 09:29:04 +10:00
185678ecb7 Fix: New translations django.po from Crowdin 2021-08-12 09:29:03 +10:00
259f46fe72 Fix: New translations django.po from Crowdin 2021-08-12 09:29:01 +10:00
975dbd1b2c Fix: New translations django.po from Crowdin 2021-08-12 09:29:00 +10:00
a3a7f65067 Fix: New translations django.po from Crowdin 2021-08-12 09:28:58 +10:00
49c1c1ee55 updated translation base 2021-08-11 23:16:55 +00:00
7665e83001 Merge pull request #1947 from eeintech/supplier_part
Hook to connect ManufacturerPart to SupplierPart using name/MPN
2021-08-12 09:15:20 +10:00
91e314ddb5 Only connect ManufacturerPart if a. it exists b. SupplierPart is not yet connected 2021-08-11 17:08:46 -04:00
a2590f1a3b Merged master 2021-08-11 16:16:20 -04:00
44818ca0c5 Some simple API unit tests 2021-08-11 17:40:00 +10:00
3cdcdd0535 Create report templates when testing 2021-08-11 11:07:30 +10:00