Navigation
# Documentation Navigation & Sitemap
Home / Knowledge Base / Navigation
Complete navigation structure for Neuron ERP documentation.
Documentation Hierarchy
Neuron ERP Documentation
|
|-- Home (index.md)
| |-- Overview
| |-- Quick Links
| |-- Module Documentation Links
| |-- System Architecture
| |-- Technology Stack
|
|-- Getting Started (getting-started.md)
| |-- Prerequisites
| |-- Logging In
| |-- Interface Overview
| |-- Basic Workflows
| |-- Common Tasks
| |-- Troubleshooting
|
|-- |-- Architecture (architecture.md)
| |-- System Overview
| |-- Architecture Layers
| |-- Technology Stack
| |-- Project Structure
| |-- Data Flow
| |-- Security Architecture
| |-- Integration Points
|
|-- ADR - Architecture Decision Records (adr/)
| |-- ADR Index (adr/index.md)
| |-- Database User Ownership Consolidation (adr/0001-database-user-ownership-consolidation.md)
|
|-- Installation (installation.md)
| |-- System Requirements
| |-- Pre-installation Checklist
| |-- Installation Steps
| |-- Database Setup
| |-- Application Configuration
| |-- Post-Installation Tasks
|
|-- Modules (modules/)
| |-- Module Overview (modules/index.md)
|-- Financial Management
|-- Distribution & Inventory
|-- Manufacturing
|-- Sales & Delivery
|-- Human Resources
| |-- Financial (modules/financial/)
|-- Accounts Receivable (accounts-receivable.md)
|-- Accounts Payable (accounts-payable.md)
|-- General Ledger (general-ledger.md)
|-- Cash Management (cash-management.md)
|-- Fixed Assets (fixed-assets.md)
|-- Budgeting (budget.md)
|-- Multiple Currency (multiple-currency.md)
|-- Tax Invoice (tax-invoice.md)
| |-- Distribution (modules/distribution/)
|-- Purchase Orders (purchase-order.md)
|-- Purchase Requisitions (requisition.md)
|-- Inventory Management (inventory.md)
|-- Quality Inspection (inspection.md)
|-- Bill of Quantities (boq.md)
| |-- Manufacturing (modules/manufacturing/)
|-- Work Orders (work-order.md)
|-- Product Structure (product-structure.md)
|-- Routing & Work Centers (routing.md)
|-- Shopfloor Control (shopfloor.md)
| |-- Sales (modules/sales/)
|-- Sales Orders (sales-order.md)
|-- Delivery Management (delivery.md)
|-- Price Lists (pricelist.md)
|-- Target Achievement (target-achievement.md)
| |-- HR (modules/hr/)
| |-- Employee Information (employee-information.md)
| |-- Payroll (payroll.md)
| |-- Time & Attendance (time-attendance.md)
| |-- Training Management (training.md)
|
|-- Technical (technical/)
|-- Development Guide (development-guide.md)
|-- API Reference (api-reference.md)
|-- Database Schema / ERD (erd.md)
|-- Configuration Guide (configuration-guide.md)
|-- Contributing Guidelines (contributing.md)
|-- Developer Quick Start (developers/)
|-- Getting Started (developers/getting-started.md)
+-- Developer Resources (developers/index.md)
|-- Troubleshooting (troubleshooting/)
|-- Troubleshooting Guide (troubleshooting/index.md)
+-- Menu Auto-Click Fix (troubleshooting/menu-auto-click-fix.md)
User Journey Maps
For End Users
graph LR
A[Start] --> B[index.md]
B --> C[getting-started.md]
C --> D[modules/index.md]
D --> E[Select Module]
E --> F[Module Documentation]
F --> G[Daily Use]
Recommended Path:
- Read Main Index
- Follow Getting Started Guide
- Review Module Overview
- Study specific module docs (e.g., Sales Orders)
- Reference as needed during daily use
For Administrators
graph LR
A[Start] --> B[installation.md]
B --> C[architecture.md]
C --> D[Module Setup]
D --> E[User Training]
E --> F[Ongoing Support]
Recommended Path:
- Review Architecture Overview
- Follow Installation Guide
- Configure modules per Module Docs
- Train users with Getting Started
- Maintain system using technical docs
For Developers
graph LR
A[Start] --> B[architecture.md]
B --> C[developers/getting-started.md]
C --> D[development-guide.md]
D --> E[Code]
E --> F[Test]
F --> G[Deploy]
Recommended Path:
- Understand System Architecture
- Quick setup with Developer Getting Started
- Read Full Development Guide
- Follow coding standards
- Build, test, and deploy
- Build and test
- Deploy using guidelines
Documentation By Topic
Security & Access
Financial Management
Inventory & Distribution
Sales & Orders
Manufacturing
Human Resources
Configuration & Setup
|-- Development & Technical
Quick Reference Guide
Common Tasks
| Task | Documentation |
|---|---|
| First Time Login | Getting Started |
| Create Sales Order | Sales Orders |
| Post Journal Entry | General Ledger |
| Generate Reports | Getting Started |
| Install System | Installation Guide |
| Develop New Feature | Development Guide |
| Review Architecture Decisions | Architecture Decision Records |
Troubleshooting
| Issue | Reference |
|---|---|
| Login Problems | Getting Started - Troubleshooting |
| Installation Issues | Installation - Troubleshooting |
| Module Errors | Specific module documentation |
| Development Issues | Development Guide |
| Menu Auto-Click Issue | Menu Auto-Click Fix |
Documentation Statistics
Content Summary
- Total Documentation Files: 10+ Markdown files
- Mermaid Diagrams: 50+ embedded diagrams
- Code Examples: 20+ code snippets
- Modules Documented: 20+ modules (overview/samples)
- Word Count: ~25,000+ words
Coverage
pie title Documentation Coverage
"Getting Started" : 15
"Architecture" : 20
"Module Docs" : 35
"Technical Docs" : 20
"Installation" : 10
Documentation Templates
Module Documentation Template
Each module doc should include:
- Overview
- Key Features
- Module Structure (diagram)
- Process Workflows (Mermaid)
- User Procedures
- Reports & Analytics
- Best Practices
- Troubleshooting
- Integration Points
- Related Documentation
See examples:
Cross-Reference Matrix
| From | To | Relationship |
|---|---|---|
| Getting Started | Modules | User learns about features |
| Modules | General Ledger | Financial integration |
| Sales Orders | Inventory | Stock allocation |
| Installation | Architecture | System understanding |
| Development Guide | Architecture | Technical foundation |
Documentation Roadmap
Completed (Current Release)
- Main index and overview
- Getting started guide
- Architecture documentation
- Installation guide
- Module overview
- Sample module docs (GL, SO)
- Development guide
- Navigation structure
- Architecture Decision Records (ADR)
Future Enhancements
- Complete all module documentation
- API reference documentation
- Database schema diagrams
- Video tutorials (links)
- FAQ section
- Troubleshooting guide
- Best practices guide
- Performance tuning guide
- Security hardening guide
- Backup & recovery procedures
Documentation Best Practices
For Readers
- Start with index.md
- Follow the recommended path for your role
- Use search (Ctrl+F) to find specific topics
- Check related documentation links
- Bookmark frequently used pages
For Contributors
- Follow the established structure
- Use Mermaid for diagrams
- Keep language clear and concise
- Include code examples
- Add cross-references
- Update Last Updated dates
- Test all procedures
Feedback & Updates
How to Provide Feedback
- Document specific page/section
- Describe issue or suggestion
- Provide context if applicable
- Submit to documentation team
Documentation Updates
- Version controlled in Git
- Review process for changes
- Regular quarterly reviews
- User feedback incorporated
Documentation Structure Created: January 2026
Total Files: 10+ comprehensive guides
Format: Markdown with embedded Mermaid diagrams
Portability: 100% offline-capable, no external dependencies
Start Here: Main Documentation Index