iDempiere Detail UI 預設為Grid模式 2019-04-06 / 預設Detail 為 Form模式,在打訂單明細時會不方便。可以至後台的Wiedow / Tab 把Is Single Row 設為否。 或者直接下SQL將所有的UI Detail 都改成 Grid 模式 update ad_tab set issinglerow = 'N' where tablevel > 0 或下這個指令,全部預設為Grid. Master / Detail 全改掉 update ad_tab set issinglerow = 'N'