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

15127 Commits

Author SHA1 Message Date
08bab0a1b9 Merge pull request from SchrodingersGat/security-fix
Update requirements.txt
2020-08-03 19:53:34 +10:00
481eeb8338 Update requirements.txt 2020-08-03 19:36:41 +10:00
e0e82dabf3 Merge pull request from SchrodingersGat/allow-empty-stock
Allow creation of a stock item with zero quantity
2020-07-30 21:09:57 +10:00
10691b3d03 Allow creation of a stock item with zero quantity 2020-07-30 21:05:37 +10:00
8a1f358505 Merge pull request from SchrodingersGat/allow-staff-delete
Allow staff delete
2020-07-30 20:29:57 +10:00
b7f30ee136 Update translations 2020-07-30 20:26:14 +10:00
d90edab59f Staff users are allowed to delete stock items that otherwise are not able to be deleted 2020-07-30 20:23:46 +10:00
d1d5b45073 Merge remote-tracking branch 'inventree/master' 2020-07-22 14:52:57 +10:00
daab81fa2c Merge pull request from eeintech/allow_api_thumbnail_update
Allowing Part thumbnail (image) update via API
2020-07-22 09:19:43 +10:00
f386039d5a Added validation method for uploaded file using imghdr library 2020-07-21 16:01:17 -05:00
af70dd5dfe Allowing Part thumbnail (image) update via API 2020-07-20 16:16:26 -05:00
51c194fb8f Merge branch 'master' of github.com:eeintech/InvenTree into bom_dev 2020-07-19 15:05:07 -05:00
6994af411d Merge remote-tracking branch 'inventree/master' 2020-07-18 13:31:07 +10:00
5209a7a1b0 Merge pull request from SchrodingersGat/fix-filters
Adds table filters for stock assigned to a particular customer
2020-07-14 16:05:44 +10:00
0152ae79ef Adds table filters for stock assigned to a particular customer 2020-07-14 15:54:03 +10:00
3b98d85143 Merge branch 'master' of github:eeintech/InvenTree into bom_dev 2020-07-09 08:48:41 -05:00
46586ba960 Corrected typo in part.models, simplified MakeBomTemplate function 2020-07-09 08:47:52 -05:00
cfd1194a6e Merge pull request from eeintech/api_delete_inactive_part
API: Allow part deletion if inactive
2020-07-09 19:42:51 +10:00
9b7977a217 API: Allow part deletion if inactive 2020-07-08 10:56:23 -05:00
5f2ca784c9 Merge branch 'negative-stock-fix' 2020-06-28 19:26:56 +10:00
3d7676e292 Merge pull request from SchrodingersGat/negative-stock-fix
Improve logic of "quantity_to_order" function
2020-06-28 19:23:37 +10:00
25b7f0b7ee Merge pull request from SchrodingersGat/star-filter-fix
Fix filter logic for 'starred' parts
2020-06-28 19:14:55 +10:00
3d245c7ce3 Improve logic of "quantity_to_order" function 2020-06-28 19:14:51 +10:00
134a688e4a Fix filter logic for 'starred' parts 2020-06-28 19:08:13 +10:00
8ac23c080f Merge pull request from SchrodingersGat/tweaks
"Active" part toggle is always enabled
2020-06-22 11:33:39 +10:00
fa3d2d005a "Active" part toggle is always enabled 2020-06-22 11:27:59 +10:00
da70af7ba0 Merge pull request from SchrodingersGat/show_non_stock
Add ability to display "out of stock" items against a part
2020-06-22 10:55:12 +10:00
930f903f5d Add ability to display "out of stock" items against a part 2020-06-22 10:48:41 +10:00
16bea33695 Merge pull request from SchrodingersGat/name-conventions
Update verbose names for some fields
2020-06-13 20:52:15 +10:00
dedc25d681 Update verbose names for some fields 2020-06-13 20:46:19 +10:00
82433db1ea Merge remote-tracking branch 'inventree/master' 2020-06-12 18:16:23 +10:00
2047b2d7d7 Merge pull request from SchrodingersGat/moar-buttons
Reorganize buttons for "Part" view
2020-06-12 18:16:06 +10:00
2e91f64a96 Add (disabled) print-label button for Part display 2020-06-12 18:13:14 +10:00
1ad4b8b131 Reorganize buttons for "Part" view 2020-06-12 18:11:57 +10:00
a63219466f Merge pull request from SchrodingersGat/barcode-suppor
Barcode support
2020-06-12 17:57:36 +10:00
9757fb06db Fix a weird button issue
- reloadTable() was causing the button 'click' handler to fire...
- NFI why this is happening
2020-06-12 16:47:57 +10:00
ab4e6548dc Transfer stock items into a stock location using barcode scanning 2020-06-12 16:29:08 +10:00
351a55c9ea Add the concept of "action groups" to the buttons for the Stock Location view 2020-06-12 11:14:33 +10:00
e1c503836d Improve barcode icon in navbar 2020-06-12 10:56:52 +10:00
8cafaa0e62 Make barcode javascript translatable 2020-06-12 10:43:27 +10:00
6064c6ceb5 Add dialog for linking a barcode with a stock item 2020-06-12 10:26:23 +10:00
b559816dca Update translations 2020-06-12 10:25:07 +10:00
ba94b340dd Add function to un-link barcode from a stock item 2020-06-12 10:12:31 +10:00
beccbe8583 Flake fixes 2020-06-11 19:46:36 +10:00
07be08d0f3 "Simplify" qr code display 2020-06-11 19:40:44 +10:00
4bb9c4c559 Prevent barcode data being entered multiple times 2020-06-11 19:27:32 +10:00
2d9b75c6ae Include URL data in barcode scan endpoint 2020-06-11 19:21:38 +10:00
3aecb110a5 Add qrcode icon as prefix to barcode input 2020-06-11 19:05:55 +10:00
503d5a41b1 Add global 'barcode-scan' button 2020-06-11 18:09:43 +10:00
e943681baa Add translations for error messages 2020-06-11 18:09:06 +10:00