FormerMember

Aged Creditors Report - customise

SOLVED
Posted By FormerMember

Hi,

I'm wanting to created a customised report for the Aged Creditors so I can see a list of suppliers that we DO NOT pay by DD/SO.

The simplest way I can think to do this is to filter the report to exclude the suppliers that have DD/SO set as the payment method but for the life of me I can't find the field. Does anyone have any ideas of what the field is called and what table it's stored in?

Thanks in advance.

Rob 

  • 0
    verified answer

    Hi Rob,

    Thanks for using Sage City.

    You could use

    PURCHASE_LEDGER.PAYMENT_METHOD_ID=1?"BACS":
    PURCHASE_LEDGER.PAYMENT_METHOD_ID=2?"Cash":
    PURCHASE_LEDGER.PAYMENT_METHOD_ID=3?"Cheque":
    PURCHASE_LEDGER.PAYMENT_METHOD_ID=4?"Credit Card":
    PURCHASE_LEDGER.PAYMENT_METHOD_ID=6?"Other":"

    This would show you everyone apart from those with DD as their payment method (PURCHASE_LEDGER.PAYMENT_METHOD_ID=5?"DD/SO":)

    If this has answered your question please click More > Verify Answer.


    Regards,

    Ian

    Sage UKI