[Enhancement] POS, numeric keypad

This commit is contained in:
Rohit Waghchaure
2017-02-24 18:02:50 +05:30
parent db206f2d10
commit e30f83a8af
6 changed files with 137 additions and 16 deletions

View File

@@ -74,7 +74,7 @@
border-bottom: 1px solid #d1d8dd;
}
.item-list-area {
.item-list-area, .list-customers {
padding: 15px 0px;
overflow-y: scroll;
height: ~"calc(100vh - 162px)";
@@ -102,6 +102,22 @@
margin-right: -15px;
}
.item-cart {
overflow-y: scroll;
height: ~"calc(100vh - 60vh)";
}
.edit-pos-item {
height: 40px;
font-size: 14px;
border-top: 1px solid @border-color;
}
.pos-bill-item:hover {
background-color: #f5f7fa;
cursor: pointer;
}
.pos-bill-row {
margin: 0px;
padding: 7px 0px;
@@ -197,13 +213,21 @@
.pos-keyboard-key, .delete-btn {
border: 1px solid #d1d8dd;
height:85px;
width:85px;
margin:10px 10px;
font-size:24px;
height:69px;
width:69px;
font-size:20px;
font-weight:200;
background-color: #FDFDFD;
border-color: #e8e8e8;
margin-left:-4px;
}
.pos-pay {
height:69px;
width:69px;
font-size:17px;
font-weight:200;
margin-left:-4px;
}
.multimode-payments {