Please create the 'batch' field in Time Receipt in Terminal mode Answered

There 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!

 

 

Comments

1 comment

  • Comment author
    Martin Heigl

    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

    0

Please sign in to leave a comment.