Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Customer Login
12-29-2012, 05:31 PM,
#16
RE: Customer Login
Yes i have made some changes in the latest code that allows the sales person be selected at order entry, You will need to add the following SQL to add the sales person to the salesorders table.
Code:
ALTER TABLE `salesorders` ADD `salesperson` VARCHAR( 4 ) NOT NULL , ADD INDEX ( `salesperson` );
You need to use phpMyAdmin to apply this SQL to the db.

I thought there was a trap to ensure the customer login could only see their own invoices. I will go and check
Phil Daintree
webERP Admin
Logic Works Ltd
http://www.logicworks.co.nz
Reply


Messages In This Thread
Customer Login - by Rock*Star - 12-11-2012, 01:17 PM
RE: Customer Login - by Rock*Star - 12-12-2012, 04:55 AM
RE: Customer Login - by Rock*Star - 12-12-2012, 08:00 AM
RE: Customer Login - by phil - 12-12-2012, 07:01 PM
RE: Customer Login - by MacPhotoBiker - 12-17-2012, 11:36 AM
RE: Customer Login - by phil - 12-17-2012, 12:03 PM
RE: Customer Login - by MacPhotoBiker - 12-17-2012, 12:09 PM
RE: Customer Login - by phil - 12-17-2012, 12:19 PM
RE: Customer Login - by MacPhotoBiker - 12-18-2012, 02:02 AM
RE: Customer Login - by MacPhotoBiker - 12-18-2012, 03:29 AM
RE: Customer Login - by MacPhotoBiker - 12-18-2012, 04:13 AM
RE: Customer Login - by MacPhotoBiker - 12-18-2012, 04:56 AM
RE: Customer Login - by phil - 12-18-2012, 05:46 AM
RE: Customer Login - by MacPhotoBiker - 12-18-2012, 07:33 AM
RE: Customer Login - by MacPhotoBiker - 12-29-2012, 09:50 AM
RE: Customer Login - by phil - 12-29-2012, 05:31 PM
RE: Customer Login - by MacPhotoBiker - 12-31-2012, 05:05 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)