Skip to content
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

[Protected var] "Financial Journal" - AccName, BalAccName #28005

Open
3 tasks
fvet opened this issue Jan 28, 2025 · 0 comments
Open
3 tasks

[Protected var] "Financial Journal" - AccName, BalAccName #28005

fvet opened this issue Jan 28, 2025 · 0 comments
Labels
extensibility-enhancement New feature or request related to extensibility Finance GitHub request for Finance area

Comments

@fvet
Copy link
Contributor

fvet commented Jan 28, 2025

Describe the request

In the General Journal page (39), the AccName and BacAccName variables allow to show the name / description of the Account / Balance Account.
In the BE localisation, a cloned / dated version exists : Financial Journal (page 11300)

We would like to see the name / description of the Account / Balance Account here as well per line, already available in AccName, BacAccName, calculated by various GenJnlManagement.GetAccounts(Rec, AccName, BalAccName) calls.

In order to achieve this, we require 3 changes:

  • (MS must) Move the AccName, BalAccName vars to the protected var section
  • (MS preferred / or partner) Ensure the variables are filled on each record: Requires below line to be added in the OnAfterGetRecord trigger

GenJnlManagement.GetAccounts(Rec, AccName, BalAccName);

Image

  • (MS preferred / or partner) Ensure the variables are shown as column: Requires addition of a page field for the both vars

Image

Additional context

x
Internal work item: AB#563811

@nikolakukrika nikolakukrika added extensibility-enhancement New feature or request related to extensibility Finance GitHub request for Finance area labels Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
extensibility-enhancement New feature or request related to extensibility Finance GitHub request for Finance area
Projects
None yet
Development

No branches or pull requests

2 participants