2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-11 17:45:39 +00:00
Commit Graph

8951 Commits

Author SHA1 Message Date
7a244f48ae Solve weird collapse bug
- HTML is so gross
- Disable image hover seems to work...
2019-06-03 21:35:40 +10:00
bb5ed0b9fe Fix bug for BuildItem with no part image
- Can't request a field what don't exist
2019-06-03 21:25:37 +10:00
a13e50445e Merge branch 'tweeeek' 2019-06-03 14:19:21 +10:00
aff4124d97 Merge pull request from SchrodingersGat/tweeeek
Remove defunct 'roadmap' document
2019-06-03 14:18:33 +10:00
151731c376 Remove defunct 'roadmap' document 2019-06-03 13:54:33 +10:00
c00b19bc5b Merge remote-tracking branch 'inventree/master' 2019-06-02 20:42:37 +10:00
efaf38c583 Merge pull request from SchrodingersGat/assorted-fixes
Assorted fixes
2019-06-02 20:42:11 +10:00
219c438b82 Part name uniqueness is case insensitive 2019-06-02 20:37:59 +10:00
64d541f453 Hide result types which return no results 2019-06-02 20:28:17 +10:00
0b88953706 Form field rearrangement 2019-06-02 20:07:30 +10:00
ba26acd487 Rename some fields
- Oops didn't think that through, gotta go through and fix the data now...
2019-06-02 19:46:30 +10:00
fd2e2a71f9 Add search results for part-category and stock-location 2019-06-02 19:15:05 +10:00
3427f81a34 Improve part information display
- Better terminology
2019-06-02 14:47:40 +10:00
6e7f354a23 Add a 'LOST' status code for stockitem 2019-06-02 13:53:54 +10:00
013a85e6f7 Better dispaly of stock status
- Send status text in JSON
- Only display status if it is not "OK"
2019-06-02 13:53:11 +10:00
9577e4e505 Merge remote-tracking branch 'inventree/master'
# Conflicts:
#	InvenTree/static/script/inventree/stock.js
#	InvenTree/stock/forms.py
#	InvenTree/stock/urls.py
#	InvenTree/stock/views.py
2019-06-02 12:51:56 +10:00
82f3773aa1 Merge pull request from SchrodingersGat/server-side-stock-forms
Server side stock forms
2019-06-02 12:50:41 +10:00
6982b2f0c2 Making PEP happy 2019-06-02 12:47:40 +10:00
802ff35cf3 Remove some now unused forms / views / etc 2019-06-02 12:45:44 +10:00
5177b7f836 Remove some defunct javascript 2019-06-02 12:24:40 +10:00
2ee35ec062 Stock counting now works 2019-06-02 12:20:26 +10:00
d365d7cc44 remove from stock now works 2019-06-02 12:15:44 +10:00
1b3ffada6d Add-stock is now working 2019-06-02 12:13:22 +10:00
8dd9034563 Remove 'destination' field if we are not moving stock
- Allow different stock adjustment actions
2019-06-02 12:00:39 +10:00
d1ff115f74 Simplifiy js and improve template / form 2019-06-02 11:47:21 +10:00
c7503b4f9f Consolidated form/view into single 'stock-adjust' endpoint 2019-06-02 11:37:04 +10:00
fe31205017 Stock movement now works! 2019-06-02 11:27:03 +10:00
0b54baf6db POST the stock adjustment method back as a hidden form input 2019-06-02 11:15:12 +10:00
1b7762470d catch a ValueError 2019-06-02 11:14:56 +10:00
96f6f6068e Return message on succses 2019-06-02 11:05:40 +10:00
20963f83d9 Better error reporting for quantity 2019-06-02 11:00:28 +10:00
c228a4998c Extract stock items from POST and return to form 2019-06-02 10:25:19 +10:00
e278bdbb90 Improve filtering for stock items 2019-06-02 09:14:45 +10:00
011f5a5efd Delete rows interactively from stock adjustment form 2019-06-01 22:04:03 +10:00
6a04c8cbd3 Update stock_move form template 2019-06-01 21:16:59 +10:00
8214aef0db Add template for hover_image 2019-06-01 21:13:51 +10:00
3869bc27c9 Whoops, that form was being used.
Created a copy of the form for multiple-item-stock-movements
2019-05-30 09:01:16 +10:00
56821abd09 CSS tweaks for modals 2019-05-29 23:13:26 +10:00
d321947026 Add stock item fields for each item passed to the form 2019-05-29 22:38:42 +10:00
0e3f74ef31 Pass list of selected stock items to the view 2019-05-29 22:24:22 +10:00
0ce6c5f7d5 Redirect non-ajax forms to / 2019-05-29 22:24:17 +10:00
2b4cb4d3e0 Beginning to move the stocktake forms server side 2019-05-29 22:24:11 +10:00
72dc75512b Pass list of selected stock items to the view 2019-05-29 22:23:45 +10:00
f4a052ee2b Redirect non-ajax forms to / 2019-05-29 22:11:03 +10:00
080f9da9c8 Beginning to move the stocktake forms server side 2019-05-29 22:05:13 +10:00
1c1cc670f8 Merge remote-tracking branch 'inventree/master' 2019-05-29 01:06:27 +10:00
da4f68e5a5 Merge pull request from SchrodingersGat/group-stock-items
Group stock items
2019-05-29 01:05:57 +10:00
6a30485a4e Initial work toward fixing stock issues 2019-05-29 01:03:21 +10:00
d512232aac Readable css 2019-05-29 00:54:00 +10:00
ea03205c50 Don't need to detach and re-attach rows any more!! 2019-05-29 00:47:36 +10:00