This commit is contained in:
2024-04-22 06:52:10 +03:00
parent 007b6e9a01
commit b7fa62ce09
5 changed files with 61 additions and 1 deletions

3
.gitignore vendored
View File

@@ -1 +1,2 @@
/.venv
/.venv
.env

15
dockerfile Normal file
View File

@@ -0,0 +1,15 @@
FROM python:3.11.9-slim
WORKDIR /opt/app
RUN apt-get update && \
apt-get install -y --no-install-recommends \
git \
tzdata \
&& rm -rf /var/lib/apt/lists/*
RUN pip install -r requirements.txt
RUN git clone https://github.com/serty2005/MHservice.git .
CMD ["python", "/opt/app/app.py"]

16
files/00109529077045.json Normal file
View File

@@ -0,0 +1,16 @@
{
"modelName": "АТОЛ 22 v2 Ф",
"serialNumber": "00109529077045",
"RNM": "0006899083013508",
"organizationName": "ООО \"ГАВАНА\"",
"fn_serial": "7281440701652919",
"datetime_reg": "2024-03-20 11:43:00",
"dateTime_end": "2025-07-03 00:00:00",
"ofdName": "ООО Эвотор ОФД",
"bootVersion": "5.8.20",
"ffdVersion": "105",
"INN": "5904388065 ",
"fnExecution": "None",
"attribute_podakciz": "True",
"attribute_marked": "False"
}

14
files/2024-04-03.json Normal file
View File

@@ -0,0 +1,14 @@
{
"modelName": "АТОЛ 22 v2 Ф",
"serialNumber": "00109525422090",
"RNM": "0000000001035518",
"organizationName": "ООО \"Предприятие\"",
"fn_serial": "7380440700425457",
"datetime_reg": "2024-04-02 03:35:00",
"dateTime_end": "2099-12-31 00:00:00",
"ofdName": "ООО \"Эвотор ОФД\"",
"bootVersion": "5.8.100",
"ffdVersion": "120",
"fnExecution": "Эмулятор ФН с поддержкой ФФД 1.2 ",
"INN": "1111222233 "
}

14
files/date (2).json Normal file
View File

@@ -0,0 +1,14 @@
{
"modelName": "АТОЛ 27Ф",
"serialNumber": "00108722318182",
"RNM": "0006025947045252",
"organizationName": "ООО АЛЕКС-СЕРВИС",
"fn_serial": "7281440701487984",
"datetime_reg": "2024-02-27 09:13:00",
"dateTime_end": "2025-04-12 00:00:00",
"ofdName": "ООО Такском",
"bootVersion": "5.10.0",
"ffdVersion": "120",
"fnExecution": "ФН-1.2 исполнение Ин15-3",
"INN": "5258144870 "
}