{% extends 'base.html' %} {% load static %} {% block title %}Pricing Plans - 3ncount{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

Choose Your Perfect Plan

Powerful accounting software for Malaysian SMEs. Start free, upgrade anytime.

Monthly
Yearly Save up to 20%
{% for plan in plans %}
{% if plan.name == 'Professional' %} {% endif %}

{{ plan.name }}

{{ plan.description }}

RM {{ plan.price_monthly|floatformat:0 }}
per month
RM {{ plan.price_yearly|floatformat:0 }}
per year
{% if plan.price_monthly > 0 and plan.price_yearly > 0 %}
💰 Save RM {{ plan.price_monthly|floatformat:0|add:"0"|floatformat:0 }}/month
{% endif %}
  • {{ plan.max_users }} user{% if plan.max_users > 1 %}s{% endif %}
  • Core accounting features
  • AI Accounting Assistant
  • POS System
  • LHDN Tax Filing (Borang B)
  • Email support
  • {% if plan.name == 'Enterprise' %}
  • Priority support
  • Custom integrations
  • {% endif %}
{% if user.is_authenticated %} {% if organization and organization.current_plan.id == plan.id %} {% else %}
{% csrf_token %}
{% endif %} {% else %} Get Started {% endif %}
{% endfor %}

Detailed Feature Comparison

{% for plan in plans %} {% endfor %} {% for plan in plans %} {% endfor %} {% for plan in plans %} {% endfor %} {% for plan in plans %} {% endfor %} {% for plan in plans %} {% endfor %} {% for plan in plans %} {% endfor %} {% for plan in plans %} {% endfor %} {% for plan in plans %} {% endfor %} {% for plan in plans %} {% endfor %} {% for plan in plans %} {% endfor %}
Feature{{ plan.name }}
Users{{ plan.max_users }}{% if plan.max_users >= 999 %} (Unlimited){% endif %}
Invoicing & Billing
Expense Tracking
Financial Reports
Bank Reconciliation
AI Accounting Assistant {% if plan.ai_accounting_enabled %} {% else %} {% endif %}
POS System {% if plan.pos_enabled %} {% else %} {% endif %}
LHDN Tax Filing (Borang B) {% if plan.lhdn_borang_b_enabled %} {% else %} {% endif %}
Priority Support {% if plan.name == 'Enterprise' %} {% else %} {% endif %}

Frequently Asked Questions

Can I change plans later?
Yes! You can upgrade or downgrade your plan at any time. Upgrades take effect immediately with prorated billing, while downgrades take effect at your next billing cycle.
What payment methods do you accept?
We accept all major credit cards (Visa, Mastercard) and FPX online banking through our secure payment partner Stripe.
How do AI credits work?
AI credits are used for AI-powered features like document extraction and financial analysis. Each plan includes a monthly allocation of credits, and you can purchase additional credits anytime if needed.
Is there a setup fee?
No setup fees! You only pay the monthly or yearly subscription cost for your chosen plan. Start using 3ncount immediately after signing up.
Can I cancel my subscription?
Yes, you can cancel anytime. Your account will remain active until the end of your current billing period. No refunds for partial months, but you'll keep access until the paid period ends.

Ready to streamline your accounting?

Join thousands of Malaysian SMEs using 3ncount

{% if user.is_authenticated %} Go to Dashboard {% else %} Get Started Free {% endif %}
{% endblock %} {% block extra_js %} {% endblock %}