Hi,
I need to create vendor invoice record from product receipt and another from purch table record.
I am using following code,
purchFormLetter = PurchFormLetter::construct(DocumentStatus::Invoice);
purchFormLetter.update(purchTable, 'INV_001');
The problem is I just want to create invoice while the code above is also doing posting by creating journal entries.
Is there a way to just create Vendor invoice without posting?
*This post is locked for comments
I have the same question (0)

Report
All responses (
Answers (