Export Data

Export Data

What you see is what you get exported. It is exporting the current Data Grid view. If you want flat data, switch to Flat View before exporting. In Tree View be sure to expand the nodes you want to see exported. The export data will be the same you are viewing, so be sure you are seeing all you want to see in export. Export data is in "Tab separated format" .tsv meaning it uses "TAB" to separate values during export. In Excel create new table, and just drag drop your .tsv file.

Read More

StoreReport Guide

StoreReport logo transparent

Error View

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.

Read More