Đinh Dương Hà
Đinh Dương Hà
Using Vugu for client development maybe better than JS/HTML. With Vugu, we can use Golang for dev client side. I hope hexya-erp switch to / or support Vugu. https://github.com/vugu/vugu
In some case, we need bigint data type: - Store epoch time in milliseconds. - Store file size (use integer, we can only store max 2GB for file size) ......
Hexya changed code so much, so I update and create new PR. See PR [https://github.com/hexya-erp/hexya/pull/15](https://github.com/hexya-erp/hexya/pull/15)
Odoo support single entry point http://host:port/jsonrpc for thin clients. Thin clients can use that point for login, query information, do all tasks with dataset .... I have small plan to...
Hi, Hexya can not run with user other than build user. I build hexya with user A, then run with user B, or user root (for AutoTLS using port 80),...