@extends('layouts.app') @section('content')
@include('proedge.admin.adminPanel')

QuickBooks Configuration

@if(count($accounts) > 0)
@foreach($accounts as $account) @endforeach @foreach($payment_methods as $method) @endforeach @foreach($terms as $term) @endforeach
List QB ID Description Last Sync
{{$account[0]}} {{$account[1]}} {{$account[2]}}
PaymentMethod {{$method->Id}} {{$method->Name}}
Terms {{$term->Id}} {{$term->Name}}
{{ csrf_field() }} @if ($configId) @endif
Default Settings Selection Description
Earned income related to customers.
Cost of Goods Sold: Transactions related to expenses, including bills, bill payments, and any credit you have with vendors. The default account will be used if invoices are not coded correctly or a previous accout no longer exists within QuickBooks.
Default customer invoice terms.
Default Item
Default item used to represent a construction draw.
Default item used to represent an addendum.
@else
@endif
@include('proedge.modal.admin.edit_selection')
@endsection