MyDayReportSheetEntry
An extended report sheet entry for the My Day dashboard, containing all fields of ReportSheetEntry plus the corresponding client resolved via the ClientBillingPeriodEntity.
type MyDayReportSheetEntry {
client: Client!
entry: ReportSheetEntry!
}
Fields
MyDayReportSheetEntry.client ● Client! non-null object
The client associated with this report sheet entry, resolved via the ClientBillingPeriodEntity that contains the entry.
MyDayReportSheetEntry.entry ● ReportSheetEntry! non-null object
The underlying report sheet entry with all its fields.
Member Of
MyDayReportSheets object