LiquidityForecastCashFlow.javaPart of the Liquidity Planning plugin. Forecast Calculator.
Java source file implementing application logic.
LiquidityForecastCashFlow — class : Serializable.
Key dependencies: org.projectforge.business.excel., org.projectforge.business.scripting.I18n, org.projectforge.common.DateFormatType, org.projectforge.export.MyExcelExporter, org.projectforge.framework.time.DateFormats, org.projectforge.framework.time.PFDay, org.projectforge.framework.utils.NumberHelper
| Commit | Description |
|---|---|
868d6abb7 | 2025 -> 2026 (minor edit, license header update) |
63081666f | Source file headers: 2024-> 2025. (minor edit, license header update) |
b6092df09 | Copyright 2023 -> 2024 (minor edit, license header update) |
ab45d51fa | Copyright 2001-2022 -> 2001-2023. (minor edit, license header update) |
5f7ef41b8 | Copyright 2021 -> 2022 (minor edit, license header update) |
ceb63e8a1 | Source code header: (C) 2001-2021. |
b41f6359d | Liquidity: wip: support of base date in past. |
35de8a909 | Merge branch 'develop' into TimeClassReplacements |
b209e00ba | PFDay.from -> from, fromOrNow, fromOrNull, PFDateTime.from -> from, fromOrNow, fromOrNull |
7c1c48782 | Replacing more instance of java.sql.Date with java.time.LocalDate Replacing instances of java sql.Timestamp with java.util.Date |