feat: initiate tag distributions

This commit is contained in:
2026-01-21 20:00:06 +03:30
parent b573a16e89
commit 3550e1fec7
7 changed files with 506 additions and 12 deletions

View File

@@ -24,6 +24,7 @@ import CooperativeRanchers from "../Pages/CooperativeRanchers";
import SettingsOfUnits from "../Pages/SettingsOfUnits";
import Tagging from "../Pages/Tagging";
import Tags from "../Pages/Tags";
import TagDistribtution from "../Pages/TagDistribution";
export const managementCategoryItems = [
{
@@ -182,6 +183,11 @@ export const taggingCategoryItems = [
path: R.TAGS_BATCH,
component: Tags,
},
{
name: "tag_distribution",
path: R.TAG_DISTRIBUTION,
component: TagDistribtution,
},
];
export const posCategoryItems = [