Skip to content

Commit 1eade57

Browse files
authored
Merge branch 'main' into uptake/analytics-demo-module
2 parents 3023dcb + f3d7acb commit 1eade57

File tree

1,576 files changed

+83084
-3413
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,576 files changed

+83084
-3413
lines changed

.github/AL-Go-Settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"runs-on": "windows-latest",
77
"cacheImageName": "",
88
"UsePsSession": false,
9-
"artifact": "https://bcinsider-fvh2ekdjecfjd6gk.b02.azurefd.net/sandbox/28.0.43704.0/base",
9+
"artifact": "https://bcinsider-fvh2ekdjecfjd6gk.b02.azurefd.net/sandbox/28.0.44491.0/base",
1010
"country": "base",
1111
"useProjectDependencies": true,
1212
"repoVersion": "28.0",

Apps/APAC/EDocumentFormats/PINT A-NZ/app/src/Core/PINTANZExport.Codeunit.al

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ namespace Microsoft.eServices.EDocument.Format;
77
using Microsoft.eServices.EDocument;
88
using Microsoft.Finance.GeneralLedger.Setup;
99
using Microsoft.Finance.VAT.Setup;
10+
using Microsoft.Foundation.Address;
1011
using Microsoft.Foundation.Company;
1112
using Microsoft.Sales.Customer;
1213
using Microsoft.Sales.History;
1314
using System.Utilities;
14-
using Microsoft.Foundation.Address;
1515

1616
codeunit 28006 "PINT A-NZ Export"
1717
{

Apps/APAC/EDocumentFormats/PINT A-NZ/app/src/Core/PINTANZImport.Codeunit.al

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
namespace Microsoft.eServices.EDocument.Format;
66

77
using Microsoft.eServices.EDocument;
8-
using System.Utilities;
9-
using System.IO;
8+
using Microsoft.eServices.EDocument.Service.Participant;
109
using Microsoft.Finance.GeneralLedger.Setup;
1110
using Microsoft.Purchases.Vendor;
12-
using Microsoft.eServices.EDocument.Service.Participant;
11+
using System.IO;
12+
using System.Utilities;
1313

1414
codeunit 28007 "PINT A-NZ Import"
1515
{

Apps/APAC/EDocumentFormats/PINT A-NZ/test/src/PINTANZXML.Codeunit.al

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
// ------------------------------------------------------------------------------------------------
55
namespace Microsoft.eServices.EDocument.Format;
66

7+
using Microsoft.Bank.Setup;
78
using Microsoft.eServices.EDocument;
9+
using Microsoft.Finance.VAT.Setup;
810
using Microsoft.Foundation.Company;
11+
using Microsoft.Inventory.Item;
912
using Microsoft.Sales.Customer;
1013
using Microsoft.Sales.Document;
1114
using Microsoft.Sales.History;
1215
using System.IO;
1316
using System.Utilities;
14-
using Microsoft.Finance.VAT.Setup;
15-
using Microsoft.Inventory.Item;
16-
using Microsoft.Bank.Setup;
1717

1818
codeunit 148004 "PINT A-NZ XML"
1919
{

Apps/AT/ContosoCoffeeDemoDatasetAT/app/DemoData/ContosoATLocalization.Codeunit.al

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
// ------------------------------------------------------------------------------------------------
55
namespace Microsoft.DemoData.Localization;
66

7-
using Microsoft.DemoData.Foundation;
8-
using Microsoft.DemoData.Finance;
97
using Microsoft.DemoData.Bank;
8+
using Microsoft.DemoData.Finance;
109
using Microsoft.DemoData.FixedAsset;
10+
using Microsoft.DemoData.Foundation;
1111
using Microsoft.DemoData.Inventory;
1212
using Microsoft.DemoData.Purchases;
1313
using Microsoft.DemoData.Sales;

Apps/AT/ContosoCoffeeDemoDatasetAT/app/DemoData/CreateATGLAccounts.Codeunit.al

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
// ------------------------------------------------------------------------------------------------
55
namespace Microsoft.DemoData.Localization;
66

7-
using Microsoft.Inventory.Setup;
8-
using Microsoft.DemoTool.Helpers;
97
using Microsoft.DemoData.Common;
10-
using Microsoft.DemoData.Service;
11-
using Microsoft.DemoData.Manufacturing;
128
using Microsoft.DemoData.FixedAsset;
139
using Microsoft.DemoData.HumanResources;
1410
using Microsoft.DemoData.Jobs;
11+
using Microsoft.DemoData.Manufacturing;
12+
using Microsoft.DemoData.Service;
13+
using Microsoft.DemoTool.Helpers;
14+
using Microsoft.Inventory.Setup;
1515

1616
codeunit 11140 "Create AT GL Accounts"
1717
{

Apps/AT/ContosoCoffeeDemoDatasetAT/app/DemoData/Finance/1. Setup Data/CreateATGLAccount.Codeunit.al

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
namespace Microsoft.DemoData.Finance;
77

8+
using Microsoft.DemoTool.Helpers;
89
using Microsoft.Finance.GeneralLedger.Account;
910
using Microsoft.Foundation.Enums;
10-
using Microsoft.DemoTool.Helpers;
1111

1212
codeunit 11148 "Create AT GL Account"
1313
{

Apps/AT/ContosoCoffeeDemoDatasetAT/app/DemoData/Finance/1. Setup Data/CreateVatPostingGroupAT.Codeunit.al

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
namespace Microsoft.DemoData.Finance;
77

8-
using Microsoft.Foundation.Enums;
9-
using Microsoft.Finance.VAT.Setup;
108
using Microsoft.DemoTool.Helpers;
9+
using Microsoft.Finance.VAT.Setup;
10+
using Microsoft.Foundation.Enums;
1111

1212
codeunit 11186 "Create VAT Posting Group AT"
1313
{

Apps/AT/ContosoCoffeeDemoDatasetAT/app/DemoData/Finance/1. Setup Data/CreateVatReportSetupAT.Codeunit.al

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
namespace Microsoft.DemoData.Finance;
77

8-
using Microsoft.Finance.VAT.Reporting;
98
using Microsoft.DemoData.Foundation;
9+
using Microsoft.Finance.VAT.Reporting;
1010

1111
codeunit 11185 "Create Vat Report Setup AT"
1212
{

Apps/AT/ContosoCoffeeDemoDatasetAT/app/DemoData/Finance/2. Master Data/CreateCurrencyExRateAT.Codeunit.al

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
namespace Microsoft.DemoData.Finance;
77

8-
using Microsoft.Finance.Currency;
98
using Microsoft.DemoTool.Helpers;
9+
using Microsoft.Finance.Currency;
1010

1111
codeunit 11154 "Create Currency Ex. Rate AT"
1212
{

0 commit comments

Comments
 (0)