Forum Replies Created

  • Scott Burish

    Member
    12/21/2022 at 10:09 AM in reply to: SO Flag for pick ticket printed

    Pietro, am I missing how this is tied? Used sod_auto_key to join to stock reservations and no record is returned.

  • Scott Burish

    Member
    12/21/2022 at 10:03 AM in reply to: SO Flag for pick ticket printed

    That table does not have a record tied to it yet as items haven’t been reserved when the pick ticket is generated as shipping is using barcodes to reserve. However, if I print the pick ticket on an order, and print again using the ignore the previously printed reservations, it still does come off next pick ticket.

  • Scott Burish

    Member
    12/21/2022 at 8:55 AM in reply to: SO Flag for pick ticket printed

    That field is still false even after it has been printed on our system. I am guessing it has to be something tied to items as there is an option to ignore printed items when printing pick ticket. I have uploaded a screenshot of this, as am sure something has to drive this, but not finding any fields that would be set.

  • Scott Burish

    Member
    07/13/2021 at 5:39 AM in reply to: SHELF LIFE REPORT

    in your data pull if using sql use where not insull({STOCK.EXP_DATE}). If not using sql, use record selection and choose formula and use not insull({STOCK.EXP_DATE}). Hope this helps.

  • Scott Burish

    Member
    06/29/2021 at 5:25 AM in reply to: CRYSTAL REPORTS RDP WITH 4K MONITOR

    I have experienced the same thing when using an hdmi cable to connect monitor, rdp or direct. Everything shrinks to a very small font and icon til exit and relogging in. My fix was to just switch to DVI but don’t know if that is an option for you. I didn’t log a case for it, so not sure if there is another fix, but would be handy if there is.

  • Scott Burish

    Member
    05/18/2021 at 5:07 AM in reply to: MODIFYING STD AP AGING REPORT

    you need to label it as something different, like your company name AP Aging. Put it in the same directory and the user should be able to select your document when running the AP Aging report in the document drop down.

  • Scott Burish

    Member
    05/03/2021 at 11:37 AM in reply to: IMAGES

    works great. Thanks Pietro!

  • Scott Burish

    Member
    05/03/2021 at 5:48 AM in reply to: IMAGES

    Thanks Pietro. Just want to ensure I am clear, I pick stock even though document images are stored in the shipping module that I want to send?

  • Scott Burish

    Member
    04/28/2021 at 8:33 AM in reply to: KILLING MULTILPE USER SESSIONS

    Basically I just create a visual basic .net program, set the single instance flag, and have the form open the actual program with a wait for invisible form to close. This works for a single pc, but if they are logging in at multiple stations it would not help in that case.

  • Scott Burish

    Member
    04/28/2021 at 5:29 AM in reply to: KILLING MULTILPE USER SESSIONS

    I have made a single instance program using vb.net that just encapsulates the executible and put that executable on their start menu and desktop, removing the executable for the same reason. If you have visual studio, I can share the source and you can update to your application path depending on version of quantum.

  • Scott Burish

    Member
    04/20/2021 at 9:08 AM in reply to: FIELD FOR SALES ORDER PICK TICKET

    Ok. Didn’t think that was for the SO. It often comes up that the CSR doesn’t know if they sent back a pick ticket as sent right to shipping. I have struggled with this for years. We need to send back manually so shipping isn’t receiving them automatically. I will look into your solution as yet to find where there is an area, but thought maybe with the check box when printing pick tickets to ignore previously printed would be recorded some where.

  • Scott Burish

    Member
    04/15/2021 at 7:09 AM in reply to: DELETED MO IN OPEN STATUS

    Nevermind. Found the {WO_OPERATION.ACTIVE_FLAG} field that appears to control this.

  • Scott Burish

    Member
    07/20/2020 at 8:36 AM in reply to: ADOBE PRINT CONTROL STOPPED WORKING

    PIetro, I have removed the security, but still have random issues pulling up scanned docs. To avoid, I just set the option previous post to not open in document imaging but separate program.

  • Scott Burish

    Member
    07/16/2020 at 11:45 AM in reply to: ADOBE PRINT CONTROL STOPPED WORKING

    I have run into a few issues with this and have changed the global option in the imaging tab to display pdf in external application if available. It solved it for me.

  • Scott Burish

    Member
    02/20/2020 at 5:13 AM in reply to: GL CURRENT BALANCES

    Thank you all. By looking at the views was able to figure out what I needed and had someone validate I was starting with the numbers they were looking for. Now on to create the actual calculations.

  • Scott Burish

    Member
    08/22/2019 at 5:10 AM in reply to: DASHBOARD FONTS

    Thanks Pietro! That will be a huge help. Didn’t know we were allowed to add our own CSS files. When I tried, I was trying to use the font tags within the SQL case statements,

  • Scott Burish

    Member
    08/20/2019 at 11:32 AM in reply to: DASHBOARD FONTS

    I have not found a way to change text color or size. When I have tried to use the font tags, get an error stating something about a potential dangerous operation, but if you want the row colored, you can use a case statement after your selection criteria in the sql like:

    select soh.so_number, pnm.pn, sod.qty_ordered case when pnm.pn = ‘1234’ then ‘#ff3333’ END ROW_COLOR

    from so_header soh, parts_master pnm, so_detail sod

    where soh.soh_auto_key = sod.soh_auto_key

    and sod.pnm_auto_key = pnm.pnm_auto_key

    order by soh.so_number

    The #ff3333 is the hex code for a color in the red shade. You can use any color hex code to pick a color you would like.

  • Scott Burish

    Member
    07/10/2019 at 7:52 AM in reply to: REMOTE SCANNING

    For RDP we use RemoteScan software which has been acquired by Dell, so can be purchased from there. It is a client/server application so one piece gets installed on terminal server and the other on workstation. Works well with twain scanners.

  • Scott Burish

    Member
    09/21/2016 at 6:43 AM in reply to: BARCODING ERROR

    We had a similar issue with random disconnects and base station resets. During my troubleshooting, I tried many things, one ended up being a bad base station and the other had to do with outside interference on the frequency the base station is defaulted to. For the later case you can open the base station, and there is a rotary switch that determines the frequency the base station uses. If you have not tried changing that, it is something you can try.

  • Scott Burish

    Member
    06/01/2015 at 7:37 AM in reply to: CUSTOMIZED PICK TICKET

    Thanks Paul

  • Scott Burish

    Member
    05/28/2015 at 8:45 AM in reply to: CUSTOMIZED PICK TICKET

    Unfortunately, with how we operate this does not as they are not invoice ready until picked, which happens in shipping via rf barcode after they receive the pick ticket.

  • Scott Burish

    Member
    12/30/2014 at 11:12 AM in reply to: PO LINE ITEM OPEN FLAG

    Thanks Paul. I thought I was missing something or a link I was not familiar with, but this makes perfect sense.

  • Scott Burish

    Member
    05/29/2012 at 9:25 AM in reply to: PRINTING REPORTS

    For anyone else who runs into this, it has been confirmed by Quantum that is a bug in version 9.5.17.0 relating to the Custom Crystal option. They have filed tracker 27487 with development on issue.

  • Scott Burish

    Member
    05/25/2012 at 9:23 AM in reply to: PRINTING REPORTS

    Thanks Paul. Will do.

  • Scott Burish

    Member
    12/21/2022 at 9:41 AM in reply to: SO Flag for pick ticket printed

    looking at that right now as found that in data dictionary. Will let you know.

  • Scott Burish

    Member
    12/21/2022 at 9:04 AM in reply to: SO Flag for pick ticket printed

    That also is used for something else as remains false after printing pick ticket in our system. Hitting the ignore printed reservations does work, however, and previously printed items do disappear even though they are not reserved at this point as done in shipping with barcode scanner. Just not sure what drives that and looking for a way to know if a pick ticket was previously printed or not.