feat: Ledger Preview for Stock Entry by prateekkaramchandani [frappe] PR#47142
From: https://github.com/frappe/erpnext/pull/47142
Date: 2025-04-18 06:30:03+00:00
- feat: Ledger Preview for Stock Entry
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-47142
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-47142
# Make changes then rebase
git rebase -i develop
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease