App-to-App
The steps below will guide you on how to open our app and pass params.
Please note
This functionality is available only on Windows and Mac apps.
Till
Open Tilby and show an open sale. For example, you can create on Tilby a sale using the API and then display it. You can receive notification of sales using webhooks.
Usage
tilby://cashregister/sale/[sale.id]
Params
Param | Value |
---|---|
autohide Iconify Tilby after document issuing. | true/false (default) |
advancedpayments Open directly the payment view. | true/false (default) |
Examples
tilby://cashregister/sale/32
tilby://cashregister/sale/32?advancedpayments=true
tilby://cashregister/sale/32?autohide=true
tilby://cashregister/sale/32?advancedpayments=true&autohide=true
History
Open Tilby and show a closed sale.
Usage
tilby://history/sale/[sale.id]
Example
tilby://history/sale/32
Daily closing
Open Tilby to perform a daily closing. You can receive notification of the daily closing using webhooks.
Usage
tilby://cashregister/dailyclosing
Params
Param | Value |
---|---|
autohide Iconify Tilby after document issuing. | true/false (default) |
Examples
tilby://cashregister/dailyclosing
tilby://cashregister/dailyclosing?autohide=true
Orders
Open Tilby and show an open order. For example, you can create on Tilby an order using the API and then display it. You can receive a notification of orders using webhooks.
Usage
scloby://orders/order/[order.id]
Example
scloby://orders/order/32
Updated over 2 years ago