v_invoice

v_invoice

Purpose

  1. Invoice records.


Relationships

  • v_invoice_line_item: One-to-Many (1:N)

    • One invoice can have many line items

    • Referenced through invoice_id

  • v_invoice_payment: One-to-Many (1:N)

    • One invoice can have many payments

    • Referenced through invoice_id

  • v_occupancy: Many-to-One (N:1)

    • Many invoices link to one location

    • Referenced through address_id




Table


Column

Type

Description

id

integer

Primary key

address_id

integer

Address reference

address

text

Billing address

client_code

varchar(28)

Organization ID

invoice_category_name

varchar(255)

Category name

category_type_name

varchar(255)

Type name

invoice_number

varchar(30)

Invoice number

emailed_at

timestamp

Email time

mailed_at

timestamp

Mail time

status_name

text

Status name

money_status_code

varchar(14)

Payment status

other_status_code

varchar(14)

Other status

created_at

timestamp

Creation time

due_date

date

Due date

total

numeric

Invoice total

total_discount

numeric

Discount amount

total_payment

numeric

Payment total

balance

numeric

Balance due

preplan_business_name

varchar(128)

Business name

vendor_phone

varchar(50)

Vendor phone

write_off_reason

varchar(255)

Write-off reason

write_off_approved_by

varchar(255)

Write-off approver

write_off

numeric

Write-off amount



    • Related Articles

    • v_invoice_payment

      Purpose Invoice payment records. Relationships v_invoice: Many-to-One (N:1) Many payments link to one invoice Referenced through invoice relationship Table Column Type Description id integer Primary key client_code varchar(28) Organization ID ...
    • v_invoice_line_item

      Purpose Invoice line items details. Relationships v_invoice: Many-to-One (N:1) Many line items link to one invoice Referenced through invoice_id Table Column Type Description invoice_id integer Invoice reference client_code varchar(28) Organization ...
    • Creating an Invoice

      Purpose To demonstrate how to create an invoice on the First Due Platform. Invoices can also be created from within an Inspection and from a Permit. See related Articles. Related Articles Create Invoice When Recording an Inspection Create Invoice ...
    • Using Advanced Search - Invoice Status Fields

      Purpose The purpose of this Knowledge Base Article is to demonstrate the use of Advanced Search to determine Money Status, Other Status, Emailed, and Mailed for Invoices. Video Instructions 1. Click on Invoicing. 2. Click on Invoice List. 3. Click on ...
    • Create Invoice When Recording an Inspection

      Purpose To demonstrate how to create an Invoice while a user is recording the results of an Inspection. Video Instructions 1. Click on Inspections. Note: These next few steps will review the setting necessary to allow a user to generate an Invoice ...