Store Module Information
Store Module Information
1-Store MODULE: Thanks to this module, we will register the products ' warehouses in our program. And then we can use it in the respective modules.
1-A: Store Movements: With this module, we can list the flows of the products in the respective warehouses.
StoreListForm: We'll do a list of warehouses in this form. Objects used in this form; 1 x GridView, 1 Navigator

StoreListForm View Code: ListData (): The function we will pull data from. EntityDelete (): The function required to delete data. OpenEditForm (): function of opening selected data in edit mode. OpenEditFormAdd (): Open function in new recording mode. ActivityOpen (): Our function required to open customer transactions.

StoreEditForm: In this form we will provide customers ' information. Objects used in this form; We are transferring 1 piece of LayoutControl and (9 TextEdit).

LayoutControl: Layout Control
StoreEditForm View Code: DatabaseAddOrUpdate () If there are no errors in the data, we will register and close.

Store Activity MODULE: With this module, we will be able to see the Store Activitys. Current Stock, Input Stock, Output Stock
StoreActivityListForm: We will list Store Stocks in this form. Objects used in this form; 3 PCs LayoutControl, 3 pcs BandedGridView, 1pc Navigator

StoreActivityListForm View Code : ListData() // We call the variable ListData that we defined in BaseListForm.
