You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove fetchFinancialData function and related interface; add getProjectUnits function for weekly financial reports
- Deleted `fetchFinancialData.ts` which contained the financial data fetching logic.
- Introduced `getProjectUnits.ts` to fetch project units and write the results to a JSON file.
- Updated `index.ts` files to export new functionalities for better modularity.
These changes streamline the financial data handling and enhance the reporting capabilities for weekly financial reports.
0 commit comments