Use Case #4. Thin client back-office

You have a back-office that works in a browser. That back-office can access data inside srv4pos.com.

To manage taxes, categories, products and commodities data see Use Case #1. Simple Articles consumer and Use Case #2. Simple Articles provder.

Sales analytics API is available by this API:

JSON
Java

Per product category:

GET /categories/stats

stats()

Per product:

GET /products/stats

stats()

Per cash register:

GET /registrations/stats

stats()

Detailed (per receipt):

GET /sales/stats

stats()

Basic POS management is presented as list of cash registers by calling GET /registrations (getRegistrationList()) . API of advanced POS management, such add new POS in run-time is presented at API keys page.