mirror of
https://github.com/Karaka-Management/oms-HumanResourceManagement.git
synced 2026-02-13 03:18:41 +00:00
fix todos/move to todo list
This commit is contained in:
parent
3643cbe8fc
commit
0c0a0bbf15
|
|
@ -15,7 +15,6 @@ declare(strict_types=1);
|
||||||
namespace Modules\HumanResourceManagement\Controller;
|
namespace Modules\HumanResourceManagement\Controller;
|
||||||
|
|
||||||
use phpOMS\Module\ModuleAbstract;
|
use phpOMS\Module\ModuleAbstract;
|
||||||
use phpOMS\Module\WebInterface;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Human Resources controller class.
|
* Human Resources controller class.
|
||||||
|
|
|
||||||
|
|
@ -64,9 +64,6 @@ class Employee implements \JsonSerializable, ArrayableInterface
|
||||||
/**
|
/**
|
||||||
* Employee education history.
|
* Employee education history.
|
||||||
*
|
*
|
||||||
* @todo Orange-Management/Modules#187
|
|
||||||
* Implement the education history for an employee. This can be done similarly to the company history.
|
|
||||||
*
|
|
||||||
* @var array
|
* @var array
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
|
|
@ -75,9 +72,6 @@ class Employee implements \JsonSerializable, ArrayableInterface
|
||||||
/**
|
/**
|
||||||
* Employee external work history.
|
* Employee external work history.
|
||||||
*
|
*
|
||||||
* @todo Orange-Management/Modules#188
|
|
||||||
* Implement the work history (at other companies) for an employee. This can be done similarly to the company history.
|
|
||||||
*
|
|
||||||
* @var array
|
* @var array
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user