Skip to content

Commit

Permalink
Unified naming
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Jul 24, 2024
1 parent e42a541 commit cc72ca5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ I hope that with the introduction of PINT, the versioning problem will be solved

* v3.1.12 - work in progress
* Added Peppol PINT rules 1.0.2
* Added Peppol PINT AU-NZ 1.0.1 rules
* Added Peppol PINT A-NZ 1.0.1 rules
* v3.1.11 - 2024-07-02
* Added Peppol May 2024 release (Billing 3.0.17 and Upgrade 3.0.13)
* Added Peppol A-NZ-PEPPOL 1.0.11 rules
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public static void init (@Nonnull final IValidationExecutorSetRegistry <IValidat
{
final String sBase = BASE_PATH + "1.0.1/xslt/";
aRegistry.registerValidationExecutorSet (ValidationExecutorSet.create (VID_OPENPEPPOL_AUNZ_PINT_UBL_INVOICE_1_0_1,
"AU-NZ PINT Invoice (UBL) 1.0.1",
"Peppol PINT A-NZ Invoice (UBL) 1.0.1",
_createStatus (bNotDeprecated),
ValidationExecutorXSD.create (UBL21Marshaller.getAllInvoiceXSDs ()),
ValidationExecutorSchematron.createXSLT (new ClassPathResource (sBase +
Expand All @@ -95,7 +95,7 @@ public static void init (@Nonnull final IValidationExecutorSetRegistry <IValidat
_getCL ()),
aNSCtxInvoice)));
aRegistry.registerValidationExecutorSet (ValidationExecutorSet.create (VID_OPENPEPPOL_AUNZ_PINT_UBL_CREDIT_NOTE_1_0_1,
"AU-NZ PINT Credit Note (UBL) 1.0.1",
"Peppol PINT A-NZ Credit Note (UBL) 1.0.1",
_createStatus (bNotDeprecated),
ValidationExecutorXSD.create (UBL21Marshaller.getAllCreditNoteXSDs ()),
ValidationExecutorSchematron.createXSLT (new ClassPathResource (sBase +
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,15 @@ public static void init (@Nonnull final IValidationExecutorSetRegistry <IValidat
"0.1.2/xslt/PINT-jurisdiction-aligned-rules.xslt",
_getCL ());
aRegistry.registerValidationExecutorSet (ValidationExecutorSet.create (VID_OPENPEPPOL_JP_PINT_INVOICE_012,
"Japan PINT Invoice (UBL) 0.1.2",
"Peppol PINT Japan Invoice (UBL) 0.1.2",
_createStatus (bNotDeprecated),
ValidationExecutorXSD.create (UBL21Marshaller.getAllInvoiceXSDs ()),
ValidationExecutorSchematron.createXSLT (aCPR1,
aNSCtxInvoice),
ValidationExecutorSchematron.createXSLT (aCPR2,
aNSCtxInvoice)));
aRegistry.registerValidationExecutorSet (ValidationExecutorSet.create (VID_OPENPEPPOL_JP_PINT_CREDIT_NOTE_012,
"Japan PINT Credit Note (UBL) 0.1.2",
"Peppol PINT Japan Credit Note (UBL) 0.1.2",
_createStatus (bNotDeprecated),
ValidationExecutorXSD.create (UBL21Marshaller.getAllCreditNoteXSDs ()),
ValidationExecutorSchematron.createXSLT (aCPR1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,15 +92,15 @@ public static void init (@Nonnull final IValidationExecutorSetRegistry <IValidat
"1.0.0/xslt/selfbilling/PINT-jurisdiction-aligned-rules.xslt",
_getCL ());
aRegistry.registerValidationExecutorSet (ValidationExecutorSet.create (VID_OPENPEPPOL_MY_PINT_UBL_INVOICE_1_0_0,
"Malaysia PINT Invoice (UBL) 1.0.0",
"Peppol PINT Malaysia Invoice (UBL) 1.0.0",
_createStatus (bNotDeprecated),
ValidationExecutorXSD.create (UBL21Marshaller.getAllInvoiceXSDs ()),
ValidationExecutorSchematron.createXSLT (PeppolValidationPint.RES_OPENPEPPOL_PINT_1_0_1,
aNSCtxInvoice),
ValidationExecutorSchematron.createXSLT (aCPRBilling,
aNSCtxInvoice)));
aRegistry.registerValidationExecutorSet (ValidationExecutorSet.create (VID_OPENPEPPOL_MY_PINT_UBL_CREDIT_NOTE_1_0_0,
"Malaysia PINT Credit Note (UBL) 1.0.0",
"Peppol PINT Malaysia Credit Note (UBL) 1.0.0",
_createStatus (bNotDeprecated),
ValidationExecutorXSD.create (UBL21Marshaller.getAllCreditNoteXSDs ()),
ValidationExecutorSchematron.createXSLT (PeppolValidationPint.RES_OPENPEPPOL_PINT_1_0_1,
Expand All @@ -109,15 +109,15 @@ public static void init (@Nonnull final IValidationExecutorSetRegistry <IValidat
aNSCtxCreditNote)));

aRegistry.registerValidationExecutorSet (ValidationExecutorSet.create (VID_OPENPEPPOL_MY_PINT_UBL_INVOICE_SELF_BILLING_1_0_0,
"Malaysia PINT Invoice Self-Billing (UBL) 1.0.0",
"Peppol PINT Malaysia Invoice Self-Billing (UBL) 1.0.0",
_createStatus (bNotDeprecated),
ValidationExecutorXSD.create (UBL21Marshaller.getAllInvoiceXSDs ()),
ValidationExecutorSchematron.createXSLT (PeppolValidationPint.RES_OPENPEPPOL_PINT_1_0_1,
aNSCtxInvoice),
ValidationExecutorSchematron.createXSLT (aCPRSelfBilling,
aNSCtxInvoice)));
aRegistry.registerValidationExecutorSet (ValidationExecutorSet.create (VID_OPENPEPPOL_MY_PINT_UBL_CREDIT_NOTE_SELF_BILLING_1_0_0,
"Malaysia PINT Credit Note Self-Billing (UBL) 1.0.0",
"Peppol PINT Malaysia Credit Note Self-Billing (UBL) 1.0.0",
_createStatus (bNotDeprecated),
ValidationExecutorXSD.create (UBL21Marshaller.getAllCreditNoteXSDs ()),
ValidationExecutorSchematron.createXSLT (PeppolValidationPint.RES_OPENPEPPOL_PINT_1_0_1,
Expand Down

0 comments on commit cc72ca5

Please sign in to comment.