[POS] Enhancement to set default payment as cash, functionality to clear amount value, renamed doctype Payments and some fixes.

This commit is contained in:
Rohit Waghchaure
2016-06-13 21:37:10 +05:30
parent d1eba515e9
commit 9fe40d557f
14 changed files with 157 additions and 86 deletions

View File

@@ -177,7 +177,8 @@
.pos-payment-row {
border-bottom:1px solid #d1d8dd;
margin: 2px 0px 5px 0px;
margin: 2px 0px 5px 0px;
height: 60px;
}
.pos-payment-row:hover, .pos-keyboard-key:hover{
@@ -196,10 +197,6 @@
border-color: #e8e8e8;
}
.amount {
margin-top: 5px;
}
.amount-label {
font-size: 16px;
}