The open source simple and complete warehouse management system is derived from our many years of experience in implementing erp projects. We stripped the original commercial system wms function and opened it up for free, hoping to help the majority of small and medium-sized enterprises. At present, the system supports cross-platform。
开发者你们好,我在Windows server服务器上安装时,在导入pg数据库的过程中出现了问题。 初始化表的过程是可以正常工作的,但是导入初始值的过程是有问题的。
在为表“menu”导入初始值的时候,pg数据库会默认拒绝定义id值(自增主键),需要使用“overriding system value”来进行强制导入
在为表“rolemenu”导入初始值的时候,报错 错误: 类型json的输入语法无效 LINE 1: ... '2023-08-30 15:36:15', '2023-10-11 10:11:58', 1, '[\"save\"... ^ DETAIL: 令牌 "\" 无效. CONTEXT: JSON数据, 行 1: [... 移除所有反斜杠"\"后正常。
除此之外在权限设置页面进行任何操作的时候,均提示失败,可能与上述反斜杠的报错有关