Please create the 'batch' field in Time Receipt in Terminal mode
AnsweredThere is a 'batch' field in Time Receipts in normal mode, please see the screenshot below

However, there is no such field in Time Receipt in Terminal mode, please see the screenshot below.

Please create this field in terminal mode if possible, thanks!
4
-
you can insert this via customizing

// ******* Event form_opened ********
global function form_load
create=column=name=batchnum<tab>id=batchnum<tab>y=850<tab>related=external_cost<tab>text=Batch Number<tab>
item.grund.y=750
item.grund_t.y=750
end global
Please sign in to leave a comment.
Comments
1 comment