Skip to content

Module Description

SAAS Subscription Trial - Allows potential customers to request trial subscriptions through a public website form. Supports customizable trial packages with configurable duration, resource limits, and automatic subscription creation.

Dependencies

  • base, web, mail, website
  • sadeem_subscription

Menus

Website
└─ Trial Subscriptions
    ├─ Trial Packages
    └─ Trial Requests

Trial Flow

Customer fills form → Trial Request created → Partner created → Subscription created → Build & Run
  1. Customer visits /saas/trial or /saas/trial/<package-url>
  2. Fills out the trial form (name, company, email, mobile, company size)
  3. System creates a trial request record and a partner record
  4. If Auto Run Subscription is enabled on the package, the subscription is automatically created, confirmed, and queued for deployment
  5. Customer sees a success message (customizable per package)