I am trying to figure out the connections between the manual supplier invoice and the payment method but cannot figure out where/how the payment method and payment address information is saved for each supplier invoice.
Can anyone help?
thanks
I am trying to figure out the connections between the manual supplier invoice and the payment method but cannot figure out where/how the payment method and payment address information is saved for each supplier invoice.
Can anyone help?
thanks
Best answer by Georgios Schmidt
you can select in database the payment_plan_tab:
select *
form Payment_Plan_Tab
where company = XXX
and identity = ' YYY'
and INVOICE_ID = ‘ZZZ’;

To find the invoice_id you have to check first in invoice_tab for the particular invoice
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.