mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-23 14:55:44 +00:00
feat(FE-136): add flock and recording management with validation in forms
This commit is contained in:
@@ -12,6 +12,29 @@ export const MAIN_DRAWER_LINKS: MAIN_DRAWER_MENU[] = [
|
||||
icon: 'gg:chart',
|
||||
},
|
||||
|
||||
{
|
||||
title: 'Flock',
|
||||
link: '/flock',
|
||||
icon: 'mdi:chicken',
|
||||
submenu: [
|
||||
{
|
||||
title: 'List Flock',
|
||||
link: '/flock/list',
|
||||
icon: 'mdi:chicken',
|
||||
},
|
||||
{
|
||||
title: 'Chick In',
|
||||
link: '/flock/chick-in',
|
||||
icon: 'mdi:home-import-outline',
|
||||
},
|
||||
{
|
||||
title: 'Recording',
|
||||
link: '/flock/recording',
|
||||
icon: 'mdi:clipboard-text',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
{
|
||||
title: 'Persediaan',
|
||||
link: '/inventory',
|
||||
@@ -175,3 +198,10 @@ export const PRODUCT_FLAG_OPTIONS = [
|
||||
export const SUPPLIER_FLAG_OPTIONS = [
|
||||
{ label: 'EKSPEDISI', value: 'EKSPEDISI' },
|
||||
];
|
||||
|
||||
export const RECORDING_FLAG_OPTIONS = [
|
||||
{ label: 'Ayam Afkir', value: 'Ayam Afkir' },
|
||||
{ label: 'Ayam Culling', value: 'Ayam Culling' },
|
||||
{ label: 'Ayam Mati', value: 'Ayam Mati' },
|
||||
{ label: 'DOC', value: 'DOC' },
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user