example of content:
Data Dictionary (Sales Form)
NAME DESCRIPTION OBJECT USED
Sales Grid Display the record product in table form. Data Grid
Txt item num Display the item number of products. Textbox
Txt descri Display the description of product. Textbox
Txt price Display the price of product Textbox
Txt av_item Display the present quantity of product. textbox
Txt qnty Input the desired item quantity of of user. textbox
Txt amount Display the total amount of chosen product. textbox (Amount=price*quantity)
Txt cash Input the payment cash of user. Textbox
Txt change Display the change of payment of the user. Textbox (Change=cash-amount)
CMD print Print a receipt when click. Command button
CMD save Save the update list of product in database. Command button
CMD ok Update the list of product in database. Command button
CMD cancel Reset/close the sales form. Command button
Data Dictionary (Add Form)
NAME DESCRIPTION OBJECT USED
Add grid Display the list of product in table form. Data grid
CMD add Enable textboxes (txt item num, text descry, text price, text qnty) To add new product/item. Command button
CMD edit Enable the text boxes (text item num, text descry, text price, text only) To edit the selected item. Command button
CMD delete Delete the selected item/product. Command button
CMD cancel Close the form. Command button
Text num Disabled first when the cmd add clicked it will enable to put data when command edit it will enable to edit chosen data. Textbox
Text descri Disabled first when cmd add clicked it will enable to input data when cmd edit it will enable to edit chosen data. Textbox
Text price Disable first when cmd add clicked it will will enable to input data when cmd edit it will enable to edit the chosen data. Textbox
Text qnty Disable first when cmd add clicked it will enable to input data when cmd edit it will