home / opdr

ar_assets_fixed

where rpt_id = 227525

✎ 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
52 2908 N Harvard; Tulsa, OK 175774 0 175774 176000 301 227525 227525
53 2908 N Harvard; Tulsa, OK 1090744 95754 994990 1110500 302 227525 227525
54 8201 Lake Road; Ponca City, OK 148252 38752 109500 110000 302 227525 227525
55 Automobiles and Other Vehicles 109428 47137 62291 63650 303 227525 227525
56 Office Furniture and Equipment 87101 52056 35044 36000 304 227525 227525
57 Other Fixed Liabilities 0 0 0 0 305 227525 227525
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 178.664ms