ar_ap_versus_general_ledger
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
ar_ap_versus_general_ledger [2016/12/22 15:10] – created sweitmann | ar_ap_versus_general_ledger [2024/09/25 06:21] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
Check if AR and acc_trans are in sync: | Check if AR and acc_trans are in sync: | ||
- | AR: select ar.invnumber, | + | |
where chart_id in (select id from chart where link=' | where chart_id in (select id from chart where link=' | ||
- | | + | |
- | + | | |
- | + | ||
Check if AP and acc_trans are in sync: | Check if AP and acc_trans are in sync: | ||
select ap.invnumber, | select ap.invnumber, | ||
where chart_id in (select id from chart where link=' | where chart_id in (select id from chart where link=' | ||
- | ac.trans_id having sum(ac.amount) <> 0; | + | ac.trans_id having |
ar_ap_versus_general_ledger.1482419446.txt.gz · Last modified: 2024/09/25 06:19 (external edit)