Warning: You are browsing the documentation for PrestaShop 1.7, which is outdated.

You might want to read an updated version of this page for the current version, PrestaShop 8. Read the updated version of this page

Learn how to upgrade to the latest version.

Resources for Supply order receipt histories

Supply_order_receipt_history

Name Format Required Description
id_supply_order_detail isUnsignedId ✔️
id_employee isUnsignedId ✔️ Employee ID
id_supply_order_state isUnsignedId ✔️
employee_firstname isName
employee_lastname isName
quantity isUnsignedInt ✔️
date_add isDate

Blank schema

<prestashop xmlns:xlink="http://www.w3.org/1999/xlink">
  <supply_order_receipt_history>
    <id><![CDATA[]]></id>
    <id_supply_order_detail><![CDATA[]]></id_supply_order_detail>
    <id_employee><![CDATA[]]></id_employee>
    <id_supply_order_state><![CDATA[]]></id_supply_order_state>
    <employee_firstname><![CDATA[]]></employee_firstname>
    <employee_lastname><![CDATA[]]></employee_lastname>
    <quantity><![CDATA[]]></quantity>
    <date_add><![CDATA[]]></date_add>
  </supply_order_receipt_history>
</prestashop>