home / opdr

ar_assets_fixed

where rpt_id = 463535

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

oid ▼ description cost_basis depreciation book_value value asset_type rpt_id
158566 314 West French Broad Street 318 West French Broad 431580 0 431580 431580 302 463535 463535
158567 Automobiles and Other Vehicles 0 0 0 0 303 463535 463535
158568 Office Furniture and Equipment 7280 7280 0 2000 304 463535 463535
158569 Other Fixed Liabilities 0 0 0 0 305 463535 463535
CREATE TABLE ar_assets_fixed (
oid INTEGER NOT NULL PRIMARY KEY, description TEXT NULL, cost_basis INTEGER NULL, depreciation INTEGER NULL, book_value INTEGER NULL, value INTEGER NULL, asset_type INTEGER NOT NULL, rpt_id INTEGER NULL, FOREIGN KEY(rpt_id) REFERENCES lm_data(rpt_id)
);
Powered by Datasette · Queries took 109.999ms