To begin using the new Category Tracking feature, the Vendor Bill Grid Settings will need to be updated within the Config File Edit in System Settings:
When opening the Vendor Bill Grid Settings, a new section will need to be added to the settings:
Please copy/paste the following into lines 224-240 in the file:
<GridColumn>
<Linkable>false</Linkable>
<Filterable>false</Filterable>
<DataField>CategoryName</DataField>
<ItemType>0</ItemType>
<Label>Category</Label>
<Hide>false</Hide>
<Width>7%</Width>
<Printable>true</Printable>
<LabelAlign>right</LabelAlign>
<ValueAlign>right</ValueAlign>
<Clickable>false</Clickable>
<Required>false</Required>
<Aggregates />
<IsDetail xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" />
<HideFromGroupRow>false</HideFromGroupRow>
</GridColumn>
Comments
0 comments
Please sign in to leave a comment.