ManfredAabyeandGitHub 98d50a8fdd Document OpenERP plugin development for MoneyServer
Added detailed documentation for developing an OpenERP plugin for C# MoneyServer, including architecture overview, core functions, API integration, and installation steps.
2025-10-12 12:05:39 +02:00
2025-06-24 13:39:54 +02:00
2025-06-23 12:52:32 +02:00
2025-06-24 14:16:56 +02:00
2025-06-24 14:18:17 +02:00

opensimcurrencyserver-dotnet-tests

opensimcurrencyserver Json API test for PHP

Die Json API funktioniert zu 60% - The Json API works 60%

Zum Aktivieren der API müssen beide Einstellungen gesetzt werden:

To activate the API, both settings must be set:

 ; # ApiKey is the secret key required for API access to the MoneyServer.
 ; # AllowedUser specifies the authorized username for API requests.
 ; # Both values must be set and must match the credentials sent by your external scripts or web clients.
 ApiKey = 123456789
 AllowedUser = myadminuser

moneyserver_api.php funktioniert noch nicht vollständig, aber gibt schon Daten aus und meldet brav Fehler.

moneyserver_api.php is not yet fully functional, but it is already outputting data and reporting errors.

Cashbook arbeitet work.

S
Description
No description provided
Readme
233 KiB
Languages
C# 97.7%
PHP 2.3%