Category
The Category master should have the following fields :
- Category Type :Primary This is a unique category of product that the user will setup.
- Category Name : Text Box : Alphanumeric : Max characters 47 This is a unique category anme that the user will enter. System should not allow duplicate category names.
- GL Code - Text Box : Alphanumeric : Max lenght 30
- Unique GL for each of the category type.
- In order to add a new category , the user needs to click on the add button which will open up a pop up with all the fields required to setup a category.
- User can save this selection by clicking on the save button of the pop-up and clicking the cancel button on the pop-up will not save the input values.
- A category that is associated with a product cannot be removed unless that association is removed first.