-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3b2fbb2
commit 7ed0d83
Showing
14 changed files
with
341 additions
and
273 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
_Изменения для v 5.6.2_: | ||
_Изменения для v 5.6.3_: | ||
- Реализовано универсальное кеширование настроек приложения (исключены множественные обращения к реестру); | ||
- Исправлены некоторые проблемы с конвертором символов; | ||
- `Windows`: исправлено перекрытие сообщения по статисике по реестру ККТ в режиме «Поверх других окон»; | ||
- Обновлён интерфейс отображения поддержки ФФД, добавлена статистика по реестру ККТ; | ||
- Добавлены серии ЗН ККТ для `Атол 55 v2 Ф` и `Атол СТБ 6Ф`; | ||
- Обновлены настройки ОФД `Тензор`; | ||
- Упразднена опция отключения хранения настроек приложения; | ||
- `Windows`: приложение перенацелено на `.NET Framework 4.8.1`; | ||
- `Android`: переработан код фоновой службы, исправлен ряд проблем в совместимости с `Android 13`; | ||
- Добавлена серия ЗН для ККТ `Меркурий 105Ф`, `Эвотор СТ52Ф (Эвотор 6)` | ||
- `Android`: переработан код фоновой службы, исправлен ряд проблем в совместимости с `Android 13` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ public static double GetNumber (string Value) | |
} | ||
catch | ||
{ | ||
return 0.0; | ||
return double.NaN; | ||
} | ||
|
||
return v; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.