SELECT id, name, father_name, dept_title, des_title, bps, cnic FROM mis_emp_view WHERE cnic LIKE ‘_____-_______-_%’
Place markers on Map using Open Source Technologies
Importatn links: https://account.mapbox.com/ https://leafletjs.com/examples/quick-start/ Here is the code. Just place it in a HTML file and run it:
How to install LCO Withholding Plugin in iDempiere?
In case you have source code configured and want to install this plugin using Bash Script: Open root-directory\org.idempiere.p2\target\products\org.adempiere.server.product\(win32 or linux – depending upon your environment)\win32\x86_64 and run the following commands in the terminal with sudo access: REPO=https://jenkins.idempiere.org/job/globalqss-iDempiere-LCO-mvn/ws/org.globalqss.idempiere.LCO.p2.site/target/repository/ bash update-prd.sh $REPO org.globalqss.idempiere.LCO.feature.feature.group This command will install all 4 interdenpendent plugins to LCO but it you need to install only Withholding Plugin […]
How to concatenate a string in a database column?
UPDATE m_product SET “value”=concat(‘IUB-‘,value) WHERE ad_client_id!=’11’
How to import GL Journal in iDempiere
Click this link to download sample file template to import: GL Journal Import Template This article is not completed yet!