I have something that is baffling me – FTT moved some AP vouchers to the project side. In PJTran, the amounts are a negative (-7200). However, everything on the GL and AP side is correct without the negative (7200). It is for only 1 vendor and in the same 2 batches. Does anyone have any idea what might be causing this or have ever heard of this?
I believe my only fix is to change the amount in PJTran to a positive via SQL….
Update pjtran set amt = xxxxxx where amt = -xxxxxx
*This post is locked for comments