API Docs
AbsenceAbsence Additional ContingentAbsence ContingentAccountAccountingAccounting ContactAdded ValueAsset AccountAttachmentAttendanceAuthBank AccountCatalogCommissionContactCraftCredit InvoiceCreditorCustom FilterCustom ReportCustomerCustomFieldDashboardDebitorEmailEmployment ContractEstimateFinanceFinance JournalFinance Journal PositionsFinDocCategoryFollowupForecastGeneral InfoHolidayIntegrationsInvoiceJobJob TasksLogin MethodMeMetricsOffice LocationOrder ConfirmationOrganisationPaymentPersonProcedureProcedure ViewPurchase InvoicePurchase OrderReportResource PlanningSnippetTargetTeamTemplateTimeUserUser CraftUser GroupUser Group ActionsUser Group UsersWorkPattern
Modelobject
app.FinanceJournalPosition
Properties
app.FinanceJournalPositionobject
catalog_position_id
integer
used to show which catalog-position has been the source
craft_id
integer
No description.
description
string
TODO: rename to description
estimate_position_id
integer
used in invoices that were created by settling estimates
group_id
integer
-1 Net deduction, -2 Total deduction
highlight
integer
No description.
id
integer
No description.
is_available_for_worktime_tracking
boolean
No description.
is_external_service
boolean
TODO: rename to is_external_service
is_page_break
boolean
TODO: rename to is_page_break
journal_id
integer
No description.
name
string
TODO: rename to name
net_total
number
TODO: rename to net_total
ordinal_number
integer
TODO: rename to ordinal_number
position_assigned_id
integer
used for buyouts
position_assigned_percentage
string
used for buyouts
position_assigned_show_percentage
boolean
used for buyouts
price_per_item
number
TODO: rename to price_per_item
quantity
number
TODO: rename to quantity
ready_for_settlement
boolean
No description.
unit
string
TODO: rename to unit
Example
JSON
{
"catalog": {...},
"catalog_position_id": 123,
"category_positions": [
{...}
],
"commissions": [
{...}
],
"craft": {...},
"craft_id": 123,
"credit_invoice": {...},
"description": "string",
"estimate": {...},
"estimate_external_services": [
{...}
],
"estimate_position": {...},
"estimate_position_id": 123,
"group": {...},
"group_id": 123,
"highlight": 123,
"id": 123,
"invoice": {...},
"invoice_external_services": [
{...}
],
"invoice_positions": [
{...}
],
"is_available_for_worktime_tracking": true,
"is_external_service": true,
"is_page_break": true,
"journal": {...},
"journal_id": 123,
"name": "string",
"net_total": 123.45,
"ordinal_number": 123,
"position_assigned_id": 123,
"position_assigned_percentage": "string",
"position_assigned_show_percentage": true,
"positions": [
{...}
],
"price_per_item": 123.45,
"prompts": [
{...}
],
"purchase_invoice": {...},
"purchase_order": {...},
"quantity": 123.45,
"ready_for_settlement": true,
"template": {...},
"unit": "string"
}