Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can't Place PO in outstanding sales order tab
09-13-2016, 01:08 AM,
#1
Can't Place PO in outstanding sales order tab
Why is this showing up? What do i set up for this?


Attached Files Thumbnail(s)
       
Reply
09-13-2016, 02:06 AM,
#2
RE: Can't Place PO in outstanding sales order tab
This has been fixed in svn. The error is as itr says in the message. The SQL at about line 163 of SelectSalesOrder.php should be:

$sql = "SELECT locationname,
deladd1,
deladd2,
deladd3,
deladd4,
deladd5,
deladd6,
tel,
contact
FROM locations
INNER JOIN locationusers ON locationusers.loccode=locations.loccode AND locationusers.userid='" . $_SESSION['UserID'] . "' AND locationusers.canupd=1
WHERE locations.loccode = '" .$_SESSION['UserStockLocation'] . "'";


Tim
Reply
09-13-2016, 02:17 AM,
#3
RE: Can't Place PO in outstanding sales order tab
Thanks tim
I managed to create a purchase order but this is showing up, I'm currently logged in as a admin

WARNING Message Report : You do not have permission to authorise this purchase order.
This order is for PHP 900000. You can only authorise up to PHP .
If you think this is a mistake please contact the systems administrator
The order has been created with a status of pending and will require authorisation
Reply
09-13-2016, 03:11 AM,
#4
RE: Can't Place PO in outstanding sales order tab
Have you setup purchase order authorisation levels?
Reply
09-13-2016, 03:29 AM,
#5
RE: Can't Place PO in outstanding sales order tab
not yet where can i find it?
Reply
09-13-2016, 06:35 AM,
#6
RE: Can't Place PO in outstanding sales order tab
Did you look under the setup screen? I haven't got it in front of me but I think its obvious
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)