Skip to content

refactor: checkbox to toggle standalone Credit/Debit note behaviour by ruthra-kumar [frappe] PR#40372

Bot Dokos requested to merge ft-pr-40372 into develop

From: https://github.com/frappe/erpnext/pull/40372
Date: 2024-03-13 11:03:56+05:30

  • chore: better popup message
  • test: cr note flag to update self
  • refactor: make AR/AP report aware of always standalone cr/dr notes
  • chore: patch for updating flag in Cr/Dr notes
  • refactor: post ledger entries based on toggle
  • refactor: checkbox in purchase invoice
  • chore: update popup message
  • refactor: checkbox to toggle always standalone credit note



Diagnostics



Suspicious changes found (dokos|telemetry|shipping_rule|capture_doc):
  2d7354b06b8da77687160a432ce9463595c9b5bd chore: patch for updating flag in Cr/Dr notes



Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-40372

# Alternatively, re-take the changes
git switch develop
ft take ft-pr-40372

# 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

Merge request reports