Таблица логов

Время (Москва)МагазинСобытиеРасширенная информация
2026-07-22 18:36:43 72Запрос (RECEIPT)
{
    "get": {
        "q": "/api/v2/receipts"
    },
    "body": {
        "id": "d0a90588-0062-4ba0-a837-c480a6f5d587",
        "data": {
            "id": "9a296590-a025-46ad-a0bd-73d116ef617a",
            "type": "SELL",
            "items": [
                {
                    "id": "4462",
                    "tax": 3002.67,
                    "name": "Полет на вертолете Robinson R44",
                    "price": 63056,
                    "discount": 0,
                    "itemType": "NORMAL",
                    "quantity": 1,
                    "sumPrice": 63056,
                    "costPrice": 0,
                    "taxPercent": 5,
                    "measureName": "Штука"
                },
                {
                    "id": "5030",
                    "tax": 13.81,
                    "name": "Подарочная упаковка синяя",
                    "price": 290,
                    "discount": 0,
                    "itemType": "NORMAL",
                    "quantity": 1,
                    "sumPrice": 290,
                    "costPrice": 0,
                    "taxPercent": 5,
                    "measureName": "Штука"
                }
            ],
            "extras": {
                "date": "21.07.2026 16:54:10",
                "billId": "157218",
                "number": "290178",
                "customer": {
                    "inn": "",
                    "kpp": "",
                    "reg": "",
                    "name": "Тахмина ",
                    "okpo": "",
                    "fullname": "Тахмина ",
                    "legalentity": false
                },
                "prepayment": 0,
                "contentModified": false,
                "settlementMethod": "FullSettlement"
            },
            "shiftId": "1987",
            "storeId": "20180330-73BE-4009-8052-6D5AC12239BC",
            "dateTime": "2026-07-22T15:36:41.000Z",
            "deviceId": "20180330-8DF5-4087-803C-E65B01E71331",
            "totalTax": 3016.48,
            "infoCheck": false,
            "employeeId": "20180808-39B7-401B-808C-9B36FB971DE3",
            "totalAmount": 63346,
            "paymentSource": "PAY_CARD",
            "totalDiscount": 0
        },
        "type": "ReceiptCreated",
        "userId": "01-000000000255662",
        "version": 2,
        "timestamp": 1784734603164
    },
    "post": {
        "id": "d0a90588-0062-4ba0-a837-c480a6f5d587",
        "data": {
            "id": "9a296590-a025-46ad-a0bd-73d116ef617a",
            "type": "SELL",
            "items": [
                {
                    "id": "4462",
                    "tax": 3002.67,
                    "name": "Полет на вертолете Robinson R44",
                    "price": 63056,
                    "discount": 0,
                    "itemType": "NORMAL",
                    "quantity": 1,
                    "sumPrice": 63056,
                    "costPrice": 0,
                    "taxPercent": 5,
                    "measureName": "Штука"
                },
                {
                    "id": "5030",
                    "tax": 13.81,
                    "name": "Подарочная упаковка синяя",
                    "price": 290,
                    "discount": 0,
                    "itemType": "NORMAL",
                    "quantity": 1,
                    "sumPrice": 290,
                    "costPrice": 0,
                    "taxPercent": 5,
                    "measureName": "Штука"
                }
            ],
            "extras": {
                "date": "21.07.2026 16:54:10",
                "billId": "157218",
                "number": "290178",
                "customer": {
                    "inn": "",
                    "kpp": "",
                    "reg": "",
                    "name": "Тахмина ",
                    "okpo": "",
                    "fullname": "Тахмина ",
                    "legalentity": false
                },
                "prepayment": 0,
                "contentModified": false,
                "settlementMethod": "FullSettlement"
            },
            "shiftId": "1987",
            "storeId": "20180330-73BE-4009-8052-6D5AC12239BC",
            "dateTime": "2026-07-22T15:36:41.000Z",
            "deviceId": "20180330-8DF5-4087-803C-E65B01E71331",
            "totalTax": 3016.48,
            "infoCheck": false,
            "employeeId": "20180808-39B7-401B-808C-9B36FB971DE3",
            "totalAmount": 63346,
            "paymentSource": "PAY_CARD",
            "totalDiscount": 0
        },
        "type": "ReceiptCreated",
        "userId": "01-000000000255662",
        "version": 2,
        "timestamp": 1784734603164
    },
    "headers": {
        "vary": [
            "Accept"
        ]
    }
}
2026-07-22 18:36:43 72Запрос (LIST)
{
    "get": {
        "q": "/api/v2/list",
        "number": "290178"
    },
    "body": null,
    "post": [],
    "headers": {
        "vary": [
            "Accept"
        ]
    }
}
2026-07-22 18:36:26 72Ответ (BILL)
{
    "id": 157218,
    "date": "21.07.2026 16:54:10",
    "summ": 63346,
    "number": "290178",
    "customer": {
        "id": 111636,
        "inn": "",
        "kpp": "",
        "reg": "",
        "name": "Тахмина ",
        "okpo": "",
        "fullname": "Тахмина ",
        "legalentity": false
    },
    "products": [
        {
            "id": 4462,
            "type": "NORMAL",
            "price": 63056,
            "taxrate": "5%",
            "itemType": 1,
            "prodname": "Полет на вертолете Robinson R44",
            "quantity": 1,
            "unitname": "Штука"
        },
        {
            "id": 5030,
            "type": "NORMAL",
            "price": 290,
            "taxrate": "5%",
            "itemType": 1,
            "prodname": "Подарочная упаковка синяя",
            "quantity": 1,
            "unitname": "Штука"
        }
    ],
    "prepayment": 0,
    "prepaymentEnable": true
}
2026-07-22 18:36:26 72Запрос (BILL)
{
    "get": {
        "q": "/api/v2/bill/byid/157218",
        "id": "157218"
    },
    "body": null,
    "post": [],
    "headers": {
        "vary": [
            "Accept"
        ]
    }
}
2026-07-22 18:36:23 72Ответ (LIST)
[
    {
        "id": 157218,
        "date": "2026-07-21 16:54:10",
        "summ": 63346,
        "number": "290178",
        "customername": "Тахмина"
    }
]
2026-07-22 18:36:23 72Запрос (LIST)
{
    "get": {
        "q": "/api/v2/list",
        "number": "290178"
    },
    "body": null,
    "post": [],
    "headers": {
        "vary": [
            "Accept"
        ]
    }
}
2026-07-22 18:35:35 72Ответ (HELLO)
{
    "system": "presentstar",
    "protocol": "0.1.0"
}
2026-07-22 18:35:35 72Запрос (HELLO)
{
    "get": {
        "q": "/api/v2/hello"
    },
    "body": null,
    "post": [],
    "headers": {
        "vary": [
            "Accept"
        ]
    }
}
2026-07-22 18:35:23 72Ответ (RECEIPT)
{
    "success": true
}
2026-07-22 18:35:22 72Запрос (RECEIPT)
{
    "get": {
        "q": "/api/v2/receipts"
    },
    "body": {
        "id": "e943688f-4620-4fd0-a7b9-44e31b0a8482",
        "data": {
            "id": "0368ca48-38c7-452b-ae3e-a6e867451840",
            "type": "SELL",
            "items": [
                {
                    "id": "8449",
                    "tax": 635,
                    "name": "Антистресс набор «Отдых души и тела» для нее",
                    "price": 13335,
                    "discount": 0,
                    "itemType": "NORMAL",
                    "quantity": 1,
                    "sumPrice": 13335,
                    "costPrice": 0,
                    "taxPercent": 5,
                    "measureName": "Штука"
                },
                {
                    "id": "11953",
                    "tax": 13.81,
                    "name": "Подарочная упаковка красная",
                    "price": 290,
                    "discount": 0,
                    "itemType": "NORMAL",
                    "quantity": 1,
                    "sumPrice": 290,
                    "costPrice": 0,
                    "taxPercent": 5,
                    "measureName": "Штука"
                }
            ],
            "extras": {
                "date": "21.07.2026 12:48:37",
                "billId": "157216",
                "number": "290176",
                "customer": {
                    "inn": "",
                    "kpp": "",
                    "reg": "",
                    "name": "Сергей ",
                    "okpo": "",
                    "fullname": "Сергей ",
                    "legalentity": false
                },
                "prepayment": 0,
                "contentModified": false,
                "settlementMethod": "FullSettlement"
            },
            "shiftId": "1987",
            "storeId": "20180330-73BE-4009-8052-6D5AC12239BC",
            "dateTime": "2026-07-22T15:35:20.000Z",
            "deviceId": "20180330-8DF5-4087-803C-E65B01E71331",
            "totalTax": 648.81,
            "infoCheck": false,
            "employeeId": "20180808-39B7-401B-808C-9B36FB971DE3",
            "totalAmount": 13625,
            "paymentSource": "PAY_CARD",
            "totalDiscount": 0
        },
        "type": "ReceiptCreated",
        "userId": "01-000000000255662",
        "version": 2,
        "timestamp": 1784734522792
    },
    "post": {
        "id": "e943688f-4620-4fd0-a7b9-44e31b0a8482",
        "data": {
            "id": "0368ca48-38c7-452b-ae3e-a6e867451840",
            "type": "SELL",
            "items": [
                {
                    "id": "8449",
                    "tax": 635,
                    "name": "Антистресс набор «Отдых души и тела» для нее",
                    "price": 13335,
                    "discount": 0,
                    "itemType": "NORMAL",
                    "quantity": 1,
                    "sumPrice": 13335,
                    "costPrice": 0,
                    "taxPercent": 5,
                    "measureName": "Штука"
                },
                {
                    "id": "11953",
                    "tax": 13.81,
                    "name": "Подарочная упаковка красная",
                    "price": 290,
                    "discount": 0,
                    "itemType": "NORMAL",
                    "quantity": 1,
                    "sumPrice": 290,
                    "costPrice": 0,
                    "taxPercent": 5,
                    "measureName": "Штука"
                }
            ],
            "extras": {
                "date": "21.07.2026 12:48:37",
                "billId": "157216",
                "number": "290176",
                "customer": {
                    "inn": "",
                    "kpp": "",
                    "reg": "",
                    "name": "Сергей ",
                    "okpo": "",
                    "fullname": "Сергей ",
                    "legalentity": false
                },
                "prepayment": 0,
                "contentModified": false,
                "settlementMethod": "FullSettlement"
            },
            "shiftId": "1987",
            "storeId": "20180330-73BE-4009-8052-6D5AC12239BC",
            "dateTime": "2026-07-22T15:35:20.000Z",
            "deviceId": "20180330-8DF5-4087-803C-E65B01E71331",
            "totalTax": 648.81,
            "infoCheck": false,
            "employeeId": "20180808-39B7-401B-808C-9B36FB971DE3",
            "totalAmount": 13625,
            "paymentSource": "PAY_CARD",
            "totalDiscount": 0
        },
        "type": "ReceiptCreated",
        "userId": "01-000000000255662",
        "version": 2,
        "timestamp": 1784734522792
    },
    "headers": {
        "vary": [
            "Accept"
        ]
    }
}
2026-07-22 18:35:22 72Ответ (LIST)
[
    {
        "id": 157216,
        "date": "2026-07-21 12:48:37",
        "summ": 13625,
        "number": "290176",
        "customername": "Сергей"
    }
]
2026-07-22 18:35:22 72Запрос (LIST)
{
    "get": {
        "q": "/api/v2/list",
        "number": "290176"
    },
    "body": null,
    "post": [],
    "headers": {
        "vary": [
            "Accept"
        ]
    }
}
2026-07-22 18:34:34 72Ответ (BILL)
{
    "id": 157216,
    "date": "21.07.2026 12:48:37",
    "summ": 13625,
    "number": "290176",
    "customer": {
        "id": 111634,
        "inn": "",
        "kpp": "",
        "reg": "",
        "name": "Сергей ",
        "okpo": "",
        "fullname": "Сергей ",
        "legalentity": false
    },
    "products": [
        {
            "id": 8449,
            "type": "NORMAL",
            "price": 13335,
            "taxrate": "5%",
            "itemType": 1,
            "prodname": "Антистресс набор «Отдых души и тела» для нее",
            "quantity": 1,
            "unitname": "Штука"
        },
        {
            "id": 11953,
            "type": "NORMAL",
            "price": 290,
            "taxrate": "5%",
            "itemType": 1,
            "prodname": "Подарочная упаковка красная",
            "quantity": 1,
            "unitname": "Штука"
        }
    ],
    "prepayment": 0,
    "prepaymentEnable": true
}
2026-07-22 18:34:34 72Запрос (BILL)
{
    "get": {
        "q": "/api/v2/bill/byid/157216",
        "id": "157216"
    },
    "body": null,
    "post": [],
    "headers": {
        "vary": [
            "Accept"
        ]
    }
}
2026-07-22 18:34:30 72Ответ (LIST)
[
    {
        "id": 157216,
        "date": "2026-07-21 12:48:37",
        "summ": 13625,
        "number": "290176",
        "customername": "Сергей"
    }
]
2026-07-22 18:34:30 72Запрос (LIST)
{
    "get": {
        "q": "/api/v2/list",
        "number": "290176"
    },
    "body": null,
    "post": [],
    "headers": {
        "vary": [
            "Accept"
        ]
    }
}
2026-07-22 18:34:05 72Ответ (HELLO)
{
    "system": "presentstar",
    "protocol": "0.1.0"
}
2026-07-22 18:34:05 72Запрос (HELLO)
{
    "get": {
        "q": "/api/v2/hello"
    },
    "body": null,
    "post": [],
    "headers": {
        "vary": [
            "Accept"
        ]
    }
}
2026-07-22 18:34:00 72Ответ (RECEIPT)
{
    "success": true
}
2026-07-22 18:33:59 72Ответ (LIST)
[
    {
        "id": 157222,
        "date": "2026-07-22 09:44:45",
        "summ": 8480,
        "number": "290182",
        "customername": "Александра"
    }
]