to do req_bill_format and status changed after pay

This commit is contained in:
Yan
2017-06-12 00:45:26 +06:30
parent 518e15f5d1
commit f834911587
19 changed files with 567 additions and 248 deletions

View File

@@ -8,9 +8,13 @@
// padding-top: 4.5rem;
// }
.orders-table {
cursor: pointer;
}
.cashier_number{
height:76px;
line-height:80px;
height:60px;
line-height:60px;
text-align:center;
background:#54A5AF;
float:left;
@@ -25,15 +29,20 @@
}
.long{
width:100%
width:100%;
}
.sold {
background-color: red;
}
.paid {
background-color: green;
}
.selected-item {
background-color: blue;
color: #fff !important;
background-color: blue !important;
}
/* Reciept Style */
@@ -76,3 +85,17 @@
select.form-control {
height: inherit !important;
}
.form-horizontal .form-group {
margin-right: 0px !important;
}
/* Discount */
.discount-item-row {
cursor: pointer;
}
tr.discount-item-row:hover {
background-color: #e3e3e3 !important;
}