feat: 품질관리·대시보드·결재 양식 개선
- 품질관리 수주선택 필터링 + 검사 상태 자동 재계산 - 제품검사 요청서 Document(EAV) 자동생성 및 동기화 - 현황판 결재 카드 approvalOnly 스코프 + sub_label 추가 - 캘린더 어음 만기일 일정 연동 - QuoteStatService codebridge DB 커넥션 연결 - 테넌트 부트스트랩 기본 결재 양식 자동 시딩
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
namespace App\Services\TenantBootstrap;
|
||||
|
||||
use App\Services\TenantBootstrap\Steps\ApprovalFormsStep;
|
||||
use App\Services\TenantBootstrap\Steps\CapabilityProfilesStep;
|
||||
use App\Services\TenantBootstrap\Steps\CategoriesStep;
|
||||
use App\Services\TenantBootstrap\Steps\MenusStep;
|
||||
@@ -24,6 +25,7 @@ public function steps(string $recipe = 'STANDARD'): array
|
||||
new CategoriesStep,
|
||||
// new MenusStep, // Disabled: Use MenuBootstrapService in RegisterService instead
|
||||
new SettingsStep,
|
||||
new ApprovalFormsStep,
|
||||
],
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user