Update to React PoS - New Order Page & More

React PoS Updates! The React Point-of-Sale app functionality has been further extended. Changes and new features include: New Order page Settings are now saved on-the-go (no more save button) New Settings: Set exchange rate source Set currency (30+ currencies available) Configure Discount and Sales Tax presets (to be used on the new order page) Added order detail to Sales Ledger page Improved responsive behaviour of the numpad. [Read More]

Update to Pyxpub and React PoS

Pyxpub Github Repo New API endpoint /api/rate A new API endpoint has been added to enable more choice for exchange rate sources and currency rates. The rate request allows you to poll the current exchange rate and supported currencies for your preferred exchange rate source. Poll supported currencies for source /api/rate?source=<source> Fetch exchange rate /api/rate?source=<source>&currency=<CUR> Sources CryptoCompare Kraken Coinbase/GDAX Supported currencies CryptoCompare ["EUR", "USD", "GBP", "AUD", "BRL", "CAD", "CHF", "CLP", "CNY", "CZK", "DKK", "HKD", "HUF", "IDR", "ILS", "INR", "JPY", "KRW", "MXN", "MYR", "NOK", "NZD", "PHP", "PKR", "PLN", "RUB", "SEK", "SGD", "THB", "TRY", "TWD", "ZAR"] Kraken ["EUR", "USD"] Coinbase/GDAX ["EUR", "USD"] Examples Poll supported currencies for specified source curl 'http://localhost:8080/api/rate? [Read More]

Introducing React Point-of-Sale and Pyxpub!

Empower merchants to bring Bitcoin Cash into our daily lives! Introducing React PoS & Pyxpub React Point-of-Sale is a client-side point-of-sale app for Bitcoin Cash. It runs in the browser and fetches its data from a private payment gateway, pyxpub, which I’ll introduce later. It best explains itself by checking out the demo. Demo Github Repo This JavaScript based web app is made to showcase the features of pyxpub, and ideally can serve as an example for developers to develop more merchant apps on top of pyxpub. [Read More]