import React, { useState } from 'react' import { makeStyles } from '@material-ui/core' import { H1, Info2, H4, P } from 'src/components/typography' import { Button } from 'src/components/buttons' import Stage from 'src/components/Stage' import { TextInput } from 'src/components/inputs' import ErrorMessage from 'src/components/ErrorMessage' import { spacer } from 'src/styling/variables' const styles = { modalContent: { display: 'flex', flexDirection: 'column', padding: [[24, 32, 0]], '& > h1': { margin: [[0, 0, 10]] }, '& > h4': { margin: [[32, 0, 32 - 9, 0]] }, '& > p': { margin: 0 } }, submitButtonWrapper: { display: 'flex', alignSelf: 'flex-end', margin: [['auto', 0, 0]] }, submitButton: { width: 67, padding: [[0, 0]], margin: [['auto', 0, 24, 20]], '&:active': { margin: [['auto', 0, 24, 20]] } }, stages: { marginTop: 10 }, texInput: { width: spacer * 6, marginRight: spacer * 2 } } const useStyles = makeStyles(styles) const SubmitButton = ({ error, label, ...props }) => { const classes = useStyles() return (
Choose bill denomination
> )}When enabling cash out, your bill count will be authomatically set to zero. Make sure you physically put cash inside the cashboxes to allow the machine to dispense it to your users. If you already did, make sure you set the correct cash out bill count for this machine on your Cashboxes tab under Maintenance.
When enabling cash out, default commissions will be set. To change commissions for this machine, please go to the Commissions tab under Settings. where you can set exceptions for each of the available cryptocurrencies.
> )}