Merge pull request 'Dev Issue Fixing' (#297) from Sales-Optimization into main
Reviewed-on: Pozomind/pozo-retail-app#297
This commit is contained in:
commit
7dec571a64
|
|
@ -104,7 +104,10 @@ const BSBillingTable3overall = () => {
|
|||
? 'BSTable3_overallLayout1 BSTable3_overall-1'
|
||||
: 'BSTable3_overall'
|
||||
}
|
||||
style={{ height: containerHeight }}
|
||||
// style={{ height: containerHeight }}
|
||||
style={{
|
||||
height: isMobile ? '75vh' : '85vh',
|
||||
}}
|
||||
>
|
||||
{/* ✅ Cart/Table */}
|
||||
{isCartOpen && (!isSmallScreen || tableData) && (
|
||||
|
|
|
|||
|
|
@ -3891,19 +3891,7 @@ const StockForm = ({ formType }) => {
|
|||
style={{ width: '250px' }}
|
||||
></AutoComplete>
|
||||
</FloatLabel>
|
||||
{/* <Tooltip title={'BarCode/QrCode'} placement={'top'}>
|
||||
<BsUpcScan
|
||||
strokeWidth={0.5}
|
||||
color="#000"
|
||||
style={{
|
||||
fontSize: '16px',
|
||||
color: scanner ? '#52c41a' : '#888',
|
||||
fontWeight: '600',
|
||||
}}
|
||||
className="product-scan-Icon"
|
||||
onClick={handleScanSearch}
|
||||
/>
|
||||
</Tooltip> */}
|
||||
|
||||
{isMobile ? (
|
||||
<div className="IsmoBileBarcode">
|
||||
<BarCodeScan
|
||||
|
|
|
|||
|
|
@ -325,7 +325,7 @@
|
|||
overflow: auto;
|
||||
scrollbar-width: none;
|
||||
width: inherit;
|
||||
height: 85vh !important;
|
||||
// height: 85vh !important;
|
||||
gap: 4px;
|
||||
border-radius: 10px;
|
||||
@media (max-width: 768px) {
|
||||
|
|
|
|||
|
|
@ -284,6 +284,8 @@ body {
|
|||
gap: 2px;
|
||||
padding: 2px 6px;
|
||||
background: linear-gradient(to bottom right, #2a3447, #1e2536);
|
||||
position: relative;
|
||||
bottom: 1px;
|
||||
.SalesCountComponent-Master {
|
||||
color: #fff;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -454,6 +454,9 @@ body {
|
|||
gap: 2px;
|
||||
padding: 2px 6px;
|
||||
background: linear-gradient(to bottom right, #2a3447, #1e2536);
|
||||
position: relative;
|
||||
bottom: 1px;
|
||||
|
||||
.SalesCountComponent-Master {
|
||||
color: #fff;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -468,6 +468,9 @@
|
|||
gap: 2px;
|
||||
padding: 2px 6px;
|
||||
background: linear-gradient(to bottom right, #2a3447, #1e2536);
|
||||
position: relative;
|
||||
bottom: 1px;
|
||||
|
||||
.SalesCountComponent-Master {
|
||||
color: #fff;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -272,6 +272,9 @@
|
|||
gap: 2px;
|
||||
padding: 2px 6px;
|
||||
background: linear-gradient(to bottom right, #2a3447, #1e2536);
|
||||
position: relative;
|
||||
bottom: 1px;
|
||||
|
||||
.SalesCountComponent-Master {
|
||||
color: #fff;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -157,6 +157,9 @@
|
|||
gap: 2px;
|
||||
padding: 2px 6px;
|
||||
background: linear-gradient(to bottom right, #2a3447, #1e2536);
|
||||
position: relative;
|
||||
bottom: 1px;
|
||||
|
||||
.SalesCountComponent-Master {
|
||||
color: #fff;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -262,6 +262,9 @@
|
|||
gap: 2px;
|
||||
padding: 2px 6px;
|
||||
background: linear-gradient(to bottom right, #2a3447, #1e2536);
|
||||
position: relative;
|
||||
bottom: 1px;
|
||||
|
||||
.SalesCountComponent-Master {
|
||||
color: #fff;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -513,6 +513,18 @@
|
|||
top: 35%;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.IsmoBileBarcode {
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
top: 35%;
|
||||
.BarCodeScanMaster {
|
||||
padding: 0 !important;
|
||||
svg {
|
||||
font-size: 25px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.Bulkuploadpost {
|
||||
|
|
|
|||
|
|
@ -432,6 +432,17 @@
|
|||
top: 35%;
|
||||
cursor: pointer;
|
||||
}
|
||||
.IsmoBileBarcode {
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
top: 25%;
|
||||
.BarCodeScanMaster {
|
||||
padding: 0 !important;
|
||||
svg {
|
||||
font-size: 25px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.extracted-data-form {
|
||||
|
|
|
|||
Loading…
Reference in New Issue