2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-11 01:25:40 +00:00
Commit Graph

9895 Commits

Author SHA1 Message Date
45d5667ccc PEP fixes 2019-08-08 23:36:32 +10:00
b872a12131 Test for making part variant 2019-08-08 23:34:32 +10:00
3a87cd866c Tests for part creation
- Need more tests for POST action
2019-08-08 23:32:34 +10:00
51e4a4c006 Tests for BomItem forms 2019-08-08 23:22:26 +10:00
d6f1fe74d1 Tests for PartCategory forms 2019-08-08 23:16:03 +10:00
ab3e66d578 Test for BOM download 2019-08-08 23:10:07 +10:00
f299248063 Improve testing for part export 2019-08-08 23:06:22 +10:00
21d2c434ff Test for part export view
- Needs some more work (parts need supplier parts!)
2019-08-08 23:04:58 +10:00
afcd411358 (partial) tests for attachment forms 2019-08-08 23:00:01 +10:00
3a9494ee69 Test for Part Editing form 2019-08-08 22:50:17 +10:00
7db97f2226 Test Part QR Code view 2019-08-08 22:45:10 +10:00
a70484caff Test PartDetail view 2019-08-08 22:45:02 +10:00
f26243af97 Tests for Part index / 2019-08-08 22:19:17 +10:00
348f2e1df8 Merge remote-tracking branch 'inventree/master' 2019-08-07 10:29:32 +10:00
6624088895 Merge pull request from SchrodingersGat/part-export
Part export
2019-08-07 10:16:30 +10:00
adbc4db3d5 Remove 'set part category' button (doesn't do anything) 2019-08-07 10:11:00 +10:00
4fc2a22ba6 PEP fix 2019-08-07 10:07:30 +10:00
8904733ac0 Include part stock information 2019-08-07 10:05:12 +10:00
ab0da6aaae Include more part data in export 2019-08-07 09:55:18 +10:00
dda4569f76 Export selected parts
- Select which parts to export in the table
- Export base information
- Include supplier part information
2019-08-07 09:52:49 +10:00
3098c8c155 Merge branch 'bom-output' 2019-08-07 09:27:31 +10:00
55fdcc8cf7 Merge pull request from SchrodingersGat/bom-output
Include supplier information in BOM
2019-08-07 09:17:19 +10:00
3dca7ba353 Include supplier information in BOM 2019-08-07 09:12:53 +10:00
55ed483b13 Merge remote-tracking branch 'inventree/master' 2019-08-07 08:55:01 +10:00
4a412b7711 Merge pull request from SchrodingersGat/security-fix
Update requred django version for security reasons
2019-08-06 18:46:42 +10:00
61a21de7d8 Update requred django version for security reasons 2019-08-06 18:40:54 +10:00
84ea95181d Merge remote-tracking branch 'inventree/master' 2019-08-02 22:37:26 +10:00
ecff9b7209 Merge pull request from SchrodingersGat/order-api
Add API endpoint for purchase orders
2019-08-02 22:37:02 +10:00
76ed23852a Fix the travis script to prevent requesting user input
(cherry picked from commit 9253ee2c9a)
2019-08-02 22:32:21 +10:00
73eada17bc Merge pull request from SchrodingersGat/tweaks
Tweaks
2019-08-02 21:55:02 +10:00
9253ee2c9a Fix the travis script to prevent requesting user input 2019-08-02 21:51:24 +10:00
b5f2c9d311 Add API endpoint for purchase orders
- List and create purchase orders
- List and create purchase order line items
2019-08-02 21:46:26 +10:00
8bfbb8dfbb Merge pull request from diegoherranz/phony
Makefile: add .PHONY targets
2019-08-02 20:11:32 +10:00
518fb78077 Makefile: add .PHONY targets
Given all the targets are actions instead of files to be generated,
.PHONY should be used, mainly to avoid a conflict with a file of the same name.

See https://www.gnu.org/software/make/manual/html_node/Phony-Targets.html
2019-08-02 06:45:01 +01:00
e66fd956f9 Fix available stock display 2019-08-02 15:13:47 +10:00
0a328687a5 BOM hash includes reference fields 2019-08-02 11:11:28 +10:00
b18cfc3794 Merge pull request from SchrodingersGat/install-fixes
Update installation routine and docs
2019-08-01 20:10:33 +10:00
5ee07eae7c Update installation routine and docs
- Single call of "make install" does everything
- Add backup_dir option to yaml config file
2019-08-01 20:07:06 +10:00
c8bf20ad41 Add part hover image 2019-07-25 11:08:22 +10:00
fe7392f152 Prevent stock adjustments for serialized stock items 2019-07-25 11:05:09 +10:00
94c0102742 Improve validation logic for StockItem
- Allow tracked items to exist without a serial number (e.g. non-serialized tracked items)
2019-07-25 11:04:45 +10:00
42e1370e92 Bug fix 2019-07-25 10:36:59 +10:00
3058b895dd Prevent auto-delete of stock items which have a serial number 2019-07-24 20:24:12 +10:00
33fe4d186d Include more fields when splitting stock 2019-07-24 19:48:37 +10:00
163f076565 Merge remote-tracking branch 'inventree/master' 2019-07-23 12:07:13 +10:00
e55d59ebf1 Merge pull request from SchrodingersGat/tracking
Improvements to stock tracking information
2019-07-23 12:06:46 +10:00
077ad9482e Fix display of part trackable status info 2019-07-23 11:57:33 +10:00
a42371598c Fix part deletion template
- Display list of stock items which will be thusly deleted
2019-07-23 11:55:51 +10:00
b546b5e0cc Create separate entries for each unique serial number 2019-07-23 11:45:03 +10:00
d82d8f5cd1 Re-implement item saving for non-tracked parts 2019-07-23 11:31:29 +10:00