Hi,
I am using invoice approval journals to fetch invoices from the registration pool, match them to a purchase order number and then post the invoice.
I am doing this from code, by simply using the PurchFormLetter_ApproveJournal framework class.
I have a problem though, in some cases I would like to be able to use the invoice round off function that applies a value to the VendInvoiceInfoTable record to help make the invoice and the pending invoice data match, as in some cases there will be VAT rounding or incorrect invoice rounding by the supplier etc.
There is no mechanism to do this from what I can see through this method, I could manually create the vendInvoiceInfo table records but I don't see where I can reference the ledgerJournalTrans record from the approval journal if I go down this route.
Has someone worked on something like this before or can someone offer help?
Thanks