Register    Login    Forum    Search    FAQ

Board index » General Usage » Receivables




Post new topic Reply to topic  [ 28 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: Problem of Auto Gen New Customer ID with Multi-user's input
 Post Posted: Wed Oct 28, 2009 5:21 am 
Offline

Joined: Tue Mar 24, 2009 7:37 pm
Posts: 443
Let's say I have 3 different computers in 1 location to do all the SO. Before create SO, they have to make the new customer account.
When user 1 do the new cust. account, the auto-gen number makes an ID C0001.
At the same time, user 2 and user 3 do the new customer too. The auto-gen number makes the same ID C0001. It's because user 1 still input the customer information and haven't save it up.
When user 1 save it first, user 2 and user 3 cannot save it with the same ID. Then they would edit them to C0002 and C0003 manually. Problem solved.
The next new customer ID should be C0004, but the auto-gen would created for C0002, and it will stuck for C0002 forever. So users will always have to edit the customer ID manually. Any solution, Dave?


Top 
 Profile  
 
 Post subject: Re: Problem of Auto Gen New Customer ID with Multi-user's input
 Post Posted: Wed Oct 28, 2009 8:26 am 
Offline

Joined: Fri Aug 28, 2009 8:50 am
Posts: 186
Location: Miami, FL
Does the same thing happen with orders?

_________________
Ruben.


Top 
 Profile  
 
 Post subject: Re: Problem of Auto Gen New Customer ID with Multi-user's input
 Post Posted: Wed Oct 28, 2009 9:03 pm 
Offline

Joined: Tue Mar 24, 2009 7:37 pm
Posts: 443
I think so. But so far we create SO number manually, only Customer ID using the auto-gen.


Top 
 Profile  
 
 Post subject: Re: Problem of Auto Gen New Customer ID with Multi-user's input
 Post Posted: Mon Nov 02, 2009 1:29 pm 
Offline

Joined: Tue Mar 24, 2009 7:37 pm
Posts: 443
any solution for this problem, Dave?


Top 
 Profile  
 
 Post subject: Re: Problem of Auto Gen New Customer ID with Multi-user's input
 Post Posted: Mon Nov 02, 2009 6:42 pm 
Offline

Joined: Fri Aug 28, 2009 8:50 am
Posts: 186
Location: Miami, FL
I suggest the following work around:

Create customer account on the fly in SO form:
1. Open SO form
2. Enter the minimum information required for a new customer for your setup.
3. Press the save button. This assigns a customer ID and SO number.
3. Press the open button.
4. Select the SO you just created which should be a the top of the list.
5. Fill in the rest of the client data and SO.
6. Press the save button.
If you still have problems, reduce the required customer information only to 2 fields: Customer Id and Primary/Company Name


When creating a new customer in customer form:
1. Open New Customer form
2. Enter the minimum information required for a new customer for your setup
3. Press the save button. This assigns a customer ID number.
4. Go to Maintain Customers and do a search for the customer you just created.
5. Select the customer and enter the remainder of the information.

Ruben.

_________________
Ruben.


Top 
 Profile  
 
 Post subject: Re: Problem of Auto Gen New Customer ID with Multi-user's input
 Post Posted: Tue Nov 03, 2009 1:59 pm 
Offline

Joined: Fri Oct 26, 2007 3:55 pm
Posts: 3499
Location: Colorado, US
I have this on my short list, what I plan on doing is leaving the customer number blank until the record is saved when I will apply the ID. Should fix the problem. It will be fixed in R1.9.

Dave


Top 
 Profile  
 
 Post subject: Re: Problem of Auto Gen New Customer ID with Multi-user's input
 Post Posted: Fri Nov 06, 2009 2:51 am 
Offline

Joined: Tue Mar 24, 2009 7:37 pm
Posts: 443
wow, thanks Dave! So about when will the v1.9 come out?


Top 
 Profile  
 
 Post subject: Re: Problem of Auto Gen New Customer ID with Multi-user's input
 Post Posted: Fri Nov 06, 2009 10:18 am 
Offline

Joined: Fri Oct 26, 2007 3:55 pm
Posts: 3499
Location: Colorado, US
I'm planning on early December.


Top 
 Profile  
 
 Post subject: Re: Problem of Auto Gen New Customer ID with Multi-user's input
 Post Posted: Fri Nov 06, 2009 11:25 am 
Offline

Joined: Tue Mar 24, 2009 7:37 pm
Posts: 443
thanks. I'll be waiting for your excellent work


Top 
 Profile  
 
 Post subject: Re: Problem of Auto Gen New Customer ID with Multi-user's input
 Post Posted: Wed Dec 09, 2009 2:05 am 
Offline

Joined: Tue Mar 24, 2009 7:37 pm
Posts: 443
Customer ID (Leave blank for system generated ID)
When I leave it blank, it fail to create a cust ID.
The account ID already exists in the system, please enter a new id.

How to set up the next Customer ID?
There's no Next Customer ID can be set up at "Tools -> Administrative Tools".


Top 
 Profile  
 
 Post subject: Re: Problem of Auto Gen New Customer ID with Multi-user's input
 Post Posted: Wed Dec 09, 2009 9:20 am 
Offline

Joined: Fri Oct 26, 2007 3:55 pm
Posts: 3499
Location: Colorado, US
I'll take a look. Dave


Top 
 Profile  
 
 Post subject: Re: Problem of Auto Gen New Customer ID with Multi-user's input
 Post Posted: Wed Dec 09, 2009 2:20 pm 
Offline

Joined: Fri Oct 26, 2007 3:55 pm
Posts: 3499
Location: Colorado, US
This works on the demo site. If you go to the demo site, there is a place to set the Next Customer ID on the sequence number fieldset in Tools -> Administrative Tools. Does your system have this field as shown on the demo site? If not, it should have been added during one of your upgrades.

Dave


Top 
 Profile  
 
 Post subject: Re: Problem of Auto Gen New Customer ID with Multi-user's input
 Post Posted: Wed Dec 09, 2009 3:44 pm 
Offline

Joined: Tue Mar 24, 2009 7:37 pm
Posts: 443
The 1 at my site doesn't have... So? I need to install it again? I don't think it will make it appears, becoz I already install it twice today. Do I miss something that u've upgrade after upload the data to sourceforge?


Top 
 Profile  
 
 Post subject: Re: Problem of Auto Gen New Customer ID with Multi-user's input
 Post Posted: Wed Dec 09, 2009 4:00 pm 
Offline

Joined: Fri Oct 26, 2007 3:55 pm
Posts: 3499
Location: Colorado, US
Check file: /modules/general/pages/admin_tools/template_main.php for the lines:
Code:
     <td class="dataTableContent"><?php echo GEN_ADM_TOOLS_CUSTID; ?></td>
     <td class="dataTableContent"><?php echo  html_input_field('next_cust_id_num', $cInfo->next_cust_id_num); ?></td>
     <td class="dataTableContent"><?php echo GEN_ADM_TOOLS_VENDID; ?></td>
     <td class="dataTableContent"><?php echo  html_input_field('next_vend_id_num', $cInfo->next_vend_id_num); ?></td>
If these lines are not there, your file is down level and you should load the newest version from the upgrade. Then check your db in table current_status and see if you have the fields next_cust_id_num and next_vend_id_num. If they are not there, ad them of type varchar length = 16. Set the starting values to the ID you want first.

Dave


Top 
 Profile  
 
 Post subject: Re: Problem of Auto Gen New Customer ID with Multi-user's input
 Post Posted: Thu Dec 10, 2009 3:26 am 
Offline

Joined: Tue Mar 24, 2009 7:37 pm
Posts: 443
I don't have the script u posted!
I can upgrade it once more. But r u sure the newest file is at sourceforge.com?
The file I downloaded yesterday shows it's 6.4 MB on sourceforge, but actually it is only 6.1MB (1,775 files, 400 folders).
Did I download the right file already?


Top 
 Profile  
 
Display posts from previous:  Sort by  
 
Post new topic Reply to topic  [ 28 posts ]  Go to page 1, 2  Next

Board index » General Usage » Receivables


Who is online

Users browsing this forum: No registered users and 2 guests

 
 

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron