/// base Url of api const baseUrl = "https://erp.gengroup.in/ci/app/Inventory/"; /// tokens url const addFcmTokenUrl = "${baseUrl}add_fcm_token"; /// payments and bills const addPaymentUrl = "${baseUrl}add_payment"; const rentalPaymentDetailsUrl = "${baseUrl}rental_payment_details"; const balanceUrl = "${baseUrl}balance"; const billDetailsUrl = "${baseUrl}bill_details"; const billListUrl = "${baseUrl}bill_list"; const billProductUrl = "${baseUrl}bill_product"; /// info const checkInOutSubmitUrl = "${baseUrl}check_in_out_submit"; const rentalContactUrl = "${baseUrl}rental_contact"; const getRentalAccInfoUrl = "${baseUrl}get_rental_acc_info"; /// order const orderDetailsBillUrl = "${baseUrl}order_details_bill"; const orderDetailsMainUrl = "${baseUrl}order_details_main"; const orderDetailsProductUrl = "${baseUrl}order_details_product"; const orderListUrl = "${baseUrl}order_list"; const tagOrderUrl = "${baseUrl}tag_order"; /// tickets const raiseTicketUrl = "${baseUrl}raise_ticket"; const ticketChatUrl = "${baseUrl}ticket_chat"; const ticketChatDisplayUrl = "${baseUrl}ticket_chat_display"; const ticketCUrl = "${baseUrl}ticket_c"; const ticketListUrl = "${baseUrl}ticket_list"; /// dashboard and login const fetchMobileUrl = "${baseUrl}fetch_mobile_number"; const fetchOtpUrl = "${baseUrl}login"; const dashboardUrl = "${baseUrl}ticket_list";