Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Once you have your dead stock under control. You , you need to get a finer understanding of your live stock. not   Not all live stock is the same.  Some live stock is core range, other live stock is less important, such as endless isle Endless Isle (Extended Range) stock.  Getting a better understanding of your stock can help you get the most of of the money you have tied up in stock.

Procedure

Select inventory Inventory then products Products from the navigation Navigation panel.  Then from the product Product list view, create a series of view variants to help you better understand your stock:

...

Expand
titleShow me..


  • Endless isle Isle (Extended Range) products, extra products beyond the core range

...

  • Products that used to be on a corporate catalogue Corporate Catalogue but have now been moved to web01 or endless isleWeb01 or Endless Isle (Extended Range)
    • Other more detailed combinations are possible.  Showing you recent history.  Such as which products used to be catalogue products but are not catalogue products now.  Products which used to be catalogue lines but which are now web01 or endless isleWeb01 or Endless Isle (Extended Range)


Info

[Catalogue Product] = False And [Catalogue Lines][[Catalogue.Catalogue ID] = 'WEB01'].Count() > 0 And [Catalogue Lines][[Catalogue.Catalogue ID] = 'CC08''].Count() > 0 And [Category.Category Type] = 'Stock control products' And [Qty on Hand] > 0.0m

...

    • Finds all products you stock
    • Trims the list down to those that are now in a catalogue. Such , such as CC08 (or later cc09CC09).  It does not matter if you have loaded cc08 CC08 or any other catalogue
    • For only those products that are in a catalogue like CC08/CC09, the filter finds the ones that are also in web01 Web01 or in extendedExtended Range (Endless Isle).
    • Again you don’t have to load the web01Web01, extended Extended catalogue or any catalogue.  The filter works form the catalogues directly, even if none of them are loaded it will work fine.
    • The reason why you don’t need to load any catalogues to use this filter is that catalogue lines are linked to products when they are imported into Readysell.  Even if you do not load the catalogue.  So you can filter on just about any catalogue comparison.
    • As a result the filter should answer exactly the questions “This spotted one cc08 CC08 product that is now on the extended Extended catalogue.”  As long as that is the requirement, this filter does the job.

...