the owl has written 47 articles

Printing troubles with Firefox

If you have troubles to print from Firefox with Hiboutik, please follow these instructions: 1/ Type in the URL field of your Firefox: about:config, and validate 2/ Search for: mixed 3/ Click twice on the line “security.mixed_content.send_hsts_priming”, to switch the Value column from “True” to “False” 4/ Restart your computer to relaunch Himp

Receipt: sale detail

This article explains how you can customize the content of the sale detail on your receipt.   1/ How is printed the sale detail on my receipt? You can find up to 2 different fonts (sometimes 3) into your printer. Each font is linked to a number of columns (different from a printer to another).…

API REST: Webhooks

A Webhook (also called Callback URL) is a web address called when an event occurs on your Hiboutik account. Ex : when you close a sale (=event), Hiboutik can send the sale data to a specific Webhook Sales. You can setup different Webhooks for many different events, in the “Settings/General settings” section of your Hiboutik account.…

API REST : Authorization

  1/ Getting started Hiboutik API is an application programming interface that helps you create a custom script or web application integration for your Hiboutik account. The main features available are: read data (GET resources), create new records (POST), update them (PUT) and delete them (DELETE). Responses to your requests are encoded in JSON. ex:…