wizarpos-capacitor
v0.2.0
Published
WizarPOS Plugin for Capacitor
Readme
wizarpos-capacitor
WizarPOS Plugin for Capacitor
Install
npm install wizarpos-capacitor
npx cap syncAPI
echo(...)
echo(options: { value: string; }) => any| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: any
printText(...)
printText(options: { value: string; }) => any| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: any
printTicket(...)
printTicket(options: { value: unknown; header: string; }) => any| Param | Type |
| ------------- | ------------------------------------------------ |
| options | { value: unknown; header: string; } |
Returns: any
printHtml(...)
printHtml(options: { DATE: string; ID: string; NAME: string; CHASIS: string; TICKETID: string; PAYMENT_METHOD: string; }) => any| Param | Type |
| ------------- | ------------------------------------------------------------------------------------------------------------------ |
| options | { DATE: string; ID: string; NAME: string; CHASIS: string; TICKETID: string; PAYMENT_METHOD: string; } |
Returns: any
