You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* creates confirmation modal for transfers and sums up items
* call combine! on line_items to merge duplicates
* tests the merging of same items in modal and controller
* fixes linting
* fixes flakey capybara test
* updates transfer markdown documentation with new confirmation modal info
* fixes erb lint
* fixes wording on inventory_transfers md
* fixes unused test context
<p>Please confirm that the above list is what you meant to transfer and that the comment is correct.</p>
33
+
</div>
34
+
</div>
35
+
36
+
<%# Actions %>
37
+
<divclass="modal-footer">
38
+
<buttonid="modalNo" type="button" class="btn btn-secondary" data-bs-dismiss="modal" aria-label="No I need to make changes">No, I need to make changes</button>
Copy file name to clipboardExpand all lines: docs/user_guide/bank/inventory_transfers.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,8 @@ The Comment field is a good place to note the reason for the Transfer, but you c
20
20
21
21
Then select the Item and quantity for each Item that is being Transferred. If you have [barcodes](inventory_barcodes.md) set up, you can use your barcode reader to "boop" in the materials being Transferred.
22
22
23
-
When you are done, click "Save". The system will check that you have enough inventory in "From" to cover the Transfer. If so, the inventory changes will take place immediately.
23
+
When you are done, click "Save". If so, a confirmation modal will pop up. Review the contents of the transfer and click the 'Yes, it's correct' button to begin the transfer. The system will check that you have enough inventory in "From" to cover the Transfer before the inventory changes take place.
0 commit comments