EN · DE · RU · FR · ES

#163: LiquidityForecastCashFlow.java

plugins/org.projectforge.plugins.liquidityplanning/src/main/java/org/projectforge/plugins/liquidityplanning/LiquidityForecastCashFlow.java · Forecast Calculator · 211 lines · 147 code · 40 comments · 24 blank

Part of the Liquidity Planning plugin. Forecast Calculator.

Java source file implementing application logic.

Structure

LiquidityForecastCashFlowclass : 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

Git History

CommitDescription
868d6abb72025 -> 2026 (minor edit, license header update)
63081666fSource file headers: 2024-> 2025. (minor edit, license header update)
b6092df09Copyright 2023 -> 2024 (minor edit, license header update)
ab45d51faCopyright 2001-2022 -> 2001-2023. (minor edit, license header update)
5f7ef41b8Copyright 2021 -> 2022 (minor edit, license header update)
ceb63e8a1Source code header: (C) 2001-2021.
b41f6359dLiquidity: wip: support of base date in past.
35de8a909Merge branch 'develop' into TimeClassReplacements
b209e00baPFDay.from -> from, fromOrNow, fromOrNull, PFDateTime.from -> from, fromOrNow, fromOrNull
7c1c48782Replacing more instance of java.sql.Date with java.time.LocalDate Replacing instances of java sql.Timestamp with java.util.Date