Work on invoice printing - to clean up
This commit is contained in:
@@ -32,6 +32,9 @@ return array(
|
||||
'172.31.10.200'=>Kohana::DEVELOPMENT,
|
||||
'www.graytech.net.au'=>Kohana::PRODUCTION,
|
||||
),
|
||||
'bsb' => '633-000', // @todo This should come from the DB
|
||||
'accnum' => '120 440 821', // @todo This should come from the DB
|
||||
'site_name' => 'Graytech Hosting Pty Ltd', // @todo This should come from the DB
|
||||
'taxid' => 'ABN: 49 106 229 476', // @todo This should come from the DB
|
||||
);
|
||||
?>
|
||||
|
15
application/config/invoice.php
Normal file
15
application/config/invoice.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php defined('SYSPATH') or die('No direct access allowed.');
|
||||
|
||||
/**
|
||||
* OSB invoice configuration
|
||||
*
|
||||
* @package OSB
|
||||
* @category Configuration
|
||||
* @author Deon George
|
||||
* @copyright (c) 2010 Open Source Billing
|
||||
* @license http://dev.osbill.net/license.html
|
||||
*/
|
||||
return array(
|
||||
'driver' => 'TCPDF',
|
||||
);
|
||||
?>
|
Reference in New Issue
Block a user