What is the difference between ufw and iptables?
ufw and iptables are closely related. In Ubuntu, ufw is a front-end interface to iptables that provides simpler commands and options for setting iptables rules and managing the firewall. When…
ufw and iptables are closely related. In Ubuntu, ufw is a front-end interface to iptables that provides simpler commands and options for setting iptables rules and managing the firewall. When…
In edge computing we use Raspberry Pi, and the operating system is installed in SD. It is very likely that the SD card is damaged due to overheating or other…
在iDempiere ERP 的文件動作中,有作廢、回轉-更正及回轉-應計。在文件狀態在已完成(已過帳)的狀態按作廢時,系統會自動執行回轉的動作。1.原始的單據日期的期間未關帳時,系統會執行 回轉-更正(Reverse-Correct) ,產生一張與原始單據相同日期的反向單據。2.反之,若已關帳。系統會執行回轉-應計 Reverse – Accrual ,產生一張今天日期的反向單據。 Reverse – Correct 回轉-更正 生成一張相反數量(或金額)的同日單據,並產生“負數借貸”的分錄,俗稱“紅字調整”。Reverse – Accrual 回轉-應計 通過目前日期交換 Dr/Cr 來反轉
Document workflow 透過單據動作啟動流程後,發生Timeout。查看Log如下列錯誤訊息。 常見的原因為,DocAction 對應的 Process. AD_Workflow_ID 未指定 Workflow造成。
iDempiere ERP. Workflow Editor 預設的編輯的欄位數為4個。 (圖 1)在較複雜的Workflow設計圖時,可能就不敷使用。本篇文章說明如何修改Soruce code來增加欄位。在 JIRA 提供 Patch檔或參考下列說明。 https://idempiere.atlassian.net/browse/IDEMPIERE-5431 我們在工作列上增加一個 NumberBox,可以用來任意調整Workflow 畫布的欄位數。變更後按Refresh即可變更畫布欄位數。(圖 2)畫布欄位數預設值為 4, 也可以透過System Configuration 來設定預設值 (關鍵字為 WORKFLOW_EDITOR_COLUMNS) org.adempiere.webui.apps.wf.WFNodeContainer 增加一個 setNoOfColumns method org.adempiere.webui.apps.wf.WFEditor增加一個 NumbreBox 在initForm method中,將NumberBox…
下一個採購物料 A,數量 10 個。收貨時,可以分批收貨。每次進 10個以下。合計總數不能超過 10個。 問題來了,有些特殊情況,需要超收怎麼辦?例如,供應商會多送一些當損耗。嚴格處理的話,可以拆單收取。簡易的操作,iDempiere 有預留系統參數,可以把MatchPO 檢查關掉。登入後台 System , 在 System Configurator 搜尋系統參數 VALIDATE_MATCHING_TO_ORDERED_QTY 設為 N 即可不檢核。 下面是超收的範例 Purchase Order 明細。原訂購4個,實際收 15個。
在Project Value 中 符合 數字 – 數字的條件 2222-1111 or 2222-11111
-- FUNCTION: adempiere.get_subbom_id(numeric) -- DROP FUNCTION adempiere.get_subbom_id(numeric); CREATE OR REPLACE FUNCTION adempiere.get_subbom_id( id numeric) RETURNS TABLE(m_product_id numeric) LANGUAGE 'plpgsql' COST 100 VOLATILE PARALLEL UNSAFE ROWS 1000 AS $BODY$ BEGIN RETURN…
修改pom.xml 插入 <parent> </parent>標籤 MyProcessFactory.java
Add new Font in Jasper studio setting.Window -> Preferences -> Jaspersoft Studio -> Fonts Family Name: Arial Unicode MS True Type (.ttf) /home/ray/JaspersoftWorkspace/font/ARIALUNI.TTF PDF Encoding: identity-H (Unicode with horizontal writing)