ar_assets_fixed
where rpt_id = 228896
Download this data as a CSV Spreadsheet (All Rows)
oid ▼ | description | cost_basis | depreciation | book_value | value | asset_type | rpt_id |
---|---|---|---|---|---|---|---|
73 | Automobiles and Other Vehicles | 32071 | 4811 | 27260 | 32530 | 303 | 228896 228896 |
74 | Office Furniture and Equipment | 29678 | 21243 | 8435 | 8435 | 304 | 228896 228896 |
75 | Other Fixed Liabilities | 0 | 0 | 0 | 0 | 305 | 228896 228896 |
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) );