Creations
easyPOS CafePOS - Hyra Order Logging Addon
Using this addon allows you to add the order logging from Hyra into your CafePOS instance.
Prequsities
- You must have an active Hyra Instance.
- You must be able to create an API key.
- You must own easyPOS’s CafePOS.
Steps
-
Create an Exporter; you can use Hyra’s Docs to help you. Return back to this page afterwards.
-
Create a new Script in ServerScriptService. Name it anything.
-
Go inside the script and add the code below:
-
Make sure you have changed everything where it says to change it.
-
Create a ModuleScript in your Addons folder in your CafePOS instance. You can name it Order Logging or anything else you want it to be.
-
Paste the code below into it. You are reccommended not to modify it.
-
Ensure that is all saved. HTTP requests MUST be on.
Enjoy your Order Logging system! If you need any help, my DMs are always open. If they are not, email me at slugmoon@slugmoon.com
Limitations
- You cant see who placed the order, due to lacking CafePOS apis.
- If they ordered more than one of the same items, it may only show as one. Might work.