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/2012#.
Customer and supplier filtersExclude fully paid transactions from a reportAUDIT_HEADER.FOREIGN_AGED_BALANCE <> 0 or AUDIT_SPLIT.FOREIGN_AGED_BALANCE <> 0
Exclude customers or suppliers with a zero balanceSALES_LEDGER.BALANCE <> 0 or PURCHASE_LEDGER.BALANCE <> 0
Show customers or suppliers where the balance has exceeded the credit limitSALES_LEDGER.BALANCE > SALES_LEDGER.CREDIT_LIMIT or PURCHASE_LEDGER.BALANCE > PURCHASE_LEDGER.CREDIT_LIMIT
Exclude the suspense account from customer or supplier reportsAUDIT_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 £100AUDIT_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 valueAs 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 filtersExclude control accounts from nominal reportsNOMINAL_LEDGER.ACCOUNT_TYPE <> 4
Product filtersExclude accounts flagged as inactive STOCK.INACTIVE_FLAG=0
Sales order filtersAdd message lines to despatch notesReplace the existing filter on the despatch note with the following: SOP_ITEM.QTY_DESPATCH <> 0
[BCB:149:Move feedback:ECB] [BCB:19:UK - Sales message :ECB] |