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
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156