Sales Quotation, Sales order - robinfeng/beashelp GitHub Wiki

报价、销售订单



Additional functions are available, but they are displayed only under the following conditions Functions for copy and edit are available only if the document exists: "Copy calculation" is possible only, if a calculation was stored before

In Configuration wizard you can set up the visibility of various features. See Configuration wizard - Sales

Using customer specific script in postopen-event of the respective document type you can disable features: setvar=ib_calcnew=false Pre-calculation:new setvar=ib_calccopy=false Pre-calculation:copy setvar=ib_calcedit=false Pre-calculation:edit setvar=ib_calcprice=false Calculate price. Additional settings in il_calcprice setvar=ib_confignew=false Configuration: new setvar=ib_configfromnew=false Configuration: new from setvar=ib_configedit=false Configuration: edit setvar=ib_deliver=false Deliver sales order setvar=ib_reservation=false Reserve setvar=ib_project=false Define project assignment

Example Sales order - disable all pre-calculation features

windowevent open setvar=ib_calccopy=false setvar=ib_calcedit=false setvar=ib_calcnew=false end event

hmtoggle_plus1 Notes on setup of SAP Business One beas needs to access some fields in quotation or sales order. These fields need to be visible and editable. Affected fields:


返回 上层