NavAse Knowledge Base¶
Guides and reference documentation for every NavAse Technologies web application.
Each app has two sections:
- User Guide — how to use the app day to day. How do I create a lead? What does an alert mean? How does billing work?
- For Developers — how the app is built. The code structure, the data model, how auth works, how to run and deploy it, and a troubleshooting runbook for anyone picking the codebase up.
Use the search box (top right) to jump straight to an answer — it indexes every page.
Applications¶
| App | What it does | Docs |
|---|---|---|
| Universal CRM | Multi-industry lead pipeline, follow-up tracker and daily agenda | Overview |
| Payment Follow-up Manager | Accounts-receivable automation | coming soon |
| Employee Task Tracker | Task assignment, approval and audit trail | coming soon |
| Attendance & Payroll | HR back office for a small team | coming soon |
| Expense Tracker | Multi-currency expense claims and approvals | coming soon |
| Appointment Scheduler | Timezone-safe team booking pages | coming soon |
| NavAse ERP | CRM, sales & inventory and HRMS in one suite | coming soon |
Conventions used in these docs¶
Free vs. premium
Most NavAse apps run a freemium model: a new workspace fills with sample data you can explore fully; managing real data needs an active plan. Pages that describe a premium-only action say so.
For developers
Code paths, file names and endpoints in the developer sections are accurate
as of the last update to each page. If something doesn't match the code you
have, check the repository's own README.md first.