|
|
@@ -227,6 +227,7 @@ open class ProjectsService( |
|
|
|
expectedTotalFee = request.expectedProjectFee |
|
|
|
subContractFee = request.subContractFee |
|
|
|
totalManhour = request.totalManhour |
|
|
|
ratePerManhour = request.ratePerManhour |
|
|
|
actualStart = request.projectActualStart |
|
|
|
actualEnd = request.projectActualEnd |
|
|
|
status = if (this.status == "Deleted" || this.deleted == true) "Deleted" |
|
|
@@ -729,6 +730,7 @@ open class ProjectsService( |
|
|
|
expectedProjectFee = row.getCell(9).numericCellValue, |
|
|
|
subContractFee = null, |
|
|
|
totalManhour = row.getCell(11).numericCellValue, |
|
|
|
ratePerManhour = 250.0, |
|
|
|
locationId = 1, // HK |
|
|
|
buildingTypeIds = mutableListOf(buildingType!!.id!!), |
|
|
|
workNatureIds = mutableListOf(workNature!!.id!!), |
|
|
|