priceoveride
This commit is contained in:
parent
f19111d431
commit
1b58b46002
|
|
@ -324,7 +324,7 @@ const BSBillingTable3Pay = () => {
|
||||||
const ProdSubCat = useSelector(GlobalProductSubCategorie);
|
const ProdSubCat = useSelector(GlobalProductSubCategorie);
|
||||||
const BSLayoutData = useSelector(getTemplateData);
|
const BSLayoutData = useSelector(getTemplateData);
|
||||||
const Combodata = useSelector(GlobalCombocarddata, shallowEqual);
|
const Combodata = useSelector(GlobalCombocarddata, shallowEqual);
|
||||||
console.log(PaymentOptions, "PaymentOptions")
|
|
||||||
const Custdisable = useSelector(GlobalSelectedCustDisable);
|
const Custdisable = useSelector(GlobalSelectedCustDisable);
|
||||||
const SettingDataSelector = useSelector(PreferenceData);
|
const SettingDataSelector = useSelector(PreferenceData);
|
||||||
|
|
||||||
|
|
@ -394,6 +394,7 @@ const BSBillingTable3Pay = () => {
|
||||||
);
|
);
|
||||||
|
|
||||||
console.log(OrderCardDetail, 'OrderCardDetail');
|
console.log(OrderCardDetail, 'OrderCardDetail');
|
||||||
|
//Total calculation
|
||||||
const TotalItems = OrderCardDetail?.length;
|
const TotalItems = OrderCardDetail?.length;
|
||||||
const [formattedDate, setFormattedDate] = useState('');
|
const [formattedDate, setFormattedDate] = useState('');
|
||||||
const [UpiOptionOpen, setUpiOptionOpen] = useState(false);
|
const [UpiOptionOpen, setUpiOptionOpen] = useState(false);
|
||||||
|
|
@ -436,7 +437,6 @@ const BSBillingTable3Pay = () => {
|
||||||
const [PaymentgatewayUPI, setPaymentgatewayUPI] = useState([]);
|
const [PaymentgatewayUPI, setPaymentgatewayUPI] = useState([]);
|
||||||
const [PaymentDeviceUPI, setPaymentDeviceUPI] = useState([]);
|
const [PaymentDeviceUPI, setPaymentDeviceUPI] = useState([]);
|
||||||
const [UpiPayOption, setUpiPayOption] = useState([]);
|
const [UpiPayOption, setUpiPayOption] = useState([]);
|
||||||
console.log(UpiPayOption, "UpiPayOption")
|
|
||||||
const [BusinessPayOption, setBusinessPayoption] = useState([]);
|
const [BusinessPayOption, setBusinessPayoption] = useState([]);
|
||||||
const [CardPayOption, setCardPayOption] = useState([]);
|
const [CardPayOption, setCardPayOption] = useState([]);
|
||||||
const [Splitpayment, setSplitpayment] = useState(false);
|
const [Splitpayment, setSplitpayment] = useState(false);
|
||||||
|
|
@ -483,7 +483,6 @@ const BSBillingTable3Pay = () => {
|
||||||
|
|
||||||
const [OrderStatus, setOrderStatus] = useState(true);
|
const [OrderStatus, setOrderStatus] = useState(true);
|
||||||
const GlobaluseOptions = useSelector(GlobalCommonPaymentOptions);
|
const GlobaluseOptions = useSelector(GlobalCommonPaymentOptions);
|
||||||
console.log(GlobaluseOptions, "GlobaluseOptions")
|
|
||||||
const [useOptions, setuseOptions] = useState([]);
|
const [useOptions, setuseOptions] = useState([]);
|
||||||
const paymentloader = useSelector(GlobalPayementloader);
|
const paymentloader = useSelector(GlobalPayementloader);
|
||||||
const [UnpaidConfirmation, setUnpaidConfirmation] = useState(false);
|
const [UnpaidConfirmation, setUnpaidConfirmation] = useState(false);
|
||||||
|
|
@ -1633,7 +1632,6 @@ const BSBillingTable3Pay = () => {
|
||||||
//dhana
|
//dhana
|
||||||
|
|
||||||
const getPaymentOptionFeature = async () => {
|
const getPaymentOptionFeature = async () => {
|
||||||
|
|
||||||
const FiltersalesPayment = GlobaluseOptions?.filter(
|
const FiltersalesPayment = GlobaluseOptions?.filter(
|
||||||
(item) => item.FlowName?.toLowerCase() === 'sales'
|
(item) => item.FlowName?.toLowerCase() === 'sales'
|
||||||
);
|
);
|
||||||
|
|
@ -2210,7 +2208,6 @@ const BSBillingTable3Pay = () => {
|
||||||
};
|
};
|
||||||
|
|
||||||
const Booking = async (value, pay) => {
|
const Booking = async (value, pay) => {
|
||||||
|
|
||||||
const TakAwayId = ConfigDataList?.find(
|
const TakAwayId = ConfigDataList?.find(
|
||||||
(a) => a?.ConfigName === 'TakeAway'
|
(a) => a?.ConfigName === 'TakeAway'
|
||||||
)?.ConfigId;
|
)?.ConfigId;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue