×

Warning

JUser: :_load: Unable to load user with ID: 43

Requests

 

Use Requests module to link a request form on your web to ISPadmin. If a customer fills in your request form the data is sent to ISPadmin where you can process it.

Request form activation

Activate request form in Settings Syst. settings General, by setting ID service_request_form to 1 and ID ispadmin_server as per your settings (e.g. https://ispadmin.yourcompany.com).

Request form creation

Then you have to create a request form for your web page. Create INPUTBOX fields for every item. Add the code below to your request form while sending it. It will send data into ISPadmin.

In the code, change $ISPadminDomain variable to a correct url address of ISPadmin.

Every item in the form must be named according to sending code, e.g. web_form_input_name-name, web_form_input_name-city ...) as in <input type="edit" name="web_form_input_name-name" > ......

You have to have a request form for new clients on your web in order to be able to use this module, and build the following code into it:

----- Code for your web page -----

$ISPadminDomain = "server.ispadmin.eu:80"; /* Domain of the administration interface of ISPadmin, e.g.: admin.ispadmin.eu or demo.ispadmin.eu:81. If the server uses SSL, then the value of the $ISPadminDomain variable must contain https:// . */

/* $_POST[] params fill of your web */

$name = $_POST['web_form_input_name-name'];

$surname = $_POST['web_form_input_name-surname'];

$street = $_POST['web_form_input_name-street'];

$city = $_POST['web_form_input_name-city'];

$zip = $_POST['web_form_input_name-zip'];

$email = $_POST['web_form_input_name-email'];

$phone = $_POST['web_form_input_name-phone'];

$download = $_POST['web_form_input_name-download'];

$description = $_POST['web_form_input_name-description'];

$vars = array( "name"=>$name, "surname" => $surname, "street" => $street, "city" => $city, "zip" => $zip, "email" => $email,
"phone" => $phone, "download" => $download, "description" => $description );

$ch = curl_init( $ISPadminDomain . "/service_request_add.php" );

curl_setopt( $ch, CURLOPT_POSTFIELDS, $vars );

curl_setopt($ch, CURLOPT_RETURNTRANSFER, 0);

curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);

curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false);

$output = curl_exec( $ch );

curl_close( $ch );

----- END of code for your web page -----

How to work with requests in ISPadmin

Create a contact - opens a window for adding a new contact where available data from the request form are pre-filled.
It is possible to send an email directly to the person that made the request in question. These emails are then saved to the history of the given request.
You can now add as many notes to each request as you want - click on the icon and save the note. Green icon means that at least 1 note exists.
icon edit Edit request
icon delete btsp Delete request

 

icon info2 You can the system to send you an information e-mail upon creation of a new request.

  • The settings needed:
    • Settings Syst. settings General, ID send_email_after_new_client_request = 1
    • a due record in Settings Syst. settings General, ID system_mail and system_mail_name
  • You can define the email layout in Settings Other E-mail templates. To activate the template, click on icon check ko in New request column.

Removing records from ISPadmin

Delete client Deleted client is not deleted from the system, instead its rec...

Adding/Editing invoice group

Invoice group set-up Name The internal name of a given invoice group...

Invoice period, floating period

The options are: not invoiced, monthly, bimonthly, quarterly, half-yearly, and y...

Generating reminders

Reminders are automatically generated every day at the time set in the reminder_...

Proforma invoices

Proforma invoice is a non-fiscal document. It is merely an instruction for the c...

Introduction to invoicing

Here you will find basic settings for you to start using Invoicing module. Gene...

Change of numerical series for Invoicing

Typically, you would need to change a numerical series for Invoicing on New Year...

Export of invoices

You may export invoices into your accounting software if it is supported by I...

Invoice logo/stamp

In Invoicing Settings Invoice Groups, while adding a new group (+ Add new gro...

Can we have multiple IBAN codes for an invoice group?

No. One IBAN equals one invoice group. You cannot have more IBAN codes for on...

Charging clients for tariff changes

You might want to charge clients, for example, when they decide to change to ...

How to issue invoices in foreign currency

If you want to issue invoices in foreign currency you can do so in a few ways...

One-time invoice for a service provided in a certain time period

If you want to issue a one-time invoice for a certain service that is provide...

Invoice due date functionality

Standalone Invoice (index.php?option=com_content view=article id=1202:creating-a...

Invoice layout modification

You cannot change invoice layout. You can only change the following (Invo...

How to send a client an email containing all of their unpaid invoices

If you want to send a particular client an email containing all of their unpaid ...

How to issue an expenditure cash slip

The system issues an expenditure cash slip when overpayments are refunded in ...

How to add overpayment into client´s credit

Let’s assume you use FIO bank. Go to InvoicingBankFIO to display all incoming...

Does ISPadmin support the PayU payment gateway?

No, the PayU payment gateway is not supported by ISPadmin.

Currency not exported

Currency is loaded from invoice group set up. You have to set up currency for...

Invoice items are not in the same language as my ISPadmin

You may define your own descriptions of invoiced items in SettingsActive service...

A credit note issued, yet the invoice is still marked as "unpaid".

When viewing a particular credit note, you have to use the Confirm the credi...

How to set the description of a pending item on an invoice

Go to Settings Syst. settings Inventory. In the Description of pending items ...

How to set the invoicing period for the VoIP service

In Settings Syst. settings General in the voip_offset item, you can state tha...

Import of CSV bank statement files to ISPadmin is not working

If you cannot import a CSV file from your bank to the ISPadmin system, check ...

How to set invoice numbering

On this page, you can find out how to appropriately and correctly set invoice...

Where to set the email address from which invoice emails are sent?

Invoice emails are sent from the email address that you have entered on the c...

How to use one client payment to settle multiple invoices

In Invoicing Bank, you can now settle more than one invoice at once (There is...

Payments from bank emails have not been imported and matched.

Check whether there are bank emails in the Invoicing Bank E-mail tab. If ...

Calculation of VAT on invoices

VAT is calculated for each individual invoice item. It is always rounded to 2...

How to modify the text on an invoice

You can change the descriptions of items on an invoice in SettingsService Gro...

Configuring your PayPal account

In order to have your PayPal-payments matching functional, each individual paym...

CSV format for payment import

Column 1 SS (Specific symbol) Column 2 Note Column 3 VS (V...

«
»

CONTACT

NET service solution, s.r.o.
Žerotínova 3056/81a
787 01 Šumperk
Czech Republic