If you look in the includes folder that comes with 2.x you'll see
there are files that have functions for billing, services, and support
that have much of these function in them.  Including the config and
database files will get your settings and database connection too.

eg:

include('./include/config.inc.php');
include('./include/database.inc.php');
include('./include/billing.inc.php');
include('./include/support.inc.php');
include('./include/services.inc.php');

Paul

On Wed, May 30, 2012 at 11:10 AM, Nathan Kirk <nk...@kbstech.com> wrote:
> Does anyone have an API or Class set-up to do the functions from outside
> the system(ie add customers,add services with linked products , process
> invoices) ? I have been adding things into the database directly but
> there are some key components I am missing.
>
> Also has anyone created a Statement Page? Where a customer can see all
> of their payments and invoices in one statement.
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Citrusdb-users mailing list
> Citrusdb-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/citrusdb-users



-- 
The CitrusDB Project | http://www.citrusdb.org
Open Source Customer Care & Billing System

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Citrusdb-users mailing list
Citrusdb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/citrusdb-users

Reply via email to