-
Notifications
You must be signed in to change notification settings - Fork 436
Implement business activity code to EU from Italy localization #10233
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
base: main
Are you sure you want to change the base?
Changes from all commits
59b2ac4
51d8d45
083ad87
47b5a9c
4cd164d
f6def32
5bd6b69
98068b0
740803f
84ff489
6c4f41b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -1442,6 +1442,10 @@ table 98 "General Ledger Setup" | |
| Caption = 'Use Concurrent Posting'; | ||
| ToolTip = 'Specifies whether to use concurrent posting when posting journals. Concurrent posting can reduce the time it takes to post journals by allowing multiple batches to be posted at the same time. Enabling this option requires additional configuration and setup, such as setting up a batch job to run the concurrent posting process and ensuring that your system has the necessary resources to support concurrent processing.'; | ||
| } | ||
| field(395; "Use Business Activity Code"; Boolean) | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 14 changed "General Ledger Setup" table copies (APAC, BE, CH, DACH, ES, FR, GB, IT, NA, NL, NO, RU, SE, W1) add a Normal "Use Business Activity Code" field without field-level DataClassification. Privacy guidance requires every Normal table field to declare DataClassification explicitly. Knowledge: 👍 useful · ❤️ especially valuable · 👎 wrong - reply with why · AL review agent v1.33.4 |
||
| { | ||
| Caption = 'Use Business Activity Code'; | ||
| } | ||
| field(11600; "BAS to be Lodged as a Group"; Boolean) | ||
| { | ||
| Caption = 'BAS to be Lodged as a Group'; | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -253,7 +253,6 @@ page 187 "VAT Setup" | |
| end; | ||
| end; | ||
|
|
||
|
|
||
| var | ||
| IsVATDateEnabled: Boolean; | ||
| } | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -150,6 +150,10 @@ table 189 "VAT Setup" | |
| { | ||
| Caption = 'Ship-To Alt. Cust. VAT Reg.'; | ||
| } | ||
| field(395; "Per Business Activity Code Settl. Entry"; Boolean) | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The new "Per Business Activity Code Settl. Entry" field on BE's VATSetup.Table.al is a Normal field added without field-level DataClassification. Privacy guidance requires every Normal table field to declare DataClassification explicitly. Knowledge: 👍 useful · ❤️ especially valuable · 👎 wrong - reply with why · AL review agent v1.33.4 |
||
| { | ||
| Caption = 'Per Business Activity Code Settlement Entry'; | ||
| } | ||
| } | ||
|
|
||
| keys | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR adds 179 new Normal "Business Activity Code" fields across changed tables/tableextensions without a field-level DataClassification, relying on table scope instead. BCQuality's AS0016 guidance requires every Normal field to declare DataClassification explicitly rather than inheriting it from the table.
Knowledge:
👍 useful · ❤️ especially valuable · 👎 wrong - reply with why · AL review agent v1.32.4