partial update transaction work with stock product
This commit is contained in:
@@ -1,67 +1,71 @@
|
||||
.uppercaseFontCss input,
|
||||
.uppercaseFontCss textarea,
|
||||
.uppercaseFontCss .filter-option-inner-inner{
|
||||
.uppercaseFontCss .filter-option-inner-inner {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.nonecaseFontCss input,
|
||||
.nonecaseFontCss textarea,
|
||||
.nonecaseFontCss .filter-option-inner-inner{
|
||||
.nonecaseFontCss .filter-option-inner-inner {
|
||||
text-transform: none !important;
|
||||
}
|
||||
|
||||
.wrapperbtnToAdmin{
|
||||
.wrapperbtnToAdmin {
|
||||
height: 100%;
|
||||
padding-top: 16px;
|
||||
}
|
||||
.blockTtd{
|
||||
.blockTtd {
|
||||
text-align: center;
|
||||
}
|
||||
.sectionPrint{
|
||||
.sectionPrint {
|
||||
padding: 20px;
|
||||
}
|
||||
.tablePartBengkel, .tableJasaBengkel, .tablePembayaran, .faktur-service-info, .kerja-service-info{
|
||||
.tablePartBengkel,
|
||||
.tableJasaBengkel,
|
||||
.tablePembayaran,
|
||||
.faktur-service-info,
|
||||
.kerja-service-info {
|
||||
width: 100%;
|
||||
}
|
||||
.tandaTanganPrint{
|
||||
.tandaTanganPrint {
|
||||
border-bottom: 1px solid #ccc;
|
||||
padding-top: 10px;
|
||||
padding-bottom: : 2px;
|
||||
padding-bottom: 2px;
|
||||
min-height: 50px;
|
||||
}
|
||||
.headTablePrint{
|
||||
.headTablePrint {
|
||||
border-bottom: 1px dashed #ccc;
|
||||
}
|
||||
.infoKendaraanDanMekanik{
|
||||
.infoKendaraanDanMekanik {
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
.headerPrint{
|
||||
.headerPrint {
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
.faktur-service-info td{
|
||||
.faktur-service-info td {
|
||||
padding-right: 10px;
|
||||
}
|
||||
.kerja-service-info td{
|
||||
.kerja-service-info td {
|
||||
padding-right: 10px;
|
||||
}
|
||||
.inputUppercase{
|
||||
text-transform:uppercase
|
||||
.inputUppercase {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.btnAddDadakan{
|
||||
.btnAddDadakan {
|
||||
/*position: absolute;*/
|
||||
/*right: -4px;*/
|
||||
margin-left: 24px;
|
||||
}
|
||||
.product-item-harga-subtotal{
|
||||
position: absolute;
|
||||
.product-item-harga-subtotal {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
}
|
||||
.product-item-harga-total{
|
||||
.product-item-harga-total {
|
||||
position: relative;
|
||||
font-weight: bold;
|
||||
}
|
||||
.text-harga-total{
|
||||
position: absolute;
|
||||
.text-harga-total {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
}
|
||||
.product-item {
|
||||
@@ -69,12 +73,12 @@
|
||||
position: relative;
|
||||
}
|
||||
.product-item:last-of-type {
|
||||
margin-bottom: 0px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
.label-repeater-hd{
|
||||
.label-repeater-hd {
|
||||
display: none !important;
|
||||
}
|
||||
.label-repeater-hd:first-of-type{
|
||||
.label-repeater-hd:first-of-type {
|
||||
display: block;
|
||||
}
|
||||
|
||||
@@ -84,7 +88,7 @@
|
||||
.label.label-lg {
|
||||
height: 24px;
|
||||
width: 24px;
|
||||
font-size: .9rem;
|
||||
font-size: 0.9rem;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
padding: 2px 15px;
|
||||
@@ -93,7 +97,7 @@
|
||||
margin-right: 5px;
|
||||
}
|
||||
.label.label-rounded {
|
||||
border-radius: border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.label.label-waiting {
|
||||
color: #fff;
|
||||
@@ -127,29 +131,29 @@
|
||||
color: #fff;
|
||||
background-color: #3699ff;
|
||||
}
|
||||
.legendHeader{
|
||||
margin-top: 54px !important;
|
||||
.legendHeader {
|
||||
margin-top: 54px !important;
|
||||
padding-top: 17px;
|
||||
}
|
||||
.legendBlock {
|
||||
display: inline-block;
|
||||
margin-right: 15px;
|
||||
display: inline-block;
|
||||
margin-right: 15px;
|
||||
}
|
||||
#content-order-list{
|
||||
margin-top: 40px;
|
||||
#content-order-list {
|
||||
margin-top: 40px;
|
||||
}
|
||||
#content-order-list .kt-portlet__body{
|
||||
background: #fff;
|
||||
#content-order-list .kt-portlet__body {
|
||||
background: #fff;
|
||||
color: #646c9a;
|
||||
border-radius: 0px;
|
||||
}
|
||||
.btn{
|
||||
cursor: pointer !important;
|
||||
.btn {
|
||||
cursor: pointer !important;
|
||||
}
|
||||
.wrapText{
|
||||
white-space: pre-line;
|
||||
.wrapText {
|
||||
white-space: pre-line;
|
||||
}
|
||||
.blockTrxNote{
|
||||
.blockTrxNote {
|
||||
border: 1px solid #ddd;
|
||||
padding: 10px;
|
||||
margin-left: 10px;
|
||||
@@ -158,7 +162,83 @@
|
||||
}
|
||||
|
||||
@media print {
|
||||
body, html {
|
||||
font-family: 'Verdana';
|
||||
body,
|
||||
html {
|
||||
font-family: "Verdana";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* SweetAlert Icon Centering - Global */
|
||||
.swal2-icon {
|
||||
display: flex !important;
|
||||
align-items: center !important;
|
||||
justify-content: center !important;
|
||||
margin: 0 auto !important;
|
||||
}
|
||||
|
||||
.swal2-icon .swal2-icon-content {
|
||||
display: flex !important;
|
||||
align-items: center !important;
|
||||
justify-content: center !important;
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
}
|
||||
|
||||
.swal2-popup {
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
.swal2-title {
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
.swal2-content {
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
.swal2-actions {
|
||||
justify-content: center !important;
|
||||
}
|
||||
|
||||
/* Additional SweetAlert styling for better appearance */
|
||||
.swal2-popup {
|
||||
border-radius: 0.5rem !important;
|
||||
font-family: inherit !important;
|
||||
}
|
||||
|
||||
.swal2-title {
|
||||
font-size: 1.5rem !important;
|
||||
font-weight: 600 !important;
|
||||
color: #495057 !important;
|
||||
}
|
||||
|
||||
.swal2-content {
|
||||
font-size: 1rem !important;
|
||||
color: #6c757d !important;
|
||||
}
|
||||
|
||||
.swal2-actions .swal2-confirm {
|
||||
background-color: #007bff !important;
|
||||
border-color: #007bff !important;
|
||||
border-radius: 0.375rem !important;
|
||||
padding: 0.5rem 1.5rem !important;
|
||||
font-weight: 500 !important;
|
||||
}
|
||||
|
||||
.swal2-actions .swal2-cancel {
|
||||
background-color: #6c757d !important;
|
||||
border-color: #6c757d !important;
|
||||
border-radius: 0.375rem !important;
|
||||
padding: 0.5rem 1.5rem !important;
|
||||
font-weight: 500 !important;
|
||||
}
|
||||
|
||||
.swal2-actions .swal2-confirm:hover {
|
||||
background-color: #0056b3 !important;
|
||||
border-color: #0056b3 !important;
|
||||
}
|
||||
|
||||
.swal2-actions .swal2-cancel:hover {
|
||||
background-color: #545b62 !important;
|
||||
border-color: #545b62 !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user