Friday 18 March 2022

zomok E-commerce system plan. Choose your online ordering system. No-risk 30 day free trial. Then USD 9/month. No credit card required.

zomok E-commerce system plan. Choose your online ordering system. No-risk 30 day free trial. Then USD 9/month. No credit card required.

https://zomok.net/shop/docs/pricing.php

Thursday 17 March 2022

Grows your business with zomok.net online ordering platform.

 

Grows your business with zomok online ordering platform. Zero commission. Suitable for restaurants, kopitiam, food, groceries, pet supplies, hardware, electronics, auto parts, apparel, small businesses, etc.

Sunday 13 February 2022

Creating a KeyStore in JKS Format

 

Creating a KeyStore in JKS Format

https://zomok.net/blog/2022/02/creating_a_keystore_in_jks.php

Monday 10 January 2022

[轉載]10 Best Online Ordering Systems for Restaurants in 2022

An Online Ordering System provides a convenient way for customers to order and purchase food without having to leave the house. With the rise of demand in online ordering, it is now becoming essential for F&B businesses to have their own online ordering platform. 

In this post, we present to you the 10 Best Online ordering systems that you can consider for small restaurants in Malaysia. Check them out! 

GloriaFood

GloriaFood is a free online ordering platform for restaurants. You can take orders from your website or Facebook page. It comes with an online ordering app and a table reservation widget. Advanced features like credit card payments are available with premium paid plans as well.

Eats365

Eats365 is an iPad-based POS system that comes with a flexible menu design. You can choose to display a different menu at different times of the day. Eat365 POS also allows order tracking, inventory tracking, pager integration, and customizable discount. Moreover, you can have access to sales information, detailed accounting data, and other useful data.

Aliments

Aliments is an online ordering platform that allows restaurant customers to order their meals in advance and make payments via the app. Customers can also choose whether to dine-in or takeaway from the restaurant. Aliments POS works via an app that is integrated with the POS system of the F&B outlet. To know more about Aliments, visit the website.

zomok

zomok.net is a online ordering platform. Quick Setup and easy to Manage and Control. Besides restaurant management, it can also sell different products such as groceries, pet products, grooming, clothing, hardware, etc. zomok has paid and free versions. The free version can already satisfy general users. If you want advanced features, you can use paid features.

Oddle

Oddle Online Ordering System can be used on multiple platforms. It comes with automated orders management where you can confirm your order, let the kitchen prepare and send confirmation emails to customers all in one button. You also can state your delivery time, charge, and your area of coverage for your business. Oddle Online Ordering System is integrated with multiple payment gateways you can choose from. Visit the website to know more.

dinlr Online Order

dinlr Online Order provides an online website that customers can order from. dinlr Online Order supports dine-in, pickup, and delivery orders. Customers can also schedule their pickup time and date directly from the website. It also comes with a delivery management system and real-time tracking, so customers can keep track of their order status starting from kitchen preparation up till delivery.  As for dine-in, dinlr Online Order uses QR Codes to place orders and make payments without having to call the waiter.

Storehub

Storehub POS System is integrated with accounting software that handles sales transactions, inventory management, and bookkeeping, helping you work more efficiently. Moreover, Storehub eCommerce is also integrated into the POS System, allowing you to easily fulfil your orders and manage your online business systematically.

iChef

The iChef POS System is designed for restaurants. It offers everything from sales monitoring, guest count, sending orders to the kitchen, seating serving, peak hour performance queueing, and receipt printout. Moreover,  iChef POS is able to function offline. Visit iChef website for more information.

IRS Restaurant POS System

IRS F&B POS System helps you manage your table plan, inventory, sales, customers, suppliers, reports, staff, and more. It also allows you to keep track of your daily transaction and stock tracking. It is an easy-to-use software. Visit the website to know more.

Sunday 19 December 2021

Build release version of cordova app and sign your apk

https://medium.com/beingcoders/create-a-signed-apk-file-using-cordova-cli-49ffbe423cee

https://www.youtube.com/watch?v=aHTfXivFe74  

https://stackoverflow.com/questions/35173542/unable-to-sign-the-unsigned-apk/35173700



Monday 29 November 2021

Convert Website To Android App Using Apache Cordova

https://youtu.be/9OnZuuJJlCk

1. cordova zomok com.zomok.app // create dir

2. cordova platform add android

3. cordova requirements


4. Install necessary plug-ins

 


5.Bulid android



6


Friday 13 August 2021

JavaScript四舍五入并保留两位小数

在JavaScript中,有一个问题一直被没有很好地解决,就是小数点保留指定的位数,也就是我们通常说的Math.Round()函数。

首先,JavaScript有自带的Math.Round()函数,能够对一个浮点数进行四舍五入,但是返回的结果是个整数,无法精确到小数点后。

Number.toFixed()方法,能保留小数点后面的指定位数,但如果执行2.1.toFixed(2)的话,会返回2.10,而不是我们期待的2.1,所以,这个方法也不太可取。

最近我发现一个很简单的方法,假设我要对0.105进行四舍五入并保留两位小数,如果直接调用Math.Round()的话,结果是0,如果直接调用.toFixed(2)方法的话,会返回0.10,最简单有效的方法就是对0.105先乘以100,再调用Math.Round(),然后再除以100,就OK了。 

var number = 0.105;
alert(Math.round(number * 100) / 100);

网页弹出0.11

举一反三,如果你想保留三位小数,就是

Math.round(number * 1000) / 1000

如果你想转换为百分比,再保留两位小数,就是

(Math.round(number * 10000) / 100) + '%'
 


————————————————
版权声明:本文为CSDN博主「老朱.」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/daguanjia11/article/details/48650711

Friday 6 August 2021

Row count with PDO

$sql = "SELECT count(*) FROM `table` WHERE foo = ?"; 
$result = $con->prepare($sql); 
$result->execute([$bar]); 
$number_of_rows = $result->fetchColumn(); 

zomok E-commerce system plan. Choose your online ordering system. No-risk 30 day free trial. Then USD 9/month. No credit card required.

zomok E-commerce system plan. Choose your online ordering system. No-risk 30 day free trial. Then USD 9/month. No credit card required. h...