Samson 0 Posted 2014-07-17 10:50:25 Share Posted 2014-07-17 10:50:25 (edited) Подскажите как правильно отредактировать чек, нужно его полностью видоизменить для печати на 80мм принтере. Edited 2014-07-17 12:15:05 by Samson Quote Link to post Share on other sites
nightfly 1,028 Posted 2014-07-17 13:19:23 Share Posted 2014-07-17 13:19:23 Бай дефолт шаблон чека config/printcheck.tpl При одновременном включении опций DOCX_SUPPORT и DOCX_CHECK, шаблон внезапно мигрирует в content/documents/printcheck.docx Quote Link to post Share on other sites
Samson 0 Posted 2014-08-04 15:03:40 Author Share Posted 2014-08-04 15:03:40 Нумерация квитанций считается не цифрами, а буквами ? Quote Link to post Share on other sites
nightfly 1,028 Posted 2014-08-04 15:13:50 Share Posted 2014-08-04 15:13:50 Нумерация квитанций считается не цифрами, а буквами ? http://wiki.ubilling.net.ua/doku.php?id=templating#%D1%88%D0%B0%D0%B1%D0%BB%D0%BE%D0%BD%D1%8B_%D0%BF%D0%B5%D1%87%D0%B0%D1%82%D0%B8_%D1%87%D0%B5%D0%BA%D0%BE%D0%B2 Quote Link to post Share on other sites
Di111 5 Posted 2019-11-26 19:33:47 Share Posted 2019-11-26 19:33:47 (edited) Ну не знал куда наср., г. по стенке все измазал уже)) Изменения в шаблоне печати чеков, тему унес в гитхаб Edited 2019-11-27 01:42:24 by Di111 Quote Link to post Share on other sites
l1ght 370 Posted 2019-11-26 23:28:29 Share Posted 2019-11-26 23:28:29 3 часа назад, Di111 сказал: Ну не знал куда наср., г. по стенке все измазал уже)) на гитхаб в виде пул реквеста слабо? 1 Quote Link to post Share on other sites
Di111 5 Posted 2019-11-27 01:22:43 Share Posted 2019-11-27 01:22:43 (edited) 1 час назад, l1ght сказал: на гитхаб в виде пул реквеста слабо? ага)), но надо учится)), уже читаю Edited 2019-11-27 01:24:46 by Di111 1 Quote Link to post Share on other sites
madeinjapan 0 Posted 2021-01-19 12:24:55 Share Posted 2021-01-19 12:24:55 Всех приветствую, подскажите как поменять в макросе {PAYSUMM_LIT} гривны на деревянные рубли? Quote Link to post Share on other sites
nightfly 1,028 Posted 2021-01-19 14:49:17 Share Posted 2021-01-19 14:49:17 2 часа назад, madeinjapan сказав: Всех приветствую, подскажите как поменять в макросе {PAYSUMM_LIT} гривны на деревянные рубли? TEMPLATE_CURRENCY 1 Quote Link to post Share on other sites
madeinjapan 0 Posted 2021-01-19 15:33:42 Share Posted 2021-01-19 15:33:42 36 минут назад, nightfly сказал: TEMPLATE_CURRENCY Круто! Спасибо, помогло, поправил в alter.ini , может еще ткнёте носом, где можно поправить макро {PAYDATE} и {CMONTH} под свои нужды Quote Link to post Share on other sites
Vitaliy1984 4 Posted 2021-02-21 20:16:23 Share Posted 2021-02-21 20:16:23 array ( 0 => array ( 'View' => 'op_customers', 'Create View' => 'CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `op_customers` AS select `users`.`login` AS `realid`,crc32(`users`.`login`) AS `virtualid` from (`users` left join `op_denied` on((convert(`users`.`login` using utf8) = `op_denied`.`login`))) where isnull(`op_denied`.`login`)', 'character_set_client' => 'utf8', 'collation_connection' => 'utf8_general_ci', ), ) Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.