ZuhriUtama

Artikel Terbaru

membahas seputar software development

read weighing scale using serial port php

04 Sep 2024 17:01

read weighing scale using serial port php

you want to get the weighing result from serial port for industry weighing scale? here is the solution

set no cors php

06 Sep 2024 09:31

set no cors php

i have small code to response from any request. this snippet help me ignore cors and allow all

Change idempiere webui title and logo

21 Jul 2024 16:13

Change idempiere webui title and logo

do you want to change idempiere identity when user login to webui? you dont need code to do that

fix "unsuccessful sign-in attempt" on microsoft account

29 Jun 2024 07:35

fix "unsuccessful sign-in attempt" on microsoft account

do you always get notification email from your microsoft account about "unsuccessful sign-in attempt"? lets fix this

Null Safe Operator on Java

05 Jun 2024 14:20

Null Safe Operator on Java

i'm familiar with php null safe operator using "?" to prevent error when the variable or method return null value. how to get the same result on java

run idempiere on docker

24 May 2024 15:02

run idempiere on docker

this guide is to help you run idempiere as docker container.

problem when setup idempiere target platform on eclipse

19 May 2024 16:20

problem when setup idempiere target platform on eclipse

i got headache when setup idempiere 11 on my local. the mvn verify is success but when setup on eclipse, problem unresolved

An error has occurred. See error log for more details. 'boolean com.ibm.icu.text.UTF16.isSurrogate(char)' eclipse

16 May 2024 16:11

An error has occurred. See error log for more details. 'boolean com.ibm.icu.text.UTF16.isSurrogate(char)' eclipse

have you got this error. An error has occurred. See error log for more details. 'boolean com.ibm.icu.text.UTF16.isSurrogate(char)' eclipse. this is how to solve the problem

start your process automatically when idempiere start

16 May 2024 09:55

start your process automatically when idempiere start

we create process and want this process run automatically when idempiere starting. you can achieve this using idempiere scheduler.