-
Notifications
You must be signed in to change notification settings - Fork 8.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: repost accounting ledger for purchase receipt #46622
Conversation
08cbf14
to
b36e356
Compare
We intentionally didn't include Purchase Receipt or Stock related doctypes in
|
Repost Item Valuation works only when there are stock ledger entries but in purchase receipts for non-stock items (provisional accounting) there are no stock ledger entries so repost item valuation cannot be used. And handling this in Repost Item Valuation doesn't make sense. We can add validation. |
Makes sense.
No need. We can allow it for all Purchase Receipts. |
…-46622 feat: repost accounting ledger for purchase receipt (backport #46622)
…-46622 feat: repost accounting ledger for purchase receipt (backport #46622)
Issue: Item Valuation Reposting only repost documents where Stock Ledger Entries exist. For provisional accounting for non-stock items in Purchase Receipt, no stock ledger entries are created and if there is any change in expense account, gl entries cannot be modified.
Frappe Support Issue: https://support.frappe.io/app/hd-ticket/34156
no-docs