Skip to main content

api_advance_deposit_entries

Description

The api_advance_deposit_entries table exposes information about individual advance deposit entries. This table allows you to view all entries per advance deposit. Entries without an invoice ID represent write-offs. This table can be used in work-in-progress reports.

Fields

Field NameTypeDescription
key_entry_idnumberUnique identifier for the advance deposit entry
key_account_idnumberIdentifier of the account this entry belongs to
key_project_idnumberIdentifier of the project this entry belongs to
key_invoice_idnumberIdentifier of the invoice this entry belongs to
account_namestringName of the account this entry belongs to
entry_valuenumberValue of the advance deposit entry
entry_created_attimeTimestamp when the entry was created
entry_updated_attimeTimestamp when the entry was last updated
  • api_invoices – linked via key_invoice_id