-
Notifications
You must be signed in to change notification settings - Fork 696
[DE] Buyer Reference (BT-10) must default from Bill-to and be consistent across documents/posting/export #29951
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
Open
pri-kise
wants to merge
1
commit into
microsoft:main
Choose a base branch
from
pri-kise:29921-e-document-germany-buyer-reference
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
Apps/DE/EDocumentDE/app/src/EDocPstdSalesCrMemoDE.PageExt.al
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| // ------------------------------------------------------------------------------------------------ | ||
| // Copyright (c) Microsoft Corporation. All rights reserved. | ||
| // Licensed under the MIT License. See License.txt in the project root for license information. | ||
| // ------------------------------------------------------------------------------------------------ | ||
| namespace Microsoft.eServices.EDocument.Formats; | ||
|
|
||
| using Microsoft.Sales.History; | ||
|
|
||
| pageextension 13917 "E-Doc Pstd Sales Cr.Memo DE" extends "Posted Sales Credit Memo" | ||
| { | ||
| layout | ||
| { | ||
| addafter("Your Reference") | ||
| { | ||
| field("Buyer Reference"; Rec."Buyer Reference") | ||
| { | ||
| ApplicationArea = Basic, Suite; | ||
| Editable = false; | ||
| Importance = Additional; | ||
| } | ||
| } | ||
| } | ||
| } |
23 changes: 23 additions & 0 deletions
23
Apps/DE/EDocumentDE/app/src/EDocPstdSalesInvoiceDE.PageExt.al
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| // ------------------------------------------------------------------------------------------------ | ||
| // Copyright (c) Microsoft Corporation. All rights reserved. | ||
| // Licensed under the MIT License. See License.txt in the project root for license information. | ||
| // ------------------------------------------------------------------------------------------------ | ||
| namespace Microsoft.eServices.EDocument.Formats; | ||
|
|
||
| using Microsoft.Sales.History; | ||
|
|
||
| pageextension 13916 "E-Doc Pstd Sales Invoice DE" extends "Posted Sales Invoice" | ||
| { | ||
| layout | ||
| { | ||
| addafter("Your Reference") | ||
| { | ||
| field("Buyer Reference"; Rec."Buyer Reference") | ||
| { | ||
| ApplicationArea = Basic, Suite; | ||
| Editable = false; | ||
| Importance = Additional; | ||
| } | ||
| } | ||
| } | ||
| } |
23 changes: 23 additions & 0 deletions
23
Apps/DE/EDocumentDE/app/src/EDocPstdSvcCrMemoDE.PageExt.al
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| // ------------------------------------------------------------------------------------------------ | ||
| // Copyright (c) Microsoft Corporation. All rights reserved. | ||
| // Licensed under the MIT License. See License.txt in the project root for license information. | ||
| // ------------------------------------------------------------------------------------------------ | ||
| namespace Microsoft.eServices.EDocument.Formats; | ||
|
|
||
| using Microsoft.Service.History; | ||
|
|
||
| pageextension 11035 "E-Doc Pstd Svc Cr.Memo DE" extends "Posted Service Credit Memo" | ||
| { | ||
| layout | ||
| { | ||
| addafter("Your Reference") | ||
| { | ||
| field("Buyer Reference"; Rec."Buyer Reference") | ||
| { | ||
| ApplicationArea = Basic, Suite; | ||
| Editable = false; | ||
| Importance = Additional; | ||
| } | ||
| } | ||
| } | ||
| } |
23 changes: 23 additions & 0 deletions
23
Apps/DE/EDocumentDE/app/src/EDocPstdSvcInvoiceDE.PageExt.al
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| // ------------------------------------------------------------------------------------------------ | ||
| // Copyright (c) Microsoft Corporation. All rights reserved. | ||
| // Licensed under the MIT License. See License.txt in the project root for license information. | ||
| // ------------------------------------------------------------------------------------------------ | ||
| namespace Microsoft.eServices.EDocument.Formats; | ||
|
|
||
| using Microsoft.Service.History; | ||
|
|
||
| pageextension 13921 "E-Doc Pstd Svc Invoice DE" extends "Posted Service Invoice" | ||
| { | ||
| layout | ||
| { | ||
| addafter("Your Reference") | ||
| { | ||
| field("Buyer Reference"; Rec."Buyer Reference") | ||
| { | ||
| ApplicationArea = Basic, Suite; | ||
| Editable = false; | ||
| Importance = Additional; | ||
| } | ||
| } | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
Apps/DE/EDocumentDE/app/src/EDocSalesCreditMemoDE.PageExt.al
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| // ------------------------------------------------------------------------------------------------ | ||
| // Copyright (c) Microsoft Corporation. All rights reserved. | ||
| // Licensed under the MIT License. See License.txt in the project root for license information. | ||
| // ------------------------------------------------------------------------------------------------ | ||
| namespace Microsoft.eServices.EDocument.Formats; | ||
|
|
||
| using Microsoft.Sales.Document; | ||
|
|
||
| pageextension 11041 "E-Doc Sales Credit Memo DE" extends "Sales Credit Memo" | ||
| { | ||
| layout | ||
| { | ||
| addafter("Your Reference") | ||
| { | ||
| field("Buyer Reference"; Rec."Buyer Reference") | ||
| { | ||
| ApplicationArea = Basic, Suite; | ||
| Importance = Additional; | ||
| } | ||
| } | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| // ------------------------------------------------------------------------------------------------ | ||
| // Copyright (c) Microsoft Corporation. All rights reserved. | ||
| // Licensed under the MIT License. See License.txt in the project root for license information. | ||
| // ------------------------------------------------------------------------------------------------ | ||
| namespace Microsoft.eServices.EDocument.Formats; | ||
|
|
||
| using Microsoft.Sales.Document; | ||
|
|
||
| pageextension 11040 "E-Doc Sales Invoice DE" extends "Sales Invoice" | ||
| { | ||
| layout | ||
| { | ||
| addafter("Your Reference") | ||
| { | ||
| field("Buyer Reference"; Rec."Buyer Reference") | ||
| { | ||
| ApplicationArea = Basic, Suite; | ||
| Importance = Additional; | ||
| } | ||
| } | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| // ------------------------------------------------------------------------------------------------ | ||
| // Copyright (c) Microsoft Corporation. All rights reserved. | ||
| // Licensed under the MIT License. See License.txt in the project root for license information. | ||
| // ------------------------------------------------------------------------------------------------ | ||
| namespace Microsoft.eServices.EDocument.Formats; | ||
|
|
||
| using Microsoft.Sales.Document; | ||
|
|
||
| pageextension 11042 "E-Doc Sales Order DE" extends "Sales Order" | ||
| { | ||
| layout | ||
| { | ||
| addafter("Your Reference") | ||
| { | ||
| field("Buyer Reference"; Rec."Buyer Reference") | ||
| { | ||
| ApplicationArea = Basic, Suite; | ||
| Importance = Additional; | ||
| } | ||
| } | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
Apps/DE/EDocumentDE/app/src/EDocServiceCreditMemoDE.PageExt.al
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| // ------------------------------------------------------------------------------------------------ | ||
| // Copyright (c) Microsoft Corporation. All rights reserved. | ||
| // Licensed under the MIT License. See License.txt in the project root for license information. | ||
| // ------------------------------------------------------------------------------------------------ | ||
| namespace Microsoft.eServices.EDocument.Formats; | ||
|
|
||
| using Microsoft.Service.Document; | ||
|
|
||
| pageextension 13919 "E-Doc Service Credit Memo DE" extends "Service Credit Memo" | ||
| { | ||
| layout | ||
| { | ||
| addafter("Your Reference") | ||
| { | ||
| field("Buyer Reference"; Rec."Buyer Reference") | ||
| { | ||
| ApplicationArea = Basic, Suite; | ||
| Importance = Additional; | ||
| } | ||
| } | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
Apps/DE/EDocumentDE/app/src/EDocServiceInvoiceDE.PageExt.al
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| // ------------------------------------------------------------------------------------------------ | ||
| // Copyright (c) Microsoft Corporation. All rights reserved. | ||
| // Licensed under the MIT License. See License.txt in the project root for license information. | ||
| // ------------------------------------------------------------------------------------------------ | ||
| namespace Microsoft.eServices.EDocument.Formats; | ||
|
|
||
| using Microsoft.Service.Document; | ||
|
|
||
| pageextension 13918 "E-Doc Service Invoice DE" extends "Service Invoice" | ||
| { | ||
| layout | ||
| { | ||
| addafter("Your Reference") | ||
| { | ||
| field("Buyer Reference"; Rec."Buyer Reference") | ||
| { | ||
| ApplicationArea = Basic, Suite; | ||
| Importance = Additional; | ||
| } | ||
| } | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| // ------------------------------------------------------------------------------------------------ | ||
| // Copyright (c) Microsoft Corporation. All rights reserved. | ||
| // Licensed under the MIT License. See License.txt in the project root for license information. | ||
| // ------------------------------------------------------------------------------------------------ | ||
| namespace Microsoft.eServices.EDocument.Formats; | ||
|
|
||
| using Microsoft.Service.Document; | ||
|
|
||
| pageextension 13920 "E-Doc Service Order DE" extends "Service Order" | ||
| { | ||
| layout | ||
| { | ||
| addafter("Your Reference") | ||
| { | ||
| field("Buyer Reference"; Rec."Buyer Reference") | ||
| { | ||
| ApplicationArea = Basic, Suite; | ||
| Importance = Additional; | ||
| } | ||
| } | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Please, add clean tags