Discussion:
[Citrusdb-users] Need Quick DB add on
Allen
2009-12-05 08:28:16 UTC
Permalink
I need a add on for Citrus

1. In the Admin page for each customer, I need a upload file button.
a. The Admin will upload a phone record sheet for the user to review.
2. In the online account users page, I need that file to be able to be
downloaded and leave a copy on the DB. The file will be a PDF or XLS up
to 10MB in size.

How much for this mod - I do not have the time to do this.
Paul Yasi
2009-12-08 02:00:29 UTC
Permalink
Adding a new module that would upload files and associate those files
to an account number should not be too difficult, especially if the
filename can contain the account number. The part that then links
them with their online account manager would need to be a custom added
case, since the online account manager is mostly contained in one
index file. Anyone who implements this would be advised to save the
files to the separate web server (where the online part is already
hopefully running) when uploaded and not onto the internal citrusdb
server, since access from the online account system to the internal
citrusdb server's filesystem could turn into a bad idea if it's not
kept secure from invalid queries or php filesystem bugs.

Paul
--
The CitrusDB Project | http://www.citrusdb.org
Open Source Customer Care & Billing System
Post by Allen
I need a add on for Citrus
1. In the Admin page for each customer, I need a upload file button.
   a. The Admin will upload a phone record sheet for the user to review.
2. In the online account users page, I need that file to be able to be
downloaded and leave a copy on the DB.  The file will be a PDF or XLS up
to 10MB in size.
How much for this mod - I do not have the time to do this.
------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing.
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
Citrusdb-users mailing list
https://lists.sourceforge.net/lists/listinfo/citrusdb-users
Allen
2009-12-08 02:03:44 UTC
Permalink
Know anyone who could do this quick while I toil on the sever....
Post by Paul Yasi
Adding a new module that would upload files and associate those files
to an account number should not be too difficult, especially if the
filename can contain the account number. The part that then links
them with their online account manager would need to be a custom added
case, since the online account manager is mostly contained in one
index file. Anyone who implements this would be advised to save the
files to the separate web server (where the online part is already
hopefully running) when uploaded and not onto the internal citrusdb
server, since access from the online account system to the internal
citrusdb server's filesystem could turn into a bad idea if it's not
kept secure from invalid queries or php filesystem bugs.
Paul
Loading...