feat : home page

This commit is contained in:
2025-06-15 17:16:04 +03:30
parent 448834ecb2
commit 77d5f3be3e
20 changed files with 540 additions and 262 deletions

View File

@@ -37,7 +37,7 @@ class SalesInProvinceLogic extends GetxController {
@override
void onInit() {
super.onInit();
rootLogic.getInventory();
//rootLogic.getInventory();
getAllocatedMade();
getRolesProducts();
getGuilds();

View File

@@ -48,7 +48,7 @@ class SalesInProvincePage extends GetView<SalesInProvinceLogic> {
),
),
SizedBox(height: 4),
ObxValue(
/* ObxValue(
(data) => data.isEmpty
? Container(
margin: const EdgeInsets.symmetric(vertical: 2),
@@ -106,7 +106,7 @@ class SalesInProvincePage extends GetView<SalesInProvinceLogic> {
},
),
controller.rootLogic.inventoryList,
),
),*/
],
),
);