Accessing the Sales Inquiry

The inquiry can be accessed through this path:

http://<Server>:<port>/SdiSalesInquiry/SalesInquiry

Note: 
  • Tomcat must be started before the inquiry can be used.
  • The default Tomcat port is 8080.
  • By default, this webapp can only be viewed from the local host.

    To run the inquiry remotely, you must change the context.xml in the <Tomcat folder>\webapps\SdiSalesInquiry\META-INF folder.

    If access is to be given to everyone, then comment out the Valve command:

    <Valve className="org.apache.catalina.valves.RemoteAddrValve"
     allow="127\.\d+\.\d+\.\d+|::1|0:0:0:0:0:0:0:1" />

    If access is to be restricted, change 127 in the valve command to the local subnet.

An invoice can have these statuses:
  • CUSTOMER_ACCEPTED
  • CUSTOMER_REJECTED
  • DEADLINE_PASSED
  • DELIVERED
  • DELIVERY_FAILURE
  • DELIVERY_TIMEOUT
  • SDI_REJECTED
  • SENT
In the Inquiry, you can filter the invoices by status.