From c44e39c3245d507d87cf7f95605ef3dbd40adcff Mon Sep 17 00:00:00 2001 From: "leon.mbs@gmail.com" Date: Tue, 10 Dec 2024 08:54:23 +0200 Subject: [PATCH 01/10] fix html --- www/app/pages/base.php | 5 ++++- www/app/pages/service/armpos.php | 2 +- www/templates/apihelp.html | 14 +++++++----- www/templates/modules/hr/items.html | 4 ++-- www/templates/modules/hr/orders.html | 2 +- .../modules/issue/pages/projectlist.html | 2 +- www/templates/modules/np/options.html | 2 +- www/templates/modules/np/ttnlist.html | 2 +- www/templates/modules/ocstore/items.html | 4 ++-- www/templates/modules/ocstore/orders.html | 2 +- www/templates/modules/pu/items.html | 2 +- .../modules/shop/pages/catalog/cchat.html | 6 ++--- .../modules/shop/pages/catalog/menu.html | 2 +- www/templates/modules/wc/items.html | 2 +- www/templates/modules/wc/orders.html | 2 +- www/templates/pages/base.html | 6 ++--- www/templates/pages/crontab.html | 8 +++---- www/templates/pages/doc/goodsissue.html | 2 +- www/templates/pages/doc/officedoc.html | 9 +++++--- www/templates/pages/doc/order.html | 2 +- www/templates/pages/doc/ordercust.html | 2 +- www/templates/pages/doc/outcomeitem.html | 2 +- www/templates/pages/doc/poscheck.html | 2 +- www/templates/pages/doc/ttn.html | 2 +- www/templates/pages/notifylist.html | 2 +- www/templates/pages/options.html | 6 +++-- www/templates/pages/poslist.html | 2 +- www/templates/pages/reference/itemlist.html | 10 ++++----- .../pages/reference/salarytypelist.html | 2 +- www/templates/pages/register/custitems.html | 2 +- www/templates/pages/register/doclist.html | 4 ++-- www/templates/pages/register/itemlist.html | 4 ++-- www/templates/pages/register/orderlist.html | 22 +++++++++---------- www/templates/pages/register/paylist.html | 4 ++-- .../pages/register/prodproclist.html | 6 ++--- www/templates/pages/service/armfood.html | 4 ++-- www/templates/pages/service/discounts.html | 4 ++-- www/templates/pages/service/import.html | 2 +- www/templates/pages/subscribes.html | 16 +++++++------- www/templates/pages/systemlog.html | 2 +- www/templates/pages/update.html | 2 +- www/templates/printforms/cinfo.tpl | 2 +- www/templates/printforms/item_sticker.tpl | 6 ++--- www/templates/printforms/item_tag.tpl | 2 +- www/templates/printforms/report/balance.tpl | 2 +- .../printforms/report/compareact.tpl | 2 ++ www/templates/printforms/report/outcome.tpl | 8 +++---- www/templates/printforms/report/outfood.tpl | 4 ++-- .../printforms/report/paybalance.tpl | 2 +- www/templates/printforms/report/prod.tpl | 11 +++++----- .../printforms/report/prrodoclist.tpl | 4 ++-- www/templates/printforms/report/reserved.tpl | 1 + www/templates/widgets/itemlist.html | 2 +- www/templates/widgets/itemsel.html | 2 +- 54 files changed, 122 insertions(+), 108 deletions(-) diff --git a/www/app/pages/base.php b/www/app/pages/base.php index d6780ea17..420179269 100644 --- a/www/app/pages/base.php +++ b/www/app/pages/base.php @@ -315,9 +315,10 @@ public function setError($msg ) { System::setErrorMsg($msg); } - //вывод как bootstrap alert (для сообщений что могут вызвать ошибку javascript) + public function setErrorTopPage($msg) { $msg = str_replace("'", "`", $msg) ; + $msg = str_replace("\"", "`", $msg) ; System::setErrorMsg($msg, true); } @@ -339,8 +340,10 @@ public function setInfo($msg ) { System::setInfoMsg($msg); } + public function setInfoTopPage($msg) { $msg = str_replace("'", "`", $msg) ; + $msg = str_replace("\"", "`", $msg) ; System::setInfoMsg($msg, true); } diff --git a/www/app/pages/service/armpos.php b/www/app/pages/service/armpos.php index 1496a1d13..d9d2f1d38 100644 --- a/www/app/pages/service/armpos.php +++ b/www/app/pages/service/armpos.php @@ -1518,7 +1518,7 @@ public function OnOpenShift($sender) { } \App\Modules\PPO\PPOHelper::clearStat($this->pos->pos_id); - + //задача для автозакрытия if($this->pos->autoshift >0){ $task = new \App\Entity\CronTask() ; $task->tasktype = \App\Entity\CronTask::TYPE_AUTOSHIFT; diff --git a/www/templates/apihelp.html b/www/templates/apihelp.html index 2295d99be..cdc010be4 100644 --- a/www/templates/apihelp.html +++ b/www/templates/apihelp.html @@ -22,12 +22,14 @@

Формат обміну


Authorization: Bearer

{"jsonrpc": "2.0", "method": "echo", "params": {"say": "Привіт"}, "id": 1} +

+

Ідентифікатор запиту повертається у відповідь і може бути будь яким унікальним у випадку пакетного (batch) запиту, (сервер може бути асинхронним та повернути відповіді у довільному порядку). У випадку відсутності ідентифікатора вважається, що запит - це нотифікація і не потребує відповіді. @@ -37,15 +39,17 @@

Формат обміну


Відповідь має вигляд
{"jsonrpc": "2.0", "result": {"answer": "Привіт"}, "id": 1} +

+

Поля з довільним текстом (наприклад описи) повертаються закодованими в base64

-

+ Коди помилок @@ -73,7 +77,7 @@

Формат обміну

Хибна команда
-

+

Авторизація

Тип авторизації задається в налаштуваннях і може бути на основі JWT токена, Basic аутентифікації @@ -237,7 +241,7 @@

Контрагенти

"params": { "customer_id":"8", - "customer_name":"\"Рога&Копыта\"", + "customer_name":"\"Рога&Копыта\"", "phone":"0991111111", "email":"test@ukr.net", "city":"", @@ -489,8 +493,8 @@

Документи


mf - каса або банкiвський рахунок
branch_id - фiлiя (якщо увiмкнено) -
amount - сума. Якщо >0 створюєтся Прибутковий касовий ордер iнакше Видатковий касовий ордер -
customer_id - контрагент. Якщо задано i сума >0 то оплата вiд покупця. Якщо сума < 0 то оплата постачальнику +
amount - сума. Якщо >0 створюєтся Прибутковий касовий ордер iнакше Видатковий касовий ордер +
customer_id - контрагент. Якщо задано i сума >0 то оплата вiд покупця. Якщо сума < 0 то оплата постачальнику "params": { diff --git a/www/templates/modules/hr/items.html b/www/templates/modules/hr/items.html index 3bb3a5ae7..5d162c90f 100644 --- a/www/templates/modules/hr/items.html +++ b/www/templates/modules/hr/items.html @@ -4,10 +4,10 @@

Експорт товарів в магазин

-    Спецсимволи (типу & ' " `) +    Спецсимволи (типу & ' " `) в назвi або описi можуть викликати проблеми з вигрузкою -
Загрузити категорії +
Загрузити категорії diff --git a/www/templates/modules/np/options.html b/www/templates/modules/np/options.html index 47a254982..1001f19b6 100644 --- a/www/templates/modules/np/options.html +++ b/www/templates/modules/np/options.html @@ -84,7 +84,7 @@
Данi вiдправника за замовчуванням
- +
diff --git a/www/templates/modules/np/ttnlist.html b/www/templates/modules/np/ttnlist.html index abe4f15ed..202d73faf 100644 --- a/www/templates/modules/np/ttnlist.html +++ b/www/templates/modules/np/ttnlist.html @@ -31,7 +31,7 @@

Стан доставок

    Оновити - +
diff --git a/www/templates/modules/ocstore/items.html b/www/templates/modules/ocstore/items.html index 0a5cb863d..31ae010c4 100644 --- a/www/templates/modules/ocstore/items.html +++ b/www/templates/modules/ocstore/items.html @@ -4,10 +4,10 @@

Експорт товарів в магазин

-    Спецсимволи (типу & ' " `) +    Спецсимволи (типу & ' " `) в назвi або описi можуть викликати проблеми з вигрузкою -
Перевiрити з'єднання +
Перевiрити з'єднання
ТТН Сума
{{#items}} diff --git a/www/templates/modules/wc/items.html b/www/templates/modules/wc/items.html index 66bd20abd..f716c394e 100644 --- a/www/templates/modules/wc/items.html +++ b/www/templates/modules/wc/items.html @@ -6,7 +6,7 @@

Експорт нових товарів

- Перевiрити з'єднання + Перевiрити з'єднання
- + - - - + - diff --git a/www/templates/pages/doc/outcomeitem.html b/www/templates/pages/doc/outcomeitem.html index c28b83328..258ecc15e 100644 --- a/www/templates/pages/doc/outcomeitem.html +++ b/www/templates/pages/doc/outcomeitem.html @@ -100,7 +100,7 @@

Списання ТМЦ

- + diff --git a/www/templates/pages/doc/poscheck.html b/www/templates/pages/doc/poscheck.html index 13a385364..f00a3faed 100644 --- a/www/templates/pages/doc/poscheck.html +++ b/www/templates/pages/doc/poscheck.html @@ -44,7 +44,7 @@

Касовий чек

- +
diff --git a/www/templates/pages/doc/ttn.html b/www/templates/pages/doc/ttn.html index f162da35e..0e78fd217 100644 --- a/www/templates/pages/doc/ttn.html +++ b/www/templates/pages/doc/ttn.html @@ -16,7 +16,7 @@

Товарно-транспорта накладна

- +
diff --git a/www/templates/pages/notifylist.html b/www/templates/pages/notifylist.html index 8bd803e17..d7594563c 100644 --- a/www/templates/pages/notifylist.html +++ b/www/templates/pages/notifylist.html @@ -27,7 +27,7 @@

Повідомлення

diff --git a/www/templates/pages/options.html b/www/templates/pages/options.html index 0532fd1ae..cfca52e7d 100644 --- a/www/templates/pages/options.html +++ b/www/templates/pages/options.html @@ -213,7 +213,7 @@

Підключення модулів

Вбудований ПРРО
CheckBox
ВчасноКаса - + @@ -234,6 +234,7 @@

Джерела продаж

+
- +      diff --git a/www/templates/pages/doc/goodsissue.html b/www/templates/pages/doc/goodsissue.html index cd8ff6573..cdff8b320 100644 --- a/www/templates/pages/doc/goodsissue.html +++ b/www/templates/pages/doc/goodsissue.html @@ -79,7 +79,7 @@

Видаткова накладна

- +
diff --git a/www/templates/pages/doc/officedoc.html b/www/templates/pages/doc/officedoc.html index 0ccc63ae7..73bb8f1a1 100644 --- a/www/templates/pages/doc/officedoc.html +++ b/www/templates/pages/doc/officedoc.html @@ -178,7 +178,10 @@
 Право перегляду
- + + + +
@@ -196,7 +199,7 @@
 Право редагування
- +
 Мають пiдписати (затвердети)
@@ -214,7 +217,7 @@
 Мають пiдписати (затвердети)
- +
diff --git a/www/templates/pages/doc/order.html b/www/templates/pages/doc/order.html index 474fff020..0038511ff 100644 --- a/www/templates/pages/doc/order.html +++ b/www/templates/pages/doc/order.html @@ -80,7 +80,7 @@

Замовлення

- +
+
diff --git a/www/templates/pages/doc/ordercust.html b/www/templates/pages/doc/ordercust.html index 7795a9cbc..db97f7c75 100644 --- a/www/templates/pages/doc/ordercust.html +++ b/www/templates/pages/doc/ordercust.html @@ -82,7 +82,7 @@

Заявка постачальнику

    +    
Всього:Всього:    

-

+

Вiдповiсти
@@ -432,6 +433,7 @@

Курси валют

+
@@ -592,7 +594,7 @@

Громадське харчування

-
Доступ до сторiнки меню за адресою <адреса сайту>/menu. Детальнiше тут +
Доступ до сторiнки меню за адресою <адреса сайту>/menu. Детальнiше тут
Параметри нижче в основному для сторiнки меню
diff --git a/www/templates/pages/poslist.html b/www/templates/pages/poslist.html index 6b3ee5baa..4708a2d6f 100644 --- a/www/templates/pages/poslist.html +++ b/www/templates/pages/poslist.html @@ -77,7 +77,7 @@

Довідник кас (POS терміналів)

{{/usebranch}} diff --git a/www/templates/pages/reference/itemlist.html b/www/templates/pages/reference/itemlist.html index 46cbd636f..ad96ada2d 100644 --- a/www/templates/pages/reference/itemlist.html +++ b/www/templates/pages/reference/itemlist.html @@ -95,7 +95,7 @@

Довідник номенклатури
@@ -190,7 +190,7 @@

Довідник номенклатури          - перемiстити в + перемiстити в
@@ -375,7 +375,7 @@

Редагування

{{#manlist}} - {{/manlist}} @@ -737,12 +737,12 @@

Друк стікера

- + - +
Друк
diff --git a/www/templates/pages/reference/salarytypelist.html b/www/templates/pages/reference/salarytypelist.html index ec96c5738..a146286d3 100644 --- a/www/templates/pages/reference/salarytypelist.html +++ b/www/templates/pages/reference/salarytypelist.html @@ -145,7 +145,7 @@
Коди контексту

Формули зберігаються як налаштування, тобто може бути заданий алгоритм для будь якого типу бізнесу та/або будь якого законодавства будь якої країни.
Розрахунок може не працювати зза помилки в формулах, наприклад неіснуюча змінна або який спецсимвол. - помилки скрипта можна побачити в devtools (для хрома F12->console) + помилки скрипта можна побачити в devtools (для хрома F12->console)

diff --git a/www/templates/pages/register/custitems.html b/www/templates/pages/register/custitems.html index 7ce900001..26732519d 100644 --- a/www/templates/pages/register/custitems.html +++ b/www/templates/pages/register/custitems.html @@ -34,7 +34,7 @@

Товари у постачальникiв

diff --git a/www/templates/pages/register/itemlist.html b/www/templates/pages/register/itemlist.html index f4f0dcef8..5ba5b3237 100644 --- a/www/templates/pages/register/itemlist.html +++ b/www/templates/pages/register/itemlist.html @@ -274,12 +274,12 @@
Партiї облiку
- + - +
Друк
diff --git a/www/templates/pages/register/orderlist.html b/www/templates/pages/register/orderlist.html index aa862c9eb..360cf6871 100644 --- a/www/templates/pages/register/orderlist.html +++ b/www/templates/pages/register/orderlist.html @@ -219,7 +219,7 @@

Журнал замовлень

{{dnum}} {{dc}} {{dd}} - + {{/sitems}} @@ -312,11 +312,11 @@
Замовлення
class="fa fa-check-double "> - - - - - + + + + +
@@ -356,11 +356,11 @@ Перелiк товарiв - + + + +
{{item.itemname}} - {{item.item_code}} - {{item.quantity}} - {{item.price}} - + {{item.itemname}} {{item.item_code}} {{item.quantity}} {{item.price}}
diff --git a/www/templates/pages/register/paylist.html b/www/templates/pages/register/paylist.html index 4bd64336b..8deef0266 100644 --- a/www/templates/pages/register/paylist.html +++ b/www/templates/pages/register/paylist.html @@ -148,12 +148,12 @@

Журнал платежів

- + - +
Друк
diff --git a/www/templates/pages/register/prodproclist.html b/www/templates/pages/register/prodproclist.html index d7ae82465..89e97d20e 100644 --- a/www/templates/pages/register/prodproclist.html +++ b/www/templates/pages/register/prodproclist.html @@ -196,7 +196,7 @@
Запланована готова продукція
- + Скасувати    Зберегти @@ -229,9 +229,9 @@
Виробничі етапи
- + - + diff --git a/www/templates/pages/service/armfood.html b/www/templates/pages/service/armfood.html index 7c3445e1b..8783cd6ee 100644 --- a/www/templates/pages/service/armfood.html +++ b/www/templates/pages/service/armfood.html @@ -411,7 +411,7 @@
- +
@@ -429,7 +429,7 @@
- +
diff --git a/www/templates/pages/service/discounts.html b/www/templates/pages/service/discounts.html index 3368fd908..aa346a4d3 100644 --- a/www/templates/pages/service/discounts.html +++ b/www/templates/pages/service/discounts.html @@ -469,7 +469,7 @@

Новий промо код

- +
@@ -594,7 +594,7 @@
-
+ diff --git a/www/templates/pages/service/import.html b/www/templates/pages/service/import.html index 25d3cdf8c..8a4c024b8 100644 --- a/www/templates/pages/service/import.html +++ b/www/templates/pages/service/import.html @@ -524,7 +524,7 @@

Імпорт контрагентів {{colemail}} {{colcity}} {{coladdress}} - + {{/list2}} diff --git a/www/templates/pages/subscribes.html b/www/templates/pages/subscribes.html index 3fd299a0e..aa6789ab4 100644 --- a/www/templates/pages/subscribes.html +++ b/www/templates/pages/subscribes.html @@ -202,7 +202,7 @@



Для виведення списків, наприклад, позицій документа, потрібно додати інформацію мiж тегами - {#list} та {/list>} + {#list} та {/list>}
Всередині рядка списку допускаються наступні теги: @@ -217,16 +217,16 @@
Наприклад:

- Привiт {customer_name}<br>
+ Привiт {customer_name}<br>
Ми впарили тобi наступне
- <table>
- <tr> <th>Товар</th> <th align="right" >Кiл. </th> </tr>
+ <table>
+ <tr> <th>Товар</th> <th align="right" >Кiл. </th> </tr>
{#list}
- <tr> <td>{item_name} </td> <td align="right" >{qty} </td></tr>
+ <tr> <td>{item_name} </td> <td align="right" >{qty} </td></tr>
{/list}
- </table><br>
- До сплати {forpay} чистоганом <br>
- Прайси за <a href="https://price.com/">посиланням</a><br>
+ </table><br>
+ До сплати {forpay} чистоганом <br>
+ Прайси за <a href="https://price.com/">посиланням</a><br>
Пока, лошара

diff --git a/www/templates/pages/systemlog.html b/www/templates/pages/systemlog.html index 1ec0a350c..ac79ea89e 100644 --- a/www/templates/pages/systemlog.html +++ b/www/templates/pages/systemlog.html @@ -30,7 +30,7 @@
Системнi повiдомлення

-

+

Нове diff --git a/www/templates/pages/update.html b/www/templates/pages/update.html index 51e928e95..f602c9e5d 100644 --- a/www/templates/pages/update.html +++ b/www/templates/pages/update.html @@ -62,7 +62,7 @@

Оновлення

    {{#list}} -
  • {{item}} +
  • {{item}}
  • {{/list}}

diff --git a/www/templates/printforms/cinfo.tpl b/www/templates/printforms/cinfo.tpl index d782ca93e..1291d59e5 100644 --- a/www/templates/printforms/cinfo.tpl +++ b/www/templates/printforms/cinfo.tpl @@ -39,7 +39,7 @@ {{#last}} Останній документ: {{last}} від {{lastdate}} на суму {{lastsum}}. Статус {{laststatus}} - Останні товари: + Останні товари: {{#goods}} diff --git a/www/templates/printforms/item_sticker.tpl b/www/templates/printforms/item_sticker.tpl index 382d10bcf..e3f3f5605 100644 --- a/www/templates/printforms/item_sticker.tpl +++ b/www/templates/printforms/item_sticker.tpl @@ -1,6 +1,6 @@ -
+
- {{/_detail}} +
+
@@ -22,7 +22,7 @@ diff --git a/www/templates/printforms/item_tag.tpl b/www/templates/printforms/item_tag.tpl index 48df71fdf..7d298fe10 100644 --- a/www/templates/printforms/item_tag.tpl +++ b/www/templates/printforms/item_tag.tpl @@ -1,6 +1,6 @@
{{name}}
- +
- {{^noshowpartion}} - - + + {{/noshowpartion}} @@ -483,8 +483,8 @@ {{^noshowpartion}} - - + + {{/noshowpartion}} diff --git a/www/templates/printforms/report/outfood.tpl b/www/templates/printforms/report/outfood.tpl index 27db1e055..b8bcf691c 100644 --- a/www/templates/printforms/report/outfood.tpl +++ b/www/templates/printforms/report/outfood.tpl @@ -29,7 +29,7 @@ - + {{#_detail}} @@ -63,7 +63,7 @@ - + {{#_detail2}} diff --git a/www/templates/printforms/report/paybalance.tpl b/www/templates/printforms/report/paybalance.tpl index 8499334b6..97a2d0f78 100644 --- a/www/templates/printforms/report/paybalance.tpl +++ b/www/templates/printforms/report/paybalance.tpl @@ -5,7 +5,7 @@ Прибутки та видатки - + - + {{#_detail}} @@ -76,7 +76,7 @@ - + {{#_detail2}} @@ -103,9 +103,10 @@ @@ -117,7 +118,7 @@ - + {{#_detail3}} diff --git a/www/templates/printforms/report/prrodoclist.tpl b/www/templates/printforms/report/prrodoclist.tpl index a0a0b41f6..3349c8a69 100644 --- a/www/templates/printforms/report/prrodoclist.tpl +++ b/www/templates/printforms/report/prrodoclist.tpl @@ -22,7 +22,7 @@ - + {{#detail}} @@ -48,7 +48,7 @@ - +
+
diff --git a/www/templates/printforms/report/balance.tpl b/www/templates/printforms/report/balance.tpl index 7ab0ce706..907612112 100644 --- a/www/templates/printforms/report/balance.tpl +++ b/www/templates/printforms/report/balance.tpl @@ -5,7 +5,7 @@ Управлiнський баланс - + {{/_detail}} + +
{{name}}
diff --git a/www/templates/printforms/report/compareact.tpl b/www/templates/printforms/report/compareact.tpl index 40f149556..847443699 100644 --- a/www/templates/printforms/report/compareact.tpl +++ b/www/templates/printforms/report/compareact.tpl @@ -39,3 +39,5 @@
diff --git a/www/templates/printforms/report/outcome.tpl b/www/templates/printforms/report/outcome.tpl index 0892918b7..721b24c49 100644 --- a/www/templates/printforms/report/outcome.tpl +++ b/www/templates/printforms/report/outcome.tpl @@ -107,8 +107,8 @@
{{totsumma}}{{totnavar}}{{totnavarproc}}{{totnavar}} {{totnavarproc}}
{{totsumma}}{{totnavar}}{{totnavarproc}}{{totnavar}} {{totnavarproc}} Кіл.
Кіл. На суму
diff --git a/www/templates/printforms/report/prod.tpl b/www/templates/printforms/report/prod.tpl index d34832d9e..9938b1db9 100644 --- a/www/templates/printforms/report/prod.tpl +++ b/www/templates/printforms/report/prod.tpl @@ -36,7 +36,7 @@ Сума
Сума

Готово до виробництва
- Напівфабрикати та готова продукція, які можуть бути виготовлені на {{currdate}}
відповідно до комплектів. + Напівфабрикати та готова продукція, які можуть бути виготовлені на {{currdate}} +
відповідно до комплектів. Якщо матеріал або комплектуючі входять
в кілька позицій, будуть показані всі варіанти. - +
Код Кіл.
ФН Тип Сума
diff --git a/www/templates/printforms/report/reserved.tpl b/www/templates/printforms/report/reserved.tpl index 0f7998d32..cfa7e312b 100644 --- a/www/templates/printforms/report/reserved.tpl +++ b/www/templates/printforms/report/reserved.tpl @@ -31,3 +31,4 @@
diff --git a/www/templates/widgets/itemlist.html b/www/templates/widgets/itemlist.html index 076bf558f..742172470 100644 --- a/www/templates/widgets/itemlist.html +++ b/www/templates/widgets/itemlist.html @@ -27,7 +27,7 @@ -
diff --git a/www/templates/widgets/itemsel.html b/www/templates/widgets/itemsel.html index 149b9e257..ac40b48c2 100644 --- a/www/templates/widgets/itemsel.html +++ b/www/templates/widgets/itemsel.html @@ -16,7 +16,7 @@ {{#manlist}} - {{/manlist}} From 9818655a9c99fadccbb993576412d1b8277384e6 Mon Sep 17 00:00:00 2001 From: "leon.mbs@gmail.com" Date: Tue, 10 Dec 2024 10:22:10 +0200 Subject: [PATCH 02/10] fix html --- www/templates/modules/hr/options.html | 4 +-- .../modules/issue/pages/projectlist.html | 2 +- www/templates/modules/ocstore/options.html | 4 +-- www/templates/modules/pu/options.html | 4 +-- .../modules/shop/pages/admin/custom.html | 4 +-- .../modules/shop/pages/admin/options.html | 8 ++--- .../modules/shop/pages/admin/productlist.html | 4 +-- .../modules/shop/pages/catalog/catalog.html | 2 +- .../modules/shop/pages/catalog/main.html | 2 +- .../modules/shop/pages/catalog/order.html | 2 +- .../modules/shop/pages/catalog/orderpay.html | 2 +- .../shop/pages/catalog/productview.html | 4 +-- www/templates/modules/vdoc/doclist.html | 2 +- www/templates/modules/wc/options.html | 4 +-- www/templates/pages/base.html | 20 +++++------ www/templates/pages/branchlist.html | 2 +- www/templates/pages/chat.html | 2 +- www/templates/pages/doc/calcsalary.html | 6 ++-- www/templates/pages/doc/goodsissue.html | 10 +++--- www/templates/pages/doc/goodsreceipt.html | 16 ++++----- www/templates/pages/doc/incomeitem.html | 8 ++--- www/templates/pages/doc/incomemoney.html | 2 +- www/templates/pages/doc/incomeservice.html | 12 +++---- www/templates/pages/doc/inventory.html | 4 +-- www/templates/pages/doc/invoice.html | 14 ++++---- www/templates/pages/doc/invoicecust.html | 10 +++--- www/templates/pages/doc/moveitem.html | 6 ++-- www/templates/pages/doc/movemoney.html | 2 +- www/templates/pages/doc/movepart.html | 4 +-- www/templates/pages/doc/officedoc.html | 6 ++-- www/templates/pages/doc/order.html | 12 +++---- www/templates/pages/doc/ordercust.html | 12 +++---- www/templates/pages/doc/orderfood.html | 10 +++--- www/templates/pages/doc/outcomeitem.html | 4 +-- www/templates/pages/doc/outcomemoney.html | 2 +- www/templates/pages/doc/outsalary.html | 2 +- www/templates/pages/doc/poscheck.html | 14 ++++---- www/templates/pages/doc/prodissue.html | 6 ++-- www/templates/pages/doc/prodreceipt.html | 8 ++--- www/templates/pages/doc/prodreturn.html | 6 ++-- www/templates/pages/doc/retcustissue.html | 8 ++--- www/templates/pages/doc/returnissue.html | 8 ++--- www/templates/pages/doc/serviceact.html | 14 ++++---- www/templates/pages/doc/task.html | 6 ++-- www/templates/pages/doc/transitem.html | 6 ++-- www/templates/pages/doc/ttn.html | 14 ++++---- www/templates/pages/doc/warranty.html | 8 ++--- www/templates/pages/firmlist.html | 2 +- www/templates/pages/jobs.html | 12 +++---- www/templates/pages/menulist.html | 4 +-- www/templates/pages/options.html | 36 +++++++++---------- www/templates/pages/poslist.html | 4 +-- .../pages/reference/categorylist.html | 6 ++-- .../pages/reference/contractlist.html | 11 +++--- .../pages/reference/customerlist.html | 8 ++--- .../pages/reference/employeelist.html | 4 +-- www/templates/pages/reference/eqlist.html | 2 +- www/templates/pages/reference/itemlist.html | 6 ++-- .../pages/reference/prodarealist.html | 2 +- .../pages/reference/salarytypelist.html | 6 ++-- .../pages/reference/servicelist.html | 4 +-- www/templates/pages/reference/storelist.html | 2 +- www/templates/pages/register/doclist.html | 4 +-- www/templates/pages/register/gilist.html | 6 ++-- www/templates/pages/register/itemlist.html | 2 +- www/templates/pages/register/paylist.html | 2 +- www/templates/pages/register/paytable.html | 10 +++--- .../pages/register/prodproclist.html | 10 +++--- www/templates/pages/register/serlist.html | 8 ++--- www/templates/pages/register/tasklist.html | 5 ++- www/templates/pages/roles.html | 2 +- www/templates/pages/service/armfood.html | 2 +- www/templates/pages/service/armpos.html | 14 ++++---- www/templates/pages/systemlog.html | 6 ++-- www/templates/pages/timesheet.html | 11 +++--- www/templates/pages/userlogin.html | 6 ++-- www/templates/pages/userprofile.html | 16 ++++----- www/templates/pages/users.html | 4 +-- www/templates/printforms/doc/goodsissue.tpl | 2 +- www/templates/printforms/doc/invoice.tpl | 6 ++-- www/templates/printforms/doc/serviceact.tpl | 2 +- .../printforms/report/compareact.tpl | 2 +- www/templates/printforms/report/custorder.tpl | 2 +- www/templates/printforms/report/emptask.tpl | 2 +- www/templates/printforms/report/income.tpl | 2 +- .../printforms/report/itemactivity.tpl | 2 +- www/templates/printforms/report/itemorder.tpl | 2 +- www/templates/printforms/report/noliq.tpl | 2 +- .../printforms/report/paybalance.tpl | 3 +- www/templates/printforms/report/reserved.tpl | 2 +- www/templates/widgets/itemsel.html | 2 +- 91 files changed, 280 insertions(+), 280 deletions(-) diff --git a/www/templates/modules/hr/options.html b/www/templates/modules/hr/options.html index a408499ae..095500ad4 100644 --- a/www/templates/modules/hr/options.html +++ b/www/templates/modules/hr/options.html @@ -25,7 +25,7 @@

Налаштування з'єднання

@@ -34,7 +34,7 @@

Налаштування з'єднання

Якщо оплата не на стороні IM diff --git a/www/templates/modules/issue/pages/projectlist.html b/www/templates/modules/issue/pages/projectlist.html index fdfe2b9e9..e7c789c2b 100644 --- a/www/templates/modules/issue/pages/projectlist.html +++ b/www/templates/modules/issue/pages/projectlist.html @@ -89,7 +89,7 @@

Проекти

- +
diff --git a/www/templates/modules/ocstore/options.html b/www/templates/modules/ocstore/options.html index 11d9f0151..b8631f45f 100644 --- a/www/templates/modules/ocstore/options.html +++ b/www/templates/modules/ocstore/options.html @@ -43,7 +43,7 @@

Налаштування підключення

Ціна для оновлення в магазині @@ -53,7 +53,7 @@

Налаштування підключення

Якщо оплата не на стороні IM diff --git a/www/templates/modules/pu/options.html b/www/templates/modules/pu/options.html index dcf85452c..d1c27e2fe 100644 --- a/www/templates/modules/pu/options.html +++ b/www/templates/modules/pu/options.html @@ -24,7 +24,7 @@

Налаштування з'єднання

@@ -33,7 +33,7 @@

Налаштування з'єднання

Якщо оплата не на стороні IM diff --git a/www/templates/modules/shop/pages/admin/custom.html b/www/templates/modules/shop/pages/admin/custom.html index 84f15965a..bb3a2a64b 100644 --- a/www/templates/modules/shop/pages/admin/custom.html +++ b/www/templates/modules/shop/pages/admin/custom.html @@ -68,14 +68,14 @@

Редагування сторiнки

- + Не включаючи адресу сайту. Допускаються тiльки латиничнi символи (наприклад: news, about_us, dostavka)
- + Номер порядку виводу в меню diff --git a/www/templates/modules/shop/pages/admin/options.html b/www/templates/modules/shop/pages/admin/options.html index 221d77df3..4c35e41df 100644 --- a/www/templates/modules/shop/pages/admin/options.html +++ b/www/templates/modules/shop/pages/admin/options.html @@ -40,7 +40,7 @@

Налаштування

Якщо оплата не на стороні IM
@@ -66,9 +66,9 @@

Налаштування

diff --git a/www/templates/modules/shop/pages/admin/productlist.html b/www/templates/modules/shop/pages/admin/productlist.html index 8f1df7494..49bc03188 100644 --- a/www/templates/modules/shop/pages/admin/productlist.html +++ b/www/templates/modules/shop/pages/admin/productlist.html @@ -102,9 +102,9 @@

Редагування

Оновити кастомні поля - +
- +
diff --git a/www/templates/modules/shop/pages/catalog/catalog.html b/www/templates/modules/shop/pages/catalog/catalog.html index 81bbbe9f5..965bebb28 100644 --- a/www/templates/modules/shop/pages/catalog/catalog.html +++ b/www/templates/modules/shop/pages/catalog/catalog.html @@ -65,7 +65,7 @@ {{#usefeedback}}
- +
diff --git a/www/templates/modules/shop/pages/catalog/main.html b/www/templates/modules/shop/pages/catalog/main.html index 59add096a..af1ca2cae 100644 --- a/www/templates/modules/shop/pages/catalog/main.html +++ b/www/templates/modules/shop/pages/catalog/main.html @@ -16,7 +16,7 @@
-
+
{{^nouseimages}} diff --git a/www/templates/modules/shop/pages/catalog/order.html b/www/templates/modules/shop/pages/catalog/order.html index 1cb0a7c36..689eeac6f 100644 --- a/www/templates/modules/shop/pages/catalog/order.html +++ b/www/templates/modules/shop/pages/catalog/order.html @@ -81,7 +81,7 @@

Оформлення замовлення

{{#usepayment}}
- +
+   {{/usefeedback}}
@@ -132,7 +132,7 @@
Вiдгуки
-     
: diff --git a/www/templates/modules/vdoc/doclist.html b/www/templates/modules/vdoc/doclist.html index 71946ba70..86cf4ccb7 100644 --- a/www/templates/modules/vdoc/doclist.html +++ b/www/templates/modules/vdoc/doclist.html @@ -73,7 +73,7 @@

Документи на вiдправку

Вiдправити в Вчасно - +
diff --git a/www/templates/modules/wc/options.html b/www/templates/modules/wc/options.html index 517d1027b..048e180f6 100644 --- a/www/templates/modules/wc/options.html +++ b/www/templates/modules/wc/options.html @@ -42,7 +42,7 @@

Налаштування з'єднання

@@ -51,7 +51,7 @@

Налаштування з'єднання

Якщо оплата не на стороні IM diff --git a/www/templates/pages/base.html b/www/templates/pages/base.html index b99874655..caeadb272 100644 --- a/www/templates/pages/base.html +++ b/www/templates/pages/base.html @@ -368,7 +368,7 @@