add good received popup window
This commit is contained in:
@@ -26,7 +26,7 @@ class GoodsReception:
|
|||||||
options=self.get_categories(),
|
options=self.get_categories(),
|
||||||
expand=True
|
expand=True
|
||||||
)
|
)
|
||||||
self.quantity = ft.TextField(label="grame/buc")
|
self.quantity = ft.TextField(label="Grame/buc")
|
||||||
self.init_stock = ft.TextField(label = "Stoc initial")
|
self.init_stock = ft.TextField(label = "Stoc initial")
|
||||||
self.masure = ft.Dropdown(
|
self.masure = ft.Dropdown(
|
||||||
label="Unitate de masura",
|
label="Unitate de masura",
|
||||||
@@ -140,10 +140,10 @@ class GoodsReception:
|
|||||||
self.quantity.update()
|
self.quantity.update()
|
||||||
# self.init_stock.value = ''
|
# self.init_stock.value = ''
|
||||||
# self.new_stock.value = ''
|
# self.new_stock.value = ''
|
||||||
# self.masure.value = ''
|
self.masure.value = 'buc'
|
||||||
# self.total_units.value = ''
|
# self.total_units.value = ''
|
||||||
# self.enter_price.value = ''
|
# self.enter_price.value = ''
|
||||||
# self.exit_price.value = ''
|
self.exit_price.value = item['price']
|
||||||
# self.stock_min.value = ''
|
# self.stock_min.value = ''
|
||||||
# self.stock_max.value = ''
|
# self.stock_max.value = ''
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user