php 考勤管理系统
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/2691507/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Attendance Management System
提问by Bharanikumar
I am looking for an open source Attendence Management System, I'd like to be able to customise functions.
我正在寻找一个开源的考勤管理系统,我希望能够自定义功能。
Please recommend some written in PHP.
请推荐一些用PHP编写的。
I am running BPO with around 20 employees.
我正在经营大约 20 名员工的 BPO。
I want to track their daily check-in and check-out time.
我想跟踪他们每天的入住和退房时间。
Thanks Bharanikumar
谢谢巴拉尼库马尔
采纳答案by Pekka
I have no idea what an attendance management system would have to be able to do exactly, but take a look at the PHP section on opensourcecms.com. They have a number of calendars, project management tools etc. to test drive, maybe one of them comes close to what you need - it's often just a matter of renaming labels or categories.
我不知道考勤管理系统必须能够做什么,但请查看opensourcecms.com上的 PHP 部分。他们有许多日历、项目管理工具等可以试驾,也许其中一个接近您的需要——这通常只是重命名标签或类别的问题。
回答by Mike
Have you tried TimeTrex Time and Attendance? Its open source and extremely configurable.
您是否尝试过 TimeTrex时间和出勤?它的开源和极其可配置。
回答by Falak
Attendance Management Systemis written in PHP and released as an open source project under GPL v3. This software is web based and easier to setup.
考勤管理系统是用 PHP 编写的,并在 GPL v3 下作为开源项目发布。该软件基于网络,更易于设置。
回答by Jonathan Czitkovics
You could try this freeware that I found for you.
你可以试试我为你找到的这个免费软件。
I noticed that the files have extention php3 but don't worry they are normal php files. Enjoy!
我注意到这些文件的扩展名为 php3,但不用担心它们是普通的 php 文件。享受!
php Time sheet is an important and powerful program and helpful for / business persons and for individual users to handle their data, it might be personal or employee and also it is useful for web based accounting, managing holidays, project tracking and attendance of employees etc., MySQL database is used to store data.
php Time sheet 是一个重要而强大的程序,有助于/商务人士和个人用户处理他们的数据,可能是个人或员工,也可用于基于网络的会计、假期管理、项目跟踪和员工出勤等.、MySQL数据库用于存储数据。
回答by drekka
This sounds like a fairly specific request for a timesheet system. There's lots around, mostly web based. But I have to ask ....
这听起来像是对时间表系统的一个相当具体的要求。周围有很多,主要是基于网络的。但我不得不问......
Is this a question for this forum?
这是这个论坛的问题吗?
回答by Gordon
With these requirements, this is easier solved with Excel/OpenOfficeCalc/GoogleSpreadsheets/etc
有了这些要求,用 Excel/OpenOfficeCalc/GoogleSpreadsheets/etc 更容易解决这个问题

