@extends('layouts.app') @section('title', 'Accounting Integration') @section('content')
@include('admin.partials.sidebar')
@include('admin.partials.topbar')

Accounting Integration

Integrasi dengan software akuntansi

CRM Integration
@if(!$enabled)

Accounting Tidak Aktif

Aktifkan Accounting dengan mengatur variabel berikut di file .env:

ACCOUNTING_ENABLED=true
ACCOUNTING_PROVIDER=accurate
ACCOUNTING_API_KEY=your_api_key
ACCOUNTING_API_URL=https://api.accurate.id
ACCOUNTING_COMPANY_ID=your_company_id
@else

{{ ucfirst($provider) }}

Accounting Provider

Connected

Sync Customer

@csrf

Sync Invoice

@csrf

Test Connection

Test koneksi ke accounting provider.

Supported Providers

Accurate Online

Software akuntansi populer di Indonesia

Jurnal.id

Cloud accounting by Mekari

Zahir

Software akuntansi lokal

@endif
@push('scripts') @endpush @endsection