Work Order (Macro) as a default print Planned

Hi,

Work Order (Macro) as a default print, Please find the attached screen shot for your reference.

 

Regards,

Mahesh

Comments

17 comments

  • Comment author
    Martin Heigl
    • Official comment

    I don't understand the requirement. Can you rewrite the request better?

  • Comment author
    Mahesh Srinivasula

    The print format should select as default for print and preview when user try to print the work order, we don' see any setting that can be set Work Oder as default print as shown in the screen shot? please let me know if  this is still not clear we can send you recording 

     

     

     

    0
  • Comment author
    Martin Heigl

    Hi Srinivasula

     

    your problem is this window. Correct?

    we check this.

    0
  • Comment author
    Martin Heigl

    Hello Srinivasula

    if you've B1UP and beas 9.3, you can work with right button functions.

     

     

    0
  • Comment author
    Mahesh Srinivasula

    Thank you Martin

    but customer don't have B1UP, can this be done with standard beas Screens?

    Regards,

    Mahesh

     

    0
  • Comment author
    Martin Heigl

    Hi Mahesh,

    we working on a solution in the standard version too.

    regards

    Martin

    0
  • Comment author
    Mahesh Srinivasula

    Hi Martin,

    Customer is running B1UP 2017.1.1.0 and the beas version 9.2 PL49, but we don't see button functions  described in screen shots.

    Regards,

    Mahesh

    0
  • Comment author
    Martin Heigl

    Correct. Beas Usability Package is only available with

    beas 9.3 PL 0 together with Boyum Usability Tools

    We searching parallel another solution.

    0
  • Comment author
    Permanently deleted user

    Hi Martin,

    My customer Troy lighting just upgraded SAP business one software.

    They are now using Beas 9.3 PL0 (0.29) and boyum B1UP 2018.08. 

    Both add on are the latest version. When I right click the work order, I still did not see the option you have on your screenshot. I have attached what I have for you. Can you please let me know how to activiate the edit B1 function option?

     

    Thanks,

    Rong 

    0
  • Comment author
    Martin Heigl

    Hi Rong Zhang, 

    Rosi made a very nice Video

    https://youtu.be/mNujRw9fSDo

    regards Martin Heigl

     

    0
  • Comment author
    CALDHER

    Buen dia. 

    Favor, ojala puedan ayudarme, quisiera imprimir el informe Orden de trabajo incluyendo el código de barras, hasta ahora no logro saber desde donde podría jalar este código.

    Favor de poder ayudarme en indicar como editar el formato Crystal o como hacer para que jale el código de barras requerido en formato Orden de trabajo propio de Beas.

    Atte

    Carlos

     

    0
  • Comment author
    Martin Heigl

    Hello Carlos,

    please write in english

    if you install beas in normal way, the system install the barcode font automatically.

     

    You can download the font from here

    http://beascloud.com/download/beas/reportviewer/barcodefont.zip

     

    unpack

    open font settings

    copy all font files to this place

     

     

    0
  • Comment author
    Luis Abellaneda

    Hola Carlos,

    Aparte de descargar el fichero que dice Martin, debes abrir el formato (normalmente está en Program Files (x86)\beas software\beas\program\report) y cambiar la fuente de los textos de los códigos a code39, y guardar.

    0
  • Comment author
    CALDHER

    Estimados, muy agradecido, por sus apreciados comentarios.

     

    Solo una consulta mas por Favor Luis Abellaneda, cuando mencionas cambiar la fuente de los textos, donde lo realizas, en la carpeta de reportes estan los crystal reports beas.

     

    favor tu apoyo.

     

    0
  • Comment author
    CALDHER

    Estimados,

    Muchas Gracias, quedo perfecto.

     

    Atte.

    Carlos Calderón

     

    0
  • Comment author
    bjoern.greber

    Hello, 

    is there meanwhile any solution for customer without B1UP?

    Thank you in Advance. 

    Best Regards

    Björn Greber

    0
  • Comment author
    Martin Heigl
    • Edited

    Yes, with follow script:

    // we use the loaded event to initialize Buttons 
    global function form_loaded
    // Create button on right side. See Create
    create=button=name=MyPrint,text=Print,position=1
    end global

    // the Button has object name "myPrint". for this i register this event
    global function dw_master_item_myprint_click
    // in this case create only preview. More see MacroPrint
    printobject=makrostart=preview=fert_stuktur_browse=1000
    return true
    end global
    0

Please sign in to leave a comment.