Creating/writing file on client

Hi,

I am trying to create a local/network file after submitting a POS receipt with informations from receipt.
Are there any posibilities to do this?

Background, we want to send data to an RKSV (Austrian homoligation) ready POS Software. This is done via a JSON file.

br
Andreas

n8n may help you.

I will give it a try, thank you.

As I understand, there is no native solution.

If ERPNext is running in the cloud then there is no way. You will need a local worker. n8n may help.
If ERPNext is installed locally, you can create a File in the ERPNext which will be stored in sites/site_name/public or sites/site_name/private folder. You can create a file when invoice is created via server or client script. Then you can proceed it.