Googleスプレッドシート

@if(auth()->user()->bookkeeping_enabled) 仕訳を確定したときに自動で同期します。 @else レシート解析が完了したときに自動で同期します。 @endif

@unless($configured)

管理者設定がまだです

Google CloudでOAuthクライアントを作成し、サーバーの .envGOOGLE_CLIENT_ID / GOOGLE_CLIENT_SECRET を入れてください。リダイレクトURIは次です。

{{ route('settings.google-sheets.callback') }}

@else @if(!$connected) Googleアカウントで連携 @else
連携アカウント
{{ $user->google_account_email ?: '取得済み' }}
スプレッドシート
@if($spreadsheetUrl) 開く @else 未設定 @endif
@csrf @method('PUT')
タブの作成単位

デフォルトは月単位です。

@csrf @method('DELETE')
@endif @endunless