This website works better with JavaScript.
Home
Explore
Help
Sign In
wayne.lee
/
tsms
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
2
Wiki
Activity
Browse Source
fix
tags/Baseline_30082024_FRONTEND_UAT
MSI\2Fi
1 year ago
parent
cf3a51860a
commit
e09a59af33
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
src/app/api/reports/index.ts
+ 2
- 1
src/app/api/reports/index.ts
View File
@@ -13,7 +13,8 @@ export interface ProjectPandLReportFilter {
export interface ProjectPandLReportRequest {
projectId: number;
dateType: string;
startMonth: string;
endMonth: string;
}
// - Project Cash Flow Report
Write
Preview
Loading…
Cancel
Save