DocCashSession

Model that describes cash shifts.

Name Type Description
close_amount Decimal Cash register amount at closing.
close_date Int64 Shift closing date as Unix time in seconds.
close_user User User who closed the shift.
closed Boolean Indicates whether the shift is closed.
code String Cash shift code.
last_update Int64 Last record update date as Unix time in seconds.
operating_cash_id Int64 Cash register ID.
start_amount Decimal Cash register amount at opening.
start_date Int64 Shift opening date as Unix time in seconds.
start_user User User who opened the shift.
uuid String Cash shift UUID.