Socket
Book a DemoInstallSign in
Socket

ionic-plugin-printer-by-paulobunga

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ionic-plugin-printer-by-paulobunga

Ionic Plugin For Self Service Point Of Sale Systems

latest
Source
npmnpm
Version
0.1.3
Version published
Maintainers
1
Created
Source

Ionic Capacitor Printer Plugin

Ionic Plugin For Self Service Point Of Sale Systems

Install

npm i ionic-plugin-printer-by-paulobunga
ionic cap sync android

API

  • requestPermissions()
  • getConnectedDevices()
  • connectToDevice(...)
  • print(...)
  • disconnect()
  • Interfaces

requestPermissions()

requestPermissions() => Promise<void>

getConnectedDevices()

getConnectedDevices() => Promise<{ devices: DeviceInfo[]; }>

Returns: Promise<{ devices: DeviceInfo[]; }>

connectToDevice(...)

connectToDevice(options: { device_name: string; }) => Promise<void>
ParamType
options{ device_name: string; }

print(...)

print(options: { content: OrderData; }) => Promise<void>
ParamType
options{ content: OrderData; }

disconnect()

disconnect() => Promise<void>

Interfaces

DeviceInfo

PropType
device_namestring
device_addressstring

OrderData

PropType
orderNumstring
totalstring
typestring
paiementTypestring
notesstring
companystring
addressstring
telstring
datestring
hourstring
itemsOrderItem[]

OrderItem

PropType
titlestring
pricestring
quantitystring
combinationsCombination[]

Combination

PropType
titlestring
choicestring[]

Contact Information

For custom configuration, tech support, or additional developer work related to this plugin, you can contact:

Name: Paul Obunga

Hourly Rate: $15-20/Hr

Quick Support & Consultation: $500

Port to Flutter, React Native, Cordova: $500

Additional Features: Refer to hourly rate

Contact Details: Paul Obunga's Linktree Contact Infomation

Keywords

capacitor

FAQs

Package last updated on 21 Sep 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts