##We are using Sambaposv5 POS to capture restaurant sales records. On the other hand we are using ERPNEXT to manage the accounting bit of operations. ERP next has stock module, Am wondering if there is a possibility of automating the sales tickets/receipts from sambaposv5 to be auto created in ERPNEXT for the purpose of accounting entries and stock management. This should include the mode of payment used to settle/pay the ticket
Kindly assist
What is the error message (if any)?
Please share the workflow
(Select the nodes and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow respectively)
Share the output returned by the last node
Information on your n8n setup
n8n version:
Database you’re using (default: SQLite):
Running n8n with the execution process [own(default), main]:
Running n8n via [Docker, npm, n8n.cloud, desktop app]:
If Sambaposv5 has a rest api that you can use or a database you can connect to it should be possible, It would be even easier if it supported webhooks but it all depends on the features that it has available.
Hello @Jon
Thanks for your feedback. Sambapos connects to Microsoft SQL server database, ERPNEXT Runs on mariaDB. Here is a sample of Sambapos API inetgration
That looks like it might be possible then, I don’t have any examples so it may take you a bit of work to get there but I am sure you will be able to do it.
This one will sync MySQL and PipeDrive, In theory the database location or type shouldn’t matter as long as you can connect to it and handle any data types that might be different between the 2 but this looks to be a good starting point.