GithubHelp home page GithubHelp logo

develover.webui's Introduction

Hi there 👋

develover.webui's People

Contributors

hidonguyen avatar hoangnagi avatar

Watchers

 avatar

develover.webui's Issues

Khai báo mức thưởng/phạt KPI

Tên controller: KPIPercentage
Tên model: KPIPercentageViewModel
properties:
Guid Id,
DateTime EffectiveDate (Ngày hiệu lực),
double KPIPrice (Đơn giá vượt KPI),
double KPI1From (% sản lượng từ), double KPI1To (đến), double KPI1Percentage (% giảm lương),
double KPI2From (% sản lượng từ), double KPI2To (đến), double KPI2Percentage (% giảm lương),
double KPI3From (% sản lượng từ), double KPI3To (đến), double KPI3Percentage (% giảm lương),
double KPI4From (% sản lượng từ), double KPI4To (đến), double KPI4Percentage (% giảm lương),
double KPI5From (% sản lượng từ), double KPI5To (đến), double KPI5Percentage (% giảm lương)

Cập nhật hợp đồng lao động

controller: Contract
model: ContractViewModel
properties:
Guid Id
Guid EmployeeId (Nhân viên)
Guid ContractTypeId (Loại hợp đồng)
string ContractNo (Số hợp đồng)
DateTime EffectiveDate (Ngày hiệu lực)
DateTime? ExpiryDate (Ngày hết hạn)
DateTime IssueDate (Ngày ký)
double BasicSalary (Lương cơ bản)
bool HasMealAllowance(Phụ cấp cơm)
bool HasSocialInsurance(Bảo hiểm xã hội)
bool HasHealthInsurance(Bảo hiểm y tế)
string Note (Ghi chú)

Cập nhật Đánh giá

Controller: Appraisal
Model: AppraisalViewModel
properties:
Guid Id
Guid EmployeeId (Nhân viên)
DateTime EffectiveDate (Ngày hiệu lực)
Guid AppraisalTypeId (Loại đánh giá)
Double Score (Điểm đánh giá)
string Note (Ghi chú)

Danh mục các khoản phụ cấp, giảm trừ

Tên controller: AllowanceDeductionType
Tên model: AllowanceDeductionTypeViewModel
Danh sách properties: Guid Id, string Name, bool IsDeduction (Giảm trừ), bool ShowOnPayslip (Hiện lên bảng lương), bool Status (Sử dụng)

Đăng ký loại định mức KPI cho tổ

Tên controller: KPIRegistration
Tên model: KPIRegistrationViewModel
properties:
Guid Id
Guid DivisionId (Tổ)
int KPIType (Loại định mức)
DateTime IssueDate (Ngày đăng ký)

Điều chuyển phòng ban

Controller: DepartmentTransfer
Model: DepartmentTransferViewModel
properties:
Guid Id
Guid EmployeeId (Nhân viên)
string No (Số quyết định)
DateTime EffectiveDate (Ngày hiệu lực)
Guid DivisionId (Tổ)
string Note (Ghi chú)

Cập nhật phụ cấp/giảm trừ

Controller: AllowanceDeduction
Model: AllowanceDeductionViewModel
properties:
Guid Id
Guid EmployeeId (Nhân viên)
DateTime EffectiveDate (Ngày hiệu lực)
Guid AllowancesDeuctionsTypeId (Loại phụ cấp/giảm trừ)
Double Amount (Tiền)
string Note (Ghi chú)

Khai báo mức lương khoán theo loại định mức KPI

Tên controller: KPISalary
Tên model: KPISalaryViewModel
Properties:
Guid Id
Guid KPITypeId (Loại định mức)
Guid UserPositionId (Chức vụ)
DateTime EffectiveDate (Ngày hiệu lực)
double Salary0 (Lương khoán)
double Salary1 (Lương loại 1)
double Salary2 (Lương loại 2)
double Salary3 (Lương loại 3)
double Salary4 (Lương loại 4)
double Salary5 (Lương loại 5)

Khai báo loại định mức KPI

Tên controller: KPIType
Tên model: KPITypeViewModel
Danh sách properties:
Guid Id,
DateTime EffectiveDate (Ngày hiệu lực),
double Value0 (Loại 0),
double Value1 (Loại 1),
double Value2 (Loại 2),
double Value3 (Loại 3),
double Value4 (Loại 4),
double Value5 (Loại 5),

Cập nhật khen thưởng xử phạt

Controller: CommendationPunishment
Model: CommendationPunishmentViewModel
properties:
Guid Id
Guid EmployeeId (Nhân viên)
string No (Số quyết định)
DateTime EffectiveDate (Ngày hiệu lực)
Guid AllowancesDeuctionsTypeId (Loại phụ cấp/giảm trừ)
Double Amount (Tiền)
string Note (Ghi chú)

Cập nhật nghỉ phép

controller: Leave
model: LeaveViewModel
properties:
Guid Id,
Guid EmployeeId (Nhân viên)
Guid AttendanceTypeId (Loại chấm công)
Guid LeaveTypeId (Loại nghỉ)
DateTime RequestDateFrom (Nghỉ từ ngày), DateTIme RequestDateTo (đến ngày)
int NumberOfDays (Số ngày nghỉ)
string Note (Ghi chú)
int State (Trạng thái)

Bảng khai báo BHXH

Tên controller: SocialInsuranceDeclaration
Tên model: SocialInsuranceDeclarationViewModel
Danh sách properties:
Guid Id,
DateTime EffectiveDate (Ngày hiệu lực),
double SIPercentageByEmployer (% BHXH công ty),
double HIPercentageByEmployer (% BHYT công ty),
double UIPercentageByEmployer (% BHTN công ty),
double UFPercentageByEmployer (% phí công đoàn công ty),
double SIPercentageByEmployee (% BHXH người lao động),
double HIPercentageByEmployee (% BHYT người lao động),
double UIPercentageByEmployee (% BHTN người lao động),
double UFPercentageByEmployee (% phí công đoàn người lao động),
double PersonalIncomeTaxDeduction (Tiền giảm trừ cá nhân),
double DependentTaxDeduction (Tiền giảm trừ mỗi người phụ thuộc),

double PITGroup1From (Thu nhập chịu thuế từ), double PITGroup1To (đến), double PITGroup1Percentage (% Thuế),
double PITGroup2From (Thu nhập chịu thuế từ), double PITGroup2To (đến), double PITGroup2Percentage (% Thuế),
double PITGroup3From (Thu nhập chịu thuế từ), double PITGroup3To (đến), double PITGroup3Percentage (% Thuế),
double PITGroup4From (Thu nhập chịu thuế từ), double PITGroup4To (đến), double PITGroup4Percentage (% Thuế),
double PITGroup5From (Thu nhập chịu thuế từ), double PITGroup5To (đến), double PITGroup5Percentage (% Thuế),
double PITGroup6From (Thu nhập chịu thuế từ), double PITGroup6To (đến), double PITGroup6Percentage (% Thuế),
double PITGroup7From (Thu nhập chịu thuế từ), double PITGroup7To (đến), double PITGroup7Percentage (% Thuế)

Danh mục loại chấm công

Tên controller: AttendanceType
Tên model: AttendanceTypeViewModel
Danh sách properties: Guid Id, string Name, double Multiplier (Hệ số nhân), bool HasMealAllowance (Có phụ cấp cơm),
bool IsAnnualLeave (Tính nghỉ phép năm), bool Status (Sử dụng)

Danh mục loại đánh giá

Controller: AppraisalType
Model: AppraisalTypeViewModel
Properties:
Guid id
String Name (Loại đánh giá)
String Note (Ghi chú)
bool Status (Sử dụng)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.