add account_id to od_item and sale_item table

This commit is contained in:
Yan
2017-06-21 14:49:01 +06:30
parent 9137436b70
commit e3b3ff76b2
7 changed files with 180 additions and 15 deletions

View File

@@ -9,6 +9,7 @@
// min-height: 75rem;
// padding-top: 4.5rem;
// }
.others-payment{
line-height:100px;
text-align:center;
@@ -41,12 +42,13 @@
.pay{
width: 98%;
height:211px;
height:211px;
line-height:211px;
text-align:center;
font-size:20px;
color:white;
}
.payment{
height:70px;line-height:70px;align:center;color:white;font-size:16px;margin-bottom:1px;
}
@@ -58,6 +60,7 @@
.credit-color{
background-color:#FFCCBC;
}
.other-payment-color{
background-color:#E1BEE7;
}
@@ -100,6 +103,11 @@
background-color: blue !important;
}
.selected-account {
color: #fff !important;
background-color: blue !important;
}
/* Reciept Style */
#order-charges-table td {
border-top: none !important;