Open Source Human Resources Software - Page 2

Human Resources Software

View 7708 business solutions
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 1
    jorani

    jorani

    Leave Management - Overtime Extra Day off Employee Human Resource

    Developed in PHP/MySQL with an open source licence (AGPL v3), Jorani is designed to provide simple leave and overtime request workflows for small organizations. Try the online demo : https://demo.jorani.org/ Enter bbalet and bbalet for the username and password. Main repository is on http://github.com/bbalet/jorani
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    BioSuite Professional

    BioSuite Professional

    the software assists in member management and camera management

    Manage of personnel, employee, members details. Advanced identification mechanism using Barcodes scanner, Smart Card and Fingerprint identification. Connect to cameras both web cams and internet camera with high quality. Face detection and Motion detection which will trigger alarm upon trigger. use you smart phone as a IP camera. Manage sessions - using advanced identification mechanism such as Meals, Conference Entry among others. Blacklist also available.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    an ajax lamp payroll sotware. mostly based on DRC labor law. still on development phase
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4

    Skymbu CV Creator

    Skymbu CV Creator

    Skymbu CV Creator is a new PHP script to create professional resumes online for free, in minutes. Create a CV profile using Skymbu CV Creator and save it as a Word file. http://skymbu.info/create-your-own-curriculum-vitae-with-skymbu-cv-creator/
    Downloads: 1 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5
    WinPayXL2020

    WinPayXL2020

    This is a sample payroll program, for learning payroll and MS-Access

    This is a sample/educational demo payroll program, for learning payroll and MS-Access programming. It is similar to the web app WebPayAS2019, written in PHP/MySQL. WinPayXL is for a small business, with 1-15 employees. It should give you practice in learning payroll, installing on the Windows Desktop, and learning MS-Access. The WinPayXL App calculates payroll, and produces reports for tax and accounting purposes. New features for 2020 include this years Tax Percentages, and ability to print W2 forms at year end. Updates in AFPay3a.exe fixes deduction problem. Read the readme file, and manual, for greatest use of this App. Find this and/or other free programs at: dndlearning.com/marcusacademy/marcusmain/index.php Enjoy!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    employear

    employear

    Employee attendance management with import and reports

    Keep track of the attendances of employees. Use this grid per month to fill the daycode for the employees with the efficient data entry 'column fill'. Or use the import function (adapt it to your needs) to interprete data from an existing time tracking app to daycodes. Look for missing data, complete illness-, holidays etc. Compare the sum of the worked time with the todo-working time over the days by looking at the +/- saldo. Transfer the saldo to next month, or subtract the payed overtime. Look at employee/month/year views. Export data to HRM, print reports, give feedback to employees. Linux Desktop Gambas2 (Gambas 3: see Employear3) MySQL/mariadb Use gambas2 compiler/runtime, which is free available in most distro's. Employear source package must be unpacked, then opened in the Gambas IDE, and run or compiled. Can easily be translated in the Gambas IDE-without touching the code. Perfect intermediate for Small Business between employee Time Tracker and HRMdepartment.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7

    managing working hours

    Practice project : web application for managing working hours

    Web application for managing working hours. Application allows to monitor an employee's work hours. User can register as an employee or as a small company which includes a number of employees. There is an option to update and fix the reported hours. Technologies: code first fluent API LINQ Asp.net c # JavaScript jQuery
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    ALTSplit

    Simpel slumpgenerator

    ALTSplit delar upp de angivna eleverna i slumpade grupper. Enkelt och onödigt, men bibliskt :) Apg 1:26
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    This use case works on Alfresco 3.2R2. You have to deploy it with SIDE-Labs. The goal of this use case is to allow employee of a company to ask for holiday or leave. Plus that feature, you also can generate business documents and reports.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 10
    Adaptable HR is an open source Human Resources database for UK local authorities. The aim of the project is to offer local government authorities a low cost alternative to the current array of closed source HR databases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Discover who lives close to each meeting, from your list of meeting locations and potential invitees.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Agenda simples

    Agenda feita com C + MYSQL + wxWidgets

    Ferramentas utilizadas: CodeBlocks 13.12 + plugin wxSmith - http://www.codeblocks.org/downloads wxWidgets 3.0 - https://www.wxwidgets.org/news/2014/10/wxwidgets-3.0.2-released/ Mysql Connector C - https://dev.mysql.com/downloads/connector/c/ Utilize -std=c99 no compilador! ---------------- TABELA NO MYSQL------------------------------ create table pessoa (id INT primary key auto_increment, nome varchar(75) unique, telefone varchar(20) ); mysql> describe pessoa; +----------+-------------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra | +----------+-------------+------+-----+---------+----------------+ | id | int(11) | NO | PRI | NULL | auto_increment | | nome | varchar(75) | NO | UNI | NULL | | | telefone | varchar(20) | YES | | NULL | | +----------+-------------+------+-----+---------+----------------+ 3 rows in set (0.08 sec)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Al's Really Rad Resume Reader

    Resume reading helper scanning keywords and calculating resume scores

    Al's Really Rad Resume Reader (ARRR) helps you to read and evaluate resumes. 1 - Define a list of categories and keywords that you're looking for in resumes 2 - Paste resumes into ARRR and it will: a. Interactively highlight the keywords b. Calculate a match score 3 - ??? 4 - Profit!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    People allocation and skills management.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    AlphaHR Human Resource Management System
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Amix is lightweight business software written as a web application using Java Servlets. It includes customer relationship management, order management, invoicing, time recording and financial accounting.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    An application to manage annual leave. Users will be able to enter leave details and perform queries against the database, as well as perform various administrative functions. The code is written in C# and uses the WCF libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Anonymous Compliance Reporting

    Anonymous Compliance Reporting

    This project is a whistle blower type web application.

    Anonymous Compliance Reporting aims to be a solution for small organizations that desire to adhere to the corporate practice of providing a means for employees to report issues anonymously. This project originated to provide a mechanism for my employers staff to report instances of compliance violation in the workplace, e.g. improper handling of PHI (Patient Health Information), HIPAA violations, and the like. I took on the task of updating it recently, to a more robust "Web 2.0" application, adding JQuery, Ajax, and updated graphics. It runs on both LAMP and WAMP servers. Documentation is on this wiki https://sourceforge.net/p/anonrep/wiki/Home/ and in the README file in the download package. The sample website is completely open to play with, the credentials are admin / password. Have fun!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    PHP Web tools to manage a team (LDAP). The goal is to help in human resources booking. You can set tasks and holidays for users, with start date, end date and workload. You will see your team occupations and detect non working time easily.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Banco de Tiempo
    Para desarrollar un Banco de Tiempo (BdT) en Español online, tan seguro y facil de usar, pero mas serio y auto-sostenible que el que habia en Kroonos.com Necesitamos idealistas pensadores y probadores que nos guien con sus observaciones u opiniones.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    BlueDolmen

    Domain Software Suite for companies and authorities

    BlueDolmen is a set of software to manage mail and flow with citizen and external partners (companies, customers, provides, ...) in a company or a local community, authority, ... It provides out-of -the-box applications based on the unique document repository Alfresco with their own UI. Blue Mail, the mail management application, enables people to process mail from digitization, mail creation through Alfresco collaborative features and sending and track all their change so you can reproduce traceability.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Bordful

    Bordful

    Open source job board software built with Next.js + Airtable

    Open source job board starter template built with Next.js and Airtable. Clone, customize and deploy your own job board in minutes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    COSMOS

    COSMOS

    Cosmos is an candidate tracking system for recruitment needs

    COSMOS has been transferred to github: https://github.com/maragkose/cosmos
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    CV or resume scoring and expected salary

    Resume Scoring and Salary Calculations

    CV or resume scoring and expected salary
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB