With the PANTHEON suite you can keep a price list outside the application and import it for use in the program. This means that you can create a price list in a spreadsheet (Microsoft Excel for example), external database (dBase, for instance), or evem with a word processor! Moreover, this option is useful for companies with geographically dislocated branches which must use the same prices in all stores.
Selecting the Import Price List (Goods | Price Change), opens a dialog where you can specify filepath:

Upon entering or seleting price list file and clicking Open, the prices are automatically transferred to the Items register.
The file for transfer must be in dBase III format. The IDENT field with the appropriate structure (see file structure) where the IDENT is primary key is required. See below for file structure:
Field Name |
Type
|
Length |
Decimal Places |
(Description) |
IDENT |
Character |
16 |
|
Item ID |
NAZIV |
Character |
40 |
|
Item name |
PRODCENA |
Numeric |
13 |
2 |
Retail price including tax |
MPCENA |
Numeric |
13 |
2 |
Retail price excluding tax |
VPCENA |
Numeric |
13 |
2 |
Wholesale price 1 |
VPCENA2 |
Numeric |
13 |
2 |
Wholesale price 2 |
SESTAVNICA |
Numeric |
13 |
2 |
Specification price |
NABACENA |
Numeric |
13 |
2 |
Item's purchase price |