changed field name, validation for change amount account, validation for serial no qty

This commit is contained in:
Rohit Waghchaure
2016-08-17 16:20:13 +05:30
parent baef2624a2
commit e4e69ec027
7 changed files with 52 additions and 27 deletions

View File

@@ -137,12 +137,14 @@
font-size: 15px;
}
.pos-payment-row .col-xs-6 {
padding: 10px;
padding: 15px;
}
.pos-payment-row {
border-bottom: 1px solid #d1d8dd;
margin: 2px 0px 5px 0px;
height: 60px;
margin-top: 0px;
margin-bottom: 0px;
}
.pos-payment-row:hover,
.pos-keyboard-key:hover {
@@ -202,3 +204,8 @@ body[data-route="pos"] .modal-dialog {
.pos-invoice-list {
padding: 15px 10px;
}
.write_off_amount,
.change_amount {
margin: 15px;
width: 130px;
}