All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.symphony.IncomeStatementForm.kt Maven / Gradle / Ivy

The newest version!
@file:JsExport

package symphony

import cinematic.Live
import kotlinx.JsExport

interface IncomeStatementForm {
    val revenue: DynamicReportRow
    val cogs: DynamicReportRow
    val grossProfit: Live
    val expenses: DynamicReportRow
    val taxes: DynamicReportRow
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy