Initial integration with Quickbooks

This commit is contained in:
Deon George
2019-06-12 16:25:15 +10:00
parent eb254def7a
commit 9fa773d283
12 changed files with 658 additions and 2 deletions

7
app/Classes/External/Accounting.php vendored Normal file
View File

@@ -0,0 +1,7 @@
<?php
namespace App\Classes\External;
abstract class Accounting
{
}