2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 10:35:40 +00:00
Commit Graph

1896 Commits

Author SHA1 Message Date
66b729d579 Moved 'complete build' button to the build detail page 2019-05-10 08:44:07 +10:00
932c07287b Button fixes 2019-05-10 08:38:50 +10:00
b377efbbec Replaced button text with icons 2019-05-10 08:36:08 +10:00
05f5aa27c5 Add a 'Remove build allocation' function
- Removes all parts allocated to a given build
2019-05-10 08:33:54 +10:00
3543bd0b63 Update README.md 2019-05-10 07:40:08 +10:00
345913bc90 Improve rendering of 'Complete Build' form 2019-05-09 23:59:39 +10:00
7835562396 Auto-allocation form now working
- Displays a list of stock items which will be allocated
2019-05-09 23:55:30 +10:00
e1fbd4611f Merge pull request from SchrodingersGat/delete_on_empty
Delete on empty
2019-05-09 23:26:19 +10:00
793b4f8063 Merge pull request from SchrodingersGat/tree-badges
Tree badges
2019-05-09 23:06:32 +10:00
027e1cf130 Add ability to edit 'delete_on_deplete' field 2019-05-09 23:06:19 +10:00
ac326c135f Auto delete stock items when they are depleted 2019-05-09 23:01:32 +10:00
61351a8f8d Renamed add_transaction_note to addTransactionNote 2019-05-09 22:52:38 +10:00
897c0b5261 Send item 'pk' in tree JSON 2019-05-09 22:42:43 +10:00
92930766c6 Tree view now supports root URL link 2019-05-09 22:23:56 +10:00
d04f38c724 Improve CSS for main page
- Breadcrumb now appears above sidenav tree
- Better margin / etc
2019-05-09 22:23:43 +10:00
34225193fa Improve tree toggle icon 2019-05-09 21:46:11 +10:00
bff0f30b13 Save tree state 'per tree'
- Separate save state for Part and Stock tree
2019-05-09 21:41:44 +10:00
45223fb607 Display count badges in sidenav tree
Uses the 'tags' parameter as according to the docs - https://github.com/jonmiles/bootstrap-treeview

- Part
- Stock
2019-05-09 20:30:23 +10:00
f4941d55ed Merge pull request from SchrodingersGat/hide-supplier-part
Hide supplier_part field if the part cannot be purchased
2019-05-09 18:46:48 +10:00
41d237c0e4 Merge pull request from SchrodingersGat/hide-fields
Hide some fields from forms
2019-05-09 18:43:30 +10:00
2c5bb6b126 Hide supplier_part field if the part cannot be purchased 2019-05-09 18:43:22 +10:00
a94f4baa55 Merge pull request from SchrodingersGat/can-build
If a part has no bom items, the 'can_build' function now returns zero
2019-05-09 18:39:06 +10:00
ef9fb5b018 Hide some fields from forms 2019-05-09 18:38:37 +10:00
459699bcd6 Merge pull request from SchrodingersGat/stock-form-fix
Enable 'Submit' button for Move Stock form
2019-05-09 18:36:06 +10:00
1a115104d2 If a part has no bom items, the 'can_build' function now returns zero 2019-05-09 18:35:55 +10:00
8bf09300bb Merge pull request from SchrodingersGat/page-title
Page title
2019-05-09 18:33:03 +10:00
d891c8d7ea Enable 'Submit' button for Move Stock form 2019-05-09 18:32:30 +10:00
26b9c14667 Merge pull request from SchrodingersGat/visual-tweaks
Visual tweaks
2019-05-09 18:28:35 +10:00
6724717346 Added title for Index and Search pages 2019-05-09 18:28:19 +10:00
40ca468b51 Added title for 'Build' app 2019-05-09 18:27:16 +10:00
ca6bd0a999 Add page title for company page 2019-05-09 18:17:28 +10:00
a067d9f4cd Add page title for Part app 2019-05-09 18:13:54 +10:00
b9b17f39d9 Override page title for Stock app 2019-05-09 18:11:13 +10:00
873bd182f0 Vertical alignment of button toolbars 2019-05-09 18:04:42 +10:00
37405f4ec8 Align navigation bar with rest of content 2019-05-09 18:01:45 +10:00
4f56abf312 Fix scaling for thumbnail icons 2019-05-09 17:49:41 +10:00
6c4b5731db Reduce padding 2019-05-09 17:49:05 +10:00
9fc6268558 Increase size of part image display 2019-05-09 17:47:38 +10:00
e22ae21dc2 Merge pull request from SchrodingersGat/typo
Fix a typo
2019-05-09 09:04:52 +10:00
e91aa075b6 Fix a typo 2019-05-09 08:55:25 +10:00
0652b2fa1a Merge pull request from SchrodingersGat/company-part-thumb
Display company thumb in company index
2019-05-09 00:52:38 +10:00
15cd93a773 Display company thumb in company index 2019-05-09 00:49:19 +10:00
b41ff3c42a Merge pull request from SchrodingersGat/side-bar-improvements
Side bar improvements
2019-05-09 00:43:57 +10:00
fa2bf947ab Merge pull request from SchrodingersGat/bom-img
BOM table improvements
2019-05-09 00:42:33 +10:00
7ac4308c22 PEP fix 2019-05-09 00:40:44 +10:00
94ad378b9d Part and company images return the 'no image found' image if they do not have an image 2019-05-09 00:39:51 +10:00
4c4df194fa BOM table improvements
- Add part image
- Replace button text with icons
- Fix bug in BOM download
2019-05-09 00:29:16 +10:00
aafc4e367d Merge pull request from SchrodingersGat/help-text
Help text
2019-05-09 00:15:55 +10:00
cc7fb31d6d Save and recall expansion state of tree
- Save choices to sessionStorage
2019-05-09 00:15:43 +10:00
206720849c Reduce icon size in sidenav bar 2019-05-09 00:12:50 +10:00