You can define certain options for reports.

Picking List
You can produce a report of all the products that need be packed for groups of orders. This will make it easier for you to pack groups of orders.

Show Orders
If you tick this option you can show the orders that the product is included in. Once you have collected all the orders you can the use this information for distributing them to the order packages. There is a comment field in the report that can be used to indicate that the item has been packed.

Show Time in Order Details
When the order details are shown you can also include the time of the order. For most order processing tasks just the date is sufficient.

Sort by:
You can display the items to be picked in different ways, by product and Bin/Location. If you use numeric bin numbers you should select Bin/Location (as number). This will display the items using the bin/location sorted in numerical order.

Printer to send Picking List to:
You can have a dedicated printer to send the Picking List to. This can be useful if you want to send the Picking List to a printer in a different location (e.g. in the warehouse).

Auto close print dialog
When you print you can choose to automatically print the Picking List by ticking this option.


Advanced options
You can change the Picking List to change the information shown. It is a series of HTML documents. You can change them using a standard HTML editor. Each file is described below. The files are located in the Templates folder under the main installation folder (e.g. C:\OSOP\Main\Templates).

Filename Description
PickingListHeader.html Contains title of report
PickingListProduct.html Table header and details for product. This is used when when the order details are also required.
PickingListProductHeader.html Table header for product. This is used when the order details are not shown.
PickingListProductDetail.html Table details for product. This is used when the order details are not shown.
PickingListOrderHeader.html Table header for orders.
PickingListOrderDetail.html Table details for orders.
PickingListFooter.html Contains footer of report

When the product details are displayed the following macros are used. These are used in the PickingListProductDetail.html and PickingListProductDetail.html files. If you don't need this information displayed simply remove the macro (and adjust the header).

Macro to use Description
[%ITEM_SKU%] Item's SKU, your or supplier's code
[%ITEM_ID] Item's ID. This is normally the website's sale item code.
[%ITEM_TITLE%] Item's title or description
[%ITEM_BIN%] Location of item in your warehouse, stores. This is defined in your product's inventory
[%ITEM_QTY%] Total quantity of item ordered
[%ITEM_SHIPPED_QTY%] Total of item already shipped


You can also change the information shown for each order. The information to display is in the PickingListOrderDetail.html file.

Macro to use Description
[%ORD_DATE%] Date of order. If the Show Time in Order Details option is ticked the time is also included.
[%ORD_NUM%] Order number
[%INVOICE_NUM%] Invoice number. If you are using the OSOP generated invoice numbers this will be displayed using this macro.
[%ITEM_QTY%] Quantity of this product required for this order
[%ITEM_SHIPPED_QTY%] Quantity of this product already shipped
[%DEL_CUST_NAME%] Delivery customer name
[%DEL_COMPANY%] Delivery customer company


Sales
You can produce a report of all the sales of your products for the selected orders. This can be used to see how well some or all of your products are selling.

Show Orders
If you tick this option you can show the orders that the product is included in.

Show Time in Order Details
When the order details are shown you can also include the time of the order. For most order processing tasks just the date is sufficient.

Printer to send Sales to:
You can have a dedicated printer to send the Sales to. This can be useful if you want to send the Sales to a printer in a different location (e.g. in accounts).

Auto close print dialog
When you print you can choose to automatically print the Sales by ticking this option.


Advanced options
You can change the Sales to change the information shown. It is a series of HTML documents. You can change them using a standard HTML editor. Each file is described below. The files are located in the Templates folder under the main installation folder (e.g. C:\OSOP\Main\Templates).

Filename Description
SalesHeader.html Contains title of report
SalesProduct.html Table header and details for product. This is used when when the order details are also required.
SalesOrderHeader.html Table header for orders.
SalesOrderDetail.html Table details for orders.
SalesFooter.html Contains footer of report
SalesProductTotal.html This contains the totals of the items

When the product details are displayed the following macros are used. These are used in the SalesProduct.html file. If you don't need this information displayed simply remove the macro (and adjust the header).

Macro to use Description
[%ITEM_SKU%] Item's SKU, your or supplier's code
[%ITEM_ID] Item's ID. This is normally the website's sale item code.
[%ITEM_TITLE%] Item's title or description
[%ITEM_QTY%] Total quantity of item ordered
[%ITEM_SHIPPED_QTY%] Total of item already shipped


You can also change the information shown for each order. The information to display is in the SalesOrderDetail.html file.

Macro to use Description
[%ORD_DATE%] Date of order. If the Show Time in Order Details option is ticked the time is also included.
[%ORD_NUM%] Order number
[%INVOICE_NUM%] Invoice number. If you are using the OSOP generated invoice numbers this will be displayed using this macro.
[%ITEM_QTY%] Quantity of this product required for this order
[%ITEM_SHIPPED_QTY%] Quantity of this product already shipped
[%DEL_CUST_NAME%] Delivery customer name
[%DEL_COMPANY%] Delivery customer company

You can also change the information shown for the totals for each product. The information to display is in the SalesProductTotal.html file.

Macro to use Description
[%SALES_PRODUCT%] Total of product sales (not including VAT)
[%SALES_PRODUCT_TAX%] Toal of all tax (VAT) paid for product
[%SALES_PRODUCT_SHIPPING%] Total of all shipping (not including VAT) for product
[%SALES_PRODUCT_SHIPPING_TAX%] Total of all tax (VAT) paid for shipping for this product
[%SALES_PRODUCT_TOTAL%] Total of amount paid for product (including shipping), but not including tax (VAT)
[%SALES_PRODUCT_TOTAL_TAX%] Total of tax (VAT) paid for product (including shipping)
[%SALES_PRODUCT_GRAND_TOTAL%] Total amount paid for product (including VAT and shipping)

You can also change the information shown for the total of all products. The information to display is in the Footer.html file.

Macro to use Description
[%TOTAL_SALES_PRODUCT%] Total of all products sales (not including VAT)
[%TOTAL_SALES_PRODUCT_TAX%] Toal of all tax (VAT) paid for all products
[%TOTAL_SALES_PRODUCT_SHIPPING%] Total of all shipping (not including VAT) for all products
[%TOTAL_SALES_PRODUCT_SHIPPING_TAX%] Total of all tax (VAT) paid for shipping for all products
[%TOTAL_SALES_PRODUCT_TOTAL%] Total of amount paid for all products (including shipping), but not including tax (VAT)
[%TOTAL_SALES_PRODUCT_TOTAL_TAX%] Total of tax (VAT) paid for all products (including shipping)
[%TOTAL_SALES_PRODUCT_GRAND_TOTAL%] Total amount paid for all products (including VAT and shipping)

Stock
You can produce various reports on stock details. The reports can be used for stock management and valuation.

Auto close print dialog
When you print you can choose to automatically print the Sales by ticking this option.


Advanced options
You can change the Sales to change the information shown. It is a series of HTML documents. You can change them using a standard HTML editor. Each file is described below. The files are located in the Templates folder under the main installation folder (e.g. C:\OSOP\Main\Templates).

Filename Description
OutOfStockReportHeader.html Out of Stock heading and table definition
OutOfStockReportProduct.html Out of Stock main details for each product
OutOfStockReportFooter.html Out of Stock totals and footer information
ReorderStockReportHeader.html Reorder Stock heading and table definition
ReorderStockReportProduct.html Reorder Stock main details for each product
ReorderStockReportFooter.html Reorder Stock totals and footer information
StockReportHeader.html Stock Listing heading and table definition
StockReportProduct.html Stock Listing main details for each product
StockReportFooter.html Stock Listing totals and footer information
StockValuationReportHeader.html Stock valuation heading and table definition
StockValuationReportProduct.html Stock valuation main details for each product
StockValuationReportFooter.html Stock valuation totals and footer information

Within the files the following macros can be used:

Macro to use Product Details Description
[%PRODUCT_SKU%] SKU
[%PRODUCT_EAN%] EAN/ISBN
[%PRODUCT_TITLE%] Title of product
[%PRODUCT_DESC%] Main description
[%PRODUCT_BIN%] Location of product in warehouse
[%PRODUCT_PRICE%] Selling price
[%PRODUCT_SHIP_COST%] Shipping cost
[%PRODUCT_VAT_RATE%] VAT rate for product
[%PRODUCT_WEIGHT%] Weight for product
[%PRODUCT_TYPE%] Type of product (a value that you assign as a product group)
[%PRODUCT_COST_PRICE%] Cost price of product
[%PRODUCT_STOCK_LEVEL%] Current stock level
[%PRODUCT_STOCK_REORDER_LEVEL%] What order level has to be reached for you to order some more
[%PRODUCT_STOCK_OUT_LEVEL%] What stock means out of stock (can be 0, but generally is more)
[%PRODUCT_STOCK_SUPPLIER%] Who supplies this product

 

Profit
You can show how much profit you have for the selected orders. This is based upon the cost prices that you enter for the products.

Auto close print dialog
When you print you can choose to automatically print the Sales by ticking this option.


Advanced options
You can change the Sales to change the information shown. It is a series of HTML documents. You can change them using a standard HTML editor. Each file is described below. The files are located in the Templates folder under the main installation folder (e.g. C:\OSOP\Main\Templates).

Filename Description
ProfitHeader.html Profit header
ProfitProductHeader.html Profit table headings
ProfitProductTotal.html Profit Product details
ProfitFooter.html Profit totals and footer information

Within the files the following macros can be used:

Macro to use Product Details Description
[%SALES_PRODUCT%] Sales of this product
[%COSTS_PRODUCT%] Costs for this product
[%PROFITS_PRODUCT%] Profit on this product
[%QTY_PRODUCTS%] Quantity of this product sold
[%ITEM_SKU%] SKU of the product
[%ITEM_TITLE%] Title of the product
[%TOTAL_SALES_PRODUCT%] Total sales of all products
[%TOTAL_COSTS_PRODUCT%] Total cost of all products
[%TOTAL_PROFITS_PRODUCT%] Profit on all products
[%TOTAL_QTY_PRODUCTS%] Total number of products ordered.