From 1ca3b3df3421961caec3b747a364071c80f5c7da Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 17:14:58 +0700 Subject: initial commit --- oh_appraisal/data/demo_data.xml | 22 ++++++++++++++++++++++ oh_appraisal/data/hr_appraisal_stages.xml | 24 ++++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 oh_appraisal/data/demo_data.xml create mode 100644 oh_appraisal/data/hr_appraisal_stages.xml (limited to 'oh_appraisal/data') diff --git a/oh_appraisal/data/demo_data.xml b/oh_appraisal/data/demo_data.xml new file mode 100644 index 0000000..b6ed4e6 --- /dev/null +++ b/oh_appraisal/data/demo_data.xml @@ -0,0 +1,22 @@ + + + + + + Ronnie Chals + Chief Medical Officer + Building 1, Third Floor + (376)-3852-7863 + chals@example.com + + + + + + 2020-03-22 + True + + + + + \ No newline at end of file diff --git a/oh_appraisal/data/hr_appraisal_stages.xml b/oh_appraisal/data/hr_appraisal_stages.xml new file mode 100644 index 0000000..c5a986e --- /dev/null +++ b/oh_appraisal/data/hr_appraisal_stages.xml @@ -0,0 +1,24 @@ + + + + + To Start + 1 + + + + Sent Mail + 2 + + + + Done + 3 + + + + Cancel + 4 + + + -- cgit v1.2.3