Error View
This component is searching for errors in Skubana data. The type of errors are some common ones we found in our usage scenario. Error View can help you clean your data and make better reports. Works only in Orders View.
Remove- Remove selected Items. It can remove items from data set, like removing wrong orders, test orders or anything that is making wrong calculations.
Change - Change any field on selected Item / Items [Multiple selection with SHIFT or CTRL + CLICK]. Mostly used to change currentCost field from zero, so we get accurate COGS report.
Today Cost - Used when Current cost is null. Meaning there was no Cost found on the day of the order. This will try to fetch the today data, so it gets the cost if it is added later, after order is placed.
*Merge with Parent - Used for fixing the Split Order issue. It will merge the selected item with its parent, that will fix the COGS report for that order. Still in test phase.
Type of errors:
Unit price is zero Selling price product is zero. It sometimes means an error in human input.
Current cost is zero - Current Cost is Skubana field for Vendor Cost or FIFO. It is how much you paid for product, the field is used for calculating COGS, in 99% should not be zero.
Current cost is null - Missing Current Cost. It is very important that you calculate and retrieve all the costs you paid for purchasing products. Without it COGS cannot be calculated.
Possible Split Order - Used for fixing the Split Order issue. It will merge the selected item with his parent and will fix the COGS report for that order. Still in development.