home / opdr

ar_disbursements_genrl

where rpt_id = 240415

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

oid ▼ disbursement_type purpose date amount payer_payee_id rpt_id
536 501 Subscription 2004-03-19 5808 360 240415 240415
537 501 Audit of financials and Lm-2 preparation 2004-03-19 5880 361 240415 240415
538 501 Printing 2004-01-16 8283 363 240415 240415
539 504 Repair heating and airconditioning 2004-10-08 9634 368 240415 240415
540 504 General liability insurance 2004-11-05 6294 370 240415 240415
541 504 Workmans compensation insurance 2004-06-04 5363 371 240415 240415
542 505 Chairs 2004-08-06 15417 374 240415 240415
CREATE TABLE ar_disbursements_genrl (
oid INTEGER NOT NULL PRIMARY KEY, disbursement_type INTEGER NOT NULL, purpose TEXT NULL, date TEXT NULL, amount INTEGER NULL, payer_payee_id INTEGER NULL, rpt_id INTEGER NULL, FOREIGN KEY(rpt_id) REFERENCES lm_data(rpt_id)
);
Powered by Datasette · Queries took 1124.929ms