openpss / com.hendraanggrian.openpss.ui.finance / Report

Report

data class Report

Constructors

<init>

Report(date: LocalDate, cash: Double, nonCash: Double)

Properties

cash

val cash: Double

date

val date: LocalDate

nonCash

val nonCash: Double

total

val total: Double

Companion Object Functions

listAll

fun listAll(payments: Iterable<Payment>): ObservableList<Report>