Skip to content

Latest commit

 

History

21 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hrms-operator

Frappe HRMS is an open-source, modern HR and payroll application built on the Frappe Framework. This charm deploys Frappe HRMS on Kubernetes, integrating with database, Redis, and ingress.

Like any Juju charm, this charm supports one-line deployment, configuration, integration, scaling, and more. For Charmed Frappe HRMS, this includes:

  • Employee lifecycle management (hiring, transfers, exit)
  • Leave and attendance management
  • Expense claims and payroll processing
  • Performance management
  • Integration with database, message broker and ingress.

For information about the upstream software, see the official Frappe HRMS documentation.

Get started

Prerequisites

  • A Juju controller connected to a Kubernetes cluster.
  • The following charms available: mariadb-k8s, redis-k8s, and a K8s ingress charm. HRMS depends on mariadb-k8s and redis-k8s charms to start successfully.

Deploy

juju deploy hrms
juju integrate hrms mariadb-k8s
juju integrate hrms redis-k8s
juju integrate hrms ingress-configurator

Learn more

Project and community