From 995746762877116e6500ebd8a0a675def754fc20 Mon Sep 17 00:00:00 2001 From: jonesgaohsu Date: Mon, 27 Jul 2026 09:17:43 -0700 Subject: [PATCH 01/10] New xml for Linked schema for Art Core Finance Invoicxed items --- .../onprc_billing_public_artcore.template.xml | 71 +++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 onprc_billing/resources/schemas/onprc_billing_public_artcore.template.xml diff --git a/onprc_billing/resources/schemas/onprc_billing_public_artcore.template.xml b/onprc_billing/resources/schemas/onprc_billing_public_artcore.template.xml new file mode 100644 index 000000000..42833d0d3 --- /dev/null +++ b/onprc_billing/resources/schemas/onprc_billing_public_artcore.template.xml @@ -0,0 +1,71 @@ + + + + publicInvoiceRuns + publicInvoicedItems + chargeableItems + fiscalAuthorities + aliases + grants + grantProjects + chargeRates + chargeRateExemptions + projectMultipliers + creditAccount + aliasTypes + chargeUnits + chargeUnitAccounts + projectAccountHistory + procedureFeeDefinition + + + + + + Invoice Runs +
+ + + Invoiced Items + + + + +
+ + + Chargeable Items +
+ + + Fiscal Authorities +
+ + + Aliases +
+ + + + + Charge Rates +
+ + + Exemptions to Default Rates +
+ + + Aliases Receiving Credits For Each Charge +
+ + + Charge Units +
+
+
+
\ No newline at end of file From a9faacc420620b8cdf7b196251bd8a3d59f19aca Mon Sep 17 00:00:00 2001 From: jonesgaohsu Date: Mon, 27 Jul 2026 14:17:04 -0700 Subject: [PATCH 02/10] New xml for Linked schema for Art Core Finance Invoicxed items --- .../onprc_billing_public_artcore.template.xml | 71 ------------------- .../pf_publicFinanceArtCore.template.xml | 38 ++++++++++ 2 files changed, 38 insertions(+), 71 deletions(-) delete mode 100644 onprc_billing/resources/schemas/onprc_billing_public_artcore.template.xml create mode 100644 onprc_billing/resources/schemas/pf_publicFinanceArtCore.template.xml diff --git a/onprc_billing/resources/schemas/onprc_billing_public_artcore.template.xml b/onprc_billing/resources/schemas/onprc_billing_public_artcore.template.xml deleted file mode 100644 index 42833d0d3..000000000 --- a/onprc_billing/resources/schemas/onprc_billing_public_artcore.template.xml +++ /dev/null @@ -1,71 +0,0 @@ - - - - publicInvoiceRuns - publicInvoicedItems - chargeableItems - fiscalAuthorities - aliases - grants - grantProjects - chargeRates - chargeRateExemptions - projectMultipliers - creditAccount - aliasTypes - chargeUnits - chargeUnitAccounts - projectAccountHistory - procedureFeeDefinition - - - - - - Invoice Runs -
- - - Invoiced Items - - - - -
- - - Chargeable Items -
- - - Fiscal Authorities -
- - - Aliases -
- - - - - Charge Rates -
- - - Exemptions to Default Rates -
- - - Aliases Receiving Credits For Each Charge -
- - - Charge Units -
-
-
-
\ No newline at end of file diff --git a/onprc_billing/resources/schemas/pf_publicFinanceArtCore.template.xml b/onprc_billing/resources/schemas/pf_publicFinanceArtCore.template.xml new file mode 100644 index 000000000..1a8e93a78 --- /dev/null +++ b/onprc_billing/resources/schemas/pf_publicFinanceArtCore.template.xml @@ -0,0 +1,38 @@ + + + + aliases + dataAccess + projectAccountHistory + publicInvoicedItems + + + + + + Aliases +
+ + + Data Access +
+ + + Invoiced Items + +
+ + + + Project Account History +
+
+
+
\ No newline at end of file From 7c38de0c6d614f56b73f8fb0c3802cf90ab86e2d Mon Sep 17 00:00:00 2001 From: jonesgaohsu Date: Tue, 28 Jul 2026 08:44:49 -0700 Subject: [PATCH 03/10] Update of Linked Schema as filter was needed --- .../resources/schemas/pf_publicFinanceArtCore.template.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onprc_billing/resources/schemas/pf_publicFinanceArtCore.template.xml b/onprc_billing/resources/schemas/pf_publicFinanceArtCore.template.xml index 1a8e93a78..b1e1f395f 100644 --- a/onprc_billing/resources/schemas/pf_publicFinanceArtCore.template.xml +++ b/onprc_billing/resources/schemas/pf_publicFinanceArtCore.template.xml @@ -19,7 +19,7 @@ Invoiced Items - +
From 56d06531feeecd689ac289bd4e8bd09a7648444c Mon Sep 17 00:00:00 2001 From: ohsudev-jonesga Date: Fri, 7 Aug 2026 10:21:39 -0700 Subject: [PATCH 05/10] Working with Linked Schemas and making adjustments --- .../resources/schemas/pf_publicFinanceArtCore.template.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/onprc_billing/resources/schemas/pf_publicFinanceArtCore.template.xml b/onprc_billing/resources/schemas/pf_publicFinanceArtCore.template.xml index 7570965f4..9d17b3ca2 100644 --- a/onprc_billing/resources/schemas/pf_publicFinanceArtCore.template.xml +++ b/onprc_billing/resources/schemas/pf_publicFinanceArtCore.template.xml @@ -26,6 +26,10 @@ Project Account History
+ + + InvoicedItemsArtCore +
\ No newline at end of file From cbc6fbd20fb80b9714ed682f4e7a51b4fb51c824 Mon Sep 17 00:00:00 2001 From: loganb Date: Fri, 7 Aug 2026 11:45:37 -0700 Subject: [PATCH 06/10] Create ArtCore template --- ...billing_ArtCore_invoicedItems.template.xml | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 onprc_billing/resources/schemas/onprc_billing_ArtCore_invoicedItems.template.xml diff --git a/onprc_billing/resources/schemas/onprc_billing_ArtCore_invoicedItems.template.xml b/onprc_billing/resources/schemas/onprc_billing_ArtCore_invoicedItems.template.xml new file mode 100644 index 000000000..edf0643f8 --- /dev/null +++ b/onprc_billing/resources/schemas/onprc_billing_ArtCore_invoicedItems.template.xml @@ -0,0 +1,22 @@ + + + + invoiceRuns + chargeableItemCategories + fiscalAuthorities + invoicedItems + + + + + + + + + + + + \ No newline at end of file From 46f749d8c382548247abe39060a811315793cd36 Mon Sep 17 00:00:00 2001 From: ohsudev-jonesga Date: Mon, 10 Aug 2026 11:48:20 -0700 Subject: [PATCH 07/10] New tempalte for Art COre Billing --- .../schemas/ArtCoreInvoicedItems.template.xml | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 onprc_billing/resources/schemas/ArtCoreInvoicedItems.template.xml diff --git a/onprc_billing/resources/schemas/ArtCoreInvoicedItems.template.xml b/onprc_billing/resources/schemas/ArtCoreInvoicedItems.template.xml new file mode 100644 index 000000000..b491bb4bb --- /dev/null +++ b/onprc_billing/resources/schemas/ArtCoreInvoicedItems.template.xml @@ -0,0 +1,23 @@ + + + + invoiceRuns + chargeableItemCategories + fiscalAuthorities + invoicedItems + + + + + + + + + + + + + \ No newline at end of file From d4badc8dffc85cd417ad3987c50a9e441b5cd478 Mon Sep 17 00:00:00 2001 From: ohsudev-jonesga Date: Mon, 10 Aug 2026 11:51:12 -0700 Subject: [PATCH 08/10] New tempalte for Art COre Billing --- .../resources/schemas/ArtCoreInvoicedItems.template.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/onprc_billing/resources/schemas/ArtCoreInvoicedItems.template.xml b/onprc_billing/resources/schemas/ArtCoreInvoicedItems.template.xml index b491bb4bb..f8529ab4c 100644 --- a/onprc_billing/resources/schemas/ArtCoreInvoicedItems.template.xml +++ b/onprc_billing/resources/schemas/ArtCoreInvoicedItems.template.xml @@ -1,4 +1,3 @@ - Date: Mon, 10 Aug 2026 11:54:20 -0700 Subject: [PATCH 09/10] Delete onprc_billing/resources/schemas/onprc_billing_ArtCore_invoicedItems.template.xml --- ...billing_ArtCore_invoicedItems.template.xml | 22 ------------------- 1 file changed, 22 deletions(-) delete mode 100644 onprc_billing/resources/schemas/onprc_billing_ArtCore_invoicedItems.template.xml diff --git a/onprc_billing/resources/schemas/onprc_billing_ArtCore_invoicedItems.template.xml b/onprc_billing/resources/schemas/onprc_billing_ArtCore_invoicedItems.template.xml deleted file mode 100644 index edf0643f8..000000000 --- a/onprc_billing/resources/schemas/onprc_billing_ArtCore_invoicedItems.template.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - invoiceRuns - chargeableItemCategories - fiscalAuthorities - invoicedItems - - - - - - - - - - - - \ No newline at end of file From 135ca083cca6a8aebfdbc1434c45bb6b16fa9803 Mon Sep 17 00:00:00 2001 From: ohsudev-jonesga Date: Mon, 10 Aug 2026 11:55:15 -0700 Subject: [PATCH 10/10] Delete onprc_billing/resources/schemas/pf_publicFinanceArtCore.template.xml --- .../pf_publicFinanceArtCore.template.xml | 35 ------------------- 1 file changed, 35 deletions(-) delete mode 100644 onprc_billing/resources/schemas/pf_publicFinanceArtCore.template.xml diff --git a/onprc_billing/resources/schemas/pf_publicFinanceArtCore.template.xml b/onprc_billing/resources/schemas/pf_publicFinanceArtCore.template.xml deleted file mode 100644 index 9d17b3ca2..000000000 --- a/onprc_billing/resources/schemas/pf_publicFinanceArtCore.template.xml +++ /dev/null @@ -1,35 +0,0 @@ - - - - aliases - dataAccess - projectAccountHistory - publicInvoicedItems - - - - - - Aliases -
- - - Data Access -
- - - Invoiced Items - -
- - - - Project Account History -
- - - InvoicedItemsArtCore -
-
-
-
\ No newline at end of file