iDempiere

Unlock the power of enterprise resource planning with our iDempiere category! Discover the latest tips, tricks, and best practices for optimizing your business operations and streamlining workflows with this robust and highly customizable ERP software. From implementation to customization, our expert guides will walk you through every step of the process, helping you harness the full potential of iDempiere for your organization. Whether you’re a seasoned ERP pro or new to the game, our iDempiere category is your ultimate resource for success.

95 篇文章
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 分鐘