Thanks Paul,

I did update the necessary php files under modules but was getting query
failed when performing the search. I figured it out finally thanks to your
comments on the search.php. I was neglecting to also update the searches
table in SQL for the new search type.

Just let that be a note to everyone. New fields also require updating the
search table in SQL if you intend to use this new field as a search.

I'm attempting to add a function in the new user creation where after
submitting a user some information can be retained to more easily allow
rapid insertion of similar users. Things like state or city or zip. Since
the work I intend to do will call for manually inserting 10-50 users at a
time all within similar state/city/etc.

I'll let you know how it turns out.

-Ron

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Paul Yasi
Sent: Monday, October 01, 2007 10:46 AM
To: For users of CitrusDB discussion
Subject: Re: [Citrusdb-users] Best practice for adding new fields for
customers info.

You basically just named them :)  You need to edit the files inside
the modules/customer folder.  At the very least you need to change
edit.php and index.php, and then in addition you can edit create.php
to put that in the New customer form, and the search.php to search for
them.

Paul

On 10/1/07, Ronald Hornidge <[EMAIL PROTECTED]> wrote:
>
>
>
>
> If I were to add a new field for customer information what portions of
> CitrusDB need to be updated?
>
>
>
> Evidently the database would have to have the new field created under
> customer, but what .php files would need to be updated to create, edit,
and
> search for this new customer field?
>
>
>
> I'm trying to add a field for ssn# but keep getting query failed on pages.
>
>
> No virus found in this outgoing message.
>  Checked by AVG Free Edition.
>  Version: 7.5.488 / Virus Database: 269.13.33/1034 - Release Date:
9/27/2007
> 5:00 PM
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> 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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Citrusdb-users mailing list
Citrusdb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/citrusdb-users

No virus found in this incoming message.
Checked by AVG Free Edition. 
Version: 7.5.488 / Virus Database: 269.13.33/1034 - Release Date: 9/27/2007
5:00 PM
 

No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.488 / Virus Database: 269.13.33/1034 - Release Date: 9/27/2007
5:00 PM
 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Citrusdb-users mailing list
Citrusdb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/citrusdb-users

Reply via email to