<?php

return [

    /**
     * Provider.
     */
    'provider'  => 'bixo',

    /*
     * Package.
     */
    'package'   => 'account',

    /*
     * Modules.
     */
    'modules'   => ['invoice', 'coa', 'payrec', 'payrec_detail', 'payrec_receipts', 'invoice_detail', 'product', 'costcenter', 'account', 'drcrnote', 'drcrnote_detail', 'bank', 'customer', 'acknowledgement', 'acknowledgement_detail', 'allocation', 'journal', 'journal_detail', 'ledger', 'transaction', 'transactions_detail'],

];