Table of Contents

OpenPro Setup Guide for After Install

Back

OpenPro Installation Instructions

  1. Setup of OpenPro ERP software. Login to the demo system.
  2. Create new company.
  3. Create new users and login id’s.
  4. Update the menu for new users and types.
  5. Setup business rules tables and system tables for Receivables, Inventory, Order Processing, Payables, and General Ledger.
  6. Import utility.

1. OpenPro Setup Guide

OpenPro Test and Setup Process

From your browser, go to http://localhost/openpro/, it should take you to the following page. If any errors show up make a note of the error and send to: supportop@openpro.com

See detailed setup instructions in the Setup Manual.

2. Create new company

When the copy procedsure is complete, you will receive the following messages:

3. Create new users and login id’s

4. Update the menu for new users and types

To update the menu, must login as admin. Under the admin menu, menu edit mode. Then click on enter menu edit mode.

When in menu edit mode, you have the capability to create a custom menu for each individual or a group of people. When you select a category like admin, then you have the following options:

The number next to the menu option is based upon what type of user can see that menu item. 0 says everyone can see that menu item. 2 is admin. The list shows the user level on the bottom of the left menu bar.

When adding a menu item, you select the main menu category, say what users level can see this menu item, the name is what it will display on the menu. Script/URL is the program or web page that you want to run from this menu item. Target displays if you want to see the program results on the content page (to the right of menu) or a new web page. Attach to CAT is where the menu item shows up on the menu list.

5. Setup business rules tables

Business rules table is used through the system to turn on and off business logic.

After you update any changes to the default business rules, go to each package and Setup maintenance. (item classes, vendor classes, customer classes).

Setup the rules to make the chart of accounts format equal your layout, then you can do the following. Max size of GL chart format is 64 digits.

  1. Load your chart of accounts. (can be imported using assist import, or manually enter them, or when you create
  2. Go back to update business rules with the new chart of accounts loaded.
  3. Setup cash account (gl maintenance and/or check reconciliation)
  4. Setup each application by going to the sub menu maintenance, fill out each menu item under maintenance. IE. Setup vendor, item and customer classes. Classes are used throughout the process to distribute general ledger account codes.
  5. Setup maintenance under business rules fill out each sub tables, like terms code, taxes, territory, shipping carriers, and shipping rates.
  6. Setup for inventory control, item price codes, commission codes.

6. Setup business rules tables

Allow PO approval on WO, during the work order process you can create a PO, this can be a request for PO or an actual PO.

The company address and contact information needs to be updated here.

7. Import Utility: Assist Import

Assist Import is designed to convert data from one system in a CSV format to OpenPro ERP Software. The first record of the data has to have the field names of the database you are importing into the system.

Here is an example of the GL chart of accounts excel file to be imported into the system. You must take out all the special characters like ‘ and, in the data fields to have a clean import of the data. You can get the list of data fields names from the SQL database.

Import assist other tables require some knowledge of the database. Assist Import for notes is designed to convert other system notes into OpenPro Notes. This will require linking multiple tables. For customer notes the note type is customer, the table id is ar_customers and the field id is cust_ref.

OpenPro gives you full access to the database layout, so you can lookup your field names for each database. Here is an example of the sm_notes table and each field.

If you need to put some fields together, on the header enter in field name concat it sill add this field to the prior field. Here is an example of that in the notes.

We also have a generic importer, this ask you what table you want to populate during importing.