| 547 |
2025-09-05 12:30:34 |
user.email |
TransformCustomPostback |
157 |
CREATE- created_at: 2025-09-05 12:30:34
|
| 546 |
2025-09-05 12:15:20 |
user.email |
TransformCustomPostback |
156 |
CREATE |
| 545 |
2025-09-05 12:08:57 |
user.email |
TransformCustomPostback |
154 |
DELETE- created_at: 2025-09-05 12:06:15
|
| 544 |
2025-09-05 12:07:29 |
user.email |
TransformCustomPostback |
155 |
CREATE- created_at: 2025-09-05 12:07:29
|
| 543 |
2025-09-05 12:06:15 |
user.email |
TransformCustomPostback |
154 |
CREATE |
| 542 |
2025-09-05 11:31:50 |
user.email |
TransformCustomPostback |
153 |
CREATE |
| 541 |
2025-09-01 22:00:20 |
user.email |
TransformCustomPostback |
67 |
CREATE- xslt_template:
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:php="http://php.net/xsl" version="1.0">
<xsl:output method="xml" encoding="utf-8" indent="no" />
<xsl:template match="root">
<items>
<xsl:apply-templates />
</items>
</xsl:template>
<xsl:template match="data">
<item>
<order_id>
<xsl:value-of select="order_id" />
</order_id>
<click_id>
<xsl:value-of select="click_id" />
</click_id>
<adv_commission>
<!-- Нам приходит комиссия с НДС (20%), тут мы удаляем НДС -->
<xsl:value-of select="adv_commission" />
</adv_commission>
<order_total>
<xsl:value-of select="order_total" />
</order_total>
<status>
<xsl:value-of select="status" />
</status>
</item>
</xsl:template>
</xsl:stylesheet>
|
| 540 |
2025-08-15 19:47:11 |
user.email |
TransformCustomPostback |
66 |
CREATE |
| 539 |
2025-08-15 19:23:44 |
user.email |
ValdisJob |
116 |
UPDATE - old_state
- name: keng.ru RU CPS
-
- new_state
- name: Keng.ru RU CPS
-
|
| 538 |
2025-08-15 19:23:44 |
user.email |
ValdisScheduler |
112 |
UPDATE - old_state
- period: 8 *
-
- new_state
- period: 25 *
-
|
| 537 |
2025-08-15 19:20:10 |
user.email |
ValdisScheduler |
154 |
CREATE- date_start: 2025-08-15 19:18:35
|
| 536 |
2025-08-15 19:20:10 |
user.email |
ValdisTransform |
160 |
CREATE- xslt:
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:php="http://php.net/xsl" version="1.0">
<xsl:output method="xml" encoding="utf-8" indent="no"/>
<xsl:template match="items">
<items>
<xsl:apply-templates/>
</items>
</xsl:template>
<xsl:template match="item">
<xsl:if test="php:function('isPaid', string('225'), string(order_id)) = '0'">
<item>
<order_id>
<xsl:value-of select="order_id"/>
</order_id>
<click_id>
<xsl:value-of select="click_id"/>
</click_id>
<customer_type>
<xsl:value-of select="customer_type"/>
</customer_type>
<order_total>
<xsl:value-of select="order_total"/>
</order_total>
<wm_commission>
<xsl:value-of select="commission"/>
</wm_commission>
<currency>
<xsl:value-of select="currency"/>
</currency>
<status>
<xsl:choose>
<xsl:when test="status = 'new'">new</xsl:when>
<xsl:when test="status = 'done'">new</xsl:when>
<xsl:when test="status = 'cancel'">new</xsl:when>
</xsl:choose>
</status>
<date>
<xsl:value-of select="date"/>
</date>
<basket>
<xsl:for-each select="basket/product">
<product>
<pid>
<xsl:value-of select="pid"/>
</pid>
<pn>
<xsl:value-of select="pn"/>
</pn>
<pc>
<xsl:value-of select="pc"/>
</pc>
<up>
<xsl:value-of select="up"/>
</up>
<qty>
<xsl:value-of select="qty"/>
</qty>
</product>
</xsl:for-each>
</basket>
</item>
</xsl:if>
</xsl:template>
</xsl:stylesheet>
|
| 535 |
2025-08-15 19:20:10 |
user.email |
ValdisJob |
160 |
CREATE- allow_reassign_system_leads: 0
- request_settings:
{"method":"GET","url":"https:\/\/export.advcake.ru\/sovaunion\/pfoodru?pass=CatExBUUcY9SOhf05K44GZFwK19yJpr1&date_from=[[date_from]]&date_to=[[date_to]]","headers":[],"body":"","form_params":[]}
- pre_request_settings:
{"enable":false,"response_type":null,"variables_paths":[],"request":{"uri":"","method":null,"body":[],"headers":[]}}
|
| 534 |
2025-08-15 19:18:29 |
user.email |
ValdisScheduler |
153 |
CREATE- date_start: 2025-08-15 19:14:47
|
| 533 |
2025-08-15 19:18:29 |
user.email |
ValdisTransform |
159 |
CREATE- xslt:
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:php="http://php.net/xsl" version="1.0">
<xsl:output method="xml" encoding="utf-8" indent="no"/>
<xsl:template match="items">
<items>
<xsl:apply-templates/>
</items>
</xsl:template>
<xsl:template match="item">
<xsl:if test="php:function('isPaid', string('224'), string(order_id)) = '0'">
<item>
<order_id>
<xsl:value-of select="order_id"/>
</order_id>
<click_id>
<xsl:value-of select="click_id"/>
</click_id>
<customer_type>
<xsl:value-of select="customer_type"/>
</customer_type>
<order_total>
<xsl:value-of select="order_total"/>
</order_total>
<wm_commission>
<xsl:value-of select="commission"/>
</wm_commission>
<currency>
<xsl:value-of select="currency"/>
</currency>
<status>
<xsl:choose>
<xsl:when test="status = 'new'">new</xsl:when>
<xsl:when test="status = 'done'">new</xsl:when>
<xsl:when test="status = 'cancel'">new</xsl:when>
</xsl:choose>
</status>
<date>
<xsl:value-of select="date"/>
</date>
<basket>
<xsl:for-each select="basket/product">
<product>
<pid>
<xsl:value-of select="pid"/>
</pid>
<pn>
<xsl:value-of select="pn"/>
</pn>
<pc>
<xsl:value-of select="pc"/>
</pc>
<up>
<xsl:value-of select="up"/>
</up>
<qty>
<xsl:value-of select="qty"/>
</qty>
</product>
</xsl:for-each>
</basket>
</item>
</xsl:if>
</xsl:template>
</xsl:stylesheet>
|