Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.

...

Painel

Here you can view a practical example of the main features of the Sales Management Portal.


Expandir
Expandir
titlePrivileges

In the Sales Management Portal, you can configure privileges for a user. These privileges are useful to tell the system which PGV menu options the user will be able to access. You may configure them using the options of routine TGVA004, as explained below:

Informações
titleImportant

Privileges are loaded to the portal after the sales representative logs in. If you change the privilege, the change is reflected by the PGV only from the next login of the sales representative onwards.

Informações
titleImportant

The actions (Add, Edit and Delete) of the Sales Management Portal cannot be restricted.

Totvs custom tabs box
tabsPrivilege Register, Users Register, Adding the Privilege, Accessing the Portal
idsstep1,step2,step3,step4
Totvs custom tabs box items
defaultyes
referenciastep1

To configure it, just access the Privileges menu, found in the Configurator module (SIGACFG) → Users → Passwords → Privileges → Add:

  1. In Rules by Transaction/Routine, fill out the field Transaction/Routine with the code of routine TGVA004.
  2. In Features of Transactions/Routine, select whether the user (Sales Representative) will have access Allowed or Denied to Sales Management Portal menu items.


In this example, access to the My Notifications page will be denied.

Totvs custom tabs box items
defaultno
referenciastep2

Access the users register of the Configurator module (SIGACFG) and add the privilege to the user selected.

SIGACFG → Users → Passwords → Users → Find the user desired → Other Actions → Privileges


Totvs custom tabs box items
defaultno
referenciastep3

In Access Restrictions select the previously registered rule (Step 1).

Totvs custom tabs box items
defaultno
referenciastep4

Upon accessing the Sales Management Portal, the Sales Representative will neither have access to the page nor to the menu. In this example, the Sales Representative lacks access to the page My Notifications.



If the Sales Representative tries to access the page using the URL, the browser displays the screen below:



Informações
titleImportant

Access permissions are loaded only when accessing the Sales Management Portal.

Informações

If the user is already using the Sales Management Portal, they need to login again to receive privilege updates.

Informações
titlePrivileges

For further information on privileges, click here.

Expandir
titleBranch Change

The Sales Management Portal lets you change the branch used after

Upon login, the system offers a Toolbar at the top. In it, you can find internet connection data (1st icon), notifications received (2nd icon) and logged sales representative (3rd icon).


Totvs custom tabs box
tabsStep 1, Step 2
idsbranchChange1,branchChange2
Totvs custom tabs box items
defaultyes
referenciabranchChange1

In the toolbar, click the button with the user icon.

The toolbar is located at the top of the page.

Then, access the menu option Change Branch.


Totvs custom tabs box items
defaultno
referenciabranchChange2

When you access the menu Change Branch, the system displays a window in which the Sales Representative can select the Company and Branch desired.



When clicking Confirm, the Sales Representative is diverted to the Data Load page of the Sales Management Portal.


Informações

Only Companies and Branches the Sales Representative can access in TOTVS Protheus Backoffice® are listed.

Aviso
titleAccess Restriction

To make branch changes possible, the user of the logged sales representative must also have a sales rep link at the target branch.

Expandir
titleSales Indicators

When accessing the Home Page, you can view you Sales Indicators, which you can filter by period: Yearly or Monthly.



Informações
titleIndicators Filter
  • Upon selecting option Yearly, the Sales Representative can enter a period of up to ten years.
  • Upon selecting option Monthly, the Sales Representative can enter a period of up to twelve months.


  • For further information, click here to access the reference document of the routine.
Expandir
titleMy Notifications

When you access the My Notifications menu option, you can Query all your Notifications, which you may view in formats Table (Desktop Default) or Card (Mobile Default).



  • For further information, click here to access the reference document of the routine.
Expandir
titleMy Customers

When you access the My Customers menu option, you can Query your Customers, viewing their Financial Status and other Details through the option View Details.



Aviso

Some features become available only if you are Online.


  • For further information, click here to access the reference document of the routine.
Expandir
titleMy Orders

When you access the My Orders menu option, you can Query all your Sales Orders and also Add a New Order.



Informações
titleDetails

When you access the option View Details, besides Viewing the Sales Order Summary, you can also access options Edit and Delete.


  • For further information, click here to access the reference document of the routine.
Expandir
titleMy Quotations

When you access the My Quotations menu option, you can Query all your Sales Quotations and also Add a New Quotation.

By clicking View Details, you can view information on the quotation and also Create a PDF, Edit and/or Delete the quotation.

  • For further information, click here to access the reference document of the routine.

...

Painel

The Sales Management Portal is a web platform integrated with the Billing module (SIGAFAT) of Microsiga Protheus®. To perform this integration, your environment must be correctly configured with the requirements listed below:

Aviso
titleLicense Server

We recommend the use of the License Server dated equal to or after 6/14/2022.

Totvs custom tabs box
tabs01 - DBAccess, 02 - Appserver, 03 - TOTVS Mingle
idsconfig1,config2,config3
Totvs custom tabs box items
defaultyes
referenciaconfig1

To sync data, the Sales Management Portal APIs use the field S_T_A_M_P_ as a search parameter, which requires adding the key UseRowStamp in TOTVS DBAccess.


Aviso
titleODBC Configuration

For environments using PostgreSQL database, we recommend configuring the ODBC as documented below.

How to create an ODBC data source to use with PostgreSQL

Bloco de código
firstline1
titleExample dbaccess.ini
linenumberstrue
[General]
Port=7890

[MSSQL]
environments=environment

[MSSQL/environment]
UseRowStamp=1
memoinquery=1
Totvs custom tabs box items
defaultno
referenciaconfig2

REST Communication

  • The Sales Management Portal communicates with the Protheus server through HTTP requests. For this communication to occur, you need to set some configurations in the APPServer.
  • For further information on REST, refer to the reference document of the routine.


Aviso
titleSecurity Key

If you do not enter the Security Key in "appserver.ini", or enter the value 0 in it, your access permissions are not validated.

For further information, click here to access the reference document of the routine.

Aviso
titlePrepareIn Key

If the PrepareIn key is pointing towards specific companies, in the Branch Change feature, you can only access the companies entered in this key. If you do not need this restriction type, keep it set to "All".

For further information, refer to the documentation by clicking here.

Informações
titleImportant

We recommend configuring REST as shown in the example below

Bloco de código
titleexample appserver.ini
[ENVIRONMENT]
	SourcePath=\TOTVS\apo\
	RootPath=\TOTVS\Protheus_data\
	StartPath=\system\
	RpoDb=Top
	RpoLanguage=multi
	RegionalLanguage=BRA
	RpoVersion=120
	dbserver=localhost
	dbdatabase=MSSQL
	dbalias=ENVIRONMENT
	dbport=7890
	TOPMemoMega=30

[Drivers]
	Active=TCP
	MultiProtocolPort=1	
	multiprotocolportsecure=0
	Secure=SSL

[HTTPJOB]
	ENVIRONMENT=ENVIRONMENT
	MAIN=HTTP_START

[HTTPREST]
	BUGS=0
	HSM=0	
	MaxQueue=10	
	Port=8282
	SECURITY=1
	SSL2=0
	SSL3=0
	State=0
	TLS1=0
	URIs=HTTPURI
	Verbose=0	

[HTTPURI]
	AllowOrigin=*
	CORSEnable=0
	Instances=1,2
	OnConnect=REST_CONNECT
	OnExit=REST_EXIT
	OnStart=REST_START
	PrepareIn=All
	URL=/rest/
	Stateless=1

[HTTPV11]
	ADVPL=0
	Enable=1
	Sockets=HTTPREST
	TimeOut=120
			
[HTTPSERVER]
	Enable=0
	Servers=HTTP_REST
​
[HTTP_REST]
	hostname=localhost
	port=9995
	locations=HTTP_ROOT
​
[HTTP_ROOT]
	Path=/rest/
	RootPath=root/web
	ThreadPool=THREAD_POOL
	​
[THREAD_POOL]
	Environment=ENVIRONMENT
	MinFreeThreads=1
	MinThreads=1
	MaxThreads=10

[OnStart]
	JOBS=HTTPJOB
	REFRESHRATE=120
Totvs custom tabs box items
defaultno
referenciaconfig3
Informações
titleTOTVS Mingle Alias

To configure TOTVS Mingle, the Appserver must have a public IP.

  • The Sales Management Portal platform is stored in a TOTVS cloud. For the application to be able to communicate with the Protheus server, you need to configure TOTVS Mingle, which plays the role of a gateway between the application and the Protheus server. Moreover, when you configure TOTVS Mingle, the application begins to use default Protheus Authentication data.
  • To configure TOTVS Mingle, the Appserver must have a public IP.
  • The system Administrator must request an Alias through the page TOTVS MINGLE and inform the app Sales Management Portal.
  • You will receive the access key by e-mail.


Informações
titleCompany/Branch

Enter at least one company and branch in the Mingle register.



  • The Alias received must be the same used for accessing the platform and you must enter it with your Login data.


...