Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReportController ¶
type ReportController struct {
controller.BaseController
Input reportconfig.ReportRequest
Employee *model.Employee
ReportView *reportView
Contracts model.ContractList
Attendances model.AttendanceList
Leaves odoo.List[model.Leave]
Payslip *model.Payslip
}
func NewReportController ¶
func NewReportController(ctx *controller.BaseController) *ReportController
func (*ReportController) DisplayOvertimeReport ¶
func (c *ReportController) DisplayOvertimeReport() error
DisplayOvertimeReport GET /report/:id/:year/:month
Click to show internal directories.
Click to hide internal directories.