openpss / com.hendraanggrian.openpss.db.schemas / Invoices

Invoices

object Invoices : DocumentSchema<Invoice>

Types

DigitalJobs

class DigitalJobs : ListColumn<DigitalJob, Invoices>

OffsetJobs

class OffsetJobs : ListColumn<OffsetJob, Invoices>

OtherJobs

class OtherJobs : ListColumn<OtherJob, Invoices>

PlateJobs

class PlateJobs : ListColumn<PlateJob, Invoices>

Properties

customerId

val customerId: AbstractColumn<Id<String, Customers>, Invoices, String>

dateTime

val dateTime: AbstractColumn<DateTime, Invoices, DateTime>

digitalJobs

val digitalJobs: DigitalJobs

employeeId

val employeeId: AbstractColumn<Id<String, Employees>, Invoices, String>

isDone

val isDone: AbstractColumn<Boolean, Invoices, Boolean>

isPaid

val isPaid: AbstractColumn<Boolean, Invoices, Boolean>

no

val no: AbstractColumn<Int, Invoices, Int>

note

val note: AbstractColumn<String, Invoices, String>

offsetJobs

val offsetJobs: OffsetJobs

otherJobs

val otherJobs: OtherJobs

plateJobs

val plateJobs: PlateJobs

printed

val printed: AbstractColumn<Boolean, Invoices, Boolean>