Search results

  1. S

    Edi 753/ 754

    Hi All, Has anyone implemented 753 / 754 EDI documents in QAD. How did we do it ? Thanks in advance.
  2. S

    Script for QAD Database backup

    Hello All, We have a script for our QAD production database backup called prod.bkup. And this is what it does - #!/bin/sh DLC=/progress/oe101c;export DLC PATH=$PATH:$DLC;export PATH PROMSGS=$DLC/promsgs;export PROMSGS PROTERMCAP=$DLC/protermcap;export PROTERMCAP # PASS IN $1 as blank or...
  3. S

    Pre-Shipper Shipper Workbench automation

    Hi All, Have any of you tried automating the containerization part of 7.9.2 Pre-Shipper/Shipper Workbench. In our company there could be various scenarios like all Sales order lines in one box or 2 sales order lines in 1 box and rest in another box etc. I was thinking of providing a dymanic...
  4. S

    QAD Batches to be automatically run using cronjob in Linux.

    Hi All, I have defined a batch in QAD but dont know how to create a cronjob for it using crobtab. Can someone help me in setting up a cron job in linux. I am not aware of the steps or syntax to create it.
  5. S

    Pre-Shipper Shipper Workbench

    Hi All, There there any way of automatically creating boxes (containarizing items) in Pre-Shipper/Shipper Workbench. We usually have a lot of items and we need to box them. Also the quantity per box may also vary. There there any option of CIM loading into the Workbench. Or is there any other...
  6. S

    Label Printing

    Hi, We are tying to print labels from QAD. We are currently using Pre-Shipper/Shippers. Has anyone worked on integrating Label printing with QAD (UCC 128 labels). Any third part software that is suggested ? We have evaluated Label Matrix, Bar Tender and Label Wizard. But till we package the...
  7. S

    Test Database refresh

    Hi All, We are trying to refresh data in our Test database in QAD. And we had written the following script - #!/bin/sh DLC=/progress/oe101b;export DLC PATH=$PATH:$DLC;export PATH PROMSGS=$DLC/promsgs;export PROMSGS PROTERMCAP=$DLC/protermcap;export PROTERMCAP /qad/scripts/stop.test...
Top