-
fastjson版本:1.2.47
在我个人的安卓demo工程中,底层网络库module用java写的,数据解析部分使用的fastjson,具体业务module用kotlin写的,解析data class 时抛出如下异常:
java.lang.NullPointerException: Attempt to get length of null array
数据解析部分代码如下:
…
-
如下的样例:
{
"ActionType" : "ADD",
"TransactionID" : "9790b44b-d008-4b4f-a27c-4cf4b167859f42342",
"DataType" : "SGMHRMSEMPL",
"Hrms_Empl" : {
"EMPL_FLAG" : "在线",
"EE_TYPE" : "1",
…
-
```
fm create erp --frappe-branch version-15-beta --apps erpnext:version-15-beta --apps hrms:version-15-beta
```
I think by default hrms, erpnext and other apps better be on same frappe branch ve…
-
**Describe the bug**
API spec has defined three court related attributes:
judgeId - Employee code of Judge associated with the case. Search HRMS based on courtId and find the judge associated with…
-
- [ ] Re-design the data services APIs to use global data
- [ ] Cover all HR specific entities / persistence
-
http://127.0.0.1:8080/SSM_HRMS/hrms/login 输入 admin 1234 点击登录,console显示
jquery.min.js:4 POST http://127.0.0.1:8080/hrms/dologin 404 (Not Found)
请问:1.如何出现该问题?
2.如何解决?是上下文配置问题吗?
-
### Information about bug
I am using `PostgreSQL` version `16.1` and upon trying to install the latest version of `hrms` (15.6.0), I am getting a SQL syntax error.
### Module
HR, other
### Versi…
-
-
https://github.com/renboy1222/hrms/blob/master/schema.png
-
### Information about bug
Unable to install app after partial migration.
```shell
bench --site site.name migrate --skip-failing
```
Patches skipped due to failure:
```
frappe.patches.v1…