Refactor Store management: implement save and sync functionality for providers and staff; create StoreCard and StoreForm components

This commit is contained in:
2026-04-17 14:58:29 +02:00
parent 08a521c21c
commit f4d59a2f4f
7 changed files with 537 additions and 346 deletions

View File

@@ -17,8 +17,6 @@ class _ProvidersMasterDataScreenState extends State<ProvidersMasterDataScreen> {
@override
void initState() {
super.initState();
// Carichiamo i provider della company (senza store specifico per ora)
context.read<ProvidersCubit>().loadProviders(null);
}
@override