Announcement

Collapse
No announcement yet.

Stock Value Calculation?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Stock Value Calculation?

    I know Actinic has various facilities etc. Accounts wise, it would save doing a huge recount of stock for a client of mine if Actinic gives an up-to-date value of stock based upon the stock entered against all products.
    For example - Football Boots RRP £50 = 5 in stock (Trade price £30 +VAT) = Value of stock £150 +VAT
    Can you view at anytime the current value of stock?
    Chris
    Chris Adams

    #2
    You could run your own query on the database to produce this, i don't see this ever being part of standard actinic due to minimal people wanting it. An export of products plus their stock level, looking up prices in a database via the product reference should do it.

    Comment


      #3
      Look at the Product table in ActinicCatalog.mdb. Fields of interest are

      Status (N is not deleted)
      Product Reference
      Short Description
      Price (in pennies)
      nStockOnHand
      nProductType (0 is normal product)

      If you use Components, permutations, etc then life gets more complicated.
      Norman - www.drillpine.biz
      Edinburgh, U K / Bitez, Turkey

      Comment


        #4
        You can only store the sales price in Actinic, you can add a cost price using our profit and pricing tool and print a sales value report for all or selected products. You can find more details and a free trial here

        Regards,
        Jan Strassen, Mole End Software - Plugins and Reports for Actinic V4 to V11, Sellerdeck V11 to V2018, Sellerdeck Cloud
        Visit our facebook page for the latest news and special offers from Mole End

        Top Quality Integrated label paper for Actinic and Sellerdeck
        A4 Paper with one or two peel off labels, free reports available for our customers
        Product Mash for Sellerdeck
        Link to Google Shopping and other channels, increase sales traffic, prices from £29.95
        Multichannel order processing
        Process Actinic, Sellerdeck, Amazon, Ebay, Playtrade orders with a single program, low cost lite version now available from £19.95

        Comment


          #5
          all help gratefully received - didn't think there was anything immediately within Actinic that could do this but not to worry, running a query with Lee & Norman's suggestions is a definate possibility as is Jan's...
          Cheers,
          Chris
          Chris Adams

          Comment

          Working...
          X