Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mytime
Project
Project
Details
Activity
Releases
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
Narendar Vakiti
mytime
Commits
619e20ac
Commit
619e20ac
authored
Jun 10, 2019
by
Vijay Akula
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Renamed Billing End date
parent
55519202
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
AllocationChangeVO.java
...in/java/com/nisum/myteam/model/vo/AllocationChangeVO.java
+1
-1
ResourceService.java
...n/java/com/nisum/myteam/service/impl/ResourceService.java
+1
-1
No files found.
src/main/java/com/nisum/myteam/model/vo/AllocationChangeVO.java
View file @
619e20ac
...
@@ -24,7 +24,7 @@ public class AllocationChangeVO {
...
@@ -24,7 +24,7 @@ public class AllocationChangeVO {
private
String
prevBillingStatus
;
private
String
prevBillingStatus
;
@DateTimeFormat
(
iso
=
DateTimeFormat
.
ISO
.
DATE
)
@DateTimeFormat
(
iso
=
DateTimeFormat
.
ISO
.
DATE
)
private
Date
prevBilingStartDate
;
private
Date
prevBil
l
ingStartDate
;
@DateTimeFormat
(
iso
=
DateTimeFormat
.
ISO
.
DATE
)
@DateTimeFormat
(
iso
=
DateTimeFormat
.
ISO
.
DATE
)
private
Date
prevBillingEndDate
;
private
Date
prevBillingEndDate
;
...
...
src/main/java/com/nisum/myteam/service/impl/ResourceService.java
View file @
619e20ac
...
@@ -842,7 +842,7 @@ public class ResourceService implements IResourceService {
...
@@ -842,7 +842,7 @@ public class ResourceService implements IResourceService {
}
}
}
}
allocationVO
.
setPrevBillingStatus
(
prevBilling
.
getBillableStatus
());
allocationVO
.
setPrevBillingStatus
(
prevBilling
.
getBillableStatus
());
allocationVO
.
setPrevBilingStartDate
(
prevBilling
.
getBillingStartDate
());
allocationVO
.
setPrevBil
l
ingStartDate
(
prevBilling
.
getBillingStartDate
());
allocationVO
.
setPrevBillingEndDate
(
prevBilling
.
getBillingEndDate
());
allocationVO
.
setPrevBillingEndDate
(
prevBilling
.
getBillingEndDate
());
}
}
return
allocationVO
;
return
allocationVO
;
...
...
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