Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
moneyworks:edi_manager [2025/10/08 03:32] – [Config files:] Craig Drownmoneyworks:edi_manager [2025/10/08 03:33] (current) – [Configuration Settings] Craig Drown
Line 49: Line 49:
 The configuration file (config.toml) controls all runtime behaviour. The main sections and their fields are: The configuration file (config.toml) controls all runtime behaviour. The main sections and their fields are:
  
-  ====  MoneyworksServerConfig ====  + ====  MoneyworksServerConfig ====  
   * `url`: Base URL for Moneyworks REST API.   * `url`: Base URL for Moneyworks REST API.
   * `folder_name`, `folder_pw`: Moneyworks data folder and password.   * `folder_name`, `folder_pw`: Moneyworks data folder and password.
Line 55: Line 55:
   * `file_name`: MW database file name.   * `file_name`: MW database file name.
  
-  ====  BusinessInfo ====  + ====  BusinessInfo ====  
   * `party_endpoint_id`: Peppol endpoint ID for your business.   * `party_endpoint_id`: Peppol endpoint ID for your business.
   * `party_identification`: Business registration number.   * `party_identification`: Business registration number.
Line 63: Line 63:
   * `tax_scheme`: Tax scheme identifier.   * `tax_scheme`: Tax scheme identifier.
  
-  ====  EdimondoConfig ====  + ====  EdimondoConfig ====  
   * `url`: Edimondo API base URL.   * `url`: Edimondo API base URL.
   * `api_key`: API key for Edimondo authentication.   * `api_key`: API key for Edimondo authentication.
Line 69: Line 69:
   * `inbox_ordrer_boxid`: Box ID for incoming orders.   * `inbox_ordrer_boxid`: Box ID for incoming orders.
  
-  ====  OutputFolders ====  + ====  OutputFolders ====  
   * `invoices_out_folder`: Path for saving generated invoice XML files.   * `invoices_out_folder`: Path for saving generated invoice XML files.
   * `orders_in_folder`: Path for saving imported order XML files.   * `orders_in_folder`: Path for saving imported order XML files.
  
-  ====  Settings ====  + ====  Settings ====  
   * `reexport_colour`: Moneyworks transaction colour used to mark transactions for reprocessing.   * `reexport_colour`: Moneyworks transaction colour used to mark transactions for reprocessing.
   * `database_url`: SQLite database connection string.   * `database_url`: SQLite database connection string.
  
-  ====  Email ====  + ====  Email ====  
   * `host_name`: SMTP server hostname.   * `host_name`: SMTP server hostname.
   * `from_name_address`: Sender email address.   * `from_name_address`: Sender email address.
Back to top