Your Business. Your Way.

The P9 low-code platform lets you build custom objects, workflows, and dashboards — deployed in minutes, version controlled.

Your Business. Your Way.

Build Without Limits

Every business is unique. Your ERP should reflect that. Tuli's P9 platform is a declarative, low-code engine that lets you extend and customize every aspect of the system without writing traditional code.

P9 Low-Code Platform

Define your data model, and P9 generates everything else:

@object CustomReport
@application Finance
@icon "chart-bar-icon"
@group "Reports"

field Number type:Autonumber format:"RPT-{yy}-#" label:"Report #" readonly:true
field ReportName type:Text label:"Report Name" required:true
field Department type:Lookup label:"Department" required:true
field GeneratedDate type:DateTime label:"Generated" default:[now()] readonly:true
field Status type:Select label:"Status"

lookup Department {
	lookupobjectname:"Department"

	displayfield {
		"Name"
		"Code"
	}
}

select Status {
	label:"Draft" value:"Draft" default:true
	label:"Published" value:"Published"
	label:"Archived" value:"Archived"
}

From this definition, P9 automatically generates:

  • Database tables with proper indexes and constraints
  • REST API endpoints for CRUD operations
  • User interface with forms, list views, and detail pages
  • Search integration with full-text and filtered search
  • Audit logging for all field changes
  • Permission hooks for RBAC integration

Deploy in Minutes

Changes go live immediately:

  1. Define your object, workflow, or dashboard in P9 syntax
  2. Validate with built-in schema checking
  3. Deploy with a single command — no downtime, no migration scripts
  4. Roll back instantly if needed

Version Controlled

Every P9 definition is stored as text, which means:

  • Git-friendly — Track all changes in your version control system
  • Code review — Review customizations before they go live
  • Environment promotion — Deploy from dev → staging → production
  • Rollback — Revert to any previous version instantly
  • Documentation — Your P9 files ARE your documentation

What You Can Build

  • Custom objects with any combination of 20+ field types
  • Multi-step approval workflows with conditional routing
  • Real-time dashboards with ClickHouse queries
  • Role-based access control with row-level security
  • Automated triggers for notifications and field mutations
  • Custom layouts with multi-column forms

The Impact

  • 10x faster customization vs. traditional ERP
  • Zero consultant dependency for most changes
  • Instant deployment with no downtime
  • Full version history for every change

Ready to Transform Your Business?

See how Tuli ERP can streamline your operations with AI-powered workflows, real-time dashboards, and seamless integration across all your business modules.