01. OVERVIEW

Set of features for the client to manage financial activities in an agile way with a modern interface.

02. CONFIGURATION

Multiprotocol Port

  • In the GENERAL section, you must include the "App_Environment" key, the value of which must be the name of the environment that the services will run in. 
  • In the DRIVERS section, you must enable the multiprotocol port in the "MultiProtocolPort" key with value = 1.
  • By default, the SSL connection is active on the multiprotocol port. Details of the settings are available in the Application Server - Multiprotocol Port documentation. To disable the SSL connection, you need to enter the key "MultiProtocolPortSecure = 0".

For further information on this configuration, access the page Application Server - Multiprotocol Port.
AppServer.ini
[Drivers]
MultiProtocolPortSecure=0 // 0 - Disable SSL | 1- Enable SSL
MultiProtocolPort=1
[GENERAL]
App_Environment=protheus  // Environment with the services
Menu
Add to your FINANCE menu the FINA710 (New Financial Manager) function call.

03. DATA DICTIONARY

Dictionary update required and will be released in Protheus Release 12.1.33.

The New Financial Manager uses tables F75 - Bills Balances and F76 - Order Balances to store the updated bills balance information.

Table F75 - Bills balances must have the same sharing level as tables SE1 and SE2.

Table F76 - Bills balances must have the same sharing level as tables SC5, SC6, and SC7.

This table is updated by Job FINA711, which will be configured through the New Financial Manager configuration Wizard.

04. JOB

The updating of the balances is performed by Job FINA711, which is run per company group, requiring a unique schedule for the group of companies.

The job configuration is performed automatically by the Configuration Wizard.

05. WIZARD

When accessing the New Financial Manager (FINA710) from the menu, the requirements for execution will be checked. 

If necessary, you will be shown the Configuration Wizard to make the settings.

For more details on the configuration Wizard, click here.

06. PARAMETER USED

MV_TFCJOB - Date of the last execution of the TFC job. More details in: Creation of Parameter MV_TFCJOB - FINA710