MCPcopy Create free account

hub / github.com/Agilo/medusa-pos-starter / functions

Functions208 in github.com/Agilo/medusa-pos-starter

FunctionForm
({ schema, onSubmit, defaultValues, children, className = '', }: FormProps<T, Output>)
components/form/Form.tsx:36
FunctionFormButton
({ children = 'Submit', disabled = false, isPending = false, ...props }: ButtonProps)
components/form/FormButton.tsx:6
FunctionFulfillmentStatus
({ order, className })
components/ui/OrderStatus.tsx:246
FunctionHapticTab
(props: BottomTabBarButtonProps)
components/HapticTab.tsx:5
FunctionInfoBanner
({ variant = 'solid', colorScheme = 'warning', textClassName, className, children, }: InfoBannerProp
components/InfoBanner.tsx:84
FunctionKeyboardAvoidingView
(props)
components/KeyboardAvoidingView.tsx:4
FunctionLayout
({ className, ...props })
components/ui/Layout.tsx:9
FunctionLayoutWithKeyboardAvoidingScroll
(props)
components/ui/Layout.tsx:28
FunctionLayoutWithScroll
(props)
components/ui/Layout.tsx:13
FunctionLoadingBanner
({ variant = 'outline', className, children }: LoadingBannerProps)
components/LoadingBanner.tsx:12
FunctionLoginScreen
()
app/login.tsx:79
FunctionMultiSelectField
({ name, placeholder = 'Select options', options, className = '', buttonClassName = '', errorClass
components/form/MultiSelectField.tsx:37
FunctionMultiSelectFilter
({ value = [], onChange, placeholder = 'Select options', options, className = '', buttonClassName
components/MultiSelectFilter.tsx:27
FunctionMultiSelectOption
({ option, isSelected, toggleOption })
components/form/MultiSelectField.tsx:18
FunctionNotFoundScreen
()
app/+not-found.tsx:6
FunctionOptionPicker
({ values, selectedValue, onValueChange, label, disabled = false, className = '', }: OptionPickerP
components/ui/OptionPicker.tsx:15
FunctionOrderDetails
({ animateOut })
app/orders/[orderId].tsx:236
FunctionOrderDetailsScreen
()
app/orders/[orderId].tsx:342
FunctionOrderInformation
({ order, currency })
app/orders/[orderId].tsx:76
FunctionOrderListStatus
({ order, className })
components/ui/OrderStatus.tsx:171
FunctionOrderPlaceholder
({ index, numColumns })
app/(tabs)/orders.tsx:33
FunctionOrderStatus
({ order, className })
components/ui/OrderStatus.tsx:332
FunctionOrdersScreen
()
app/(tabs)/orders.tsx:58
FunctionPaymentStatus
({ order, className })
components/ui/OrderStatus.tsx:289
FunctionProductDetails
({ animateOut })
app/product-details.tsx:94
FunctionProductDetailsScreen
()
app/product-details.tsx:302
FunctionProductDetailsSkeleton
()
components/skeletons/ProductDetailsSkeleton.tsx:6
FunctionProductImagesCarousel
({ images })
app/product-details.tsx:18
FunctionProductPlaceholder
({ index, numColumns })
app/(tabs)/products.tsx:22
FunctionProductsScreen
()
app/(tabs)/products.tsx:41
FunctionPromotionBadge
({ onAddPromotion, isAddingPromotion })
app/(tabs)/cart.tsx:269
FunctionPromotionItem
({ item, onRemove, currencyCode })
app/(tabs)/cart.tsx:133
FunctionPrompt
({ onSubmit, onClose, submitText = 'Yes', cancelText = 'No', ...props })
components/ui/Prompt.tsx:7
FunctionProvinceField
({ name, countryFieldName, placeholder = 'Province/state (optional)', className = '', }: ProvinceField
components/form/ProvinceField.tsx:13
FunctionQuantityPicker
({ quantity, onQuantityChange, min = 1, max = Infinity, disabled = false, isPending = false, var
components/ui/QuantityPicker.tsx:19
FunctionRegionCreateForm
({ onRegionCreated, defaultValues = { country_codes: [], automatic_taxes: true, is_tax_inclusi
components/RegionCreateForm.tsx:30
FunctionRegionCreationStep
({ onComplete, onBackToSelection })
components/setup-wizard/RegionCreationStep.tsx:13
FunctionRegionList
({ selectedRegionId, onRegionSelect })
components/RegionList.tsx:15
FunctionRegionScreen
()
app/settings/region.tsx:10
FunctionRegionSelectionStep
({ onComplete, onCreateNew, initialValue = '', })
components/setup-wizard/RegionSelectionStep.tsx:13
FunctionRootLayout
()
app/_layout.tsx:114
FunctionRootLoadingScreen
()
app/index.tsx:7
FunctionSalesChannelCreateForm
({ onSalesChannelCreated, defaultValues = { description: 'Created via Agilo POS', }, })
components/SalesChannelCreateForm.tsx:21
FunctionSalesChannelCreationStep
({ onComplete, onBackToSelection, })
components/setup-wizard/SalesChannelCreationStep.tsx:13
FunctionSalesChannelList
({ selectedSalesChannelId, onSalesChannelSelect })
components/SalesChannelList.tsx:15
FunctionSalesChannelScreen
()
app/settings/sales-channel.tsx:10
FunctionSalesChannelSelectionStep
({ onComplete, onCreateNew, initialValue = '', })
components/setup-wizard/SalesChannelSelectionStep.tsx:13
FunctionScanScreen
()
app/(tabs)/scan.tsx:14
FunctionSearchInput
({ value, onChangeText, placeholder = 'Search...', className })
components/SearchInput.tsx:10
FunctionSelectField
({ name, placeholder = 'Select an option', options, className = '', buttonClassName = '', errorCla
components/form/SelectField.tsx:12
FunctionSettingsScreen
()
app/(tabs)/settings.tsx:12
FunctionSetupWizardContent
({ hasSalesChannels, hasStockLocations, hasRegions, })
components/setup-wizard/SetupWizardContent.tsx:30
FunctionSetupWizardScreen
()
app/setup-wizard.tsx:10
FunctionSizePicker
({ sizes, selectedSize, onSizeChange, label = 'Size', disabled = false, className = '', }: SizePic
components/ui/SizePicker.tsx:15
FunctionSplashScreenController
()
components/SplashScreenController.tsx:8
FunctionStockLocationCreateForm
({ onStockLocationCreated, defaultValues })
components/StockLocationCreateForm.tsx:29
FunctionStockLocationCreationStep
({ onComplete, onBackToSelection, })
components/setup-wizard/StockLocationCreationStep.tsx:13
FunctionStockLocationList
({ selectedStockLocationId, onStockLocationSelect, })
components/StockLocationList.tsx:17
FunctionStockLocationScreen
()
app/settings/stock-location.tsx:10
FunctionStockLocationSelectionStep
({ onComplete, onCreateNew, initialValue = '', })
components/setup-wizard/StockLocationSelectionStep.tsx:13
FunctionSwipeableListItem
({ children, containerClassName, leftClassName, rightClassName, leftContent, rightContent, leftW
components/SwipeableListItem.tsx:66
FunctionSwitchField
({ name, label, description, className = '', disabled = false }: SwitchFieldProps)
components/form/SwitchField.tsx:15
FunctionTabLayout
()
app/(tabs)/_layout.tsx:16
FunctionText
({ className, ...props })
components/ui/Text.tsx:4
FunctionTextField
({ name, placeholder, floatingPlaceholder = false, className = '', inputClassName = '', errorClass
components/form/TextField.tsx:21
FunctionToastMessage
({ heading, headingClassName, text, textClassName, variant = 'solid', colorScheme = 'success', c
components/ToastMessage.tsx:16
FunctionWelcomeStep
({ onComplete })
components/setup-wizard/WelcomeStep.tsx:11
Methodconstructor
(message: string)
api/hooks/draft-orders.tsx:201
FunctiongetSelectedOptions
(options: SelectOption[], value: any)
components/form/MultiSelectField.tsx:64
FunctionhandleClose
()
components/form/BaseSelectField.tsx:125
FunctionhandleCreateRegion
(data: RegionFormData)
components/RegionCreateForm.tsx:45
FunctionhandleCreateSalesChannel
(data: SalesChannelFormData)
components/SalesChannelCreateForm.tsx:33
FunctionhandleCreateStockLocation
(data: StockLocationFormData)
components/StockLocationCreateForm.tsx:41
FunctionhandleDecrement
()
components/ui/QuantityPicker.tsx:35
FunctionhandleIncrement
()
components/ui/QuantityPicker.tsx:41
FunctionhandleInputBlur
()
components/ui/QuantityPicker.tsx:63
FunctionhandleInputChange
(text: string)
components/ui/QuantityPicker.tsx:47
FunctionhandleLogin
(data: LoginFormData)
app/login.tsx:84
FunctionhandleRegionBackToSelection
()
components/setup-wizard/SetupWizardContent.tsx:84
FunctionhandleRegionComplete
(id: string)
components/setup-wizard/SetupWizardContent.tsx:71
FunctionhandleRegionCreateNew
()
components/setup-wizard/SetupWizardContent.tsx:80
FunctionhandleRegionCreated
(region: AdminRegion)
components/setup-wizard/RegionCreationStep.tsx:14
FunctionhandleRegionSelect
(regionId: string)
components/setup-wizard/RegionSelectionStep.tsx:20
FunctionhandleSalesChannelBackToSelection
()
components/setup-wizard/SetupWizardContent.tsx:67
FunctionhandleSalesChannelComplete
(id: string)
components/setup-wizard/SetupWizardContent.tsx:54
FunctionhandleSalesChannelCreateNew
()
components/setup-wizard/SetupWizardContent.tsx:63
FunctionhandleSalesChannelCreated
(salesChannel: AdminSalesChannel)
components/setup-wizard/SalesChannelCreationStep.tsx:17
FunctionhandleSalesChannelSelect
(salesChannelId: string)
components/setup-wizard/SalesChannelSelectionStep.tsx:20
FunctionhandleStockLocationBackToSelection
()
components/setup-wizard/SetupWizardContent.tsx:97
FunctionhandleStockLocationComplete
(id: string)
components/setup-wizard/SetupWizardContent.tsx:88
FunctionhandleStockLocationCreateNew
()
components/setup-wizard/SetupWizardContent.tsx:93
FunctionhandleStockLocationCreated
(stockLocation: AdminStockLocation)
components/setup-wizard/StockLocationCreationStep.tsx:17
FunctionhandleStockLocationSelect
(stockLocationId: string)
components/setup-wizard/StockLocationSelectionStep.tsx:20
FunctionhandleWelcomeComplete
()
components/setup-wizard/SetupWizardContent.tsx:101
FunctionisValidOrderStatus
(status: string)
app/(tabs)/orders.tsx:29
FunctiononError
(error, variables, context)
api/hooks/stock-location.ts:55
FunctiononError
(error, variables, context)
api/hooks/regions.ts:52
FunctiononError
(error, variables, context)
api/hooks/sales-channel.ts:55
FunctiononError
(error, variables, context)
api/hooks/draft-orders.tsx:403
FunctiononError
(error, variables, context)
contexts/settings.tsx:115
← previousnext →101–200 of 208, ranked by callers