Skip to content

Bug 636814: Rename WIP Ledger Entries to Subcontracting WIP Entries#8361

Open
ChethanT wants to merge 1 commit into
mainfrom
bugs/Subcontracting/636814-RenameWIPLedgerEntries
Open

Bug 636814: Rename WIP Ledger Entries to Subcontracting WIP Entries#8361
ChethanT wants to merge 1 commit into
mainfrom
bugs/Subcontracting/636814-RenameWIPLedgerEntries

Conversation

@ChethanT
Copy link
Copy Markdown
Contributor

@ChethanT ChethanT commented May 27, 2026

Summary

  • The Subcontracting WIP page and all navigation actions were titled WIP Ledger Entries, making it unclear they belong to the Subcontracting module.
  • Renamed all user-facing captions and tooltips to Subcontracting WIP Entries for clarity and discoverability.

Root Cause

The page caption and action captions used a generic name ("WIP Ledger Entries") that didn't identify the Subcontracting scope.

Fix

  • Updated Caption property on page 99001560 "Subc. WIP Ledger Entries"
  • Updated Caption and ToolTip on 8 page extension actions across production order, work center, and item list pages
  • Updated ToolTip on table extension field referencing the old name

Test

No automated test — this is a UI caption/tooltip-only change with no logic impact.

Fixes AB#636814

🤖 Generated with GitHub Copilot

Rename page caption, action captions, and tooltips from 'WIP Ledger Entries'
to 'Subcontracting WIP Entries' to clearly identify the scope of the page
and improve discoverability within the Subcontracting module.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@ChethanT ChethanT requested a review from a team as a code owner May 27, 2026 20:35
@github-actions github-actions Bot added the AL: Apps (W1) Add-on apps for W1 label May 27, 2026
@github-actions github-actions Bot added this to the Version 29.0 milestone May 27, 2026
@ChethanT ChethanT added the Subcontracting Subcontracting related activities label May 27, 2026
@ChethanT ChethanT enabled auto-merge (squash) May 28, 2026 13:00
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 1, 2026

⚠️ Stale Status Check Deleted

The Pull Request Build workflow run for this PR was older than 72 hours and has been deleted.

📋 Why was it deleted?

Status checks that are too old may no longer reflect the current state of the target branch. To ensure this PR is validated against the latest code and passes up-to-date checks, a fresh build is required.


🔄 How to trigger a new status check:

  1. 📤 Push a new commit to the PR branch, or
  2. 🔁 Close and reopen the PR

This will automatically trigger a new Pull Request Build workflow run.

@ChethanT ChethanT closed this Jun 1, 2026
auto-merge was automatically disabled June 1, 2026 10:04

Pull request was closed

@ChethanT ChethanT reopened this Jun 1, 2026
@ChethanT ChethanT enabled auto-merge (squash) June 1, 2026 10:04
page 99001560 "Subc. WIP Ledger Entries"
{
ApplicationArea = Manufacturing;
Caption = 'WIP Ledger Entries';
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

$\textbf{🟡\ Medium\ Severity\ —\ Style} \quad \color{gray}{\texttt{\small Iteration\ 1}}$

CRLF line ending on caption change

The modified Caption line ends with a carriage return (^M), introducing a lone CRLF into an otherwise LF-only file. This is a minor code-quality issue but will cause noisy diffs and may trip up linters.

Recommendation:

  • Remove the trailing carriage return from line 10.
Suggested change
Caption = 'WIP Ledger Entries';
Caption = 'Subcontracting WIP Entries';

👍 useful · ❤️ especially valuable · 👎 wrong - reply with why

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AL: Apps (W1) Add-on apps for W1 Subcontracting Subcontracting related activities

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants