iDempiereHow to decide between SAP and iDempiere?
SAP is a well-established and highly popular ERP system used by large enterprises around the world. It has a broad range of modules and functionalities,...
iDempiereSAP is a well-established and highly popular ERP system used by large enterprises around the world. It has a broad range of modules and functionalities,...
iDempiereHere are some potential advantages and disadvantages of iDempiere and Odoo: iDempiere ERP: Advantages: Highly customizable and flexible due to its modular architecture. Can handle...
iDempiereiDempiere ERP has several advantages compared to other ERP systems, including: Open-source: iDempiere is an open-source ERP system, which means it is freely available and...
iDempiereIt is possible to install iDempiere ERP on a Raspberry Pi 4. However, it is important to note that the performance of iDempiere on a...
-- 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...
How to use Drop shipment in iDempiere ERP. 銷貨法及佣金法.你有一家商店(簡稱 Y)接收訂單, 有一個客戶(簡稱C)向你下單. 你接到單後,委託供應商 (簡稱S)出貨
English Version 日本語版
除了可以在視覺化看到流程資訊外,若要更詳細的流程資訊.可以利用Tab 頁籤的方式來呈現.Table: AD_WF_ActivityRecord_ID 對應到單據的Primary Key. 以Sales Order 來說,就是C_Order_IDSQL Where 加上 AD_TABLE_ID = #單據的Table ID# 設定畫面 成果如下 Workflow Activity Status English Version In addition to viewing...
情境說明:將報價單抛轉成正式銷售訂單. 並傳入一個參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...
iDempiere預設Detail 為 Form模式,在打訂單明細時會不方便。可以至後台的Wiedow / Tab 把Is Single Row 設為否。 或者直接下SQL將所有的UI Detail 都改成 Grid 模式 update ad_tab set issinglerow = 'N' where tablevel > 0 或下這個指令,全部預設為Grid....