Uploaded image for project: 'CFA MX '
  1. CFA MX
  2. CFAMX-16921

2021 R6 Patchback CLONE - Mobile Ordering - QTY for MIN MAX appear to be incorrect

    Details

    • Type: Testing Defect
    • Status: Done (View Workflow)
    • Priority: Critical
    • Resolution: Completed
    • Affects Version/s: CFA 2021R6
    • Fix Version/s: CFA 2021R6
    • Component/s: None
    • Labels:
    • SCRUM Team:
      Brotherhood of Mutants

      Description

      Scenario - When Placing an Order it appears that the MIN MAX values that the user is alerted to are off OR it may be the Calculation is not fully known.

      Step 1 - in testing open Mobile and change the store to 00440

      Step 2 - Click the Create/Receive menu

      Step 3 - Click the Create menu

      Step 4-  Click * +Add Order* button 

      Step 5 - Add order modal displays (select distributor - The Martin-Brower Company and Cover Until and Delivery Dates)

      Step 6 - Click Confirm button 

      Step 7- When the Order Details page displays select the All Items filter and it will display a drop-down

      Step 8 - Select the * Min /Max Alerts*  filter 

      Items now display with an ALERT

      Step 9 - Grab the first items VENDOR CODE and add it to this query and RUN: 

      Select a.sStatus,b.fOrdered_qty,b.sItem_cd,b.sDescription,* from tbTransactionSalesOrder a, tbTransactionSalesOrderDetail b
      where a.iTransaction_num = b.iTransaction_num
      And a.entityId = 269 --THIS IS STORE 00440 in TESTING
      and a.VendorID= 152 -- THIS IS FOR MARTIN BROWER
      and b.sItem_cd in ('032671') – THIS IS THE FIRST ITEM I SEE BEING ALERTED ON THE PAGE
      and a.sStatus = 'Processed'
      order by a.iEntry_dt desc;

      I come up with these values as the first 10 orders:  0,2,2,2,0,0,0,0,0,0

       

      POSSIBLE DEFECT: the calculation is undeterminable from the information provided AND that I can find documented. 

       

       

        Attachments

        1. image.png
          24 kB
          Jason Powell
        2. image-2021-10-08-22-43-50-037.png
          55 kB
          Jason Powell
        3. image-2021-10-13-07-59-22-455.png
          5 kB
          Jason Powell
        4. image-2021-10-13-08-00-22-813.png
          18 kB
          Jason Powell
        5. image-2021-10-13-08-00-45-204.png
          17 kB
          Jason Powell
        6. image-2021-10-13-09-22-44-709.png
          109 kB
          Jason Powell
        7. image-2021-10-13-17-24-17-101.png
          24 kB
          Jason Powell
        8. image-2021-10-13-17-25-09-727.png
          24 kB
          Jason Powell
        9. image-2021-10-13-17-25-09-727[1].png
          24 kB
          Jason Powell
        10. image-2021-10-13-17-26-40-314.png
          369 kB
          Jason Powell
        11. image-2021-10-13-17-28-47-521.png
          3 kB
          Jason Powell
        12. image-2021-10-13-17-31-40-662.png
          9 kB
          Jason Powell

          Issue Links

            Activity

              People

              • Assignee:
                charles.wheeler Charles Wheeler
                Reporter:
                charles.wheeler Charles Wheeler
              • Watchers:
                3 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved:

                  PagerDuty

                  Error rendering 'com.pagerduty.jira-server-plugin:PagerDuty'. Please contact your Jira administrators.