Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/AL-Go-Settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"runs-on": "windows-latest",
"cacheImageName": "",
"UsePsSession": false,
"artifact": "https://bcinsider-fvh2ekdjecfjd6gk.b02.azurefd.net/sandbox/28.0.43704.0/base",
"artifact": "https://bcinsider-fvh2ekdjecfjd6gk.b02.azurefd.net/sandbox/28.0.44491.0/base",
"country": "base",
"useProjectDependencies": true,
"repoVersion": "28.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ namespace Microsoft.eServices.EDocument.Format;
using Microsoft.eServices.EDocument;
using Microsoft.Finance.GeneralLedger.Setup;
using Microsoft.Finance.VAT.Setup;
using Microsoft.Foundation.Address;
using Microsoft.Foundation.Company;
using Microsoft.Sales.Customer;
using Microsoft.Sales.History;
using System.Utilities;
using Microsoft.Foundation.Address;

codeunit 28006 "PINT A-NZ Export"
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
namespace Microsoft.eServices.EDocument.Format;

using Microsoft.eServices.EDocument;
using System.Utilities;
using System.IO;
using Microsoft.eServices.EDocument.Service.Participant;
using Microsoft.Finance.GeneralLedger.Setup;
using Microsoft.Purchases.Vendor;
using Microsoft.eServices.EDocument.Service.Participant;
using System.IO;
using System.Utilities;

codeunit 28007 "PINT A-NZ Import"
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
// ------------------------------------------------------------------------------------------------
namespace Microsoft.eServices.EDocument.Format;

using Microsoft.Bank.Setup;
using Microsoft.eServices.EDocument;
using Microsoft.Finance.VAT.Setup;
using Microsoft.Foundation.Company;
using Microsoft.Inventory.Item;
using Microsoft.Sales.Customer;
using Microsoft.Sales.Document;
using Microsoft.Sales.History;
using System.IO;
using System.Utilities;
using Microsoft.Finance.VAT.Setup;
using Microsoft.Inventory.Item;
using Microsoft.Bank.Setup;

codeunit 148004 "PINT A-NZ XML"
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
// ------------------------------------------------------------------------------------------------
namespace Microsoft.DemoData.Localization;

using Microsoft.DemoData.Foundation;
using Microsoft.DemoData.Finance;
using Microsoft.DemoData.Bank;
using Microsoft.DemoData.Finance;
using Microsoft.DemoData.FixedAsset;
using Microsoft.DemoData.Foundation;
using Microsoft.DemoData.Inventory;
using Microsoft.DemoData.Purchases;
using Microsoft.DemoData.Sales;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
// ------------------------------------------------------------------------------------------------
namespace Microsoft.DemoData.Localization;

using Microsoft.Inventory.Setup;
using Microsoft.DemoTool.Helpers;
using Microsoft.DemoData.Common;
using Microsoft.DemoData.Service;
using Microsoft.DemoData.Manufacturing;
using Microsoft.DemoData.FixedAsset;
using Microsoft.DemoData.HumanResources;
using Microsoft.DemoData.Jobs;
using Microsoft.DemoData.Manufacturing;
using Microsoft.DemoData.Service;
using Microsoft.DemoTool.Helpers;
using Microsoft.Inventory.Setup;

codeunit 11140 "Create AT GL Accounts"
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

namespace Microsoft.DemoData.Finance;

using Microsoft.DemoTool.Helpers;
using Microsoft.Finance.GeneralLedger.Account;
using Microsoft.Foundation.Enums;
using Microsoft.DemoTool.Helpers;

codeunit 11148 "Create AT GL Account"
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

namespace Microsoft.DemoData.Finance;

using Microsoft.Foundation.Enums;
using Microsoft.Finance.VAT.Setup;
using Microsoft.DemoTool.Helpers;
using Microsoft.Finance.VAT.Setup;
using Microsoft.Foundation.Enums;

codeunit 11186 "Create VAT Posting Group AT"
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

namespace Microsoft.DemoData.Finance;

using Microsoft.Finance.VAT.Reporting;
using Microsoft.DemoData.Foundation;
using Microsoft.Finance.VAT.Reporting;

codeunit 11185 "Create Vat Report Setup AT"
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

namespace Microsoft.DemoData.Finance;

using Microsoft.Finance.Currency;
using Microsoft.DemoTool.Helpers;
using Microsoft.Finance.Currency;

codeunit 11154 "Create Currency Ex. Rate AT"
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

namespace Microsoft.DemoData.Finance;

using Microsoft.Finance.VAT.Reporting;
using Microsoft.Foundation.Enums;
using Microsoft.DemoTool;
using Microsoft.DemoTool.Helpers;
using Microsoft.Finance.VAT.Reporting;
using Microsoft.Foundation.Enums;

codeunit 11156 "Create VAT Statement Line AT"
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

namespace Microsoft.DemoData.FixedAsset;

using Microsoft.FixedAssets.FixedAsset;
using Microsoft.DemoData.Finance;
using Microsoft.FixedAssets.FixedAsset;

codeunit 11162 "Create FA Posting Grp. AT"
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

namespace Microsoft.DemoData.Foundation;

using Microsoft.Foundation.Company;
using Microsoft.DemoTool;
using Microsoft.Foundation.Company;

codeunit 11143 "Create Company Information AT"
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

namespace Microsoft.DemoData.Foundation;

using Microsoft.Foundation.NoSeries;
using Microsoft.DemoTool.Helpers;
using Microsoft.Foundation.NoSeries;

codeunit 11144 "Create No. Series AT"
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

namespace Microsoft.DemoData.Foundation;

using Microsoft.Foundation.Address;
using Microsoft.DemoTool.Helpers;
using Microsoft.Foundation.Address;

codeunit 11145 "Create Post Code AT"
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

namespace Microsoft.DemoData.Foundation;

using Microsoft.HumanResources.Employee;
using Microsoft.DemoData.HumanResources;
using Microsoft.HumanResources.Employee;

codeunit 11184 "Create Employee AT"
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

namespace Microsoft.DemoData.Foundation;

using Microsoft.HumanResources.Employee;
using Microsoft.DemoData.HumanResources;
using Microsoft.HumanResources.Employee;

codeunit 11155 "CreateEmployee Template AT"
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

namespace Microsoft.DemoData.Inventory;

using Microsoft.Inventory.Item;
using Microsoft.DemoData.Finance;
using Microsoft.Inventory.Item;

codeunit 11163 "Create Inv. Posting Setup AT"
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

namespace Microsoft.DemoData.Inventory;

using Microsoft.Inventory.Location;
using Microsoft.DemoData.Foundation;
using Microsoft.Inventory.Location;

codeunit 11167 "Create Location AT"
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

namespace Microsoft.DemoData.Purchases;

using Microsoft.Purchases.Vendor;
using Microsoft.DemoData.Finance;
using Microsoft.Purchases.Vendor;

codeunit 11169 "Create Vendor Posting Grp AT"
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

namespace Microsoft.DemoData.Purchases;

using Microsoft.DemoData.Finance;
using Microsoft.Finance.Dimension;
using Microsoft.Purchases.Vendor;
using Microsoft.DemoData.Finance;

codeunit 11170 "Create Purch. Dim. Value AT"
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

namespace Microsoft.DemoData.Purchases;

using Microsoft.Purchases.Vendor;
using Microsoft.DemoData.Foundation;
using Microsoft.Purchases.Vendor;

codeunit 11171 "Create Vendor AT"
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

namespace Microsoft.DemoData.Purchases;

using Microsoft.Purchases.Document;
using Microsoft.Projects.Resources.Resource;
using Microsoft.Purchases.Document;

codeunit 11153 "Create Purchase Document AT"
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

namespace Microsoft.DemoData.Sales;

using Microsoft.Sales.Customer;
using Microsoft.DemoData.Finance;
using Microsoft.Sales.Customer;

codeunit 11173 "Create Cust. Posting Grp AT"
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

namespace Microsoft.DemoData.Sales;

using Microsoft.Sales.Customer;
using Microsoft.DemoData.Foundation;
using Microsoft.Sales.Customer;

codeunit 11175 "Create Customer AT"
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

namespace Microsoft.DemoData.Sales;

using Microsoft.Sales.Customer;
using Microsoft.DemoTool;
using Microsoft.Sales.Customer;

codeunit 11176 "Create Customer Template AT"
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

namespace Microsoft.DemoData.Sales;

using Microsoft.DemoData.Finance;
using Microsoft.Finance.Dimension;
using Microsoft.Sales.Customer;
using Microsoft.DemoData.Finance;

codeunit 11177 "Create Sales Dim Value AT"
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

namespace Microsoft.DemoData.Sales;

using Microsoft.Sales.Customer;
using Microsoft.DemoTool;
using Microsoft.Sales.Customer;

codeunit 11178 "Create Ship-to Address AT"
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
// ------------------------------------------------------------------------------------------------
namespace Microsoft.Inventory.Intrastat;

using System.Upgrade;
using System.IO;
using System.Upgrade;
using System.Utilities;

codeunit 11161 IntrastatReportATUpgrade
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
// ------------------------------------------------------------------------------------------------
namespace Microsoft.DemoData.Localization;

using Microsoft.DemoData.Bank;
using Microsoft.DemoData.CRM;
using Microsoft.DemoData.Finance;
using Microsoft.DemoData.FixedAsset;
using Microsoft.DemoData.Foundation;
using Microsoft.DemoData.HR;
using Microsoft.DemoData.Inventory;
using Microsoft.DemoData.Bank;
using Microsoft.DemoData.Job;
using Microsoft.DemoData.Purchases;
using Microsoft.DemoData.Sales;
using Microsoft.DemoData.HR;
using Microsoft.DemoData.Foundation;
using Microsoft.DemoData.FixedAsset;
using Microsoft.DemoData.Job;
using Microsoft.DemoData.CRM;
using Microsoft.DemoTool;

codeunit 17131 "AU Contoso Localization"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
namespace Microsoft.DemoData.Bank;

using Microsoft.Bank.BankAccount;
using Microsoft.DemoTool.Helpers;
using Microsoft.DemoData.Finance;
using Microsoft.DemoTool.Helpers;

codeunit 17124 "Create AU Bank Acc Posting Grp"
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

namespace Microsoft.DemoData.Bank;

using Microsoft.Finance.GeneralLedger.Journal;
using Microsoft.DemoData.Finance;
using Microsoft.Finance.GeneralLedger.Journal;

codeunit 17163 "Create AU Gen. Journal Line"
{
Expand Down
Loading
Loading