Discussion:
[Citrusdb-users] API Functions or Classes
Nathan Kirk
2012-05-30 15:10:18 UTC
Permalink
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.
Paul Yasi
2012-06-04 16:59:12 UTC
Permalink
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
Post by Nathan Kirk
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
https://lists.sourceforge.net/lists/listinfo/citrusdb-users
--
The CitrusDB Project | http://www.citrusdb.org
Open Source Customer Care & Billing System
Loading...