NOTE: When entering filter values, make sure you surround text values with quotation marks and enter any dates in the format #dd/mm/yyyy#, for example, #13/05/2024#. Customer and supplier filters Exclude fully paid transactions from a report AUDIT_HEADER.FOREIGN_AGED_BALANCE <> 0 or AUDIT_SPLIT.FOREIGN_AGED_BALANCE <> 0 Exclude customers or suppliers with a zero balance SALES_LEDGER.BALANCE <> 0 or PURCHASE_LEDGER.BALANCE <> 0 Show customers or suppliers where the balance has exceeded the credit limit SALES_LEDGER.BALANCE > SALES_LEDGER.CREDIT_LIMIT or PURCHASE_LEDGER.BALANCE > PURCHASE_LEDGER.CREDIT_LIMIT Exclude the suspense account from customer or supplier reports AUDIT_SPLIT.NOMINAL_CODE <> 9998 NOTE: If you use a different nominal code for your suspense account, replace 9998 with the relevant nominal code. To check this, on the menu bar click Settings, then click Control Accounts. Show invoices over a certain value on supplier reports, for example, supplier invoices over £100 AUDIT_HEADER.FOREIGN_NET_AMOUNT < "-100" or AUDIT_SPLIT.FOREIGN_NET_AMOUNT < "-100" Include credits on a customer itemised chase letter - Change AUDIT_SPLIT.AGED_CUM_30 > 0 to the following:
AUDIT_SPLIT.AGED_CUM_30 <> 0 NOTE: The rest of the filter should remain the same. Exclude invoices or credits below a set value As an example, the following filter excludes invoices or credits with a value of less than 10p. (AUDIT_SPLIT.FOREIGN_AGED_BALANCE > 0.10 OR AUDIT_SPLIT.FOREIGN_AGED_BALANCE < "-0.10") AND AUDIT_SPLIT.INV_REF NOT LIKE "REVAL"
Exclude accounts flagged as inactive SALES_LEDGER.INACTIVE_FLAG=0 or PURCHASE_LEDGER.INACTIVE_FLAG=0 Nominal ledger filters Exclude control accounts from nominal reports NOMINAL_LEDGER.ACCOUNT_TYPE <> 4
Product filters Exclude accounts flagged as inactive STOCK.INACTIVE_FLAG=0
Sales order filters Add message lines to despatch notes Replace the existing filter on the despatch note with the following: SOP_ITEM.QTY_DESPATCH <> 0
Transaction filters Filter the report for specific transaction types AUDIT_HEADER.TYPE LIKE "SI" or AUDIT_HEADER.TYPE IN ("SI","SC")
[BCB:149:Move feedback:ECB] [BCB:19:UK - Sales message :ECB] |