{% extends 'base.html' %} {% load static %} {% block title %}Pricing Plans - 3ncount{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
Powerful accounting software for Malaysian SMEs. Start free, upgrade anytime.
{{ plan.description }}
| Feature | {% for plan in plans %}{{ plan.name }} | {% endfor %}
|---|---|
| Users | {% for plan in plans %}{{ plan.max_users }}{% if plan.max_users >= 999 %} (Unlimited){% endif %} | {% endfor %}
| Invoicing & Billing | {% for plan in plans %}{% endfor %} |
| Expense Tracking | {% for plan in plans %}{% endfor %} |
| Financial Reports | {% for plan in plans %}{% endfor %} |
| Bank Reconciliation | {% for plan in plans %}{% endfor %} |
| AI Accounting Assistant | {% for plan in plans %}{% if plan.ai_accounting_enabled %} {% else %} {% endif %} | {% endfor %}
| POS System | {% for plan in plans %}{% if plan.pos_enabled %} {% else %} {% endif %} | {% endfor %}
| LHDN Tax Filing (Borang B) | {% for plan in plans %}{% if plan.lhdn_borang_b_enabled %} {% else %} {% endif %} | {% endfor %}
| Priority Support | {% for plan in plans %}{% if plan.name == 'Enterprise' %} {% else %} {% endif %} | {% endfor %}
Join thousands of Malaysian SMEs using 3ncount
{% if user.is_authenticated %} Go to Dashboard {% else %} Get Started Free {% endif %}