2026-04-15 15:20:45 +03:00
2026-04-25 12:49:02 +03:00
2026-04-23 18:23:07 +03:00
2026-04-23 16:16:04 +03:00
2026-04-15 17:31:58 +03:00
2026-04-26 12:03:59 +03:00
2026-04-23 15:59:17 +03:00

TFM aInventory (2026)

A unified, offline-first Inventory Management System built as a Progressive Web App (PWA).
Premium Industrial Fidelity | AI-Powered Extraction | Enterprise Sync


📖 Project Documentation

For End-Users

  • USER_GUIDE.md: Manual for field operators and inventory managers.

For Developers & AI Agents


🚀 Quick Start (Production)

git clone <repository-url> tfm-inventory
cd tfm-inventory

# Configuration
for f in config/*.yaml.example; do cp "$f" "${f%.example}"; done
# Edit config/secrets.yaml with your keys
nano config/secrets.yaml

# Deploy
python3 scripts/deploy.py production

🏗 Key Features

  • Offline-First: Continuous operation without network; background sync via IndexedDB.
  • AI OCR: Intelligent label extraction using Gemini & Claude.
  • Enterprise Ready: LDAP authentication, immutable audit logs, and SQLite WAL mode.
  • PWA: Installable on any mobile device.

Current Version: 1.15.0
Status: Active Development

Description
Hardware Inventory System vith AI and OCR visual scanning
Readme 622 MiB
Languages
Python 95.7%
TypeScript 1.4%
Cython 1.1%
C 1%
C++ 0.6%