A3ERP API
English
English
  • Quick Start
    • Initial configuration
    • Installation
  • Versions
  • Documentation
    • API Reference
      • Api
      • Validation
      • Email
      • Master
        • Parameters
      • Document
        • Parameters
      • Various
      • Stock movements
      • Stock Reserves
      • Expeditions
      • Links
      • Stock
      • Portfolio
      • Prices
      • Stored Procedures
      • View
      • Listing
      • FastReport
      • Download Files
      • List Linked Folders
Con tecnología de GitBook
En esta página
  • API Configuration
  • API Configurator
  • View Configurator
  • Installation

¿Te fue útil?

  1. Quick Start

Initial configuration

AnteriorQuick StartSiguienteInstallation

Última actualización hace 2 años

¿Te fue útil?

API Configuration

API Configurator

When we run the CfgAPI.exe, the file to configure the API, the following window will appear:

We must select the Config.ini which must be in the same path as the CfgAPI.exe or we can make a new file by clicking the new button, after selecting the correct file or creating a new one a window like the following will appear:

This window will indicate:

  • Server/Instance: The name of the computer where the API is executed.

  • Database: The access data to the database of the company we want the API to work with.

  • Company: Name of the company on which we want the API to act.

  • User: The user with which you access the database.

  • Password: The password with which you access the database.

  • System database user and password: This is the user and password with which you access NAX.

  • Port: The port through which you will connect to the API.

After configuring this tab, move on to the next one:

In this tab the files where the API will show error logs are indicated, as well as it will create temporary files for its correct operation, in addition the SSL certificate and its Dlls will be indicated, in this folder the API will have to have permissions. We must also indicate the folder where the external report formats made in Fast Report that we need to show with the API will be stored.

The next tab you have to configure to make the emails work:

View Configurator

In case we need to obtain different data from those offered by the API by default, we can use the CfgVistas.exe application to modify them or add views to the API, when running the CfgVistas.exe a window like the following one will appear:

It shows the views configured by default in the API, you can change the views or create a new one by clicking on the New button, this will be created in the last position with the order of -1.

These views are loaded when the service is started as they are stored in the database.

Installation

Now that the API has been configured you can proceed with the installation.

Installation