-
Notifications
You must be signed in to change notification settings - Fork 430
[E-Document Formats][OIOUBL] Migrate NAV PR 247162 into BCApps #9682
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
Merged
Magnus Hartvig Grønbech (Groenbech96)
merged 6 commits into
main
from
oioubl-edocument-structured-reader
Jul 27, 2026
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
2d3bdf3
[E-Document Formats][OIOUBL] Migrate NAV PR 247162 into BCApps
31af9bd
Merge remote-tracking branch 'origin/main' into oioubl-edocument-stru…
2863fb5
Fix OIOUBL structured e-document handler defects and CI/quality issues
adf3502
Merge remote-tracking branch 'origin/main' into oioubl-edocument-stru…
04224b6
fix(ci): pass E-Document Type enum literal instead of missing header …
8dab833
fix(ci): sort using statements in E-Document OIOUBL Handler
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
353 changes: 353 additions & 0 deletions
353
src/Apps/DK/EDocumentFormatOIOUBL/app/src/EDocumentOIOUBLHandler.Codeunit.al
Large diffs are not rendered by default.
Oops, something went wrong.
17 changes: 17 additions & 0 deletions
17
src/Apps/DK/EDocumentFormatOIOUBL/app/src/OIOUBLEDocReadIntoDraft.EnumExt.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,17 @@ | ||
| // ------------------------------------------------------------------------------------------------ | ||
| // 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; | ||
|
|
||
| using Microsoft.eServices.EDocument.Processing.Import; | ||
| using Microsoft.eServices.EDocument.Processing.Interfaces; | ||
|
|
||
| enumextension 13911 "OIOUBL EDoc Read into Draft" extends "E-Doc. Read into Draft" | ||
| { | ||
| value(13910; "OIOUBL") | ||
| { | ||
| Caption = 'OIOUBL'; | ||
| Implementation = IStructuredFormatReader = "E-Document OIOUBL Handler"; | ||
| } | ||
| } | ||
100 changes: 100 additions & 0 deletions
100
src/Apps/DK/EDocumentFormatOIOUBL/test/.resources/oioubl/oioubl-creditnote-0.xml
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,100 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <CreditNote xmlns="urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"> | ||
| <cbc:UBLVersionID>2.0</cbc:UBLVersionID> | ||
| <cbc:CustomizationID>OIOUBL-2.01</cbc:CustomizationID> | ||
| <cbc:ProfileID>Procurement-OrdSimR-BilSim-1.0</cbc:ProfileID> | ||
| <cbc:ID>CN-5001</cbc:ID> | ||
| <cbc:IssueDate>2026-02-15</cbc:IssueDate> | ||
| <cbc:CreditNoteTypeCode>381</cbc:CreditNoteTypeCode> | ||
| <cbc:DocumentCurrencyCode>XYZ</cbc:DocumentCurrencyCode> | ||
| <cac:OrderReference> | ||
| <cbc:ID>5</cbc:ID> | ||
| </cac:OrderReference> | ||
| <cac:BillingReference> | ||
| <cac:InvoiceDocumentReference> | ||
| <cbc:ID>103033</cbc:ID> | ||
| <cbc:IssueDate>2026-01-22</cbc:IssueDate> | ||
| </cac:InvoiceDocumentReference> | ||
| </cac:BillingReference> | ||
| <cac:AccountingSupplierParty> | ||
| <cac:Party> | ||
| <cbc:EndpointID schemeID="DK:CVR">GB123456789</cbc:EndpointID> | ||
| <cac:PartyName> | ||
| <cbc:Name>CRONUS International</cbc:Name> | ||
| </cac:PartyName> | ||
| <cac:PostalAddress> | ||
| <cbc:StreetName>Main Street, 14</cbc:StreetName> | ||
| <cbc:CityName>Birmingham</cbc:CityName> | ||
| <cbc:PostalZone>B27 4KT</cbc:PostalZone> | ||
| <cac:Country> | ||
| <cbc:IdentificationCode>DK</cbc:IdentificationCode> | ||
| </cac:Country> | ||
| </cac:PostalAddress> | ||
| <cac:PartyTaxScheme> | ||
| <cbc:CompanyID>GB123456789</cbc:CompanyID> | ||
| <cac:TaxScheme> | ||
| <cbc:ID>VAT</cbc:ID> | ||
| </cac:TaxScheme> | ||
| </cac:PartyTaxScheme> | ||
| <cac:Contact> | ||
| <cbc:Name>Jim Olive</cbc:Name> | ||
| </cac:Contact> | ||
| </cac:Party> | ||
| </cac:AccountingSupplierParty> | ||
| <cac:AccountingCustomerParty> | ||
| <cac:Party> | ||
| <cbc:EndpointID schemeID="DK:CVR">GB789456278</cbc:EndpointID> | ||
| <cac:PartyName> | ||
| <cbc:Name>The Cannon Group PLC</cbc:Name> | ||
| </cac:PartyName> | ||
| <cac:PostalAddress> | ||
| <cbc:StreetName>192 Market Square</cbc:StreetName> | ||
| <cbc:CityName>Birmingham</cbc:CityName> | ||
| <cbc:PostalZone>B27 4KT</cbc:PostalZone> | ||
| <cac:Country> | ||
| <cbc:IdentificationCode>DK</cbc:IdentificationCode> | ||
| </cac:Country> | ||
| </cac:PostalAddress> | ||
| <cac:PartyTaxScheme> | ||
| <cbc:CompanyID>GB789456278</cbc:CompanyID> | ||
| <cac:TaxScheme> | ||
| <cbc:ID>VAT</cbc:ID> | ||
| </cac:TaxScheme> | ||
| </cac:PartyTaxScheme> | ||
| </cac:Party> | ||
| </cac:AccountingCustomerParty> | ||
| <cac:PaymentMeans> | ||
| <cbc:PaymentMeansCode>30</cbc:PaymentMeansCode> | ||
| <cbc:PaymentDueDate>2026-03-15</cbc:PaymentDueDate> | ||
| </cac:PaymentMeans> | ||
| <cac:TaxTotal> | ||
| <cbc:TaxAmount currencyID="XYZ">500</cbc:TaxAmount> | ||
| </cac:TaxTotal> | ||
| <cac:LegalMonetaryTotal> | ||
| <cbc:LineExtensionAmount currencyID="XYZ">2000</cbc:LineExtensionAmount> | ||
| <cbc:TaxExclusiveAmount currencyID="XYZ">2000</cbc:TaxExclusiveAmount> | ||
| <cbc:TaxInclusiveAmount currencyID="XYZ">2500</cbc:TaxInclusiveAmount> | ||
| <cbc:PayableAmount currencyID="XYZ">2500</cbc:PayableAmount> | ||
| </cac:LegalMonetaryTotal> | ||
| <cac:CreditNoteLine> | ||
| <cbc:ID>10000</cbc:ID> | ||
| <cbc:CreditedQuantity unitCode="PCS">1</cbc:CreditedQuantity> | ||
| <cbc:LineExtensionAmount currencyID="XYZ">2000</cbc:LineExtensionAmount> | ||
| <cac:Item> | ||
| <cbc:Name>Bicycle - Return</cbc:Name> | ||
| <cac:SellersItemIdentification> | ||
| <cbc:ID>1000</cbc:ID> | ||
| </cac:SellersItemIdentification> | ||
| <cac:ClassifiedTaxCategory> | ||
| <cbc:ID>S</cbc:ID> | ||
| <cbc:Percent>25</cbc:Percent> | ||
| <cac:TaxScheme> | ||
| <cbc:ID>VAT</cbc:ID> | ||
| </cac:TaxScheme> | ||
| </cac:ClassifiedTaxCategory> | ||
| </cac:Item> | ||
| <cac:Price> | ||
| <cbc:PriceAmount currencyID="XYZ">2000.00</cbc:PriceAmount> | ||
| </cac:Price> | ||
| </cac:CreditNoteLine> | ||
| </CreditNote> |
204 changes: 204 additions & 0 deletions
204
src/Apps/DK/EDocumentFormatOIOUBL/test/.resources/oioubl/oioubl-invoice-0.xml
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,204 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <Invoice xmlns="urn:oasis:names:specification:ubl:schema:xsd:Invoice-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2" xmlns:sdt="urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:specification:ubl:schema:xsd:Invoice-2 UBL-Invoice-2.0.xsd"> | ||
| <cbc:UBLVersionID>2.0</cbc:UBLVersionID> | ||
| <cbc:CustomizationID>OIOUBL-2.01</cbc:CustomizationID> | ||
| <cbc:ProfileID schemeAgencyID="320" schemeID="urn:oioubl:id:profileid-1.1">Procurement-OrdSimR-BilSim-1.0</cbc:ProfileID> | ||
| <cbc:ID>103033</cbc:ID> | ||
| <cbc:CopyIndicator>false</cbc:CopyIndicator> | ||
| <cbc:UUID>01d4dd7d-ac2b-460d-ae44-5f20d540952a</cbc:UUID> | ||
| <cbc:IssueDate>2026-01-22</cbc:IssueDate> | ||
| <cbc:IssueTime>12:00:00</cbc:IssueTime> | ||
| <cbc:InvoiceTypeCode listAgencyID="320" listID="urn:oioubl:codelist:invoicetypecode-1.1">380</cbc:InvoiceTypeCode> | ||
| <cbc:DocumentCurrencyCode>XYZ</cbc:DocumentCurrencyCode> | ||
| <cac:OrderReference> | ||
| <cbc:ID>2</cbc:ID> | ||
| <cbc:CopyIndicator>false</cbc:CopyIndicator> | ||
| <cbc:UUID>9756b468-8815-1029-857a-e388fe63f399</cbc:UUID> | ||
| <cbc:IssueDate>2025-07-20</cbc:IssueDate> | ||
| <cbc:IssueTime>12:00:00</cbc:IssueTime> | ||
| </cac:OrderReference> | ||
| <cac:AccountingSupplierParty> | ||
| <cac:Party> | ||
| <cbc:EndpointID schemeID="DK:CVR">GB123456789</cbc:EndpointID> | ||
| <cac:PartyIdentification> | ||
| <cbc:ID schemeID="DK:CVR">GB123456789</cbc:ID> | ||
| </cac:PartyIdentification> | ||
| <cac:PartyName> | ||
| <cbc:Name>CRONUS International</cbc:Name> | ||
| </cac:PartyName> | ||
| <cac:PostalAddress> | ||
| <cbc:AddressFormatCode listAgencyID="320" listID="urn:oioubl:codelist:addressformatcode-1.1">StructuredDK</cbc:AddressFormatCode> | ||
| <cbc:StreetName>Main Street, 14</cbc:StreetName> | ||
| <cbc:CityName>Birmingham</cbc:CityName> | ||
| <cbc:PostalZone>B27 4KT</cbc:PostalZone> | ||
| <cac:Country> | ||
| <cbc:IdentificationCode>DK</cbc:IdentificationCode> | ||
| </cac:Country> | ||
| </cac:PostalAddress> | ||
| <cac:PartyTaxScheme> | ||
| <cbc:CompanyID schemeID="DK:SE">GB123456789</cbc:CompanyID> | ||
| <cac:TaxScheme> | ||
| <cbc:ID schemeAgencyID="320" schemeID="urn:oioubl:id:taxschemeid-1.1">63</cbc:ID> | ||
| <cbc:Name>Moms</cbc:Name> | ||
| </cac:TaxScheme> | ||
| </cac:PartyTaxScheme> | ||
| <cac:PartyLegalEntity> | ||
| <cbc:RegistrationName>CRONUS International</cbc:RegistrationName> | ||
| <cbc:CompanyID schemeID="DK:CVR">GB123456789</cbc:CompanyID> | ||
| </cac:PartyLegalEntity> | ||
| <cac:Contact> | ||
| <cbc:Name>Jim Olive</cbc:Name> | ||
| <cbc:ElectronicMail>JO@contoso.com</cbc:ElectronicMail> | ||
| </cac:Contact> | ||
| </cac:Party> | ||
| </cac:AccountingSupplierParty> | ||
| <cac:AccountingCustomerParty> | ||
| <cac:Party> | ||
| <cbc:EndpointID schemeID="DK:CVR">GB789456278</cbc:EndpointID> | ||
| <cac:PartyIdentification> | ||
| <cbc:ID schemeID="DK:CVR">GB789456278</cbc:ID> | ||
| </cac:PartyIdentification> | ||
| <cac:PartyName> | ||
| <cbc:Name>The Cannon Group PLC</cbc:Name> | ||
| </cac:PartyName> | ||
| <cac:PostalAddress> | ||
| <cbc:AddressFormatCode listAgencyID="320" listID="urn:oioubl:codelist:addressformatcode-1.1">StructuredDK</cbc:AddressFormatCode> | ||
| <cbc:StreetName>192 Market Square</cbc:StreetName> | ||
| <cbc:CityName>Birmingham</cbc:CityName> | ||
| <cbc:PostalZone>B27 4KT</cbc:PostalZone> | ||
| <cac:Country> | ||
| <cbc:IdentificationCode>DK</cbc:IdentificationCode> | ||
| </cac:Country> | ||
| </cac:PostalAddress> | ||
| <cac:PartyTaxScheme> | ||
| <cbc:CompanyID schemeID="DK:SE">GB789456278</cbc:CompanyID> | ||
| <cac:TaxScheme> | ||
| <cbc:ID schemeAgencyID="320" schemeID="urn:oioubl:id:taxschemeid-1.1">63</cbc:ID> | ||
| <cbc:Name>Moms</cbc:Name> | ||
| </cac:TaxScheme> | ||
| </cac:PartyTaxScheme> | ||
| <cac:PartyLegalEntity> | ||
| <cbc:RegistrationName>The Cannon Group PLC</cbc:RegistrationName> | ||
| <cbc:CompanyID schemeID="DK:CVR">GB789456278</cbc:CompanyID> | ||
| </cac:PartyLegalEntity> | ||
| <cac:Contact> | ||
| <cbc:Name>Contact Person</cbc:Name> | ||
| <cbc:ElectronicMail>mr.andy.teal@cannongroup.com</cbc:ElectronicMail> | ||
| </cac:Contact> | ||
| </cac:Party> | ||
| </cac:AccountingCustomerParty> | ||
| <cac:PaymentMeans> | ||
| <cbc:PaymentMeansCode>42</cbc:PaymentMeansCode> | ||
| <cbc:PaymentDueDate>2026-02-22</cbc:PaymentDueDate> | ||
| </cac:PaymentMeans> | ||
| <cac:TaxTotal> | ||
| <cbc:TaxAmount currencyID="DKK">1000.00</cbc:TaxAmount> | ||
| <cac:TaxSubtotal> | ||
| <cbc:TaxableAmount currencyID="DKK">14000.00</cbc:TaxableAmount> | ||
| <cbc:TaxAmount currencyID="DKK">1000.00</cbc:TaxAmount> | ||
| <cac:TaxCategory> | ||
| <cbc:ID schemeAgencyID="320" schemeID="urn:oioubl:id:taxcategoryid-1.1">StandardRated</cbc:ID> | ||
| <cbc:Percent>25</cbc:Percent> | ||
| <cac:TaxScheme> | ||
| <cbc:ID schemeAgencyID="320" schemeID="urn:oioubl:id:taxschemeid-1.1">63</cbc:ID> | ||
| <cbc:Name>Moms</cbc:Name> | ||
| </cac:TaxScheme> | ||
| </cac:TaxCategory> | ||
| </cac:TaxSubtotal> | ||
| </cac:TaxTotal> | ||
| <cac:LegalMonetaryTotal> | ||
| <cbc:LineExtensionAmount currencyID="DKK">14000.00</cbc:LineExtensionAmount> | ||
| <cbc:TaxExclusiveAmount currencyID="DKK">14000.00</cbc:TaxExclusiveAmount> | ||
| <cbc:TaxInclusiveAmount currencyID="DKK">14140.00</cbc:TaxInclusiveAmount> | ||
| <cbc:AllowanceTotalAmount currencyID="DKK">0</cbc:AllowanceTotalAmount> | ||
| <cbc:PrepaidAmount currencyID="DKK">0.00</cbc:PrepaidAmount> | ||
| <cbc:PayableRoundingAmount currencyID="DKK">0</cbc:PayableRoundingAmount> | ||
| <cbc:PayableAmount currencyID="DKK">14140.00</cbc:PayableAmount> | ||
| </cac:LegalMonetaryTotal> | ||
| <cac:InvoiceLine> | ||
| <cbc:ID>10000</cbc:ID> | ||
| <cbc:Note>Vare</cbc:Note> | ||
| <cbc:InvoicedQuantity unitCode="PCS">1</cbc:InvoicedQuantity> | ||
| <cbc:LineExtensionAmount currencyID="XYZ">4000.00</cbc:LineExtensionAmount> | ||
| <cac:TaxTotal> | ||
| <cbc:TaxAmount currencyID="DKK">1000.00</cbc:TaxAmount> | ||
| <cac:TaxSubtotal> | ||
| <cbc:TaxableAmount currencyID="DKK">4000.00</cbc:TaxableAmount> | ||
| <cbc:TaxAmount currencyID="DKK">1000.00</cbc:TaxAmount> | ||
| <cac:TaxCategory> | ||
| <cbc:ID schemeAgencyID="320" schemeID="urn:oioubl:id:taxcategoryid-1.1">StandardRated</cbc:ID> | ||
| <cbc:Percent>25</cbc:Percent> | ||
| <cac:TaxScheme> | ||
| <cbc:ID schemeAgencyID="320" schemeID="urn:oioubl:id:taxschemeid-1.1">63</cbc:ID> | ||
| <cbc:Name>Moms</cbc:Name> | ||
| </cac:TaxScheme> | ||
| </cac:TaxCategory> | ||
| </cac:TaxSubtotal> | ||
| </cac:TaxTotal> | ||
| <cac:Item> | ||
| <cbc:Description>Bicycle</cbc:Description> | ||
| <cbc:Name>Bicycle</cbc:Name> | ||
| <cac:SellersItemIdentification> | ||
| <cbc:ID>1000</cbc:ID> | ||
| </cac:SellersItemIdentification> | ||
| <cac:StandardItemIdentification> | ||
| <cbc:ID schemeID="0160">1000</cbc:ID> | ||
| </cac:StandardItemIdentification> | ||
| <cac:ClassifiedTaxCategory> | ||
| <cbc:ID schemeAgencyID="320" schemeID="urn:oioubl:id:taxcategoryid-1.1">StandardRated</cbc:ID> | ||
| <cbc:Percent>25</cbc:Percent> | ||
| <cac:TaxScheme> | ||
| <cbc:ID schemeAgencyID="320" schemeID="urn:oioubl:id:taxschemeid-1.1">63</cbc:ID> | ||
| <cbc:Name>Moms</cbc:Name> | ||
| </cac:TaxScheme> | ||
| </cac:ClassifiedTaxCategory> | ||
| </cac:Item> | ||
| <cac:Price> | ||
| <cbc:PriceAmount currencyID="DKK">4000.00</cbc:PriceAmount> | ||
| <cbc:BaseQuantity unitCode="PCS">1</cbc:BaseQuantity> | ||
| </cac:Price> | ||
| </cac:InvoiceLine> | ||
| <cac:InvoiceLine> | ||
| <cbc:ID>20000</cbc:ID> | ||
| <cbc:Note>Vare</cbc:Note> | ||
| <cbc:InvoicedQuantity unitCode="PCS">2</cbc:InvoicedQuantity> | ||
| <cbc:LineExtensionAmount currencyID="XYZ">10000.00</cbc:LineExtensionAmount> | ||
| <cac:TaxTotal> | ||
| <cbc:TaxAmount currencyID="DKK">0.00</cbc:TaxAmount> | ||
| <cac:TaxSubtotal> | ||
| <cbc:TaxableAmount currencyID="DKK">10000.00</cbc:TaxableAmount> | ||
| <cbc:TaxAmount currencyID="DKK">0.00</cbc:TaxAmount> | ||
| <cac:TaxCategory> | ||
| <cbc:ID schemeAgencyID="320" schemeID="urn:oioubl:id:taxcategoryid-1.1">StandardRated</cbc:ID> | ||
| <cbc:Percent>25</cbc:Percent> | ||
| <cac:TaxScheme> | ||
| <cbc:ID schemeAgencyID="320" schemeID="urn:oioubl:id:taxschemeid-1.1">63</cbc:ID> | ||
| <cbc:Name>Moms</cbc:Name> | ||
| </cac:TaxScheme> | ||
| </cac:TaxCategory> | ||
| </cac:TaxSubtotal> | ||
| </cac:TaxTotal> | ||
| <cac:Item> | ||
| <cbc:Description>Bicycle v2</cbc:Description> | ||
| <cbc:Name>Bicycle v2</cbc:Name> | ||
| <cac:SellersItemIdentification> | ||
| <cbc:ID>2000</cbc:ID> | ||
| </cac:SellersItemIdentification> | ||
| <cac:StandardItemIdentification> | ||
| <cbc:ID schemeID="0160">2000</cbc:ID> | ||
| </cac:StandardItemIdentification> | ||
| <cac:ClassifiedTaxCategory> | ||
| <cbc:ID schemeAgencyID="320" schemeID="urn:oioubl:id:taxcategoryid-1.1">StandardRated</cbc:ID> | ||
| <cbc:Percent>25</cbc:Percent> | ||
| <cac:TaxScheme> | ||
| <cbc:ID schemeAgencyID="320" schemeID="urn:oioubl:id:taxschemeid-1.1">63</cbc:ID> | ||
| <cbc:Name>Moms</cbc:Name> | ||
| </cac:TaxScheme> | ||
| </cac:ClassifiedTaxCategory> | ||
| </cac:Item> | ||
| <cac:Price> | ||
| <cbc:PriceAmount currencyID="DKK">5000.00</cbc:PriceAmount> | ||
| <cbc:BaseQuantity unitCode="PCS">1</cbc:BaseQuantity> | ||
| </cac:Price> | ||
| </cac:InvoiceLine> | ||
| </Invoice> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,72 @@ | ||
| { | ||
| "id": "f78b9487-b911-4db1-893b-5a5c310919b8", | ||
| "name": "E-Document Format for OIOUBL Tests", | ||
| "publisher": "Microsoft", | ||
| "brief": "E-Document Format for OIOUBL Tests.", | ||
| "description": "Tests for E-Document Format for OIOUBL.", | ||
| "version": "29.0.0.0", | ||
| "privacyStatement": "https://go.microsoft.com/fwlink/?LinkId=724009", | ||
| "EULA": "https://go.microsoft.com/fwlink/?linkid=2009120", | ||
| "help": "https://go.microsoft.com/fwlink/?linkid=2299409", | ||
| "url": "https://go.microsoft.com/fwlink/?LinkId=724011", | ||
| "contextSensitiveHelpUrl": "https://go.microsoft.com/fwlink/?linkid=2299409", | ||
| "logo": "ExtensionLogo.png", | ||
| "dependencies": [ | ||
| { | ||
| "id": "e1d97edc-c239-46b4-8d84-6368bdf67c8b", | ||
| "name": "E-Document Core", | ||
| "publisher": "Microsoft", | ||
| "version": "29.0.0.0" | ||
| }, | ||
| { | ||
| "id": "e1d97edc-c239-46b4-8d84-6368bdf67c8c", | ||
| "name": "E-Document Core Tests", | ||
| "publisher": "Microsoft", | ||
| "version": "29.0.0.0" | ||
| }, | ||
| { | ||
| "id": "5d86850b-0d76-4eca-bd7b-951ad998e997", | ||
| "name": "Tests-TestLibraries", | ||
| "publisher": "Microsoft", | ||
| "version": "29.0.0.0" | ||
| }, | ||
| { | ||
| "id": "9856ae4f-d1a7-46ef-89bb-6ef056398228", | ||
| "name": "System Application Test Library", | ||
| "publisher": "Microsoft", | ||
| "version": "29.0.0.0" | ||
| }, | ||
| { | ||
| "id": "5095f467-0a01-4b99-99d1-9ff1237d286f", | ||
| "publisher": "Microsoft", | ||
| "name": "Library Variable Storage", | ||
| "version": "29.0.0.0" | ||
| }, | ||
| { | ||
| "id": "8228f99b-cce5-4b9c-b247-9ee1145b7470", | ||
| "name": "E-Document format for OIOUBL", | ||
| "publisher": "Microsoft", | ||
| "version": "29.0.0.0" | ||
| } | ||
| ], | ||
| "screenshots": [], | ||
| "platform": "29.0.0.0", | ||
| "features": [ | ||
| "TranslationFile" | ||
| ], | ||
| "idRanges": [ | ||
| { | ||
| "from": 148061, | ||
| "to": 148062 | ||
| } | ||
| ], | ||
| "resourceFolders": [ | ||
| ".resources" | ||
| ], | ||
| "resourceExposurePolicy": { | ||
| "allowDebugging": true, | ||
| "allowDownloadingSource": true, | ||
| "includeSourceInSymbolFile": true | ||
| }, | ||
| "application": "29.0.0.0" | ||
| } |
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.
Uh oh!
There was an error while loading. Please reload this page.