Contents
Inventory Pro includes a document management system for attaching files to records throughout the application. Upload images, PDFs, and documents to assets, items, orders, and other records for complete documentation.
| Feature | Purpose |
|---|---|
| Image Attachments | Upload photos for visual identification and condition tracking |
| Document Attachments | Attach PDFs, manuals, certificates, and office documents |
| Document Folders | Organize attachments by category |
| Mobile Access | View attachments from mobile devices |
File attachments are available throughout Inventory Pro. The system uses table-driven configuration, meaning administrators can enable attachments for any record type.
Common attachment points include:
| Extension | Description |
|---|---|
.jpg / .jpeg | JPEG images (most common) |
.png | PNG images with transparency support |
.webp | WebP images (modern format) |
| Extension | Description |
|---|---|
.pdf | PDF documents (recommended for most documents) |
.doc / .docx | Microsoft Word documents |
.xls / .xlsx | Microsoft Excel spreadsheets |
.csv | Comma-separated value files |
Image attachments provide visual documentation for assets, items, and other records.
Storage Location: Framework/User/Uploads/
Click any uploaded image to open the image viewer. The viewer provides:
Document attachments store PDFs, spreadsheets, and other files with records.
Storage Location: Framework/Document/Uploads/
Click any uploaded document to open the document viewer:
Document folders organize attachments into categories for easier management. Folders are configured per module.
Configuration: System → Configuration → Document Folders
| Module | Suggested Folders |
|---|---|
| Assets | Manuals, Warranties, Certifications, Photos |
| Items | Specifications, Safety Data, Images |
| Purchase Orders | Contracts, Quotes, Receipts |
| Vendors | Insurance, Contracts, W-9 |
Note: Signature attachments are protected from deletion to maintain audit integrity.
File access is controlled by record-level security:
| Security Level | Access |
|---|---|
| View Permission | Can view/download attachments |
| Modify Permission | Can upload and move attachments |
| Delete Permission | Can remove attachments |
Required Permission: “Upload Files” security permission
The Inventory Pro Mobile app provides read-only access to attachments.
Supported in Mobile:
Access: Mobile file viewer requires authenticated session and serves files from the same storage locations as the desktop application.
Files are stored with system-generated filenames (GUIDs) to prevent conflicts:
Framework/User/Uploads/{guid}.{extension}Framework/Document/Uploads/{guid}.{extension}Links between files and records are maintained in database tables (PhotoLinks, PdfLinks).
Include these directories in regular backups:
Framework/User/Uploads/ (images)Framework/Document/Uploads/ (documents)Database backup captures the file-to-record linkages.
| Issue | Solution |
|---|---|
| Upload fails | Check file size (under 4 MB), verify file type is supported |
| Image not displaying | Clear browser cache, verify image file is not corrupted |
| Document won’t open | Try downloading instead of viewing in browser |
| Permission denied | Verify “Upload Files” security permission is assigned |
| File missing after upload | Check if save was clicked after upload |
On this page