How to create an equipment reception document?

How to create an equipment reception document?

To create an equipment reception document, you need to follow these steps:
  1. In the Assets menu, select the Equipment Receptions option;
  2. A list of existing Equipment Reception documents will be displayed;
  3. Click on the Create button;
  4. The following fields will be available to fill in:
    1. Description: required field;
    2. Date: by default, the current date;
    3. List of Equipment Received
      1. Part: required field. You can only add parts of the “part” type that do not move stock (no inventory extension);
      2. Quantity: must be greater than zero
      3. Single Asset: if this field is selected, the corresponding line will only generate a single equipment. Otherwise, the line will generate equipment according to the quantity entered;
      4. Family, brand and model: these fields are not mandatory. You can associate a family, brand and model with an equipment. The model will be filtered according to the brand selected;
      5. Remarks.
Alert
The list of Equipment Received must contain at least one line with a part and no more than 50 parts (one part per line).
Alert
To create an Equipment Reception via API, use the POST method:
api/{tenantKey}/{orgKey}/assetManagement/equipmentReceptions
Alert
body in Json to make the request:
{
  "EquipmentReceptionKey": "0000000011",
  "Description": "desc postman 2",
  "Date": "07/08/2024 15:37",
  "CheckedTotal": "0/25",
  "IsChecked": "false",
  "ReceivedEquipments": [
    {
        "Part" : "0009",
        "Quantity": 25,
        "SingleAsset" : "false",
        "Family" : null,
        "Brand" : null,
        "BrandModel" : null,
        "Remarks" : "Line remarks"
    }
  ],
  "CustomSequence": "",
  "Company": "DEMO",
  "Remarks": "OBS Postman"
}

    • Related Articles

    • How to create equipment from Generated Equipment?

      To create equipment or tools from the Generated Equipment list, you need to save the Equipment Reception document. The lines in which the Status column shows Accepted will originate an Equipment or Tool, as indicated in the Is Tool column. Once a ...
    • How to create email templates?

      Notifications must have one or more email templates associated with them. To create a new email template, follow these steps: Go to Settings | System | Email Templates; The list of email templates will appear; Click on Create. In the body of the ...
    • How to create contracts?

      To create a new contract, select the option "Contracts | Contracts": The contract list is presented: Press the "Create" button. When editing the contract, you must consider: The state change must be performed on the detail view interface. If the ...
    • How can I create a workshop?

      The workshops represent a way of organizing work groups by area, in order to be able to create access restrictions in the operations for allocation of costs to the work orders. To create a new workshop, select the option Workshop & Employees | ...
    • How do I create document types?

      The document types allow to set the documents that will be managed in the inventory area. To create a new Type of Document select the option Definitions | General | Types of Document: The list of document types is presented; Press the button "create" ...