//Accounting::updateConfigParam('relmodules', $_REQUEST["relstatus"]); //Accounting::setRelatedModules('false'); //Accounting::setRelatedModules($_REQUEST["relstatus"]); Accounting::updateConfigParam('invoicewf', $_REQUEST["wfstatus"]); Accounting::updateConfigParam('paymentwfpaid', $_REQUEST["paidPayment"]); Accounting::updateConfigParam('paymentwfpending', $_REQUEST["pendingPayment"]); Accounting::updateConfigParam('paymentwf', $_REQUEST["wfstatuspayment"]); Accounting::updateConfigParam('createpaymentwf', $_REQUEST["wfstatuscreatepayment"]); Accounting::updateConfigParam('wf_nopayments', $_REQUEST["createPayNo"]); Accounting::updateConfigParam('wf_frecuency', $_REQUEST["createPayFrec"]); Accounting::updateConfigParam('wf_firstpaymentdate', $_REQUEST["createPayDate"]); Accounting::updateConfigParam('wf_firstpaymentamount', $_REQUEST["createPayAmount"]); Accounting::updateConfigParam('associnvoice', $_REQUEST["associnvoice"]); Accounting::updateConfigParam('customlinks', $_REQUEST["addcustomlink"]); Accounting::updateCustomLinks(array("Project", "Potentials", "Leads", "Contacts", "Vendors", "Accounts", "Invoice", "PurchaseOrder", "SalesOrder", "Invoice"), $_REQUEST["addcustomlink"]); Accounting::updateTransactionMethods($_REQUEST['methodslist']); Accounting::updateConfigParam('showvat', $_REQUEST["showvat"]); Accounting::updateConfigParam('hidepopup', $_REQUEST["hidepopup"]); Accounting::updateConfigParam('defaultcurrency', $_REQUEST["defaultcurrency"]); Accounting::updateConfigParam('populateamount', $_REQUEST["populateamount"]); } } } } } } } } } } }