Касов апарат
Изберете действие
{{ selectedMethod.Name }}
| Артикули | ||||
|---|---|---|---|---|
| Текст | ДДС група | Колич. | Цена | |
| Плащания | ||
|---|---|---|
| Вид | Сума | |
const data = {{methodData}};
$.ajax({
url: 'http://127.0.0.1:5339/api/cashRegister/{{selectedMethod.Code}}',
contentType: 'application/json; charset=utf-8',
dataType: 'text',
data: JSON.stringify(data),
type: 'POST',
success: function (resultData, textStatus, jqXHR) {
const result = JSON.parse(resultData);
self.result = result;
},
error: function (XMLHttpRequest, textStatus, errorThrown) {
alert(XMLHttpRequest.responseText + " " + textStatus + " " + errorThrown);
}
});
| Резултат: | {{ result.resultCode }} |
| Грешка: | {{ result.errorMessage }} |
| Raw: | {{ result.rawResponse }} |
| ФУ номер: | {{ result.cashRegisterNo }} |
| Фиск. памет: | {{ result.fiscalMemoryNo }} |
| Бон номер: | {{ result.BonNo }} |
| Дата и час: | {{ result.cashRegisterDateTime }} |
| Доп. данни: | {{ result.extendedData }} |
| Device Type | CommType | Device No | Memory No | ComPort | Baud | Ip Address | Ip Port |
|---|---|---|---|---|---|---|---|
| {{ device.deviceType }} | {{ device.communicationType }} | {{ device.deviceNumber }} | {{ device.deviceMemoryNumber }} | {{ device.comPort }} | {{ device.baudRate }} | {{ device.ipAddress }} | {{ device.ipPort }} |