<img alt='' src='https://secure.gravatar.com/avatar/752cb16f865c18785371c569c9718b7e6c815b87edb6aca829775ef5316b9c85?s=50&d=mm&r=g' srcset='https://secure.gravatar.com/avatar/752cb16f865c18785371c569c9718b7e6c815b87edb6aca829775ef5316b9c85?s=100&d=mm&r=g 2x' class='avatar avatar-50 photo' height='50' width='50' decoding='async'/><span class="vcard">Ray Lee (System Analyst)</span>

161 篇文章
iDempiere

搜尋相關單據

在iDempiere ERP中,除了可以利用欄位的超連結去訪視相關單據外.還有一個很方便的工具, Zoom 放大鏡. 找到和本身單據相關的單據. 它的關係原則是其它單據的欄位含有本身單據的主鍵.例如:1)銷售訂單抛轉出貨單時, 會在産生的單據留下銷售訂單的主鍵. (C_Order_ID). 便可以符合放大鏡的搜尋條件. 2)在接單生産的企業, 銷售訂單抛轉製令單時, 製令單單頭上留下的對應ID為 C_OrderLine_ID. 不符合銷售訂單的Zoom放大鏡搜尋條件. (C_Order_ID) 有許多方法可以即時補上 C_Order_ID 資訊SQL: 在 Table Valdator 加入 SQL 去 update...

2019-07-24 · 3 分鐘
iDempiere

Ubuntu Server 版亞洲字形Issue

Ubuntu Desktop Version font list /usr/share/fonts/truetype/tlwg/TlwgTypo-Bold.ttf: Tlwg Typo:style=Bold /usr/share/fonts/truetype/dejavu/DejaVuSerif-Bold.ttf: DejaVu Serif:style=Bold /usr/share/fonts/truetype/fonts-kalapi/Kalapi.ttf: Kalapi:style=Regular /usr/share/fonts/truetype/fonts-gujr-extra/Rekha.ttf: Rekha:style=Medium /usr/share/fonts/truetype/tlwg/TlwgTypewriter-BoldOblique.ttf: Tlwg Typewriter:style=Bold Oblique /usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf: DejaVu Sans Mono:style=Book /usr/share/fonts/truetype/ubuntu/UbuntuMono-RI.ttf: Ubuntu...

2019-06-19 · 57 分鐘
iDempiere

IProcessFactory 實作驗收考題.

情境說明:將報價單抛轉成正式銷售訂單. 並傳入一個參IsComplete 抛轉後,是否同時完成訂單.1.建立一個新的 Plug-in Project: tw.idempiere.exam2.在 AD_Table: C_Order / Window: Sales Order 新增一個按鍵.3.建立一個OSGi Process 並指定要該按鍵的 Process4.在該報價單上按該按鍵後,Copy 資訊至全新的銷售訂單上.5.若參數選擇為Yes, Document Action完成該訂單. English Version Scenario Description:Convert a quotation into...

2019-04-22 · 1 分鐘
iDempiere

獨立SMTP寄信伺服器 + Auto Ban

自架伺服器,一定會遇到擾人的問題。有人不斷來試你的寄信主機,然後試出密碼後,借用你的寄信伺服器大量寄發垃圾郵件。解決方案:利用 Mail Log 搭配 iptables 防火牆管理惡意入侵IP。 可以自行開發或使用流通的解決方案。 自行開發: 檢查 /var/log/mail.log 登入失敗過多的IP,寫入IPTABLE DROP 使用社群套件:https://help.ubuntu.com/community/Postfixhttps://help.ubuntu.com/community/Fail2ban English Version When hosting your own server, you will inevitably encounter annoying...

2019-04-14 · 2 分鐘