Start
Enterprise
create ent "Your Tiles Factory"
about: "Managing field operations"
timeZone: "Asia/Kolkata"
displayDateFormat: "dd/MM/yyyy, HH:mm:ss"
Backend
Roles
// Owner of the enterprise
ensure role Owner
// Sales agents of the enterprise
ensure role Salesman
// both Owner and Salesman are Employee
ensure role Employee