Hey Devbest, If you wanted to create a custom logo for your hotel, heres how.
First find a font you'd like to use (download the files from DaFont or any other font website, and import them into photoshop)
Figure out your sizing (reference a findretros banner to see if it will fit)
Write your...
You can find seperate hotelviews:
https://git.krews.org/nitro/default-assets/-/tree/master/images/reception
BR: https://git.krews.org/nitro/default-assets/-/blob/master/images/reception/br.png
Using Laynester's "canvas" combine the two
If they are using arcturus its a simple query
UPDATE catalog_items
INNER JOIN items_base ON catalog_items.item_ids = items_base.id
SET catalog_items.offer_id = items_base.sprite_id
WHERE item_ids NOT LIKE '%;%';