#xslt #grouping #xslt-1.0 #xslt-grouping #muenchian-grouping
#xslt #группировка #xslt-1.0 #xslt-группировка #muenchian-группировка
Вопрос:
Пожалуйста, помогите в логике суммирования, где я получаю ошибку при добавлении значения переменной.
XML ниже
<OutboundPaymentInstruction>
<OutboundPayment>
<DocumentPayable>
<DocumentPayableLine>
<LineNumber>2</LineNumber>
<PONumber/>
<ConsumptionAdviceNumber/>
<LineType>
<Code>TAX</Code>
<Meaning/>
</LineType>
<LineDescription>Utilities; Justification: W-IN-18-6402-1237845 </LineDescription>
<LineGrossAmount>
<Value>7912.5</Value>
<Currency>
<Code>THB</Code>
<NumericCode>764</NumericCode>
</Currency>
</LineGrossAmount>
<UnitPrice>0</UnitPrice>
<Quantity/>
<UnitOfMeasure>
<Code/>
<Meaning/>
</UnitOfMeasure>
<Tax>
<TaxCode>TH VAT</TaxCode>
<TaxRate>7</TaxRate>
<TaxRateCode>TH AP STD SVC 7</TaxRateCode>
</Tax>
</DocumentPayableLine>
<DocumentPayableLine>
<LineNumber>3</LineNumber>
<PONumber/>
<ConsumptionAdviceNumber/>
<LineType>
<Code>AWT</Code>
<Meaning/>
</LineType>
<LineDescription>Utilities; Justification: W-IN-18-6402-1237845 </LineDescription>
<LineGrossAmount>
<Value>-3391.07</Value>
<Currency>
<Code>THB</Code>
<NumericCode>764</NumericCode>
</Currency>
</LineGrossAmount>
<UnitPrice>0</UnitPrice>
<Quantity/>
<UnitOfMeasure>
<Code/>
<Meaning/>
</UnitOfMeasure>
<Tax>
<TaxCode>TH WHT</TaxCode>
<TaxRate>2.999999</TaxRate>
<TaxRateCode>TH WHT SVCS 03</TaxRateCode>
</Tax>
</DocumentPayableLine>
<DocumentPayableLine>
<LineNumber>1</LineNumber>
<PONumber/>
<ConsumptionAdviceNumber/>
<LineType>
<Code>ITEM</Code>
<Meaning/>
</LineType>
<LineDescription>Utilities;Justification: W-IN-18-6402-1237845 </LineDescription>
<LineGrossAmount>
<Value>113035.71</Value>
<Currency>
<Code>THB</Code>
<NumericCode>764</NumericCode>
</Currency>
</LineGrossAmount>
<UnitPrice>0</UnitPrice>
<Quantity/>
<UnitOfMeasure>
<Code/>
<Meaning/>
</UnitOfMeasure>
<Tax>
<TaxCode/>
<TaxRate>0</TaxRate>
<TaxRateCode/>
</Tax>
</DocumentPayableLine>
</DocumentPayable>
</OutboundPayment>
<OutboundPayment>
<DocumentPayable>
<DocumentPayableLine>
<LineNumber>2</LineNumber>
<PONumber/>
<ConsumptionAdviceNumber/>
<LineType>
<Code>TAX</Code>
<Meaning/>
</LineType>
<LineDescription>The Garbage Service Fee For 02/64</LineDescription>
<LineGrossAmount>
<Value>6730.5</Value>
<Currency>
<Code>THB</Code>
<NumericCode>764</NumericCode>
</Currency>
</LineGrossAmount>
<UnitPrice>0</UnitPrice>
<Quantity/>
<UnitOfMeasure>
<Code/>
<Meaning/>
</UnitOfMeasure>
<Tax>
<TaxCode>TH VAT</TaxCode>
<TaxRate>7</TaxRate>
<TaxRateCode>TH AP STD SVC 7</TaxRateCode>
</Tax>
</DocumentPayableLine>
<DocumentPayableLine>
<LineNumber>3</LineNumber>
<PONumber/>
<ConsumptionAdviceNumber/>
<LineType>
<Code>AWT</Code>
<Meaning/>
</LineType>
<LineDescription>The Garbage Service Fee For 02/64</LineDescription>
<LineGrossAmount>
<Value>-2884.5</Value>
<Currency>
<Code>THB</Code>
<NumericCode>764</NumericCode>
</Currency>
</LineGrossAmount>
<UnitPrice>0</UnitPrice>
<Quantity/>
<UnitOfMeasure>
<Code/>
<Meaning/>
</UnitOfMeasure>
<Tax>
<TaxCode>TH WHT</TaxCode>
<TaxRate>3</TaxRate>
<TaxRateCode>TH WHT SVCS 03</TaxRateCode>
</Tax>
</DocumentPayableLine>
<DocumentPayableLine>
<LineNumber>1</LineNumber>
<PONumber/>
<ConsumptionAdviceNumber/>
<LineType>
<Code>ITEM</Code>
<Meaning/>
</LineType>
<LineDescription>The Garbage Service Fee For 02/64</LineDescription>
<LineGrossAmount>
<Value>96150</Value>
<Currency>
<Code>THB</Code>
<NumericCode>764</NumericCode>
</Currency>
</LineGrossAmount>
<UnitPrice>0</UnitPrice>
<Quantity/>
<UnitOfMeasure>
<Code/>
<Meaning/>
</UnitOfMeasure>
<Tax>
<TaxCode/>
<TaxRate>0</TaxRate>
<TaxRateCode/>
</Tax>
</DocumentPayableLine>
</DocumentPayable>
<DocumentPayable>
<DocumentPayableLine>
<LineNumber>2</LineNumber>
<PONumber/>
<ConsumptionAdviceNumber/>
<LineType>
<Code>TAX</Code>
<Meaning/>
</LineType>
<LineDescription> Monthly billing on Feb'21 of supplier 304 INDUSTRIAL PARK.( Waste Water )</LineDescription>
<LineGrossAmount>
<Value>28276.42</Value>
<Currency>
<Code>THB</Code>
<NumericCode>764</NumericCode>
</Currency>
</LineGrossAmount>
<UnitPrice>0</UnitPrice>
<Quantity/>
<UnitOfMeasure>
<Code/>
<Meaning/>
</UnitOfMeasure>
<Tax>
<TaxCode>TH VAT</TaxCode>
<TaxRate>7</TaxRate>
<TaxRateCode>TH AP STD SVC 7</TaxRateCode>
</Tax>
</DocumentPayableLine>
<DocumentPayableLine>
<LineNumber>3</LineNumber>
<PONumber/>
<ConsumptionAdviceNumber/>
<LineType>
<Code>AWT</Code>
<Meaning/>
</LineType>
<LineDescription> Monthly billing on Feb'21 of supplier 304 INDUSTRIAL PARK.( Waste Water )</LineDescription>
<LineGrossAmount>
<Value>-12118.46</Value>
<Currency>
<Code>THB</Code>
<NumericCode>764</NumericCode>
</Currency>
</LineGrossAmount>
<UnitPrice>0</UnitPrice>
<Quantity/>
<UnitOfMeasure>
<Code/>
<Meaning/>
</UnitOfMeasure>
<Tax>
<TaxCode>TH WHT</TaxCode>
<TaxRate>2.999999</TaxRate>
<TaxRateCode>TH WHT SVCS 03</TaxRateCode>
</Tax>
</DocumentPayableLine>
<DocumentPayableLine>
<LineNumber>1</LineNumber>
<PONumber/>
<ConsumptionAdviceNumber/>
<LineType>
<Code>ITEM</Code>
<Meaning/>
</LineType>
<LineDescription> Monthly billing on Feb'21 of supplier 304 INDUSTRIAL PARK.( Waste Water )</LineDescription>
<LineGrossAmount>
<Value>403948.8</Value>
<Currency>
<Code>THB</Code>
<NumericCode>764</NumericCode>
</Currency>
</LineGrossAmount>
<UnitPrice>0</UnitPrice>
<Quantity/>
<UnitOfMeasure>
<Code/>
<Meaning/>
</UnitOfMeasure>
<Tax>
<TaxCode/>
<TaxRate>0</TaxRate>
<TaxRateCode/>
</Tax>
</DocumentPayableLine>
</DocumentPayable>
<DocumentPayable>
<DocumentPayableLine>
<LineNumber>2</LineNumber>
<PONumber/>
<ConsumptionAdviceNumber/>
<LineType>
<Code>TAX</Code>
<Meaning/>
</LineType>
<LineDescription>Monthly billing on Feb'21 of supplier 304 INDUSTRIAL PARK.( Waste Water )</LineDescription>
<LineGrossAmount>
<Value>13296.15</Value>
<Currency>
<Code>THB</Code>
<NumericCode>764</NumericCode>
</Currency>
</LineGrossAmount>
<UnitPrice>0</UnitPrice>
<Quantity/>
<UnitOfMeasure>
<Code/>
<Meaning/>
</UnitOfMeasure>
<Tax>
<TaxCode>TH VAT</TaxCode>
<TaxRate>7</TaxRate>
<TaxRateCode>TH AP STD SVC 7</TaxRateCode>
</Tax>
</DocumentPayableLine>
<DocumentPayableLine>
<LineNumber>3</LineNumber>
<PONumber/>
<ConsumptionAdviceNumber/>
<LineType>
<Code>AWT</Code>
<Meaning/>
</LineType>
<LineDescription>Monthly billing on Feb'21 of supplier 304 INDUSTRIAL PARK.( Waste Water )</LineDescription>
<LineGrossAmount>
<Value>-5698.35</Value>
<Currency>
<Code>THB</Code>
<NumericCode>764</NumericCode>
</Currency>
</LineGrossAmount>
<UnitPrice>0</UnitPrice>
<Quantity/>
<UnitOfMeasure>
<Code/>
<Meaning/>
</UnitOfMeasure>
<Tax>
<TaxCode>TH WHT</TaxCode>
<TaxRate>3</TaxRate>
<TaxRateCode>TH WHT SVCS 03</TaxRateCode>
</Tax>
</DocumentPayableLine>
<DocumentPayableLine>
<LineNumber>1</LineNumber>
<PONumber/>
<ConsumptionAdviceNumber/>
<LineType>
<Code>ITEM</Code>
<Meaning/>
</LineType>
<LineDescription>Monthly billing on Feb'21 of supplier 304 INDUSTRIAL PARK.( Waste Water )</LineDescription>
<LineGrossAmount>
<Value>189945</Value>
<Currency>
<Code>THB</Code>
<NumericCode>764</NumericCode>
</Currency>
</LineGrossAmount>
<UnitPrice>0</UnitPrice>
<Quantity/>
<UnitOfMeasure>
<Code/>
<Meaning/>
</UnitOfMeasure>
<Tax>
<TaxCode/>
<TaxRate>0</TaxRate>
<TaxRateCode/>
</Tax>
</DocumentPayableLine>
</DocumentPayable>
<DocumentPayable>
<DocumentPayableLine>
<LineNumber>2</LineNumber>
<PONumber/>
<ConsumptionAdviceNumber/>
<LineType>
<Code>TAX</Code>
<Meaning/>
</LineType>
<LineDescription>Monthly billing on Feb'21 of supplier 304 INDUSTRIAL PARK.( Rental Car parking ) Cloud GL : 630086 Cloud CC : 50020 Invoice = VAT 0%</LineDescription>
<LineGrossAmount>
<Value>0</Value>
<Currency>
<Code>THB</Code>
<NumericCode>764</NumericCode>
</Currency>
</LineGrossAmount>
<UnitPrice>0</UnitPrice>
<Quantity/>
<UnitOfMeasure>
<Code/>
<Meaning/>
</UnitOfMeasure>
<Tax>
<TaxCode>TH VAT</TaxCode>
<TaxRate>0</TaxRate>
<TaxRateCode>TH AP ZERO 0</TaxRateCode>
</Tax>
</DocumentPayableLine>
<DocumentPayableLine>
<LineNumber>3</LineNumber>
<PONumber/>
<ConsumptionAdviceNumber/>
<LineType>
<Code>AWT</Code>
<Meaning/>
</LineType>
<LineDescription>Monthly billing on Feb'21 of supplier 304 INDUSTRIAL PARK.( Rental Car parking ) Cloud GL : 630086 Cloud CC : 50020 Invoice = VAT 0%</LineDescription>
<LineGrossAmount>
<Value>-13763.2</Value>
<Currency>
<Code>THB</Code>
<NumericCode>764</NumericCode>
</Currency>
</LineGrossAmount>
<UnitPrice>0</UnitPrice>
<Quantity/>
<UnitOfMeasure>
<Code/>
<Meaning/>
</UnitOfMeasure>
<Tax>
<TaxCode>TH WHT</TaxCode>
<TaxRate>5</TaxRate>
<TaxRateCode>TH WHT RENT 05</TaxRateCode>
</Tax>
</DocumentPayableLine>
<DocumentPayableLine>
<LineNumber>1</LineNumber>
<PONumber/>
<ConsumptionAdviceNumber/>
<LineType>
<Code>ITEM</Code>
<Meaning/>
</LineType>
<LineDescription>Monthly billing on Feb'21 of supplier 304 INDUSTRIAL PARK.( Rental Car parking )Cloud GL : 630086 Cloud CC : 50020 Invoice = VAT 0%</LineDescription>
<LineGrossAmount>
<Value>275264</Value>
<Currency>
<Code>THB</Code>
<NumericCode>764</NumericCode>
</Currency>
</LineGrossAmount>
<UnitPrice>0</UnitPrice>
<Quantity/>
<UnitOfMeasure>
<Code/>
<Meaning/>
</UnitOfMeasure>
<Tax>
<TaxCode/>
<TaxRate>0</TaxRate>
<TaxRateCode/>
</Tax>
</DocumentPayableLine>
</DocumentPayable>
</OutboundPayment>
</OutboundPaymentInstruction>
Пожалуйста, помогите, поскольку я пытаюсь выполнить приведенную ниже логику для отдельного сценария «AWT» и, наконец, суммировать итоговую сумму путем группировки по TaxRateCode для собственного тега OutboundPayment.
Forumla пытается реализовать = (100 div (Tax / TaxRate)) * LineGrossAmount / Value
Example - ((100 div 3) * -5698.35) = -189945
((100 div 2.999999) * -12118.46) = -403948.8013
((100 div 3) * -2884.5) = -96150
<calc>690043.80</calc>
Ожидаемый результат
<Result>
<Rcrd>
<TaxAmt>
<Rate>3</Rate>
<calc>690043.80</calc>
</TaxAmt>
</Rcrd>
<Rcrd>
<TaxAmt>
<Rate>5</Rate>
<calc>275264.00</calc>
</TaxAmt>
</Rcrd>
</Result>
<Result>
<Rcrd>
<TaxAmt>
<Rate>3</Rate>
<calc>113035.7043</calc>
</TaxAmt>
</Rcrd>
</Result>
Код попробован
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"/>
<xsl:key name="k" match="DocumentPayableLine[LineType/Code='AWT']" use="concat(generate-id(../..), Tax/TaxRateCode)" />
<xsl:template match="/OutboundPaymentInstruction">
<xsl:for-each select="OutboundPayment">
<Result>
<xsl:for-each select="DocumentPayable/DocumentPayableLine[LineType/Code='AWT'][count(. | key('k', concat(generate-id(../..), Tax/TaxRateCode))[1]) = 1]">
<Rcrd>
<xsl:variable name="TX1"><xsl:value-of select="Tax/TaxRate"/></xsl:variable>
<xsl:variable name="GrossAmount"><xsl:value-of select="LineGrossAmount/Value"/></xsl:variable>
<TaxAmt>
<Rate>
<xsl:value-of select="round(Tax/TaxRate)"/>
</Rate>
<xsl:variable name="IndividualCalc"><xsl:value-of select="((100 div $TX1) * $GrossAmount)"/></xsl:variable>
<calc>
<xsl:value-of select="-sum(key('k', concat(generate-id(../..), Tax/TaxRateCode))$IndividualCalc)"/>
</calc>
</TaxAmt>
</Rcrd>
</xsl:for-each>
</Result>
</xsl:for-each>
</xsl:template>
</xsl:stylesheet>
Пожалуйста, помогите.
Комментарии:
1. Я не могу следовать вашему объяснению. Ваша первая группа имеет общее количество строк / значение -3391,07 и налоговую ставку 3, поэтому я бы ожидал, что сумма налога составит 101,7321. Я не вижу этих чисел нигде в вашем вопросе.
2. @michael.hor257k — Привет, Майкл, у одного из тегов «OutboundPayment» есть только один сценарий «AWT», который имеет LineGrossAmount / значение -3391.07. Следовательно, формула, которую мы пытаемся выполнить, fromat_number((100 / 2.999999) * -3391.07) = 113035.7043. Пожалуйста, помогите
Ответ №1:
Я думаю, что без выразительной способности XPath 2 или выше одним из способов является сохранение отдельных значений во фрагменте дерева результатов XML и преобразование его в набор узлов для суммирования значений:
<xsl:template match="/OutboundPaymentInstruction">
<xsl:for-each select="OutboundPayment">
<Result>
<xsl:for-each select="DocumentPayable/DocumentPayableLine[LineType/Code='AWT'][count(. | key('k', concat(generate-id(../..), Tax/TaxRateCode))[1]) = 1]">
<xsl:variable name="amounts">
<xsl:for-each select="key('k', concat(generate-id(../..), Tax/TaxRateCode))">
<amount>
<xsl:value-of select="100 div Tax/TaxRate * LineGrossAmount/Value"/>
</amount>
</xsl:for-each>
</xsl:variable>
<Rcrd>
<TaxAmt>
<Rate>
<xsl:value-of select="round(Tax/TaxRate)"/>
</Rate>
<calc>
<xsl:value-of select="format-number(-sum(exsl:node-set($amounts)/amount), '0.00')"/>
</calc>
</TaxAmt>
</Rcrd>
</xsl:for-each>
</Result>
</xsl:for-each>
</xsl:template>
Я получаю значения, которые вы показали, но в другом порядке:
<Result>
<Rcrd>
<TaxAmt>
<Rate>3</Rate>
<calc>113035.70</calc>
</TaxAmt>
</Rcrd>
</Result>
<Result>
<Rcrd>
<TaxAmt>
<Rate>3</Rate>
<calc>690043.80</calc>
</TaxAmt>
</Rcrd>
<Rcrd>
<TaxAmt>
<Rate>5</Rate>
<calc>275264.00</calc>
</TaxAmt>
</Rcrd>
</Result>
Решение XSLT 1 требует, чтобы вы объявили xmlns:exsl="http://exslt.org/common"
в таблице стилей XSLT (или, для MSXML, измените его на проприетарный xmlns:msxml="urn:schemas-microsoft-com:xslt"
и используйте msxml:node-set
вместо exsl:node-set
).
Комментарии:
1. Привет @Martin Honnen , После использования приведенного выше кода я получаю результат как -0.00 в теге <calc> . Пожалуйста, найдите строку кода, также включенную в существующую мою версию XSL 1.0. Пожалуйста, помогите « <Document xmlns=»urn: iso:std: iso:20022:tech: xsd:pain.001.001.03″ xmlns: xsi=» w3.org/2001/XMLSchema-instance » > ` `
2. Где в вашем первоначальном вопросе вы используете
Document xmlns="urn:iso:std:iso:20022:tech:xsd:pain.001.001.03"
? Пожалуйста, не меняйте требования через несколько дней после публикации вопроса. Для кода в вопросе, не использующего пространство имен, предлагаемый ответ выдает код, который я показал в ответе, с двумяResult
элементами, где первый имеет одинRcrd
с<calc>113035.70</calc>
, а второй — два из них, первый с<calc>690043.80</calc>
и второй с.<calc>275264.00</calc>
3. Если вы пытаетесь использовать пространство имен результатов, не используйте его для временных элементов, например, с помощью
<amount xmlns="">..</amount>
. В противном случае выбор XPath не может работатьexsl:node-set($amounts)/amount
.