543 lines
9.9 KiB
SCSS
543 lines
9.9 KiB
SCSS
.PurchaseReport-payment-table-denomination {
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-grow: 1;
|
|
}
|
|
|
|
.PurchaseReport-payment-table {
|
|
flex-grow: 1;
|
|
width: 100%;
|
|
height: 50vh;
|
|
overflow: scroll;
|
|
|
|
.ant-table-cell {
|
|
padding: 8px 10px !important;
|
|
}
|
|
}
|
|
|
|
.PurchaseReport-payment-denomination {
|
|
background-color: #bad4f926;
|
|
// width: 22rem;
|
|
display: flex;
|
|
}
|
|
|
|
.PurchaseReport-payment-dateandheading {
|
|
display: flex;
|
|
column-gap: 3rem;
|
|
flex-direction: column;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.PurchaseReport-payment-Amount-Collected-container {
|
|
text-align: center;
|
|
display: flex;
|
|
flex-direction: column;
|
|
row-gap: 1rem;
|
|
margin: auto;
|
|
}
|
|
|
|
.PurchaseReport-payment-Amount-Collected {
|
|
font-size: 26px;
|
|
font-weight: 600;
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.PurchaseReport-payment-Amount-Collected-table tr {
|
|
display: flex;
|
|
// width: 15rem;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.PurchaseReport-payment-Amount-Collected-table {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
background-color: #fff;
|
|
padding: 4px 4px;
|
|
}
|
|
|
|
.PurchaseReport-payment-border-dashed {
|
|
border-bottom: 1px dashed rgb(46, 46, 46);
|
|
width: 17rem;
|
|
}
|
|
|
|
.PurchaseReport-payment-Amount-Collected-input {
|
|
width: 3rem;
|
|
border: 0px;
|
|
background-color: transparent;
|
|
color: black;
|
|
font-size: 26px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.PurchaseReport-payment-table .ant-table-thead {
|
|
position: sticky;
|
|
top: 0;
|
|
background-color: #bad4f9;
|
|
z-index: 1;
|
|
}
|
|
|
|
.PurchaseReport-payment-table .ant-table-wrapper .ant-table-thead > tr > th,
|
|
.ant-table-wrapper .ant-table-thead > tr > td {
|
|
color: #000000;
|
|
font-size: 14px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.PurchaseReport-payment-Date-from-heading {
|
|
width: 5rem;
|
|
}
|
|
|
|
.PurchaseReport-payment-container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
row-gap: 1rem;
|
|
padding: 0px 17px;
|
|
height: 90vh;
|
|
overflow: scroll;
|
|
padding-bottom: 1rem;
|
|
flex-grow: 1;
|
|
}
|
|
|
|
.PurchaseReport-payment-table-withoutDenom {
|
|
width: 90%;
|
|
}
|
|
|
|
.PurchaseReport-payment-table-withDenom {
|
|
width: 65%;
|
|
flex-grow: 1;
|
|
}
|
|
|
|
.PurchaseReport-payment-table .ant-pagination {
|
|
position: sticky;
|
|
bottom: 0;
|
|
margin: 0 !important;
|
|
background-color: #fff;
|
|
padding: 0.5rem;
|
|
// width: 100vw;
|
|
right: 0;
|
|
}
|
|
|
|
.PurchaseReport-payment-table .ant-table-row > td {
|
|
color: black !important;
|
|
font-weight: 500 !important;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.PurchaseReport-payment-heading {
|
|
font-size: 20px;
|
|
font-weight: 600;
|
|
padding: 0 0 1rem 0;
|
|
}
|
|
|
|
.PurchaseReport-payment-submit-btn-container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
.PurchaseReport-payment-PrinttAndSubmit {
|
|
display: flex;
|
|
column-gap: 30vw;
|
|
}
|
|
|
|
.PurchaseReport-payment-dateaAnd-buttons {
|
|
display: flex;
|
|
column-gap: 22vw;
|
|
row-gap: 0.5rem;
|
|
// flex-wrap: wrap;
|
|
}
|
|
|
|
.PurchaseReport-payment-Date-picker {
|
|
display: flex;
|
|
align-items: center;
|
|
row-gap: 0.5rem;
|
|
// column-gap: 10rem;
|
|
// width: 80%;
|
|
justify-content: space-evenly;
|
|
}
|
|
|
|
.PurchaseReport-payment-Date .ant-picker {
|
|
width: 20rem;
|
|
}
|
|
|
|
.PurchaseReport-payment-submit-btn {
|
|
padding: 0.6rem 0.5rem;
|
|
background-color: var(--PRIMARY_BUTTON_BG_COLOR) !important;
|
|
// margin-bottom: 2px;
|
|
font-size: 16px;
|
|
font-family: "Gilroy";
|
|
color: #ffffff;
|
|
border-radius: 5px;
|
|
border: none;
|
|
cursor: pointer;
|
|
}
|
|
|
|
// .PurchaseReport-payment-submit-btn:hover {
|
|
// background-color: #a8a8a8;
|
|
// }
|
|
.PurchaseReport-payment-PrinterIcon-Container {
|
|
cursor: pointer;
|
|
// position: absolute;
|
|
// top: 2rem;
|
|
// right: 15rem;
|
|
}
|
|
|
|
.PurchaseReport-payment-printerIcon {
|
|
font-size: 25px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.PurchaseReport-payment-printerIcon:hover {
|
|
color: #414141;
|
|
}
|
|
|
|
.PurchaseReport-payment-Date {
|
|
display: flex;
|
|
column-gap: 1rem;
|
|
align-items: center;
|
|
}
|
|
|
|
.PurchaseReport-payment-Details-container {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin-right: 2rem;
|
|
column-gap: 1rem;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.PurchaseReport-payment-Details {
|
|
margin-left: 0.7rem;
|
|
display: flex;
|
|
column-gap: 1rem;
|
|
row-gap: 0.5rem;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.PurchaseReport-payment-Details-buttons {
|
|
border: none;
|
|
padding: 0.6rem 1rem;
|
|
width: max-content;
|
|
background-color: #006aff;
|
|
border-radius: 5px;
|
|
color: #fff;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.PurchaseReport-payment-printerIcon {
|
|
font-size: 30px;
|
|
}
|
|
|
|
.PurchaseReport-payment-table-denomination-container {
|
|
margin: 1rem 1rem;
|
|
}
|
|
|
|
.PurchaseReport-payment-Date p {
|
|
font-size: 15px;
|
|
color: #5a5a5a;
|
|
margin-left: 5px;
|
|
text-wrap: nowrap;
|
|
}
|
|
|
|
.PurchaseReport-payment-table-denomination {
|
|
overflow: scroll;
|
|
// height: clamp(30vh, vh, 80vh);
|
|
}
|
|
|
|
.PurchaseReport-payment-table-denomination .ant-table-thead tr .ant-table-cell {
|
|
font-size: 25px;
|
|
font-weight: 800;
|
|
}
|
|
|
|
.PurchaseReport-payment-toggle-container {
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
column-gap: 1rem;
|
|
}
|
|
|
|
.PurchaseReport-payment-master-container {
|
|
display: flex;
|
|
// flex-wrap: wrap;
|
|
}
|
|
|
|
.PurchaseReport-payment-table-denomination .ant-table-thead {
|
|
background-color: #bad4f9;
|
|
position: sticky;
|
|
top: 0;
|
|
z-index: 2;
|
|
}
|
|
|
|
.PurchaseReport-payment-coontent-body {
|
|
display: flex;
|
|
column-gap: 2rem;
|
|
}
|
|
|
|
.PurchaseReport-payment-denomination-container {
|
|
display: flex;
|
|
// justify-content: space-evenly;
|
|
align-items: center;
|
|
width: 35%;
|
|
}
|
|
|
|
.PurchaseReport-payment-mobile-screen-Denomination {
|
|
display: none;
|
|
}
|
|
|
|
.PurchaseReport-payment-PrinterIcon-Container {
|
|
cursor: pointer;
|
|
// position: absolute;
|
|
// top: 1rem;
|
|
// right: 0rem;
|
|
}
|
|
|
|
.PurchaseReport-payment-netAmount {
|
|
font-size: 23px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.PurchaseReport-payment-table .ant-table-wrapper .ant-table-thead > tr > th,
|
|
.ant-table-wrapper .ant-table-thead > tr > td {
|
|
font-size: 12px;
|
|
color: #000000;
|
|
}
|
|
|
|
.PurchaseReport-payment-table .ant-table-cell {
|
|
color: #000000;
|
|
}
|
|
|
|
.PurchaseReport-payment-total-amoutnt-container {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
.PurchaseReport-payment-datepic {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
gap: 1rem;
|
|
align-items: center;
|
|
}
|
|
|
|
.PurchaseReport-payment-submit-prnt {
|
|
display: flex;
|
|
// width: 100%;
|
|
gap: 1rem;
|
|
justify-content: space-evenly;
|
|
align-items: center;
|
|
}
|
|
|
|
.reportValueEnd {
|
|
width: 80px;
|
|
text-align: end;
|
|
}
|
|
|
|
.reportHeaderEnd {
|
|
width: 100px;
|
|
text-align: start;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
text-wrap-mode: nowrap;
|
|
}
|
|
|
|
@media only screen and (max-width: 499px) {
|
|
.PurchaseReport-payment-table-withoutDenom {
|
|
width: 100%;
|
|
}
|
|
|
|
.PurchaseReport-payment-submit-prnt {
|
|
display: flex;
|
|
flex-direction: column-reverse;
|
|
position: absolute;
|
|
right: 3px;
|
|
top: 7rem;
|
|
}
|
|
|
|
.PurchaseReport-payment-submit-btn {
|
|
font-size: 14px;
|
|
// margin-right: 0.1rem;
|
|
}
|
|
|
|
.PurchaseReport-payment-table {
|
|
width: 100% !important;
|
|
overflow: auto;
|
|
}
|
|
|
|
.PurchaseReport-payment-Amount-Collected {
|
|
margin-top: 0 !important;
|
|
font-size: 15px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.PurchaseReport-payment-total-amoutnt-container {
|
|
justify-content: flex-start !important;
|
|
}
|
|
|
|
.PurchaseReport-payment-Amount-Collected-table tr {
|
|
justify-content: flex-start;
|
|
column-gap: 1rem;
|
|
}
|
|
|
|
.PurchaseReport-payment-border-dashed {
|
|
width: 10rem;
|
|
}
|
|
|
|
.PurchaseReport-payment-Amount-Collected-table {
|
|
justify-content: flex-start;
|
|
}
|
|
|
|
.centerPageSub {
|
|
margin: 0 !important;
|
|
}
|
|
|
|
.PurchaseReport-payment-datepic {
|
|
gap: 0 !important;
|
|
}
|
|
|
|
.PurchaseReport-payment-Amount-Collected-container {
|
|
gap: 0 !important;
|
|
}
|
|
|
|
.PurchaseReport-payment-netAmount {
|
|
font-size: 15px;
|
|
}
|
|
|
|
.Denomination-li {
|
|
column-gap: 1rem;
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 768px) {
|
|
.PurchaseReport-payment-PrinterIcon-Container {
|
|
cursor: pointer;
|
|
position: absolute;
|
|
top: 1rem;
|
|
right: 7rem;
|
|
}
|
|
|
|
.PurchaseReport-payment-mobile-screen-Denomination {
|
|
display: flex;
|
|
}
|
|
|
|
.PurchaseReport-payment-denomination-container {
|
|
display: none;
|
|
}
|
|
|
|
.PurchaseReport-payment-denomination {
|
|
display: none;
|
|
}
|
|
|
|
.PurchaseReport-payment-container {
|
|
padding: 15px 15px;
|
|
row-gap: 0.5rem !important;
|
|
}
|
|
|
|
.PurchaseReport-payment-toggle-container {
|
|
display: none;
|
|
}
|
|
|
|
.overalTotal {
|
|
width: 7rem;
|
|
font-size: 20px;
|
|
}
|
|
|
|
.PurchaseReport-payment-heading {
|
|
padding: 0;
|
|
}
|
|
|
|
.PurchaseReport-payment-Date-picker {
|
|
width: 80%;
|
|
}
|
|
|
|
.PurchaseReport-payment-heading {
|
|
font-size: 18px;
|
|
}
|
|
|
|
.PurchaseReport-payment-dateaAnd-buttons {
|
|
column-gap: 4rem !important;
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 380px) {
|
|
.PurchaseReport-payment-PrinterIcon-Container {
|
|
top: 1.5rem;
|
|
right: 0rem;
|
|
}
|
|
|
|
.PurchaseReport-payment-container {
|
|
padding: 10px 10px;
|
|
}
|
|
|
|
// .PurchaseReport-payment-table {
|
|
// width: 90vw !important;
|
|
// overflow: auto;
|
|
|
|
// }
|
|
}
|
|
|
|
.PurchaseReport-payment-printerIcon-disabled {
|
|
opacity: 0.5;
|
|
/* You can adjust the opacity to visually indicate it's disabled */
|
|
pointer-events: none;
|
|
/* Disable pointer events so it won't respond to clicks */
|
|
cursor: not-allowed;
|
|
/* Change cursor to indicate it's not clickable */
|
|
font-size: 30px;
|
|
}
|
|
|
|
.datewise-userDropDown {
|
|
height: 3rem;
|
|
}
|
|
|
|
// .PurchaseReport-payment-mobile-screen-Denomination .Denomination-container {
|
|
// display: none;
|
|
// }
|
|
|
|
.PurchaseReport-payment-table {
|
|
overflow: auto;
|
|
width: 70vw;
|
|
|
|
height: 50vh !important;
|
|
}
|
|
|
|
.PurchaseReport-payment-table .ant-table-thead {
|
|
position: sticky;
|
|
top: 0;
|
|
// background-color: #f3f3f3;
|
|
z-index: 1;
|
|
}
|
|
|
|
.PurchaseReport-payment-table .ant-pagination {
|
|
position: sticky;
|
|
bottom: 0;
|
|
margin: 0 !important;
|
|
padding: 0.5rem;
|
|
background-color: #fafafa;
|
|
}
|
|
|
|
.PurchaseReport-payment-table-inside {
|
|
overflow: auto;
|
|
width: 50vw;
|
|
|
|
height: 50vh !important;
|
|
}
|
|
|
|
.PurchaseReport-payment-table-inside .ant-table-thead {
|
|
position: sticky;
|
|
top: 0;
|
|
// background-color: #f3f3f3;
|
|
z-index: 1;
|
|
}
|
|
|
|
.PurchaseReport-payment-table-inside .ant-pagination {
|
|
position: sticky;
|
|
bottom: 0;
|
|
margin: 0 !important;
|
|
padding: 0.5rem;
|
|
background-color: #fafafa;
|
|
}
|
|
.PurchaseSearch {
|
|
display: flex;
|
|
width: 11rem;
|
|
}
|