Merge branch 'development' of gitlab.com:mbugroup/lti-web-client into feat/FE/US-281/TASK-316-317-slicing-ui-and-integrate-api-daily-recording-growing-uniformity-page

This commit is contained in:
rstubryan
2025-12-29 14:15:29 +07:00
54 changed files with 4457 additions and 2464 deletions
+33
View File
@@ -48,6 +48,11 @@ export const MAIN_DRAWER_LINKS: SidebarMenuItem[] = [
icon: 'heroicons-outline:scale',
permission: ['lti.production.uniformity.list'],
},
{
text: 'Keuangan',
link: '/finance',
icon: 'heroicons-outline:banknotes',
},
{
text: 'Biaya',
link: '/expense',
@@ -191,6 +196,10 @@ export const MAIN_DRAWER_LINKS: SidebarMenuItem[] = [
link: '/master-data/flock',
permission: ['lti.master.flocks.list'],
},
{
text: 'Standar Produksi',
link: '/master-data/production-standard',
},
],
},
] as const;
@@ -284,6 +293,30 @@ export const RECORDING_FLAG_OPTIONS = [
{ label: 'Ayam Mati', value: 'Ayam Mati' },
];
export const FINANCE_PARTY_TYPE_OPTIONS = [
{ label: 'Customer', value: 'CUSTOMER' },
{ label: 'Supplier', value: 'SUPPLIER' },
];
export const FINANCE_PAYMENT_METHOD_OPTIONS = [
{ label: 'Transfer', value: 'TRANSFER' },
{ label: 'Cash', value: 'CASH' },
{ label: 'Card', value: 'CARD' },
{ label: 'Cheque', value: 'CHEQUE' },
{ label: 'Saldo', value: 'SALDO' },
];
export const FINANCE_INITIAL_BALANCE_TYPE_OPTIONS = [
{ label: 'Saldo Awal Positif', value: 'POSITIVE' },
{ label: 'Saldo Awal Negatif', value: 'NEGATIVE' },
];
export const FINANCE_TRANSACTION_STATUS = ['PENJUALAN', 'BIAYA'];
export const FINANCE_INITIAL_BALANCE_STATUS = ['SALDO_AWAL'];
export const FINANCE_INJECTION_STATUS = ['INJECTION'];
export const APPROVAL_WORKFLOWS = [
{
key: 'PROJECT_FLOCKS',