Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shinyq/golang_tubesdap_gajikaryawan

This employee salary management application is made to finish the task of basic algorithms and programming subject
https://github.com/shinyq/golang_tubesdap_gajikaryawan

Last synced: 2 days ago
JSON representation

This employee salary management application is made to finish the task of basic algorithms and programming subject

Awesome Lists containing this project

README

        

# Tugas Besar DAP ( Manajemen Gaji Karyawan )

**Kelompok 5 (IF-43-09) :**

1. Kurniadi Ahmad Wijaya (1301194024)

2. Azrina Fazira Anshory (1301194241)


**Penggunaan Awal:**

Buka CMD atau Terminal kemudian lakukan instalasi library dibawah dengan command sebagai berikut :

`go get github.com/dustin/go-humanize`

`go get github.com/fatih/color`

`go get github.com/olekukonko/tablewriter`


**Fitur Aplikasi :**

1. Input Data Karyawan
2. Menampilkan Seluruh Data Kayawan
3. Mencari Data Karyawan
4. Sorting Data Karyawan Berdasarkan Golongan Secara Ascending
5. Input Gaji karyawan Sesuai Kode Karyawan
6. Menampilkan Seluruh Histori Gaji Karyawan
7. Mencari Penggajian Karyawan Dengan Kode Karyawan
8. Sorting Histori Penggajian Bulan Tertentu Secara Descending Berdasarkan Kode Pegawai


**Library Yang Digunakan :**

1. Go-Humanize ( Converter Decimal ) - [github.com/dustin/go-humanize](https://github.com/dustin/go-humanize)
2. Color ( Mewarnai Font ) - [github.com/fatih/color](https://github.com/fatih/color)
3. Table Writer ( Membuat Data Table ) - [github.com/olekukonko/tablewriter](https://github.com/olekukonko/tablewriter)