By clicking the option Simple import, we import inventory counting files prepared by barcode reader or manually: All records must contain semicolon-separated records, otherwise an import message about an incorrect structure will be displayed
SREDID.TXT - list of counted fixed assets with locations
Invent no char(16) inventory number
Location char(10) location number of FA
NOVELOK.TXT - list of new locations, created at inventory count in bar code reader
Location char(10) location number
Name char(30) location name
NSREDST.TXT - list of counted fixed assets not on the list or fixed assets register
Invent no char(16) inventory number
Name char(50) fixed asset name
Location char(10) location number of FA
Data from files SREDID.TXT and NSREDST.TXT import also in to inventory count positions, as follows:
- fixed assets located at correct location get status O - Unchanged,
- fixed assets located at different location as in register get status P - Moved,
- fixed assets not in register get status N - New.
If we try to import the file with missing locations, Pantheon gives us Error message and list all missing location. We add them in location register first and than repeat the import of inventory count file.

|