Order Management System. What's new
← Version 1.33.0.0

Sync mode for Adjustment: Add, Deduct, Replace

Synch to QB:

  • The new column was added to the Inventory adjustment;
  • Contains two values:
    • Replace;
    • Deduct/Add;
  • The logic works as follows:
    • Replace Qty:
      • Selected by default;
      • If the value is selected -> once adjustment will be synched to QB:
        1. theĀ  Final Adj qty send to QB and replaced in stock;
      • For example:
        1. OMS: Qty on Hand = 1000 New Qty: 1200 Qty Diff: +200;
        2. QB: Qty on Hand = 500;
        3. to QB send 1200 and replaced 500;
          1. QB: Qty on Hand = 1200;
    • Deduct Qty:
      • If the value is selected -> once adjustment will be synched to QB:
        1. the Qty difference send to QB and deducted in stock;
      • For example:
        1. OMS: Qty on Hand = 1000 New Qty: 800 Qty Diff: – 200;
        2. QB: Qty on Hand = 500;
        3. to QB send -200 and deducted stock to 300:
          1. QB: Qty on Hand = 500 – 200 = 300;
    • Add Qty:
      • If the value is selected -> once adjustment will be synched to QB:
        1. the Qty difference send to QB and increase in stock;
      • or example:
        1. OMS: Qty on Hand = 1000 New Qty: 1200 Qty Diff: + 200;
        2. QB: Qty on Hand = 500;
        3. to QB will be send +200 and increase stock to 700:
          1. QB: Qty on Hand = 500 + 200 = 700.