feat: enhance barcode scanner to support warehouse scanning (backport #48865) (#49162)

Co-authored-by: Sagar Vora <16315650+sagarvora@users.noreply.github.com>
Co-authored-by: Soni Karm <93865733+karm1000@users.noreply.github.com>
This commit is contained in:
mergify[bot]
2025-08-14 13:20:01 +05:30
committed by GitHub
parent 8d9095def0
commit ad052d72d7
18 changed files with 318 additions and 46 deletions

View File

@@ -593,3 +593,11 @@ body[data-route="pos"] {
.frappe-control[data-fieldname="other_charges_calculation"] .ql-editor {
white-space: normal;
}
.btn-clear-last-scanned-warehouse {
position: absolute;
right: 8px;
top: 50%;
transform: translateY(-50%);
z-index: 1;
}