ActivityAnalysisReportJobDto¶
Example Json Object
1{
2 "id": 10000001,
3 "taskCount": 100,
4 "failedTaskCount": 100,
5 "doneTaskCount": 100,
6 "inProgressTaskCount": 100,
7 "cancelledTaskCount": 100,
8 "errorMessage": "sample_errorMessage",
9 "executor": {
10 "name": "MANUAL",
11 "captionKey": "enum.batchJobExecutor.manual",
12 "caption": "Manual"
13 },
14 "scheduleJobId": 10000001,
15 "batchSize": 1000,
16 "totalObjectCount": 100,
17 "profileId": 10000001,
18 "readOnly": false,
19 "status": {
20 "name": "PROCESSING",
21 "captionKey": "enum.batchJobStatus.processing",
22 "caption": "Processing"
23 },
24 "fileStorageId": "sample_fileStorageId",
25 "generatingReport": false,
26 "startedGeneratingReportAt": "2025-01-01T10:00:00Z",
27 "finishedGeneratingReportAt": "2025-01-01T10:00:00Z",
28 "reportType": {
29 "name": "BY_AMOUNT",
30 "captionKey": "enum.byType.byAmount",
31 "caption": "By Amount"
32 },
33 "input": {
34 "id": 10000001,
35 "activationGroupStatus": {
36 "name": "AG_ACTIVE",
37 "captionKey": "enum.entityStatus.agActive",
38 "caption": "Active"
39 },
40 "internalAssetClass": {
41 "id": 10000001,
42 "displayId": "IAC-001",
43 "status": {
44 "name": "ACTIVE",
45 "captionKey": "enum.objectStatus.active",
46 "active": true,
47 "caption": "Active"
48 },
49 "name": "Machinery and Equipment",
50 "assetClassType": "PROPERTY",
51 "infiniteUsefulLife": false
52 },
53 "fromYear": 100,
54 "fromPeriod": {
55 "id": 10000001,
56 "displayId": "FP-2024-Q1",
57 "status": {
58 "name": "ACTIVE",
59 "captionKey": "enum.objectStatus.active",
60 "active": true,
61 "caption": "Active"
62 },
63 "day": 15,
64 "year": 2024,
65 "month": 3,
66 "postingPeriod": 3,
67 "yearShift": 0
68 },
69 "toYear": 100,
70 "toPeriod": {
71 "id": 10000001,
72 "displayId": "FP-2024-Q1",
73 "status": {
74 "name": "ACTIVE",
75 "captionKey": "enum.objectStatus.active",
76 "active": true,
77 "caption": "Active"
78 },
79 "day": 15,
80 "year": 2024,
81 "month": 3,
82 "postingPeriod": 3,
83 "yearShift": 0
84 },
85 "fromDate": "2025-01-01",
86 "toDate": "2025-01-01",
87 "fromDateType": "USER_DEFINED",
88 "toDateType": "USER_DEFINED",
89 "accountingStandardType": {
90 "name": "GAAP",
91 "captionKey": "enum.accountingStandard.gaap",
92 "caption": "GAAP"
93 },
94 "leaseClassifications": {
95 "name": "FINANCE",
96 "captionKey": "enum.leaseClassificationType.finance",
97 "caption": "Finance Lease"
98 },
99 "leaseType": {
100 "name": "LEASE_CONTRACT_FIX",
101 "captionKey": "enum.leaseType.fix",
102 "principalPositionType": "LESSEE",
103 "caption": "Fixed Lease Contract"
104 },
105 "partner": {
106 "id": 10000012,
107 "displayId": "0000100003",
108 "status": {
109 "name": "ACTIVE",
110 "captionKey": "enum.objectStatus.active",
111 "active": true,
112 "caption": "Active"
113 },
114 "name": "TEST VENDOR GB",
115 "erpSystemDisplayId": "FINQ8S-300"
116 },
117 "listObjectType": {
118 "name": "CONTRACT",
119 "captionKey": "enum.listObjectType.contract",
120 "caption": "Contract"
121 },
122 "objectsList": [],
123 "migratedFilterType": {
124 "name": "ALL",
125 "captionKey": "enum.migratedFilterType.all",
126 "caption": "All"
127 }
128 },
129 "filter": {
130 "id": 10000001,
131 "profileId": 10000001,
132 "name": "Sample Name",
133 "principalPositionType": {
134 "name": "LESSEE",
135 "captionKey": "enum.principalpositiontype.lessee",
136 "caption": "Lessee"
137 },
138 "calendarType": {
139 "name": "_360",
140 "captionKey": "enum.calendarType.360",
141 "caption": "360 Convention"
142 },
143 "fiscalYearVariant": {
144 "id": "string",
145 "displayId": "Euro"
146 },
147 "objectHierarchy": {
148 "erpSystemFilterType": {
149 "name": "ALL",
150 "captionKey": "enum.filterType.all",
151 "caption": "All"
152 },
153 "erpSystems": [],
154 "leaseAreaFilterType": {
155 "name": "ALL",
156 "captionKey": "enum.filterType.all",
157 "caption": "All"
158 },
159 "leaseAreas": [],
160 "businessUnitFilterType": {
161 "name": "ALL",
162 "captionKey": "enum.filterType.all",
163 "caption": "All"
164 },
165 "businessUnits": [],
166 "companyFilterType": {
167 "name": "ALL",
168 "captionKey": "enum.filterType.all",
169 "caption": "All"
170 },
171 "companies": [],
172 "leaseDepartmentFilterType": {
173 "name": "ALL",
174 "captionKey": "enum.filterType.all",
175 "caption": "All"
176 },
177 "leaseDepartments": [],
178 "leaseGroupFilterType": {
179 "name": "ALL",
180 "captionKey": "enum.filterType.all",
181 "caption": "All"
182 },
183 "leaseGroups": [],
184 "costCenterFilterType": {
185 "name": "ALL",
186 "captionKey": "enum.filterType.all",
187 "caption": "All"
188 },
189 "costCenters": [],
190 "profitCenterFilterType": {
191 "name": "ALL",
192 "captionKey": "enum.filterType.all",
193 "caption": "All"
194 },
195 "profitCenters": [],
196 "wbsFilterType": {
197 "name": "ALL",
198 "captionKey": "enum.filterType.all",
199 "caption": "All"
200 },
201 "wbses": []
202 }
203 },
204 "tasks": [],
205 "docStoreId": 10000001
206}
📄 Description: Data transfer object representing a job for generating an Activity Analysis Report within the Nakisa Lease Accounting Suite, encompassing key aspects of leases, contracts, financial obligations, and accounting entries.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
Unique identifier for the resource |
taskCount |
integer(int32) |
false |
none |
Count of task |
failedTaskCount |
integer(int32) |
false |
none |
Count of failed task |
doneTaskCount |
integer(int32) |
false |
none |
Count of done task |
inProgressTaskCount |
integer(int32) |
false |
none |
Count of in progress task |
cancelledTaskCount |
integer(int32) |
false |
none |
Count of cancelled task |
errorMessage |
string |
false |
none |
Descriptive message detailing any errors encountered during the execution of the activity analysis report job within the Nakisa Lease Accounting Suite. |
executor |
false |
none |
Identifier for the individual or system responsible for executing the activity analysis report job within the Nakisa Lease Accounting Suite, relevant to lease and contract management. |
|
scheduleJobId |
integer(int64) |
false |
none |
Unique identifier for the schedule job |
batchSize |
integer(int32) |
false |
none |
Numeric value representing batchSize |
totalObjectCount |
integer(int32) |
false |
none |
Count of total object |
profileId |
integer(int64) |
false |
none |
Unique identifier for the profile |
readOnly |
boolean |
false |
none |
Boolean flag indicating readOnly status |
status |
false |
none |
Status of the resource |
|
fileStorageId |
string |
false |
none |
Identifier of the associated file storage. |
generatingReport |
boolean |
false |
none |
Boolean flag indicating generatingReport status |
startedGeneratingReportAt |
string(date-time) |
false |
none |
Timestamp indicating when the report generation process for lease and contract analysis began within the Nakisa Lease Accounting Suite. |
finishedGeneratingReportAt |
string(date-time) |
false |
none |
Timestamp indicating when the report generation for the activity analysis was completed, relevant for tracking lease and contract financial obligations within the Nakisa Lease Accounting Suite. |
reportType |
false |
none |
Type of the report |
|
input |
false |
none |
Value for input field |
|
filter |
false |
none |
Value for filter field |
|
tasks |
false |
none |
List of tasks items |
|
docStoreId |
integer(int64) |
false |
none |
Unique identifier for the doc store |