Stock Module Information


Stock Module Information

1-Stock MODULE: Thanks to this module we will register our products to our program. And then we can use it in the respective modules.

1-A: Stock Movements: With this module, we can list the flows of the related products.

StockListForm: We will list the products in this form. Objects used; 1 x GridView, 1 Navigator

StockListForm 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 product transactions.

StockEditForm: In this form we will provide customers ' information. Objects used in this form; We transmit 1 piece of LayoutControl (8 TextEdit, 8 ButtonEdit, 10 CalcEdit, 1 ToogleSwitch).

LayoutControl: Layout Control

StockEditForm View Code: Btn_DoubleClick: ButtonEdits DoubleClick, Btn_ButtonClick: ButtonEdits Click, Selections (): Our function to show what buttons are clicked. DatabaseAddOrUpdate () If there are no errors in the data, we will register and close.

Stock Activity MODULE: With this module, we can see the Stock Activitys. Sold crates, received amount, Tax Vs.

StockActivityListForm: We'll do a Stock Activity listing in this form. Objects used in this form; 3 pieces LayoutControl, 3 GridView, 1 Navigator

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