Page 1 of 1

Right data for # Sold and Pieces when R.Price is 0

Posted: Fri Jul 07, 2006 9:09 am
by JohnHeart
In Stock Table we have
  • Stock # = 625
    R. Price = 0
    # Sold = 0
    Value Sold = 0
    Inventory = 7
In Purchase Menu we entered:
  • Stock # = 625
    Price = 20.00
    Qty = 1
When we get back to Stock Table:
  • R. Price = 0
    # Sold = 0
    Value Sold = 20
    Inventory = 6
And in the Report Total by Stock:
  • Stock # = 625
    Pieces = 0
    Sales = 20
    Total Pieces = 0
    Total Sales = 20
Is this actually the right thing the POS should do? Or it should be:

Stock Table:
  • # Sold = 1
Report Total by Stock:
  • Pieces = 1
    Total Pieces = 1
?

Works for me

Posted: Fri Jul 07, 2006 5:58 pm
by Dale Harris
JohnHeart,

I just tried it here and it worked fine for me.