The release White Server 1.65.4 and White Serve Agent 2.8.7.11 on August 13th, 2024

  1. Learned to transmit order statuses from Yandex.Eda. This will enable us to automate the correct progression through statuses and the proper closure of orders, which is particularly relevant if a customer cancels an order, for example, during delivery. In such cases, the order is usually closed with the status Completed, as the cost of the order is typically compensated to the restaurant by the aggregator.

  2. Added the OriginalPrice transfer for modifiers and combo items in Yandex.Eda, enabling support for refunds of spoiled or undelivered products within an order via bonuses from Yandex.Eda.

  3. Added the ability to pass new extended properties from r_k Delivery to r_k:
     •  Manager is an employee of the establishment’s Interface who placed the order.
     •  Operator is a call center employee who placed an order.
     •  A postponed order indicator is a message that the order must be prepared by a certain time.
  4. Added a new standard method for obtaining data from r_k7 for external integrators:
     •  
    ValidateOrder — validation of an order without a reservation. Can be used to display and calculate the order amount and prepayment on booking services.
  5. We have enriched the CreateOrder method with the ability to create an order for future dates.
    Added fields:
     openTime – order for a specific time.
     isReserve – table reservation sign.
     duration - reserve duration.
    Example request:

    <RK7Command CMD="CreateOrder">
      <Order guid="{E036156F-BBA2-4D8D-8744-C2E8463435D1}" openTime="2025-04-17T17:00:00" duration="T01:00:00">
       <Table code="44"/>
       <Waiter code = "1"/>
      </Order>
    </RK7Command>

  6. Replaced the standard reasons for rejecting a delivery order at the cash register with more relevant ones:
    • The kitchen is overloaded with orders.
    • Technical malfunction.
    • Another reason.

    In the future, the ability to customize reasons for each establishment wil be improved.

  7. Supported the ability to transfer a comment (free modifier) ​​to a combo dish component.