📁 Showcase
Start

Start

Enterprise

create ent "Your Tiles Factory"
  about: "Managing field operations"
  timeZone: "Asia/Kolkata"
  displayDateFormat: "dd/MM/yyyy, HH:mm:ss"

Backend

Roles

Alright, let’s figure out and set up the roles that’ll be working with the enterprise.

// Owner of the enterprise
ensure role Owner

// Sales agents of the enterprise
ensure role Salesman

// both Owner and Salesman are Employee
ensure role Employee