home / opdr

ar_payer_payee

where rpt_id = 238611

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ payer_payee_id payer_payee_type rcpt_disb_type name po_box street city state zip type_or_class itemized non_itemized total rpt_id
67 67 355 1002 505 Mark L. Griffin, CPA P.O. Box 350939   Jacksonville FL 32235 Contractor 0 14400 14400 238611 238611
68 68 356 1002 505 Arjay Printing Company   6304 Pearl Street Jacksonville FL 32208 Contractor 7595 0 7595 238611 238611
69 69 357 1002 505 Office Equipment Finance Services P.O.Box 790448   St. Louis MO 63179 Contractor 12009 0 12009 238611 238611
CREATE TABLE ar_payer_payee (
payer_payee_id INTEGER NOT NULL, payer_payee_type INTEGER NOT NULL, rcpt_disb_type INTEGER NOT NULL, name TEXT NULL, po_box TEXT NULL, street TEXT NULL, city TEXT NULL, state TEXT NULL, zip TEXT NULL, type_or_class TEXT NULL, itemized INTEGER NULL, non_itemized INTEGER NULL, total INTEGER NULL, rpt_id INTEGER NULL, FOREIGN KEY(rpt_id) REFERENCES lm_data(rpt_id)
);
Powered by Datasette · Queries took 866.665ms