Git Product home page Git Product logo

semarthris's Introduction

SemartHris

SemartHris adalah Human Resources Information System (HRIS) yang dapat digunakan untuk membantu memudahkan tugas HRD Perusahaan.

Tahap Pengembangan

SemartHris belum dapat digunakan untuk produksi dan sedang dalam proses pengembangan.

Minimum Requirement

  • PHP versi 7.1.7
  • RDBMS (MySQL, MariaDB, PostgreSQL atau lainnya) yang disupport oleh Doctrine
  • Web Server (Apache, Nginx atau IIS)
  • APCu extension (untuk Production)

Fitur

  • Manajemen Perusahaan
  • Support Multi Perusahaan
  • Manajemen Jabatan
  • Manajemen Karyawan
  • Support Multi Alamat
  • Support Penempatan Karyawan
  • Manajemen Kontrak Kerja
  • Manajemen Kontrak Perusahaan dengan Rekanan/Klien
  • Karir History
  • Promosi, Mutasi, dan Demosi
  • Manajemen Shift Kerja
  • Manajemen Jadwal Kerja
  • Manajemen Absensi
  • Manajemen Hari Libur
  • Manajemen Lembur sesuai dengan peraturan yang berlaku
  • Backend Site and API sekaligus
  • Soft Delete (Data tidak benar-benar dihapus)
  • Pelacakan Data (CreatedAt, CreatedBy, UpdatedAt, UpdatedBy, dan DeletedAt)

Cara Install

  • Clone/Download repository git clone https://github.com/KejawenLab/SemartHris.git dan pindah ke folder SemartHris
  • Jalankan Composer Install/Update composer update --prefer-dist -vvv
  • Setup koneksi database pada .env
  SEMART_DB_DRIVER="mysql"
  SEMART_DB_USER="root"
  SEMART_DB_PASSWORD="password"
  SEMART_DB_HOST="127.0.0.1"
  SEMART_DB_PORT="3306"
  SEMART_DB_NAME="semarthris"
  • Jalankan perintah php bin/console doctrine:database:create untuk membuat database
  • Jalankan perintah php bin/console doctrine:schema:update --force untuk membuat table yang dibutuhkan
  • Jalankan perintah make serve untuk mengaktifkan web server
  • Buka halaman <HOST>:<PORT>/admin untuk halaman admin
  • Buka halaman <HOST>:<PORT>/api untuk halaman API

Kontributor

Proyek ini dikembangkan oleh Muhamad Surya Iksanudin dan para kontributor untuk KejawenLab.

Lisensi

Proyek ini menggunakan lisensi Apache License 2.0 (Apache-2.0) © Muhamad Surya Iksanudin. Pastikan Anda memahami kewajiban dan hak Anda sebelum Anda memutuskan untuk menggunakan software ini.

Preview

SemartHris Preview

SemartHris API Preview

semarthris's People

Contributors

ad3n avatar parinussa avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.