User Tools

Site Tools


check_ap_ar_for_vendor_customer_without_id

This is an old revision of the document!


  SELECT invnumber, transdate, amount FROM ar WHERE customer_id NOT IN (SELECT id FROM customer)
  SELECT invnumber, transdate, amount FROM ap WHERE vendor_id NOT IN (SELECT id FROM vendor)
check_ap_ar_for_vendor_customer_without_id.1471808090.txt.gz · Last modified: 2024/09/25 06:19 (external edit)