- 매입(purchases): supplier 정보 필수, buyer 선택 - 매출(sales): buyer 정보 필수, supplier 선택 - required → required_if:direction 조건부 검증으로 변경 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- 마이그레이션: barobill_settings, tax_invoices 테이블 생성 - 모델: BarobillSetting (인증서 암호화), TaxInvoice (상태/유형 상수) - 서비스: BarobillService (API 연동), TaxInvoiceService (CRUD, 발행/취소) - 컨트롤러: BarobillSettingController, TaxInvoiceController - FormRequest: 6개 요청 검증 클래스 - Swagger: API 문서 완성 (BarobillSettingApi, TaxInvoiceApi)