ar_disbursements_inv_purchases
where rpt_id = 247523
Download this data as a CSV Spreadsheet (All Rows)
oid ▼ | inv_type | description | cost | book_value | cash_paid | rpt_id |
---|---|---|---|---|---|---|
436 | AUTOMOTIVE EQUIPMENT | 14995 | 14995 | 14995 | 247523 247523 | |
437 | COMPUTER EQUIPMENT | 1214 | 1214 | 1214 | 247523 247523 |
CREATE TABLE ar_disbursements_inv_purchases ( oid INTEGER NOT NULL PRIMARY KEY, inv_type INTEGER NULL, description TEXT NULL, cost INTEGER NULL, book_value INTEGER NULL, cash_paid INTEGER NULL, rpt_id INTEGER NULL, FOREIGN KEY(rpt_id) REFERENCES lm_data(rpt_id) );