2023-06-25 18:36:02 +07:00
|
|
|
|
namespace BMA.EHR.Domain.Shared
|
|
|
|
|
|
{
|
2023-07-05 10:56:13 +07:00
|
|
|
|
public class GlobalMessages
|
|
|
|
|
|
{
|
|
|
|
|
|
public static readonly string Success = "สำเร็จ";
|
2023-06-25 18:36:02 +07:00
|
|
|
|
|
2023-07-05 10:56:13 +07:00
|
|
|
|
public static readonly string Error = "เกิดข้อผิดพลาด";
|
2023-06-25 18:36:02 +07:00
|
|
|
|
|
2023-07-05 10:56:13 +07:00
|
|
|
|
public static readonly string DataNotFound = "ไม่พบข้อมูลในระบบ";
|
2023-06-25 18:36:02 +07:00
|
|
|
|
|
2023-07-05 10:56:13 +07:00
|
|
|
|
public static readonly string NotAuthorized = "กรุณาเข้าสู่ระบบก่อนใช้งาน!";
|
2023-06-25 18:36:02 +07:00
|
|
|
|
|
2023-07-05 10:56:13 +07:00
|
|
|
|
public static readonly string ForbiddenAccess = "คุณไม่ได้รับอนุญาติให้เข้าใช้งาน!";
|
2023-06-26 10:15:50 +07:00
|
|
|
|
|
2023-07-05 10:56:13 +07:00
|
|
|
|
public static readonly string ExceptionOccured = "เกิดข้อผิดพลาดขึ้นในระบบ กรุณาติดต่อผู้ดูแลระบบ!";
|
2023-06-26 10:15:50 +07:00
|
|
|
|
|
2023-07-05 10:56:13 +07:00
|
|
|
|
public static readonly string FileNotFoundOnServer = "ไม่พบไฟล์ในระบบ!!";
|
2023-07-05 10:22:42 +07:00
|
|
|
|
|
2023-08-04 11:59:02 +07:00
|
|
|
|
public static readonly string NoFileToUpload = "ไม่พบไฟล์ที่ทำการอัพโหลด!";
|
|
|
|
|
|
|
2023-06-26 10:15:50 +07:00
|
|
|
|
#region " Meta Data "
|
|
|
|
|
|
|
|
|
|
|
|
public static readonly string DataExist5 = "เนื่องจากมีการกำหนดวันหยุดในการทำงาน 5 วันอยู่";
|
2023-06-25 18:36:02 +07:00
|
|
|
|
|
2023-07-05 10:56:13 +07:00
|
|
|
|
public static readonly string DataExist6 = "เนื่องจากมีการกำหนดวันหยุดในการทำงาน 6 วันอยู่";
|
2023-06-25 18:36:02 +07:00
|
|
|
|
|
2023-07-05 10:56:13 +07:00
|
|
|
|
public static readonly string NameDupicate = "ชื่อวันหยุดนี้มีอยู่ในระบบอยู่แล้ว";
|
2023-06-25 18:36:02 +07:00
|
|
|
|
|
2023-07-05 10:56:13 +07:00
|
|
|
|
public static readonly string HolidayOfYearNotFound = "ไม่พบข้อมูลวันหยุดในปีที่คุณระบุ";
|
2023-06-25 18:36:02 +07:00
|
|
|
|
|
2023-07-05 10:56:13 +07:00
|
|
|
|
public static readonly string HolidayOfYearNotCopy = "ไม่สามารถคัดลอกวันหยุดย้อนหลังได้";
|
2023-06-25 18:36:02 +07:00
|
|
|
|
|
2023-07-05 10:56:13 +07:00
|
|
|
|
public static readonly string DestinationHolidayIsExist = "ข้อมูลวันหยุดในปีที่ระบุมีอยู่แล้ว";
|
2023-07-05 16:22:44 +07:00
|
|
|
|
public static readonly string ProvinceNotFound = "ไม่พบข้อมูลจังหวัด";
|
|
|
|
|
|
public static readonly string DistrictNotFound = "ไม่พบข้อมูลเขต";
|
|
|
|
|
|
public static readonly string SubDistrictNotFound = "ไม่พบข้อมูลแขวง";
|
|
|
|
|
|
public static readonly string PrefixNotFound = "ไม่พบข้อมูลคำนำหน้า";
|
|
|
|
|
|
public static readonly string GenderNotFound = "ไม่พบข้อมูลเพศ";
|
|
|
|
|
|
public static readonly string RelationshipNotFound = "ไม่พบข้อมูลความสัมพันธ์";
|
|
|
|
|
|
public static readonly string BloodGroupNotFound = "ไม่พบข้อมูลกลุ่มเลือก";
|
|
|
|
|
|
public static readonly string ReligionNotFound = "ไม่พบข้อมูลศาสนา";
|
2023-11-06 09:40:51 +07:00
|
|
|
|
public static readonly string InsigniaNotFound = "ไม่พบข้อมูลเครื่องราชฯ";
|
|
|
|
|
|
public static readonly string InsigniaTypeNotFound = "ไม่พบข้อมูลประเภทเครื่องราชฯ";
|
2023-06-25 18:36:02 +07:00
|
|
|
|
|
2023-07-05 10:56:13 +07:00
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
|
|
#region " Organization "
|
2023-08-05 17:53:07 +07:00
|
|
|
|
public static readonly string OrganizationNotFound = "ไม่พบข้อมูลตำแหน่งในสังกัด";
|
2023-07-05 10:56:13 +07:00
|
|
|
|
public static readonly string PositionPosNoNotFound = "ไม่พบข้อมูลเลขที่ตำแหน่ง";
|
|
|
|
|
|
public static readonly string PositionPathNotFound = "ไม่พบข้อมูลตำแหน่ง";
|
|
|
|
|
|
public static readonly string PositionLineNotFound = "ไม่พบข้อมูลสายงาน";
|
|
|
|
|
|
public static readonly string PositionPathSideNotFound = "ไม่พบข้อมูลด้าน/สาขา";
|
|
|
|
|
|
public static readonly string PositionTypeNotFound = "ไม่พบข้อมูลประเภทตำแหน่ง";
|
|
|
|
|
|
public static readonly string PositionLevelNotFound = "ไม่พบข้อมูลอันดับ/ระดับ";
|
|
|
|
|
|
public static readonly string PositionExecutiveNotFound = "ไม่พบข้อมูลตำแหน่งทางการบริหาร";
|
|
|
|
|
|
public static readonly string PositionExecutiveSideNotFound = "ไม่พบข้อมูลด้านทางการบริหาร";
|
|
|
|
|
|
public static readonly string PositionEmployeeGroupNotFound = "ไม่พบข้อมูลกลุ่มงาน";
|
|
|
|
|
|
public static readonly string PositionEmployeeLevelNotFound = "ไม่พบข้อมูลระดับชั้นงาน";
|
|
|
|
|
|
public static readonly string PositionEmployeePositionSideNotFound = "ไม่พบข้อมูลด้านของตำแหน่ง";
|
|
|
|
|
|
public static readonly string PositionEmployeePositionNotFound = "ไม่พบข้อมูลตำแหน่ง";
|
|
|
|
|
|
#endregion
|
2023-07-05 19:08:38 +07:00
|
|
|
|
|
|
|
|
|
|
#region " Placement "
|
|
|
|
|
|
public static readonly string CertificateNotFound = "ไม่พบข้อมูลใบประกอบอาชีพ";
|
2023-07-10 14:31:49 +07:00
|
|
|
|
public static readonly string EducationNotFound = "ไม่พบข้อมูลประวัติการศึกษา";
|
2023-08-05 17:53:07 +07:00
|
|
|
|
public static readonly string PlacementTransferNotFound = "ไม่พบข้อมูลคำขอโอน";
|
|
|
|
|
|
public static readonly string PlacementReceiveNotFound = "ไม่พบข้อมูลรับโอน";
|
2023-08-11 01:57:09 +07:00
|
|
|
|
public static readonly string PlacementRepatriationNotFound = "ไม่พบข้อมูลช่วยราชการ";
|
|
|
|
|
|
public static readonly string PlacementOfficerNotFound = "ไม่พบข้อมูลส่งตัวกลับ";
|
|
|
|
|
|
public static readonly string PlacementRelocationNotFound = "ไม่พบข้อมูลย้าย";
|
|
|
|
|
|
public static readonly string PlacementAppointmentNotFound = "ไม่พบข้อมูลแต่งตั้ง-เลื่อน";
|
2023-07-05 19:08:38 +07:00
|
|
|
|
#endregion
|
2023-07-13 09:01:47 +07:00
|
|
|
|
|
|
|
|
|
|
#region " OrganizationEmployee "
|
|
|
|
|
|
public static readonly string OrganizationEmployeeNotFound = "ไม่พบข้อมูลโครงสร้างตำแหน่งลูกจ้าง";
|
2023-09-26 17:51:18 +07:00
|
|
|
|
public static readonly string OrganizationEmployeeDupicate = "โครงสร้างตำแหน่งลูกจ้าง บุคคลนี้ไว้อยู่แล้ว";
|
2023-07-13 09:01:47 +07:00
|
|
|
|
#endregion
|
2023-07-19 10:25:54 +07:00
|
|
|
|
|
|
|
|
|
|
#region " Insignia "
|
2023-08-18 02:25:07 +07:00
|
|
|
|
public static readonly string InsigniaDupicate = "มีการยื่นรอบรอบนี้ในปีนี้ไว้อยู่แล้ว";
|
2023-11-06 09:40:51 +07:00
|
|
|
|
public static readonly string InsigniaManageDupicate = "มีการกำหนดจัดสรรเครื่องราชฯ รอบนี้ในปีนี้ไว้อยู่แล้ว";
|
2023-08-25 18:18:28 +07:00
|
|
|
|
public static readonly string InsigniaManageOrgDupicate = "มีการกำหนดหน่วยงานจัดสรรเครื่องราชฯ รอบนี้ในปีนี้ไว้อยู่แล้ว";
|
2023-11-06 09:40:51 +07:00
|
|
|
|
public static readonly string InsigniaRequestNotFound = "ไม่พบข้อมูลการยื่นขอพระราชทานเครื่องราชฯ ของหน่วยงานที่ระบุ!!";
|
|
|
|
|
|
public static readonly string InsigniaRequestProfileNotFound = "ไม่พบข้อมูลการยื่นขอพระราชทานเครื่องราชฯ ของบุคคลนี้!!";
|
|
|
|
|
|
public static readonly string InsigniaRequestProfileDupicate = "มีการกำหนดจัดสรรเครื่องราชฯ บุคคลนี้ไว้อยู่แล้ว";
|
|
|
|
|
|
public static readonly string InsigniaPeriodNotFound = "ไม่พบรอบการยื่นขอพระราชทานเครื่องราชอิสริยาภรณ์ฯ ";
|
|
|
|
|
|
public static readonly string InsigniaManageNotFound = "ไม่พบจัดสรรเครื่องราชฯ ที่ระบุ";
|
2023-08-25 18:18:28 +07:00
|
|
|
|
public static readonly string InsigniaManageOrgNotFound = "ไม่พบหน่วยงานจัดสรรเครื่องราชฯ ที่ระบุ";
|
2023-08-08 11:04:41 +07:00
|
|
|
|
public static readonly string CoinPeriodNotFound = "ไม่พบรอบการขอพระราชทานเหรียญจักรพรรดิมาลาที่ระบุ!!";
|
|
|
|
|
|
public static readonly string OCNotFound = "ไม่พบหน่วยงานที่ระบุในระบบ";
|
2023-08-25 18:18:28 +07:00
|
|
|
|
public static readonly string InsigniaManageOrgLimit = "จำนวนการจัดสรรเครื่องราชฯ หน่วยงานเกินจำนวน";
|
|
|
|
|
|
public static readonly string InsigniaBorrowOrgLimit = "จำนวนการจัดสรรเครื่องราชฯ หน่วยงานเกินจำนวนของหน่วยงานที่ได้รับ";
|
2023-09-15 00:09:54 +07:00
|
|
|
|
public static readonly string InsigniaNoBorrow = "ไม่สามารถยืมเครื่องราชฯ นี้ได้เนื่องจากสถานะรอการบันทึกข้อมูล";
|
2025-05-07 11:51:19 +07:00
|
|
|
|
|
|
|
|
|
|
public static readonly string InsigniaNoReclaim = "ไม่สามารถเรียกคืนเครื่องราชฯ นี้ได้เนื่องจากสถานะรอการบันทึกข้อมูล";
|
|
|
|
|
|
public static readonly string InsigniaReclaimNotFound = "ไม่พบรายการเรียกคืนเครื่องราชฯ ที่ระบุ";
|
|
|
|
|
|
|
|
|
|
|
|
|
2023-08-25 18:18:28 +07:00
|
|
|
|
public static readonly string InsigniaBorrowNotFound = "ไม่พบรายการยืมเครื่องราชฯ";
|
2023-11-08 18:12:52 +07:00
|
|
|
|
public static readonly string InsigniaNotReturn = "รายการยืมเครื่องราชฯ นี้ได้ทำการยืมไว้แล้ว";
|
2025-05-28 10:48:40 +07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public static readonly string CalculateTypeNotValid = "ประเภทผู้ขอพระราชทานเครื่องราชฯ ไม่ถูกต้อง กรุณาตรวจสอบข้อมูล";
|
|
|
|
|
|
|
2023-07-19 10:25:54 +07:00
|
|
|
|
#endregion
|
|
|
|
|
|
|
2023-07-22 22:14:50 +07:00
|
|
|
|
#region " Retirement "
|
2023-08-23 20:30:30 +07:00
|
|
|
|
public static readonly string RetirementNotCreated = "ไม่สามารถสร้างประกาศเกษียณอายุราชการได้กรุณาอัพโหลดหลักฐานประกาศ";
|
2023-08-08 11:04:41 +07:00
|
|
|
|
public static readonly string RetirementNotFound = "ไม่พบข้อมูลการประกาศเกษียณอายุราชการ";
|
|
|
|
|
|
public static readonly string RetirementHistoryNotFound = "ไม่พบข้อมูลประวัติการประกาศเกษียณอายุราชการ";
|
|
|
|
|
|
public static readonly string RetirementResignNotFound = "ไม่พบข้อมูลการคำขอลาออก";
|
2024-11-08 16:58:53 +07:00
|
|
|
|
public static readonly string RetirementResignEmployeeNotFound = "ไม่พบข้อมูลการคำขอลาออก";
|
2023-08-08 11:04:41 +07:00
|
|
|
|
public static readonly string RetirementDeceasedNotFound = "ไม่พบข้อมูลบันทึกเวียนแจ้งการถึงแก่กรรม";
|
2023-09-01 15:21:27 +07:00
|
|
|
|
public static readonly string RetirementDeceasedNotiNotFound = "ไม่พบข้อมูลแจ้งเตือนบันทึกเวียนแจ้งการถึงแก่กรรม";
|
2023-08-11 01:57:09 +07:00
|
|
|
|
public static readonly string RetirementDischargeNotFound = "ไม่พบข้อมูลปลดออก";
|
|
|
|
|
|
public static readonly string RetirementExpulsionNotFound = "ไม่พบข้อมูลไล่ออก";
|
|
|
|
|
|
public static readonly string RetirementOtherNotFound = "ไม่พบข้อมูลอื่นๆ";
|
|
|
|
|
|
public static readonly string RetirementOutNotFound = "ไม่พบข้อมูลให้ออก";
|
2023-08-23 20:30:30 +07:00
|
|
|
|
public static readonly string RetirementQuestionNotFound = "ไม่พบข้อมูลแบบสอบถาม";
|
2023-10-08 12:41:53 +07:00
|
|
|
|
public static readonly string RetirementQuestionnaireQuestionNotFound = "ไม่พบข้อมูลคำถาม";
|
2023-07-22 22:14:50 +07:00
|
|
|
|
#endregion
|
|
|
|
|
|
|
2023-07-28 15:04:26 +07:00
|
|
|
|
#region " Command "
|
|
|
|
|
|
|
|
|
|
|
|
public static readonly string CommandNotFound = "ไม่พบรายการคำสั่งนี้ในระบบ โปรดตรวจความถูกต้อง";
|
2023-09-05 20:24:15 +07:00
|
|
|
|
public static readonly string CommandTypeNotFound = "ไม่พบรายการประเภทคำสั่งนี้ในระบบ โปรดตรวจความถูกต้อง";
|
2023-08-03 12:53:33 +07:00
|
|
|
|
|
2023-08-07 14:57:23 +07:00
|
|
|
|
public static readonly string MethodForCommandTypeNotImplement = "Method for this command type not implement!";
|
|
|
|
|
|
|
2023-07-28 15:04:26 +07:00
|
|
|
|
#endregion
|
2023-10-08 12:41:53 +07:00
|
|
|
|
#region " Command "
|
|
|
|
|
|
|
|
|
|
|
|
public static readonly string CandidateNotFound = "ไม่พบรายการใบสมัครสอบคัดเลือก";
|
|
|
|
|
|
|
|
|
|
|
|
#endregion
|
2023-07-28 15:04:26 +07:00
|
|
|
|
|
2023-11-09 14:35:08 +07:00
|
|
|
|
#region " Leave "
|
|
|
|
|
|
|
|
|
|
|
|
public static readonly string StartTimeGreaterEnd = "เวลาเริ่มต้นต้องน้อยกว่าเวลาสิ้นสุดเท่านั้น";
|
|
|
|
|
|
|
|
|
|
|
|
#endregion
|
2023-07-05 10:56:13 +07:00
|
|
|
|
}
|
2023-06-25 18:36:02 +07:00
|
|
|
|
}
|