Pricing & Subscriptions
Flexible plans designed to grow with your business.
Subscription Plans
Choose Your Level
- Free: 1 Unit/Workspace, limited logs and audits.
- Pro: 5 Units/Workspaces, full log wizard, and statistics.
- Premium: Unlimited units, dedicated support, and advanced audit modules.
- Attendance: Specialized plan for team time-tracking and HR management.
Billing & Payments
Dynamic Pricing
- Location-Aware: Prices automatically adjust based on your country (HUF for Hungary, EUR for Europe, USD for the rest of the world).
- Intervals: Choose between Monthly or Yearly billing (with savings on yearly plans).
Secure Checkout
- Stripe Integration: All payments are handled securely through Stripe.
- Trial Phase: Eligible users can start with a trial period before the first billing.
- Management: Upgrade or cancel your plan directly from the settings menu.
Implementation Logic (Internal)
Logic Flow
- Controller:
PricingPlanController. - API Keys: Stripe Price IDs are mapped in
subscriptionPlanTypesHUF/EUR/USD. - Redirection: If
plan == nullorplan == "canceled", theSignInControllerredirects the user to the pricing screen automatically. - Verification: Post-payment verification is handled via
AppLifecycleListenerwhich checks user status when the app is resumed after the Stripe browser session.