Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PERFORMA_REPLICA
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Muhammad Usman
PERFORMA_REPLICA
Commits
c2fdd9da
Commit
c2fdd9da
authored
Nov 30, 2018
by
Nilu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
S12761998 # Client - Incoming Issues (raised by Client) #Limits on values
parent
277d777a
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
22 additions
and
19 deletions
+22
-19
Job.xml
cmsWebApp/sql/Job.xml
+2
-2
WorkFlow.xml
cmsWebApp/sql/WorkFlow.xml
+1
-1
Job.sql
cmsWebApp/sql/ms/Job.sql
+2
-2
WorkFlow.sql
cmsWebApp/sql/ms/WorkFlow.sql
+1
-1
Job.sql
cmsWebApp/sql/oracle/Job.sql
+2
-2
WorkFlow.sql
cmsWebApp/sql/oracle/WorkFlow.sql
+1
-1
Job.sql
cmsWebApp/sql/postgres/Job.sql
+2
-2
WorkFlow.sql
cmsWebApp/sql/postgres/WorkFlow.sql
+1
-1
BaseJob.java
cmsWebApp/src/performa/orm/BaseJob.java
+2
-2
BaseWorkFlow.java
cmsWebApp/src/performa/orm/BaseWorkFlow.java
+1
-1
Job.xml
cmsWebApp/src/performa/orm/Job.xml
+2
-2
WorkFlow.xml
cmsWebApp/src/performa/orm/WorkFlow.xml
+1
-1
common.css
cmsWebApp/webroot/css/common.css
+4
-1
No files found.
cmsWebApp/sql/Job.xml
View file @
c2fdd9da
...
...
@@ -8,7 +8,7 @@
<column
name=
"object_id"
type=
"Long"
nullable=
"false"
length=
"11"
/>
<column
name=
"object_last_updated_date"
type=
"Date"
nullable=
"false"
length=
"22"
/>
<column
name=
"object_created_date"
type=
"Date"
nullable=
"false"
length=
"22"
/>
<column
name=
"job_title"
type=
"String"
nullable=
"false"
length=
"
50
0"
/>
<column
name=
"job_title"
type=
"String"
nullable=
"false"
length=
"
3
0"
/>
<column
name=
"job_description"
type=
"CLOB"
nullable=
"false"
/>
<column
name=
"job_status"
type=
"String"
nullable=
"false"
length=
"200"
/>
<column
name=
"open_date"
type=
"Date"
nullable=
"true"
/>
...
...
@@ -17,7 +17,7 @@
<column
name=
"assessment_type"
type=
"String"
nullable=
"false"
length=
"200"
/>
<column
name=
"random_key"
type=
"String"
nullable=
"true"
length=
"10"
/>
<column
name=
"job_type"
type=
"String"
nullable=
"false"
length=
"200"
/>
<column
name=
"ref_number"
type=
"String"
nullable=
"true"
length=
"10
0
"
/>
<column
name=
"ref_number"
type=
"String"
nullable=
"true"
length=
"10"
/>
<column
name=
"last_status_change_date"
type=
"Date"
nullable=
"true"
/>
<column
name=
"remote"
type=
"Boolean"
nullable=
"true"
/>
<column
name=
"city"
type=
"String"
nullable=
"true"
length=
"100"
/>
...
...
cmsWebApp/sql/WorkFlow.xml
View file @
c2fdd9da
...
...
@@ -8,7 +8,7 @@
<column
name=
"object_id"
type=
"Long"
nullable=
"false"
length=
"11"
/>
<column
name=
"object_last_updated_date"
type=
"Date"
nullable=
"false"
length=
"22"
/>
<column
name=
"object_created_date"
type=
"Date"
nullable=
"false"
length=
"22"
/>
<column
name=
"name"
type=
"String"
nullable=
"false"
length=
"
10
0"
/>
<column
name=
"name"
type=
"String"
nullable=
"false"
length=
"
2
0"
/>
<column
name=
"sort_order"
type=
"Long"
nullable=
"false"
/>
<column
name=
"application_status"
type=
"String"
nullable=
"false"
length=
"200"
/>
<column
name=
"job_id"
type=
"Long"
length=
"11"
nullable=
"false"
/>
...
...
cmsWebApp/sql/ms/Job.sql
View file @
c2fdd9da
...
...
@@ -8,7 +8,7 @@ CREATE TABLE tl_job (
object_last_updated_date
datetime
DEFAULT
getdate
()
NOT
NULL
,
object_created_date
datetime
DEFAULT
getdate
()
NOT
NULL
,
job_title
varchar
(
50
0
)
NOT
NULL
,
job_title
varchar
(
3
0
)
NOT
NULL
,
job_description
text
NOT
NULL
,
job_status
varchar
(
200
)
NOT
NULL
,
open_date
datetime
NULL
,
...
...
@@ -17,7 +17,7 @@ CREATE TABLE tl_job (
assessment_type
varchar
(
200
)
NOT
NULL
,
random_key
varchar
(
10
)
NULL
,
job_type
varchar
(
200
)
NOT
NULL
,
ref_number
varchar
(
10
0
)
NULL
,
ref_number
varchar
(
10
)
NULL
,
last_status_change_date
datetime
NULL
,
remote
char
(
1
)
NULL
,
city
varchar
(
100
)
NULL
,
...
...
cmsWebApp/sql/ms/WorkFlow.sql
View file @
c2fdd9da
...
...
@@ -8,7 +8,7 @@ CREATE TABLE tl_work_flow (
object_last_updated_date
datetime
DEFAULT
getdate
()
NOT
NULL
,
object_created_date
datetime
DEFAULT
getdate
()
NOT
NULL
,
name
varchar
(
10
0
)
NOT
NULL
,
name
varchar
(
2
0
)
NOT
NULL
,
sort_order
numeric
(
12
)
NOT
NULL
,
application_status
varchar
(
200
)
NOT
NULL
,
job_id
numeric
(
12
)
NOT
NULL
...
...
cmsWebApp/sql/oracle/Job.sql
View file @
c2fdd9da
...
...
@@ -9,7 +9,7 @@ CREATE TABLE tl_job (
object_last_updated_date
date
DEFAULT
SYSDATE
NOT
NULL
,
object_created_date
date
DEFAULT
SYSDATE
NOT
NULL
,
job_title
varchar2
(
50
0
)
NOT
NULL
,
job_title
varchar2
(
3
0
)
NOT
NULL
,
job_description
clob
NOT
NULL
,
job_status
varchar2
(
200
)
NOT
NULL
,
open_date
date
NULL
,
...
...
@@ -18,7 +18,7 @@ CREATE TABLE tl_job (
assessment_type
varchar2
(
200
)
NOT
NULL
,
random_key
varchar2
(
10
)
NULL
,
job_type
varchar2
(
200
)
NOT
NULL
,
ref_number
varchar2
(
10
0
)
NULL
,
ref_number
varchar2
(
10
)
NULL
,
last_status_change_date
date
NULL
,
remote
char
(
1
)
NULL
,
city
varchar2
(
100
)
NULL
,
...
...
cmsWebApp/sql/oracle/WorkFlow.sql
View file @
c2fdd9da
...
...
@@ -9,7 +9,7 @@ CREATE TABLE tl_work_flow (
object_last_updated_date
date
DEFAULT
SYSDATE
NOT
NULL
,
object_created_date
date
DEFAULT
SYSDATE
NOT
NULL
,
name
varchar2
(
10
0
)
NOT
NULL
,
name
varchar2
(
2
0
)
NOT
NULL
,
sort_order
number
(
12
)
NOT
NULL
,
application_status
varchar2
(
200
)
NOT
NULL
,
job_id
number
(
12
)
NOT
NULL
...
...
cmsWebApp/sql/postgres/Job.sql
View file @
c2fdd9da
...
...
@@ -9,7 +9,7 @@ CREATE TABLE tl_job (
object_last_updated_date
timestamp
DEFAULT
NOW
()
NOT
NULL
,
object_created_date
timestamp
DEFAULT
NOW
()
NOT
NULL
,
job_title
varchar
(
50
0
)
NOT
NULL
,
job_title
varchar
(
3
0
)
NOT
NULL
,
job_description
text
NOT
NULL
,
job_status
varchar
(
200
)
NOT
NULL
,
open_date
timestamp
NULL
,
...
...
@@ -18,7 +18,7 @@ CREATE TABLE tl_job (
assessment_type
varchar
(
200
)
NOT
NULL
,
random_key
varchar
(
10
)
NULL
,
job_type
varchar
(
200
)
NOT
NULL
,
ref_number
varchar
(
10
0
)
NULL
,
ref_number
varchar
(
10
)
NULL
,
last_status_change_date
timestamp
NULL
,
remote
char
(
1
)
NULL
,
city
varchar
(
100
)
NULL
,
...
...
cmsWebApp/sql/postgres/WorkFlow.sql
View file @
c2fdd9da
...
...
@@ -9,7 +9,7 @@ CREATE TABLE tl_work_flow (
object_last_updated_date
timestamp
DEFAULT
NOW
()
NOT
NULL
,
object_created_date
timestamp
DEFAULT
NOW
()
NOT
NULL
,
name
varchar
(
10
0
)
NOT
NULL
,
name
varchar
(
2
0
)
NOT
NULL
,
sort_order
numeric
(
12
)
NOT
NULL
,
application_status
varchar
(
200
)
NOT
NULL
,
job_id
numeric
(
12
)
NOT
NULL
...
...
cmsWebApp/src/performa/orm/BaseJob.java
View file @
c2fdd9da
...
...
@@ -827,7 +827,7 @@ public abstract class BaseJob extends BaseBusinessClass
Map
metaInfo
=
new
HashMap
();
metaInfo
.
put
(
"dbcol"
,
"job_title"
);
metaInfo
.
put
(
"length"
,
"
50
0"
);
metaInfo
.
put
(
"length"
,
"
3
0"
);
metaInfo
.
put
(
"mandatory"
,
"true"
);
metaInfo
.
put
(
"name"
,
"JobTitle"
);
metaInfo
.
put
(
"type"
,
"String"
);
...
...
@@ -1003,7 +1003,7 @@ public abstract class BaseJob extends BaseBusinessClass
Map
metaInfo
=
new
HashMap
();
metaInfo
.
put
(
"dbcol"
,
"ref_number"
);
metaInfo
.
put
(
"length"
,
"10
0
"
);
metaInfo
.
put
(
"length"
,
"10"
);
metaInfo
.
put
(
"name"
,
"ReferenceNumber"
);
metaInfo
.
put
(
"type"
,
"String"
);
...
...
cmsWebApp/src/performa/orm/BaseWorkFlow.java
View file @
c2fdd9da
...
...
@@ -130,7 +130,7 @@ public abstract class BaseWorkFlow extends BaseBusinessClass
Map
metaInfo
=
new
HashMap
();
metaInfo
.
put
(
"dbcol"
,
"name"
);
metaInfo
.
put
(
"length"
,
"
10
0"
);
metaInfo
.
put
(
"length"
,
"
2
0"
);
metaInfo
.
put
(
"mandatory"
,
"true"
);
metaInfo
.
put
(
"name"
,
"Name"
);
metaInfo
.
put
(
"type"
,
"String"
);
...
...
cmsWebApp/src/performa/orm/Job.xml
View file @
c2fdd9da
...
...
@@ -34,7 +34,7 @@
<TABLE
name=
"tl_job"
tablePrefix=
"object"
polymorphic=
"FALSE"
>
<ATTRIB
name=
"JobTitle"
type=
"String"
dbcol=
"job_title"
length=
"
50
0"
mandatory=
"true"
/>
<ATTRIB
name=
"JobTitle"
type=
"String"
dbcol=
"job_title"
length=
"
3
0"
mandatory=
"true"
/>
<ATTRIB
name=
"JobDescription"
type=
"String"
dbcol=
"job_description"
mandatory=
"true"
/>
<ATTRIB
name=
"JobStatus"
type=
"JobStatus"
dbcol=
"job_status"
attribHelper=
"EnumeratedAttributeHelper"
mandatory=
"true"
/>
<ATTRIB
name=
"OpenDate"
type=
"Date"
dbcol=
"open_date"
/>
...
...
@@ -43,7 +43,7 @@
<ATTRIB
name=
"AssessmentType"
type=
"AssessmentType"
dbcol=
"assessment_type"
attribHelper=
"EnumeratedAttributeHelper"
mandatory=
"true"
defaultValue=
"AssessmentType.COMPREHENSIVE"
/>
<ATTRIB
name=
"RandomKey"
type=
"String"
dbcol=
"random_key"
length=
"10"
/>
<ATTRIB
name=
"JobType"
type=
"JobType"
dbcol=
"job_type"
attribHelper=
"EnumeratedAttributeHelper"
mandatory=
"true"
defaultValue=
"JobType.FULL_TIME"
/>
<ATTRIB
name=
"ReferenceNumber"
type=
"String"
dbcol=
"ref_number"
length=
"10
0
"
/>
<ATTRIB
name=
"ReferenceNumber"
type=
"String"
dbcol=
"ref_number"
length=
"10"
/>
<ATTRIB
name=
"LastStatusChangeDate"
type=
"Date"
dbcol=
"last_status_change_date"
/>
<ATTRIB
name=
"Remote"
type=
"Boolean"
dbcol=
"remote"
defaultValue=
"Boolean.FALSE"
/>
<ATTRIB
name=
"City"
type=
"String"
dbcol=
"city"
length=
"100"
/>
...
...
cmsWebApp/src/performa/orm/WorkFlow.xml
View file @
c2fdd9da
...
...
@@ -8,7 +8,7 @@
<TABLE
name=
"tl_work_flow"
tablePrefix=
"object"
>
<ATTRIB
name=
"Name"
type=
"String"
dbcol=
"name"
mandatory=
"true"
length=
"
10
0"
/>
<ATTRIB
name=
"Name"
type=
"String"
dbcol=
"name"
mandatory=
"true"
length=
"
2
0"
/>
<ATTRIB
name=
"SortOrder"
type=
"Integer"
dbcol=
"sort_order"
mandatory=
"true"
/>
<ATTRIB
name=
"ApplicationStatus"
type=
"ApplicationStatus"
dbcol=
"application_status"
mandatory=
"true"
attribHelper=
"EnumeratedAttributeHelper"
/>
...
...
cmsWebApp/webroot/css/common.css
View file @
c2fdd9da
...
...
@@ -2720,7 +2720,8 @@ a.forgot-pass {
color
:
#1a2531
;
text-align
:
left
;
font-size
:
20px
;
margin-bottom
:
15px
;
margin-bottom
:
15px
;
word-wrap
:
break-word
;
}
.superlaw
{
letter-spacing
:
1px
;
...
...
@@ -3934,6 +3935,7 @@ input.add-note-btn:hover{
text-align
:
center
;
font-family
:
"Usual-Medium"
;
height
:
83px
;
word-wrap
:
break-word
;
}
.int-timeline
li
a
div
.app-b-title
{
font-family
:
"Usual-Medium"
;
...
...
@@ -4043,6 +4045,7 @@ no-applicant.inactive a:hover,no-applicant.inactive a:hover span{
padding
:
9.5px
0
;
width
:
96px
;
font-family
:
"Usual-Medium"
;
word-wrap
:
break-word
;
}
.unsutable.active
a
{
color
:
#8e97a0
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment