Files
sam-manage/config/categories.php

28 lines
928 B
PHP
Raw Permalink Normal View History

<?php
return [
/*
|--------------------------------------------------------------------------
| 카테고리 코드 그룹 라벨
|--------------------------------------------------------------------------
|
| code_group 코드에 대한 한글 라벨 매핑
| 새로운 code_group 추가 여기에 라벨을 등록하세요.
|
*/
'code_group_labels' => [
'product' => '제품 카테고리',
'material' => '자재 카테고리',
'item' => '품목 카테고리',
'item_category' => '품목 분류',
'item_group' => '품목 그룹',
'item_type' => '품목 유형',
'item_feature1' => '품목 특성1',
'item_feature2' => '품목 특성2',
'account_type' => '계정 유형',
'estimate' => '견적 유형',
'process_type' => '공정 유형',
'procurement_type' => '조달 유형',
],
2026-02-25 11:45:01 +09:00
];