add names suggestions

This commit is contained in:
2025-11-27 09:29:36 +02:00
parent ff0f402820
commit beb0e022ff

View File

@@ -152,9 +152,9 @@ class GoodsReception:
rows=[] rows=[]
) )
self.placeholder = ft.Column([self.products_table, self.total], width=900, scroll=ft.ScrollMode.ADAPTIVE, height=600)
self.all_procuts = None
self.total = ft.Text("", weight=ft.FontWeight.BOLD) self.total = ft.Text("", weight=ft.FontWeight.BOLD)
self.placeholder = ft.Column([self.products_table, self.total], width=900, scroll=ft.ScrollMode.ADAPTIVE, height=600)
self.all_procuts = None
def set_total(self): def set_total(self):
tl = 0 tl = 0