Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
4134 Zobrazení

Hi,


I'm wondering if there is a solution out there that when I create a RFQ and send it so a supplier via Email, that would include a link in the email so that the supplier can directly give a response to that RFQ (accept, decline or change the price)?


Thanks,

Michael

Avatar
Zrušit
Autor Nejlepší odpověď

OK, i found the solution, here we go:



<?php

require_once('ripcord.php');

$url = "http://yourdomain.com";

$db = "yourdb";

$username = "youradminuser";

$password = "yourpw";

$po_id = 1;

$common = ripcord::client("$url/xmlrpc/2/common");

$uid = $common->authenticate($db, $username, $password, array());

$models = ripcord::client("$url/xmlrpc/2/object");

$models->exec_workflow(

$db, $uid, $password,

'purchase.order', 'bid_received',

$po_id

);

$models->exec_workflow(

$db, $uid, $password,

'purchase.order', 'purchase_confirm',

$po_id

);

?>


Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
2
čvc 22
9316
1
bře 15
11444
1
bře 15
4041
3
srp 25
661
1
čvc 25
573