<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://bliswiki.j3.co.za/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Admin</id>
	<title>BlisWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://bliswiki.j3.co.za/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Admin"/>
	<link rel="alternate" type="text/html" href="https://bliswiki.j3.co.za/index.php?title=Special:Contributions/Admin"/>
	<updated>2026-04-17T14:30:03Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.33.1</generator>
	<entry>
		<id>https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=33</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=33"/>
		<updated>2019-10-31T07:30:30Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Blis2 - Developed by J3 Systems [https://www.j3systems.co.za www.j3systems.co.za].&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Scheduled Cron Jobs ==&lt;br /&gt;
Scheduled tasks on a linux operating system are called [https://en.wikipedia.org/wiki/Cron cron jobs]. The cron jobs are managed through the [https://www.ispconfig.org ISPConfig 3 hosting panel].&lt;br /&gt;
&lt;br /&gt;
In Blis2 there are the following cron jobs:&lt;br /&gt;
&lt;br /&gt;
=== Order Import ===&lt;br /&gt;
The Order Import cron imports all current open orders.&lt;br /&gt;
&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Script:&amp;lt;/strong&amp;gt; crons/import_xml_orders.php&lt;br /&gt;
:* &amp;lt;strong&amp;gt;API:&amp;lt;/strong&amp;gt; BlisCost&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Runtime:&amp;lt;/strong&amp;gt; 2,7,12,17,22,27,32,37,42,47,52,57 minutes&lt;br /&gt;
&lt;br /&gt;
; The following processes take place&lt;br /&gt;
Connect to the API and save the XML file, if there are errors stop the processing. &lt;br /&gt;
&lt;br /&gt;
Set the importing flag and start reading the local saved XML file. &lt;br /&gt;
&lt;br /&gt;
Find the Customer's default warehouse. &lt;br /&gt;
&lt;br /&gt;
Check if order exists:&lt;br /&gt;
; Yes: Delete the order items and update the header. &lt;br /&gt;
; No: Create the new order and set the status to 0 (import).&lt;br /&gt;
&lt;br /&gt;
Get the costs and calculate item costs&lt;br /&gt;
&lt;br /&gt;
Insert the order items.&lt;br /&gt;
&lt;br /&gt;
Update the Order header.&lt;br /&gt;
&lt;br /&gt;
Flag Exceptions&lt;br /&gt;
&lt;br /&gt;
- Set the order status to 1 where all the warehouses are NW or BW and the status is 0 (imported)&lt;br /&gt;
&lt;br /&gt;
- Set the order status to 1 where the status is 0 and the total cost &amp;gt; own cost&lt;br /&gt;
&lt;br /&gt;
Auto release orders&lt;br /&gt;
&lt;br /&gt;
- Send WHConfirm for all the orders left on status 0&lt;br /&gt;
&lt;br /&gt;
Flag Complete&lt;br /&gt;
&lt;br /&gt;
- Set the status for all the auto released orders (status is 0) to 2&lt;br /&gt;
&lt;br /&gt;
=== Customer Master Import ===&lt;br /&gt;
Imports the Customer information&lt;br /&gt;
&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Script:&amp;lt;/strong&amp;gt; crons/import_xml_cust.php&lt;br /&gt;
:* &amp;lt;strong&amp;gt;API:&amp;lt;/strong&amp;gt; BlisCustomerMaster&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Runtime:&amp;lt;/strong&amp;gt; 1,4,7,10,13,16,19,22 hours, 00 minutes&lt;br /&gt;
&lt;br /&gt;
; The following processes take place&lt;br /&gt;
Connect to the API and save the XML file, if there are errors stop the processing.&lt;br /&gt;
&lt;br /&gt;
If the customer exists we update the details else we create a new record.&lt;br /&gt;
&lt;br /&gt;
=== Item Master Import ===&lt;br /&gt;
Imports the Stock item list&lt;br /&gt;
&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Script:&amp;lt;/strong&amp;gt; crons/import_xml_prod.php&lt;br /&gt;
:* &amp;lt;strong&amp;gt;API:&amp;lt;/strong&amp;gt; BlisItemMaster&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Runtime:&amp;lt;/strong&amp;gt; 0,3,6,9,12,15,18,21 hours, 30 minutes&lt;br /&gt;
&lt;br /&gt;
; The following processes take place&lt;br /&gt;
Connect to the API and save the XML file, if there are errors stop the processing.&lt;br /&gt;
&lt;br /&gt;
If the customer exists we update the details else we create a new record.&lt;br /&gt;
&lt;br /&gt;
=== Schedule Import ===&lt;br /&gt;
Imports the schedule&lt;br /&gt;
&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Script:&amp;lt;/strong&amp;gt; crons/import_xml_schedule.php&lt;br /&gt;
:* &amp;lt;strong&amp;gt;API:&amp;lt;/strong&amp;gt; BlisSalesOrder&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Runtime:&amp;lt;/strong&amp;gt; 3,8,13,18,23,28,33,38,43,48,53,58 minutes&lt;br /&gt;
&lt;br /&gt;
; The following processes take place&lt;br /&gt;
Connect to the API and save the XML file, if there are errors stop the processing. &lt;br /&gt;
&lt;br /&gt;
Set the importing flag and start reading the local saved XML file.&lt;br /&gt;
&lt;br /&gt;
Set the delete flag for all current records to 1.&lt;br /&gt;
&lt;br /&gt;
If the order exists we delete the order items and update the order header and we set the delete flag to 0, else we Create a new order header and set the delete flag to 0.&lt;br /&gt;
&lt;br /&gt;
Get the costs and calculate item costs.&lt;br /&gt;
&lt;br /&gt;
Update all the order header calculated totals.&lt;br /&gt;
&lt;br /&gt;
Set the delete field to the delete flag for all records.&lt;br /&gt;
&lt;br /&gt;
Set the Order status to 9 (delivered) for all SJ, SP, SD, SB, SC, TJ warehouses where the orders have been set to deleted.&lt;br /&gt;
&lt;br /&gt;
Set the Order status to 1 (new) for all SJ, SP, SD, SB, SC, TJ warehouses where the orders are not set to deleted. &lt;br /&gt;
&lt;br /&gt;
Set the importing flag to complete.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=32</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=32"/>
		<updated>2019-10-25T08:51:05Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* Schedule Import */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Blis2 - Developed by J3 Systems [https://www.j3systems.co.za www.j3systems.co.za].&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Scheduled Cron Jobs ==&lt;br /&gt;
Scheduled tasks on a linux operating system are called [https://en.wikipedia.org/wiki/Cron cron jobs]. The cron jobs are managed through the [https://www.ispconfig.org ISPConfig 3 hosting panel].&lt;br /&gt;
&lt;br /&gt;
In Blis2 there are the following cron jobs:&lt;br /&gt;
&lt;br /&gt;
=== Order Import ===&lt;br /&gt;
The Order Import cron imports all current open orders.&lt;br /&gt;
&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Script:&amp;lt;/strong&amp;gt; crons/import_xml_orders.php&lt;br /&gt;
:* &amp;lt;strong&amp;gt;API:&amp;lt;/strong&amp;gt; BlisCost&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Runtime:&amp;lt;/strong&amp;gt; 2,7,12,17,22,27,32,37,42,47,52,57 minutes&lt;br /&gt;
&lt;br /&gt;
; The following processes take place&lt;br /&gt;
Connect to the API and save the XML file, if there are errors stop the processing. &lt;br /&gt;
&lt;br /&gt;
Set the importing flag and start reading the local saved XML file. &lt;br /&gt;
&lt;br /&gt;
Find the Customer's default warehouse. &lt;br /&gt;
&lt;br /&gt;
Check if order exists:&lt;br /&gt;
; Yes: Delete the order items and update the header. &lt;br /&gt;
; No: Create the new order and set the status to 0 (import).&lt;br /&gt;
&lt;br /&gt;
Get the costs and calculate item costs&lt;br /&gt;
&lt;br /&gt;
Insert the order items.&lt;br /&gt;
&lt;br /&gt;
Update the Order header.&lt;br /&gt;
&lt;br /&gt;
Flag Exceptions&lt;br /&gt;
&lt;br /&gt;
- Set the order status to 1 where all the warehouses are NW or BW and the status is 0 (imported)&lt;br /&gt;
&lt;br /&gt;
- Set the order status to 1 where the status is 0 and the total cost &amp;gt; own cost&lt;br /&gt;
&lt;br /&gt;
Auto release orders&lt;br /&gt;
&lt;br /&gt;
- Send WHConfirm for all the orders left on status 0&lt;br /&gt;
&lt;br /&gt;
Flag Complete&lt;br /&gt;
&lt;br /&gt;
- Set the status for all the auto released orders (status is 0) to 2&lt;br /&gt;
&lt;br /&gt;
=== Customer Master Import ===&lt;br /&gt;
Imports the Customer information&lt;br /&gt;
&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Script:&amp;lt;/strong&amp;gt; crons/import_xml_cust.php&lt;br /&gt;
:* &amp;lt;strong&amp;gt;API:&amp;lt;/strong&amp;gt; BlisCustomerMaster&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Runtime:&amp;lt;/strong&amp;gt; 1,4,7,10,13,16,19,22 hours, 00 minutes&lt;br /&gt;
&lt;br /&gt;
; The following processes take place&lt;br /&gt;
Connect to the API and save the XML file, if there are errors stop the processing.&lt;br /&gt;
&lt;br /&gt;
If the customer exists we update the details else we create a new record.&lt;br /&gt;
&lt;br /&gt;
=== Item Master Import ===&lt;br /&gt;
Imports the Stock item list&lt;br /&gt;
&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Script:&amp;lt;/strong&amp;gt; crons/import_xml_prod.php&lt;br /&gt;
:* &amp;lt;strong&amp;gt;API:&amp;lt;/strong&amp;gt; BlisItemMaster&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Runtime:&amp;lt;/strong&amp;gt; 0,3,6,9,12,15,18,21 hours, 30 minutes&lt;br /&gt;
&lt;br /&gt;
; The following processes take place&lt;br /&gt;
Connect to the API and save the XML file, if there are errors stop the processing.&lt;br /&gt;
&lt;br /&gt;
If the customer exists we update the details else we create a new record.&lt;br /&gt;
&lt;br /&gt;
=== Schedule Import ===&lt;br /&gt;
Imports the schedule&lt;br /&gt;
&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Script:&amp;lt;/strong&amp;gt; crons/import_xml_schedule.php&lt;br /&gt;
:* &amp;lt;strong&amp;gt;API:&amp;lt;/strong&amp;gt; BlisSalesOrder&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Runtime:&amp;lt;/strong&amp;gt; 3,8,13,18,23,28,33,38,43,48,53,58 minutes&lt;br /&gt;
&lt;br /&gt;
; The following processes take place&lt;br /&gt;
Connect to the API and save the XML file, if there are errors stop the processing. &lt;br /&gt;
&lt;br /&gt;
Set the importing flag and start reading the local saved XML file.&lt;br /&gt;
&lt;br /&gt;
Set the delete flag for all current records to 1.&lt;br /&gt;
&lt;br /&gt;
If the order exists we delete the order items and update the order header and we set the delete flag to 0, else we Create a new order header and set the delete flag to 0.&lt;br /&gt;
&lt;br /&gt;
Get the costs and calculate item costs.&lt;br /&gt;
&lt;br /&gt;
Update all the order header calculated totals.&lt;br /&gt;
&lt;br /&gt;
Set the delete field to the delete flag for all records.&lt;br /&gt;
&lt;br /&gt;
Set the Order status to 9 (delivered) for all SJ, SP, SD, SB, SC, TJ warehouses where the orders have been set to deleted.&lt;br /&gt;
&lt;br /&gt;
Set the importing flag to complete.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=31</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=31"/>
		<updated>2019-10-24T11:22:57Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* Item Master Import */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Blis2 - Developed by J3 Systems [https://www.j3systems.co.za www.j3systems.co.za].&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Scheduled Cron Jobs ==&lt;br /&gt;
Scheduled tasks on a linux operating system are called [https://en.wikipedia.org/wiki/Cron cron jobs]. The cron jobs are managed through the [https://www.ispconfig.org ISPConfig 3 hosting panel].&lt;br /&gt;
&lt;br /&gt;
In Blis2 there are the following cron jobs:&lt;br /&gt;
&lt;br /&gt;
=== Order Import ===&lt;br /&gt;
The Order Import cron imports all current open orders.&lt;br /&gt;
&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Script:&amp;lt;/strong&amp;gt; crons/import_xml_orders.php&lt;br /&gt;
:* &amp;lt;strong&amp;gt;API:&amp;lt;/strong&amp;gt; BlisCost&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Runtime:&amp;lt;/strong&amp;gt; 2,7,12,17,22,27,32,37,42,47,52,57 minutes&lt;br /&gt;
&lt;br /&gt;
; The following processes take place&lt;br /&gt;
Connect to the API and save the XML file, if there are errors stop the processing. &lt;br /&gt;
&lt;br /&gt;
Set the importing flag and start reading the local saved XML file. &lt;br /&gt;
&lt;br /&gt;
Find the Customer's default warehouse. &lt;br /&gt;
&lt;br /&gt;
Check if order exists:&lt;br /&gt;
; Yes: Delete the order items and update the header. &lt;br /&gt;
; No: Create the new order and set the status to 0 (import).&lt;br /&gt;
&lt;br /&gt;
Get the costs and calculate item costs&lt;br /&gt;
&lt;br /&gt;
Insert the order items.&lt;br /&gt;
&lt;br /&gt;
Update the Order header.&lt;br /&gt;
&lt;br /&gt;
Flag Exceptions&lt;br /&gt;
&lt;br /&gt;
- Set the order status to 1 where all the warehouses are NW or BW and the status is 0 (imported)&lt;br /&gt;
&lt;br /&gt;
- Set the order status to 1 where the status is 0 and the total cost &amp;gt; own cost&lt;br /&gt;
&lt;br /&gt;
Auto release orders&lt;br /&gt;
&lt;br /&gt;
- Send WHConfirm for all the orders left on status 0&lt;br /&gt;
&lt;br /&gt;
Flag Complete&lt;br /&gt;
&lt;br /&gt;
- Set the status for all the auto released orders (status is 0) to 2&lt;br /&gt;
&lt;br /&gt;
=== Customer Master Import ===&lt;br /&gt;
Imports the Customer information&lt;br /&gt;
&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Script:&amp;lt;/strong&amp;gt; crons/import_xml_cust.php&lt;br /&gt;
:* &amp;lt;strong&amp;gt;API:&amp;lt;/strong&amp;gt; BlisCustomerMaster&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Runtime:&amp;lt;/strong&amp;gt; 1,4,7,10,13,16,19,22 hours, 00 minutes&lt;br /&gt;
&lt;br /&gt;
; The following processes take place&lt;br /&gt;
Connect to the API and save the XML file, if there are errors stop the processing.&lt;br /&gt;
&lt;br /&gt;
If the customer exists we update the details else we create a new record.&lt;br /&gt;
&lt;br /&gt;
=== Item Master Import ===&lt;br /&gt;
Imports the Stock item list&lt;br /&gt;
&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Script:&amp;lt;/strong&amp;gt; crons/import_xml_prod.php&lt;br /&gt;
:* &amp;lt;strong&amp;gt;API:&amp;lt;/strong&amp;gt; BlisItemMaster&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Runtime:&amp;lt;/strong&amp;gt; 0,3,6,9,12,15,18,21 hours, 30 minutes&lt;br /&gt;
&lt;br /&gt;
; The following processes take place&lt;br /&gt;
Connect to the API and save the XML file, if there are errors stop the processing.&lt;br /&gt;
&lt;br /&gt;
If the customer exists we update the details else we create a new record.&lt;br /&gt;
&lt;br /&gt;
=== Schedule Import ===&lt;br /&gt;
Imports the schedule&lt;br /&gt;
&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Script:&amp;lt;/strong&amp;gt; crons/import_xml_schedule.php&lt;br /&gt;
:* &amp;lt;strong&amp;gt;API:&amp;lt;/strong&amp;gt; BlisSalesOrder&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Runtime:&amp;lt;/strong&amp;gt; 3,8,13,18,23,28,33,38,43,48,53,58 minutes&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=30</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=30"/>
		<updated>2019-10-24T11:22:41Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* Item Master Import */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Blis2 - Developed by J3 Systems [https://www.j3systems.co.za www.j3systems.co.za].&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Scheduled Cron Jobs ==&lt;br /&gt;
Scheduled tasks on a linux operating system are called [https://en.wikipedia.org/wiki/Cron cron jobs]. The cron jobs are managed through the [https://www.ispconfig.org ISPConfig 3 hosting panel].&lt;br /&gt;
&lt;br /&gt;
In Blis2 there are the following cron jobs:&lt;br /&gt;
&lt;br /&gt;
=== Order Import ===&lt;br /&gt;
The Order Import cron imports all current open orders.&lt;br /&gt;
&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Script:&amp;lt;/strong&amp;gt; crons/import_xml_orders.php&lt;br /&gt;
:* &amp;lt;strong&amp;gt;API:&amp;lt;/strong&amp;gt; BlisCost&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Runtime:&amp;lt;/strong&amp;gt; 2,7,12,17,22,27,32,37,42,47,52,57 minutes&lt;br /&gt;
&lt;br /&gt;
; The following processes take place&lt;br /&gt;
Connect to the API and save the XML file, if there are errors stop the processing. &lt;br /&gt;
&lt;br /&gt;
Set the importing flag and start reading the local saved XML file. &lt;br /&gt;
&lt;br /&gt;
Find the Customer's default warehouse. &lt;br /&gt;
&lt;br /&gt;
Check if order exists:&lt;br /&gt;
; Yes: Delete the order items and update the header. &lt;br /&gt;
; No: Create the new order and set the status to 0 (import).&lt;br /&gt;
&lt;br /&gt;
Get the costs and calculate item costs&lt;br /&gt;
&lt;br /&gt;
Insert the order items.&lt;br /&gt;
&lt;br /&gt;
Update the Order header.&lt;br /&gt;
&lt;br /&gt;
Flag Exceptions&lt;br /&gt;
&lt;br /&gt;
- Set the order status to 1 where all the warehouses are NW or BW and the status is 0 (imported)&lt;br /&gt;
&lt;br /&gt;
- Set the order status to 1 where the status is 0 and the total cost &amp;gt; own cost&lt;br /&gt;
&lt;br /&gt;
Auto release orders&lt;br /&gt;
&lt;br /&gt;
- Send WHConfirm for all the orders left on status 0&lt;br /&gt;
&lt;br /&gt;
Flag Complete&lt;br /&gt;
&lt;br /&gt;
- Set the status for all the auto released orders (status is 0) to 2&lt;br /&gt;
&lt;br /&gt;
=== Customer Master Import ===&lt;br /&gt;
Imports the Customer information&lt;br /&gt;
&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Script:&amp;lt;/strong&amp;gt; crons/import_xml_cust.php&lt;br /&gt;
:* &amp;lt;strong&amp;gt;API:&amp;lt;/strong&amp;gt; BlisCustomerMaster&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Runtime:&amp;lt;/strong&amp;gt; 1,4,7,10,13,16,19,22 hours, 00 minutes&lt;br /&gt;
&lt;br /&gt;
; The following processes take place&lt;br /&gt;
Connect to the API and save the XML file, if there are errors stop the processing.&lt;br /&gt;
&lt;br /&gt;
If the customer exists we update the details else we create a new record.&lt;br /&gt;
&lt;br /&gt;
==== Item Master Import ====&lt;br /&gt;
Imports the Stock item list&lt;br /&gt;
&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Script:&amp;lt;/strong&amp;gt; crons/import_xml_prod.php&lt;br /&gt;
:* &amp;lt;strong&amp;gt;API:&amp;lt;/strong&amp;gt; BlisItemMaster&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Runtime:&amp;lt;/strong&amp;gt; 0,3,6,9,12,15,18,21 hours, 30 minutes&lt;br /&gt;
&lt;br /&gt;
; The following processes take place&lt;br /&gt;
Connect to the API and save the XML file, if there are errors stop the processing.&lt;br /&gt;
&lt;br /&gt;
If the customer exists we update the details else we create a new record.&lt;br /&gt;
&lt;br /&gt;
=== Schedule Import ===&lt;br /&gt;
Imports the schedule&lt;br /&gt;
&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Script:&amp;lt;/strong&amp;gt; crons/import_xml_schedule.php&lt;br /&gt;
:* &amp;lt;strong&amp;gt;API:&amp;lt;/strong&amp;gt; BlisSalesOrder&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Runtime:&amp;lt;/strong&amp;gt; 3,8,13,18,23,28,33,38,43,48,53,58 minutes&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=29</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=29"/>
		<updated>2019-10-24T11:19:43Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* Item Master Import */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Blis2 - Developed by J3 Systems [https://www.j3systems.co.za www.j3systems.co.za].&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Scheduled Cron Jobs ==&lt;br /&gt;
Scheduled tasks on a linux operating system are called [https://en.wikipedia.org/wiki/Cron cron jobs]. The cron jobs are managed through the [https://www.ispconfig.org ISPConfig 3 hosting panel].&lt;br /&gt;
&lt;br /&gt;
In Blis2 there are the following cron jobs:&lt;br /&gt;
&lt;br /&gt;
=== Order Import ===&lt;br /&gt;
The Order Import cron imports all current open orders.&lt;br /&gt;
&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Script:&amp;lt;/strong&amp;gt; crons/import_xml_orders.php&lt;br /&gt;
:* &amp;lt;strong&amp;gt;API:&amp;lt;/strong&amp;gt; BlisCost&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Runtime:&amp;lt;/strong&amp;gt; 2,7,12,17,22,27,32,37,42,47,52,57 minutes&lt;br /&gt;
&lt;br /&gt;
; The following processes take place&lt;br /&gt;
Connect to the API and save the XML file, if there are errors stop the processing. &lt;br /&gt;
&lt;br /&gt;
Set the importing flag and start reading the local saved XML file. &lt;br /&gt;
&lt;br /&gt;
Find the Customer's default warehouse. &lt;br /&gt;
&lt;br /&gt;
Check if order exists:&lt;br /&gt;
; Yes: Delete the order items and update the header. &lt;br /&gt;
; No: Create the new order and set the status to 0 (import).&lt;br /&gt;
&lt;br /&gt;
Get the costs and calculate item costs&lt;br /&gt;
&lt;br /&gt;
Insert the order items.&lt;br /&gt;
&lt;br /&gt;
Update the Order header.&lt;br /&gt;
&lt;br /&gt;
Flag Exceptions&lt;br /&gt;
&lt;br /&gt;
- Set the order status to 1 where all the warehouses are NW or BW and the status is 0 (imported)&lt;br /&gt;
&lt;br /&gt;
- Set the order status to 1 where the status is 0 and the total cost &amp;gt; own cost&lt;br /&gt;
&lt;br /&gt;
Auto release orders&lt;br /&gt;
&lt;br /&gt;
- Send WHConfirm for all the orders left on status 0&lt;br /&gt;
&lt;br /&gt;
Flag Complete&lt;br /&gt;
&lt;br /&gt;
- Set the status for all the auto released orders (status is 0) to 2&lt;br /&gt;
&lt;br /&gt;
=== Customer Master Import ===&lt;br /&gt;
Imports the Customer information&lt;br /&gt;
&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Script:&amp;lt;/strong&amp;gt; crons/import_xml_cust.php&lt;br /&gt;
:* &amp;lt;strong&amp;gt;API:&amp;lt;/strong&amp;gt; BlisCustomerMaster&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Runtime:&amp;lt;/strong&amp;gt; 1,4,7,10,13,16,19,22 hours, 00 minutes&lt;br /&gt;
&lt;br /&gt;
; The following processes take place&lt;br /&gt;
Connect to the API and save the XML file, if there are errors stop the processing.&lt;br /&gt;
&lt;br /&gt;
If the customer exists we update the details else we create a new record.&lt;br /&gt;
&lt;br /&gt;
=== Item Master Import ===&lt;br /&gt;
Imports the Stock item list&lt;br /&gt;
&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Script:&amp;lt;/strong&amp;gt; crons/import_xml_prod.php&lt;br /&gt;
:* &amp;lt;strong&amp;gt;API:&amp;lt;/strong&amp;gt; BlisItemMaster&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Runtime:&amp;lt;/strong&amp;gt; 0,3,6,9,12,15,18,21 hours, 30 minutes&lt;br /&gt;
&lt;br /&gt;
; The following processes take place&lt;br /&gt;
Connect to the API and save the XML file, if there are errors stop the processing.&lt;br /&gt;
&lt;br /&gt;
If the customer exists we update the details else we create a new record.&lt;br /&gt;
&lt;br /&gt;
=== Schedule Import ===&lt;br /&gt;
Imports the schedule&lt;br /&gt;
&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Script:&amp;lt;/strong&amp;gt; crons/import_xml_schedule.php&lt;br /&gt;
:* &amp;lt;strong&amp;gt;API:&amp;lt;/strong&amp;gt; BlisSalesOrder&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Runtime:&amp;lt;/strong&amp;gt; 3,8,13,18,23,28,33,38,43,48,53,58 minutes&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=28</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=28"/>
		<updated>2019-10-24T11:18:52Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* Customer Master Import */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Blis2 - Developed by J3 Systems [https://www.j3systems.co.za www.j3systems.co.za].&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Scheduled Cron Jobs ==&lt;br /&gt;
Scheduled tasks on a linux operating system are called [https://en.wikipedia.org/wiki/Cron cron jobs]. The cron jobs are managed through the [https://www.ispconfig.org ISPConfig 3 hosting panel].&lt;br /&gt;
&lt;br /&gt;
In Blis2 there are the following cron jobs:&lt;br /&gt;
&lt;br /&gt;
=== Order Import ===&lt;br /&gt;
The Order Import cron imports all current open orders.&lt;br /&gt;
&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Script:&amp;lt;/strong&amp;gt; crons/import_xml_orders.php&lt;br /&gt;
:* &amp;lt;strong&amp;gt;API:&amp;lt;/strong&amp;gt; BlisCost&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Runtime:&amp;lt;/strong&amp;gt; 2,7,12,17,22,27,32,37,42,47,52,57 minutes&lt;br /&gt;
&lt;br /&gt;
; The following processes take place&lt;br /&gt;
Connect to the API and save the XML file, if there are errors stop the processing. &lt;br /&gt;
&lt;br /&gt;
Set the importing flag and start reading the local saved XML file. &lt;br /&gt;
&lt;br /&gt;
Find the Customer's default warehouse. &lt;br /&gt;
&lt;br /&gt;
Check if order exists:&lt;br /&gt;
; Yes: Delete the order items and update the header. &lt;br /&gt;
; No: Create the new order and set the status to 0 (import).&lt;br /&gt;
&lt;br /&gt;
Get the costs and calculate item costs&lt;br /&gt;
&lt;br /&gt;
Insert the order items.&lt;br /&gt;
&lt;br /&gt;
Update the Order header.&lt;br /&gt;
&lt;br /&gt;
Flag Exceptions&lt;br /&gt;
&lt;br /&gt;
- Set the order status to 1 where all the warehouses are NW or BW and the status is 0 (imported)&lt;br /&gt;
&lt;br /&gt;
- Set the order status to 1 where the status is 0 and the total cost &amp;gt; own cost&lt;br /&gt;
&lt;br /&gt;
Auto release orders&lt;br /&gt;
&lt;br /&gt;
- Send WHConfirm for all the orders left on status 0&lt;br /&gt;
&lt;br /&gt;
Flag Complete&lt;br /&gt;
&lt;br /&gt;
- Set the status for all the auto released orders (status is 0) to 2&lt;br /&gt;
&lt;br /&gt;
=== Customer Master Import ===&lt;br /&gt;
Imports the Customer information&lt;br /&gt;
&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Script:&amp;lt;/strong&amp;gt; crons/import_xml_cust.php&lt;br /&gt;
:* &amp;lt;strong&amp;gt;API:&amp;lt;/strong&amp;gt; BlisCustomerMaster&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Runtime:&amp;lt;/strong&amp;gt; 1,4,7,10,13,16,19,22 hours, 00 minutes&lt;br /&gt;
&lt;br /&gt;
; The following processes take place&lt;br /&gt;
Connect to the API and save the XML file, if there are errors stop the processing.&lt;br /&gt;
&lt;br /&gt;
If the customer exists we update the details else we create a new record.&lt;br /&gt;
&lt;br /&gt;
=== Item Master Import ===&lt;br /&gt;
Imports the Stock item list&lt;br /&gt;
&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Script:&amp;lt;/strong&amp;gt; crons/import_xml_prod.php&lt;br /&gt;
:* &amp;lt;strong&amp;gt;API:&amp;lt;/strong&amp;gt; BlisItemMaster&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Runtime:&amp;lt;/strong&amp;gt; 0,3,6,9,12,15,18,21 hours, 30 minutes&lt;br /&gt;
&lt;br /&gt;
=== Schedule Import ===&lt;br /&gt;
Imports the schedule&lt;br /&gt;
&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Script:&amp;lt;/strong&amp;gt; crons/import_xml_schedule.php&lt;br /&gt;
:* &amp;lt;strong&amp;gt;API:&amp;lt;/strong&amp;gt; BlisSalesOrder&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Runtime:&amp;lt;/strong&amp;gt; 3,8,13,18,23,28,33,38,43,48,53,58 minutes&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=27</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=27"/>
		<updated>2019-10-24T11:16:54Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* Schedule Import */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Blis2 - Developed by J3 Systems [https://www.j3systems.co.za www.j3systems.co.za].&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Scheduled Cron Jobs ==&lt;br /&gt;
Scheduled tasks on a linux operating system are called [https://en.wikipedia.org/wiki/Cron cron jobs]. The cron jobs are managed through the [https://www.ispconfig.org ISPConfig 3 hosting panel].&lt;br /&gt;
&lt;br /&gt;
In Blis2 there are the following cron jobs:&lt;br /&gt;
&lt;br /&gt;
=== Order Import ===&lt;br /&gt;
The Order Import cron imports all current open orders.&lt;br /&gt;
&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Script:&amp;lt;/strong&amp;gt; crons/import_xml_orders.php&lt;br /&gt;
:* &amp;lt;strong&amp;gt;API:&amp;lt;/strong&amp;gt; BlisCost&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Runtime:&amp;lt;/strong&amp;gt; 2,7,12,17,22,27,32,37,42,47,52,57 minutes&lt;br /&gt;
&lt;br /&gt;
; The following processes take place&lt;br /&gt;
Connect to the API and save the XML file, if there are errors stop the processing. &lt;br /&gt;
&lt;br /&gt;
Set the importing flag and start reading the local saved XML file. &lt;br /&gt;
&lt;br /&gt;
Find the Customer's default warehouse. &lt;br /&gt;
&lt;br /&gt;
Check if order exists:&lt;br /&gt;
; Yes: Delete the order items and update the header. &lt;br /&gt;
; No: Create the new order and set the status to 0 (import).&lt;br /&gt;
&lt;br /&gt;
Get the costs and calculate item costs&lt;br /&gt;
&lt;br /&gt;
Insert the order items.&lt;br /&gt;
&lt;br /&gt;
Update the Order header.&lt;br /&gt;
&lt;br /&gt;
Flag Exceptions&lt;br /&gt;
&lt;br /&gt;
- Set the order status to 1 where all the warehouses are NW or BW and the status is 0 (imported)&lt;br /&gt;
&lt;br /&gt;
- Set the order status to 1 where the status is 0 and the total cost &amp;gt; own cost&lt;br /&gt;
&lt;br /&gt;
Auto release orders&lt;br /&gt;
&lt;br /&gt;
- Send WHConfirm for all the orders left on status 0&lt;br /&gt;
&lt;br /&gt;
Flag Complete&lt;br /&gt;
&lt;br /&gt;
- Set the status for all the auto released orders (status is 0) to 2&lt;br /&gt;
&lt;br /&gt;
=== Customer Master Import ===&lt;br /&gt;
Imports the Customer information&lt;br /&gt;
&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Script:&amp;lt;/strong&amp;gt; crons/import_xml_cust.php&lt;br /&gt;
:* &amp;lt;strong&amp;gt;API:&amp;lt;/strong&amp;gt; BlisCustomerMaster&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Runtime:&amp;lt;/strong&amp;gt; 1,4,7,10,13,16,19,22 hours, 00 minutes&lt;br /&gt;
&lt;br /&gt;
=== Item Master Import ===&lt;br /&gt;
Imports the Stock item list&lt;br /&gt;
&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Script:&amp;lt;/strong&amp;gt; crons/import_xml_prod.php&lt;br /&gt;
:* &amp;lt;strong&amp;gt;API:&amp;lt;/strong&amp;gt; BlisItemMaster&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Runtime:&amp;lt;/strong&amp;gt; 0,3,6,9,12,15,18,21 hours, 30 minutes&lt;br /&gt;
&lt;br /&gt;
=== Schedule Import ===&lt;br /&gt;
Imports the schedule&lt;br /&gt;
&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Script:&amp;lt;/strong&amp;gt; crons/import_xml_schedule.php&lt;br /&gt;
:* &amp;lt;strong&amp;gt;API:&amp;lt;/strong&amp;gt; BlisSalesOrder&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Runtime:&amp;lt;/strong&amp;gt; 3,8,13,18,23,28,33,38,43,48,53,58 minutes&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=26</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=26"/>
		<updated>2019-10-24T11:15:47Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* Schedule Import */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Blis2 - Developed by J3 Systems [https://www.j3systems.co.za www.j3systems.co.za].&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Scheduled Cron Jobs ==&lt;br /&gt;
Scheduled tasks on a linux operating system are called [https://en.wikipedia.org/wiki/Cron cron jobs]. The cron jobs are managed through the [https://www.ispconfig.org ISPConfig 3 hosting panel].&lt;br /&gt;
&lt;br /&gt;
In Blis2 there are the following cron jobs:&lt;br /&gt;
&lt;br /&gt;
=== Order Import ===&lt;br /&gt;
The Order Import cron imports all current open orders.&lt;br /&gt;
&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Script:&amp;lt;/strong&amp;gt; crons/import_xml_orders.php&lt;br /&gt;
:* &amp;lt;strong&amp;gt;API:&amp;lt;/strong&amp;gt; BlisCost&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Runtime:&amp;lt;/strong&amp;gt; 2,7,12,17,22,27,32,37,42,47,52,57 minutes&lt;br /&gt;
&lt;br /&gt;
; The following processes take place&lt;br /&gt;
Connect to the API and save the XML file, if there are errors stop the processing. &lt;br /&gt;
&lt;br /&gt;
Set the importing flag and start reading the local saved XML file. &lt;br /&gt;
&lt;br /&gt;
Find the Customer's default warehouse. &lt;br /&gt;
&lt;br /&gt;
Check if order exists:&lt;br /&gt;
; Yes: Delete the order items and update the header. &lt;br /&gt;
; No: Create the new order and set the status to 0 (import).&lt;br /&gt;
&lt;br /&gt;
Get the costs and calculate item costs&lt;br /&gt;
&lt;br /&gt;
Insert the order items.&lt;br /&gt;
&lt;br /&gt;
Update the Order header.&lt;br /&gt;
&lt;br /&gt;
Flag Exceptions&lt;br /&gt;
&lt;br /&gt;
- Set the order status to 1 where all the warehouses are NW or BW and the status is 0 (imported)&lt;br /&gt;
&lt;br /&gt;
- Set the order status to 1 where the status is 0 and the total cost &amp;gt; own cost&lt;br /&gt;
&lt;br /&gt;
Auto release orders&lt;br /&gt;
&lt;br /&gt;
- Send WHConfirm for all the orders left on status 0&lt;br /&gt;
&lt;br /&gt;
Flag Complete&lt;br /&gt;
&lt;br /&gt;
- Set the status for all the auto released orders (status is 0) to 2&lt;br /&gt;
&lt;br /&gt;
=== Customer Master Import ===&lt;br /&gt;
Imports the Customer information&lt;br /&gt;
&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Script:&amp;lt;/strong&amp;gt; crons/import_xml_cust.php&lt;br /&gt;
:* &amp;lt;strong&amp;gt;API:&amp;lt;/strong&amp;gt; BlisCustomerMaster&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Runtime:&amp;lt;/strong&amp;gt; 1,4,7,10,13,16,19,22 hours, 00 minutes&lt;br /&gt;
&lt;br /&gt;
=== Item Master Import ===&lt;br /&gt;
Imports the Stock item list&lt;br /&gt;
&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Script:&amp;lt;/strong&amp;gt; crons/import_xml_prod.php&lt;br /&gt;
:* &amp;lt;strong&amp;gt;API:&amp;lt;/strong&amp;gt; BlisItemMaster&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Runtime:&amp;lt;/strong&amp;gt; 0,3,6,9,12,15,18,21 hours, 30 minutes&lt;br /&gt;
&lt;br /&gt;
=== Schedule Import ===&lt;br /&gt;
Imports the schedule&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=25</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=25"/>
		<updated>2019-10-24T11:15:24Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* Item Master Import */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Blis2 - Developed by J3 Systems [https://www.j3systems.co.za www.j3systems.co.za].&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Scheduled Cron Jobs ==&lt;br /&gt;
Scheduled tasks on a linux operating system are called [https://en.wikipedia.org/wiki/Cron cron jobs]. The cron jobs are managed through the [https://www.ispconfig.org ISPConfig 3 hosting panel].&lt;br /&gt;
&lt;br /&gt;
In Blis2 there are the following cron jobs:&lt;br /&gt;
&lt;br /&gt;
=== Order Import ===&lt;br /&gt;
The Order Import cron imports all current open orders.&lt;br /&gt;
&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Script:&amp;lt;/strong&amp;gt; crons/import_xml_orders.php&lt;br /&gt;
:* &amp;lt;strong&amp;gt;API:&amp;lt;/strong&amp;gt; BlisCost&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Runtime:&amp;lt;/strong&amp;gt; 2,7,12,17,22,27,32,37,42,47,52,57 minutes&lt;br /&gt;
&lt;br /&gt;
; The following processes take place&lt;br /&gt;
Connect to the API and save the XML file, if there are errors stop the processing. &lt;br /&gt;
&lt;br /&gt;
Set the importing flag and start reading the local saved XML file. &lt;br /&gt;
&lt;br /&gt;
Find the Customer's default warehouse. &lt;br /&gt;
&lt;br /&gt;
Check if order exists:&lt;br /&gt;
; Yes: Delete the order items and update the header. &lt;br /&gt;
; No: Create the new order and set the status to 0 (import).&lt;br /&gt;
&lt;br /&gt;
Get the costs and calculate item costs&lt;br /&gt;
&lt;br /&gt;
Insert the order items.&lt;br /&gt;
&lt;br /&gt;
Update the Order header.&lt;br /&gt;
&lt;br /&gt;
Flag Exceptions&lt;br /&gt;
&lt;br /&gt;
- Set the order status to 1 where all the warehouses are NW or BW and the status is 0 (imported)&lt;br /&gt;
&lt;br /&gt;
- Set the order status to 1 where the status is 0 and the total cost &amp;gt; own cost&lt;br /&gt;
&lt;br /&gt;
Auto release orders&lt;br /&gt;
&lt;br /&gt;
- Send WHConfirm for all the orders left on status 0&lt;br /&gt;
&lt;br /&gt;
Flag Complete&lt;br /&gt;
&lt;br /&gt;
- Set the status for all the auto released orders (status is 0) to 2&lt;br /&gt;
&lt;br /&gt;
=== Customer Master Import ===&lt;br /&gt;
Imports the Customer information&lt;br /&gt;
&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Script:&amp;lt;/strong&amp;gt; crons/import_xml_cust.php&lt;br /&gt;
:* &amp;lt;strong&amp;gt;API:&amp;lt;/strong&amp;gt; BlisCustomerMaster&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Runtime:&amp;lt;/strong&amp;gt; 1,4,7,10,13,16,19,22 hours, 00 minutes&lt;br /&gt;
&lt;br /&gt;
=== Item Master Import ===&lt;br /&gt;
Imports the Stock item list&lt;br /&gt;
&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Script:&amp;lt;/strong&amp;gt; crons/import_xml_prod.php&lt;br /&gt;
:* &amp;lt;strong&amp;gt;API:&amp;lt;/strong&amp;gt; BlisItemMaster&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Runtime:&amp;lt;/strong&amp;gt; 0,3,6,9,12,15,18,21 hours, 30 minutes&lt;br /&gt;
&lt;br /&gt;
=== Schedule Import ===&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=24</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=24"/>
		<updated>2019-10-24T11:14:13Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* Customer Master Import */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Blis2 - Developed by J3 Systems [https://www.j3systems.co.za www.j3systems.co.za].&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Scheduled Cron Jobs ==&lt;br /&gt;
Scheduled tasks on a linux operating system are called [https://en.wikipedia.org/wiki/Cron cron jobs]. The cron jobs are managed through the [https://www.ispconfig.org ISPConfig 3 hosting panel].&lt;br /&gt;
&lt;br /&gt;
In Blis2 there are the following cron jobs:&lt;br /&gt;
&lt;br /&gt;
=== Order Import ===&lt;br /&gt;
The Order Import cron imports all current open orders.&lt;br /&gt;
&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Script:&amp;lt;/strong&amp;gt; crons/import_xml_orders.php&lt;br /&gt;
:* &amp;lt;strong&amp;gt;API:&amp;lt;/strong&amp;gt; BlisCost&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Runtime:&amp;lt;/strong&amp;gt; 2,7,12,17,22,27,32,37,42,47,52,57 minutes&lt;br /&gt;
&lt;br /&gt;
; The following processes take place&lt;br /&gt;
Connect to the API and save the XML file, if there are errors stop the processing. &lt;br /&gt;
&lt;br /&gt;
Set the importing flag and start reading the local saved XML file. &lt;br /&gt;
&lt;br /&gt;
Find the Customer's default warehouse. &lt;br /&gt;
&lt;br /&gt;
Check if order exists:&lt;br /&gt;
; Yes: Delete the order items and update the header. &lt;br /&gt;
; No: Create the new order and set the status to 0 (import).&lt;br /&gt;
&lt;br /&gt;
Get the costs and calculate item costs&lt;br /&gt;
&lt;br /&gt;
Insert the order items.&lt;br /&gt;
&lt;br /&gt;
Update the Order header.&lt;br /&gt;
&lt;br /&gt;
Flag Exceptions&lt;br /&gt;
&lt;br /&gt;
- Set the order status to 1 where all the warehouses are NW or BW and the status is 0 (imported)&lt;br /&gt;
&lt;br /&gt;
- Set the order status to 1 where the status is 0 and the total cost &amp;gt; own cost&lt;br /&gt;
&lt;br /&gt;
Auto release orders&lt;br /&gt;
&lt;br /&gt;
- Send WHConfirm for all the orders left on status 0&lt;br /&gt;
&lt;br /&gt;
Flag Complete&lt;br /&gt;
&lt;br /&gt;
- Set the status for all the auto released orders (status is 0) to 2&lt;br /&gt;
&lt;br /&gt;
=== Customer Master Import ===&lt;br /&gt;
Imports the Customer information&lt;br /&gt;
&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Script:&amp;lt;/strong&amp;gt; crons/import_xml_cust.php&lt;br /&gt;
:* &amp;lt;strong&amp;gt;API:&amp;lt;/strong&amp;gt; BlisCustomerMaster&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Runtime:&amp;lt;/strong&amp;gt; 1,4,7,10,13,16,19,22 hours, 00 minutes&lt;br /&gt;
&lt;br /&gt;
=== Item Master Import ===&lt;br /&gt;
&lt;br /&gt;
=== Schedule Import ===&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=23</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=23"/>
		<updated>2019-10-24T11:12:27Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* Scheduled Cron Jobs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Blis2 - Developed by J3 Systems [https://www.j3systems.co.za www.j3systems.co.za].&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Scheduled Cron Jobs ==&lt;br /&gt;
Scheduled tasks on a linux operating system are called [https://en.wikipedia.org/wiki/Cron cron jobs]. The cron jobs are managed through the [https://www.ispconfig.org ISPConfig 3 hosting panel].&lt;br /&gt;
&lt;br /&gt;
In Blis2 there are the following cron jobs:&lt;br /&gt;
&lt;br /&gt;
=== Order Import ===&lt;br /&gt;
The Order Import cron imports all current open orders.&lt;br /&gt;
&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Script:&amp;lt;/strong&amp;gt; crons/import_xml_orders.php&lt;br /&gt;
:* &amp;lt;strong&amp;gt;API:&amp;lt;/strong&amp;gt; BlisCost&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Runtime:&amp;lt;/strong&amp;gt; 2,7,12,17,22,27,32,37,42,47,52,57 minutes&lt;br /&gt;
&lt;br /&gt;
; The following processes take place&lt;br /&gt;
Connect to the API and save the XML file, if there are errors stop the processing. &lt;br /&gt;
&lt;br /&gt;
Set the importing flag and start reading the local saved XML file. &lt;br /&gt;
&lt;br /&gt;
Find the Customer's default warehouse. &lt;br /&gt;
&lt;br /&gt;
Check if order exists:&lt;br /&gt;
; Yes: Delete the order items and update the header. &lt;br /&gt;
; No: Create the new order and set the status to 0 (import).&lt;br /&gt;
&lt;br /&gt;
Get the costs and calculate item costs&lt;br /&gt;
&lt;br /&gt;
Insert the order items.&lt;br /&gt;
&lt;br /&gt;
Update the Order header.&lt;br /&gt;
&lt;br /&gt;
Flag Exceptions&lt;br /&gt;
&lt;br /&gt;
- Set the order status to 1 where all the warehouses are NW or BW and the status is 0 (imported)&lt;br /&gt;
&lt;br /&gt;
- Set the order status to 1 where the status is 0 and the total cost &amp;gt; own cost&lt;br /&gt;
&lt;br /&gt;
Auto release orders&lt;br /&gt;
&lt;br /&gt;
- Send WHConfirm for all the orders left on status 0&lt;br /&gt;
&lt;br /&gt;
Flag Complete&lt;br /&gt;
&lt;br /&gt;
- Set the status for all the auto released orders (status is 0) to 2&lt;br /&gt;
&lt;br /&gt;
=== Customer Master Import ===&lt;br /&gt;
Imports the Customer information&lt;br /&gt;
&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Script:&amp;lt;/strong&amp;gt; crons/import_xml_cust.php&lt;br /&gt;
:* &amp;lt;strong&amp;gt;API:&amp;lt;/strong&amp;gt; BlisCustomerMaster&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Runtime:&amp;lt;/strong&amp;gt; 1,4,7,10,13,16,19,22 hours&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Item Master Import ===&lt;br /&gt;
&lt;br /&gt;
=== Schedule Import ===&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=22</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=22"/>
		<updated>2019-10-24T11:07:39Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Blis2 - Developed by J3 Systems [https://www.j3systems.co.za www.j3systems.co.za].&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Scheduled Cron Jobs ==&lt;br /&gt;
Scheduled tasks on a linux operating system are called [https://en.wikipedia.org/wiki/Cron cron jobs]. The cron jobs are managed through the [https://www.ispconfig.org ISPConfig 3 hosting panel].&lt;br /&gt;
&lt;br /&gt;
In Blis2 there are the following cron jobs:&lt;br /&gt;
&lt;br /&gt;
=== Order Import ===&lt;br /&gt;
The Order Import cron imports all current open orders.&lt;br /&gt;
&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Script:&amp;lt;/strong&amp;gt; crons/import_xml_orders.php&lt;br /&gt;
:* &amp;lt;strong&amp;gt;API:&amp;lt;/strong&amp;gt; BlisCost&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Runtime:&amp;lt;/strong&amp;gt; 2,7,12,17,22,27,32,37,42,47,52,57 minutes&lt;br /&gt;
&lt;br /&gt;
; The following processes take place&lt;br /&gt;
Connect to the API and save the XML file, if there are errors stop the processing. &lt;br /&gt;
&lt;br /&gt;
Set the importing flag and start reading the local saved XML file. &lt;br /&gt;
&lt;br /&gt;
Find the Customer's default warehouse. &lt;br /&gt;
&lt;br /&gt;
Check if order exists:&lt;br /&gt;
; Yes: Delete the order items and update the header. &lt;br /&gt;
; No: Create the new order and set the status to 0 (import).&lt;br /&gt;
&lt;br /&gt;
Get the costs and calculate item costs&lt;br /&gt;
&lt;br /&gt;
Insert the order items.&lt;br /&gt;
&lt;br /&gt;
Update the Order header.&lt;br /&gt;
&lt;br /&gt;
Flag Exceptions&lt;br /&gt;
&lt;br /&gt;
- Set the order status to 1 where all the warehouses are NW or BW and the status is 0 (imported)&lt;br /&gt;
&lt;br /&gt;
- Set the order status to 1 where the status is 0 and the total cost &amp;gt; own cost&lt;br /&gt;
&lt;br /&gt;
Auto release orders&lt;br /&gt;
&lt;br /&gt;
- Send WHConfirm for all the orders left on status 0&lt;br /&gt;
&lt;br /&gt;
Flag Complete&lt;br /&gt;
&lt;br /&gt;
- Set the status for all the auto released orders (status is 0) to 2&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=21</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=21"/>
		<updated>2019-10-24T11:07:11Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* Order Import */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Blis2 - Developed by J3 Systems [https://www.j3systems.co.za www.j3systems.co.za].&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Scheduled Cron Jobs ==&lt;br /&gt;
Scheduled tasks on a linux operating system are called [https://en.wikipedia.org/wiki/Cron cron jobs]. The cron jobs are managed through the [https://www.ispconfig.org ISPConfig 3 hosting panel].&lt;br /&gt;
&lt;br /&gt;
In Blis2 there are the following cron jobs:&lt;br /&gt;
&lt;br /&gt;
=== Order Import ===&lt;br /&gt;
The Order Import cron imports all current open orders.&lt;br /&gt;
&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Script:&amp;lt;/strong&amp;gt; crons/import_xml_orders.php&lt;br /&gt;
:* &amp;lt;strong&amp;gt;API:&amp;lt;/strong&amp;gt; BlisCost&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Runtime:&amp;lt;/strong&amp;gt; 2,7,12,17,22,27,32,37,42,47,52,57 minutes&lt;br /&gt;
&lt;br /&gt;
; The following processes take place&lt;br /&gt;
Connect to the API and save the XML file, if there are errors stop the processing. &lt;br /&gt;
&lt;br /&gt;
Set the importing flag and start reading the local saved XML file. &lt;br /&gt;
&lt;br /&gt;
Find the Customer's default warehouse. &lt;br /&gt;
&lt;br /&gt;
Check if order exists:&lt;br /&gt;
; Yes: Delete the order items and update the header. &lt;br /&gt;
; No: Create the new order and set the status to 0 (import).&lt;br /&gt;
&lt;br /&gt;
Get the costs and calculate item costs&lt;br /&gt;
&lt;br /&gt;
Insert the order items.&lt;br /&gt;
&lt;br /&gt;
Update the Order header.&lt;br /&gt;
&lt;br /&gt;
Flag Exceptions&lt;br /&gt;
- Set the order status to 1 where all the warehouses are NW or BW and the status is 0 (imported)&lt;br /&gt;
- Set the order status to 1 where the status is 0 and the total cost &amp;gt; own cost&lt;br /&gt;
&lt;br /&gt;
Auto release orders&lt;br /&gt;
- Send WHConfirm for all the orders left on status 0&lt;br /&gt;
&lt;br /&gt;
Flag Complete&lt;br /&gt;
- Set the status for all the auto released orders (status is 0) to 2&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=20</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=20"/>
		<updated>2019-10-24T10:55:46Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* Order Import */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Blis2 - Developed by J3 Systems [https://www.j3systems.co.za www.j3systems.co.za].&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Scheduled Cron Jobs ==&lt;br /&gt;
Scheduled tasks on a linux operating system are called [https://en.wikipedia.org/wiki/Cron cron jobs]. The cron jobs are managed through the [https://www.ispconfig.org ISPConfig 3 hosting panel].&lt;br /&gt;
&lt;br /&gt;
In Blis2 there are the following cron jobs:&lt;br /&gt;
&lt;br /&gt;
=== Order Import ===&lt;br /&gt;
The Order Import cron imports all current open orders.&lt;br /&gt;
&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Script:&amp;lt;/strong&amp;gt; crons/import_xml_orders.php&lt;br /&gt;
:* &amp;lt;strong&amp;gt;API:&amp;lt;/strong&amp;gt; BlisCost&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Runtime:&amp;lt;/strong&amp;gt; 2,7,12,17,22,27,32,37,42,47,52,57 minutes&lt;br /&gt;
&lt;br /&gt;
; The following processes take place&lt;br /&gt;
Connect to the API and save the XML file, if there are errors stop the processing. &lt;br /&gt;
&lt;br /&gt;
Set the importing flag and start reading the local saved XML file. &lt;br /&gt;
&lt;br /&gt;
Find the Customer's default warehouse. &lt;br /&gt;
&lt;br /&gt;
Check if order exists:&lt;br /&gt;
; Yes: Delete the order items and update the header. &lt;br /&gt;
; No: Create the new order and set the status to 1 (new)&lt;br /&gt;
&lt;br /&gt;
Get the costs and calculate item costs&lt;br /&gt;
&lt;br /&gt;
Insert order items&lt;br /&gt;
&lt;br /&gt;
Update the Order header&lt;br /&gt;
&lt;br /&gt;
Flag Exceptions&lt;br /&gt;
&lt;br /&gt;
Auto release orders&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=19</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=19"/>
		<updated>2019-10-24T10:54:15Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* Order Import */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Blis2 - Developed by J3 Systems [https://www.j3systems.co.za www.j3systems.co.za].&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Scheduled Cron Jobs ==&lt;br /&gt;
Scheduled tasks on a linux operating system are called [https://en.wikipedia.org/wiki/Cron cron jobs]. The cron jobs are managed through the [https://www.ispconfig.org ISPConfig 3 hosting panel].&lt;br /&gt;
&lt;br /&gt;
In Blis2 there are the following cron jobs:&lt;br /&gt;
&lt;br /&gt;
=== Order Import ===&lt;br /&gt;
The Order Import cron imports all current open orders.&lt;br /&gt;
&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Script:&amp;lt;/strong&amp;gt; crons/import_xml_orders.php&lt;br /&gt;
:* &amp;lt;strong&amp;gt;API:&amp;lt;/strong&amp;gt; BlisCost&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Runtime:&amp;lt;/strong&amp;gt; 2,7,12,17,22,27,32,37,42,47,52,57 minutes&lt;br /&gt;
&lt;br /&gt;
; The following processes take place&lt;br /&gt;
Connect to the API and save the XML file, if there are errors stop the processing. &lt;br /&gt;
&lt;br /&gt;
Set the importing flag and start reading the local saved XML file. &lt;br /&gt;
&lt;br /&gt;
Find the Customer's default warehouse. &lt;br /&gt;
&lt;br /&gt;
Check if order exists:&lt;br /&gt;
; Yes:&lt;br /&gt;
Delete the order items and update the header. &lt;br /&gt;
; No:&lt;br /&gt;
Create the new order and set the status to 1 (new)&lt;br /&gt;
&lt;br /&gt;
Get the costs and calculate item costs&lt;br /&gt;
&lt;br /&gt;
Insert order items&lt;br /&gt;
&lt;br /&gt;
Update the Order header&lt;br /&gt;
&lt;br /&gt;
Flag Exceptions&lt;br /&gt;
&lt;br /&gt;
Auto release orders&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=18</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=18"/>
		<updated>2019-10-24T10:52:59Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Blis2 - Developed by J3 Systems [https://www.j3systems.co.za www.j3systems.co.za].&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Scheduled Cron Jobs ==&lt;br /&gt;
Scheduled tasks on a linux operating system are called [https://en.wikipedia.org/wiki/Cron cron jobs]. The cron jobs are managed through the [https://www.ispconfig.org ISPConfig 3 hosting panel].&lt;br /&gt;
&lt;br /&gt;
In Blis2 there are the following cron jobs:&lt;br /&gt;
&lt;br /&gt;
=== Order Import ===&lt;br /&gt;
The Order Import cron imports all current open orders.&lt;br /&gt;
&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Script:&amp;lt;/strong&amp;gt; crons/import_xml_orders.php&lt;br /&gt;
:* &amp;lt;strong&amp;gt;API:&amp;lt;/strong&amp;gt; BlisCost&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Runtime:&amp;lt;/strong&amp;gt; 2,7,12,17,22,27,32,37,42,47,52,57 minutes&lt;br /&gt;
&lt;br /&gt;
; The following processes take place&lt;br /&gt;
Connect to the API and save the XML file, if there are errors stop the processing. &lt;br /&gt;
&lt;br /&gt;
Set the importing flag and start reading the local saved XML file. &lt;br /&gt;
&lt;br /&gt;
Find the Customer's default warehouse. &lt;br /&gt;
&lt;br /&gt;
Check if order exists:&lt;br /&gt;
; Yes:&lt;br /&gt;
Delete the order items and update the header. &lt;br /&gt;
; No:&lt;br /&gt;
Create the new order and set the status to 1 (new)&lt;br /&gt;
&lt;br /&gt;
Get the costs and calculate item costs&lt;br /&gt;
&lt;br /&gt;
Insert order items&lt;br /&gt;
&lt;br /&gt;
Update the Order header&lt;br /&gt;
&lt;br /&gt;
Flag Exceptions&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=17</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=17"/>
		<updated>2019-10-24T10:51:57Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Blis2 - Developed by J3 Systems [https://www.j3systems.co.za www.j3systems.co.za].&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Scheduled Cron Jobs ==&lt;br /&gt;
Scheduled tasks on a linux operating system are called [https://en.wikipedia.org/wiki/Cron cron jobs]. The cron jobs are managed through the [https://www.ispconfig.org ISPConfig 3 hosting panel].&lt;br /&gt;
&lt;br /&gt;
In Blis2 there are the following cron jobs:&lt;br /&gt;
&lt;br /&gt;
=== Order Import ===&lt;br /&gt;
The Order Import cron imports all current open orders.&lt;br /&gt;
&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Script:&amp;lt;/strong&amp;gt; crons/import_xml_orders.php&lt;br /&gt;
:* &amp;lt;strong&amp;gt;API:&amp;lt;/strong&amp;gt; BlisCost&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Runtime:&amp;lt;/strong&amp;gt; 2,7,12,17,22,27,32,37,42,47,52,57 minutes&lt;br /&gt;
&lt;br /&gt;
; The following processes take place&lt;br /&gt;
Connect to the API and save the XML file, if there are errors stop the processing. &lt;br /&gt;
Set the importing flag and start reading the local saved XML file. &lt;br /&gt;
Find the Customer's default warehouse. &lt;br /&gt;
Check if order exists:&lt;br /&gt;
; Yes:&lt;br /&gt;
Delete the order items and update the header. &lt;br /&gt;
; No:&lt;br /&gt;
Create the new order and set the status to 1 (new)&lt;br /&gt;
Get the costs and calculate item costs&lt;br /&gt;
Insert order items&lt;br /&gt;
Update the Order header&lt;br /&gt;
Flag Exceptions&lt;br /&gt;
-- TEST --&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=16</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=16"/>
		<updated>2019-10-24T10:44:38Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* Scheduled Cron Jobs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Blis2 - Developed by J3 Systems [https://www.j3systems.co.za www.j3systems.co.za].&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Scheduled Cron Jobs ==&lt;br /&gt;
Scheduled tasks on a linux operating system are called [https://en.wikipedia.org/wiki/Cron cron jobs]. The cron jobs are managed through the [https://www.ispconfig.org ISPConfig 3 hosting panel].&lt;br /&gt;
&lt;br /&gt;
In Blis2 there are the following cron jobs:&lt;br /&gt;
&lt;br /&gt;
=== Order Import ===&lt;br /&gt;
The Order Import cron imports all current open orders.&lt;br /&gt;
&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Script:&amp;lt;/strong&amp;gt; crons/import_xml_orders.php&lt;br /&gt;
:* &amp;lt;strong&amp;gt;API:&amp;lt;/strong&amp;gt; BlisCost&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Runtime:&amp;lt;/strong&amp;gt; 2,7,12,17,22,27,32,37,42,47,52,57 minutes&lt;br /&gt;
&lt;br /&gt;
; The following takes place&lt;br /&gt;
wfwsefwe&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=15</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=15"/>
		<updated>2019-10-24T10:44:23Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* Order Import */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Blis2 - Developed by J3 Systems [https://www.j3systems.co.za www.j3systems.co.za].&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Scheduled Cron Jobs ==&lt;br /&gt;
Scheduled tasks on a linux operating system are called [https://en.wikipedia.org/wiki/Cron cron jobs]. The cron jobs are managed through the [https://www.ispconfig.org ISPConfig 3 hosting panel].&lt;br /&gt;
&lt;br /&gt;
In Blis2 there are the following cron jobs:&lt;br /&gt;
&lt;br /&gt;
=== Order Import ===&lt;br /&gt;
The Order Import cron imports all current open orders.&lt;br /&gt;
&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Script:&amp;lt;/strong&amp;gt; crons/import_xml_orders.php&lt;br /&gt;
:* &amp;lt;strong&amp;gt;API:&amp;lt;/strong&amp;gt; BlisCost&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Runtime:&amp;lt;/strong&amp;gt; 2,7,12,17,22,27,32,37,42,47,52,57 minutes&lt;br /&gt;
&lt;br /&gt;
; The following takes place:&lt;br /&gt;
wfwsefwe&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=14</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=14"/>
		<updated>2019-10-24T10:44:04Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* Order Import */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Blis2 - Developed by J3 Systems [https://www.j3systems.co.za www.j3systems.co.za].&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Scheduled Cron Jobs ==&lt;br /&gt;
Scheduled tasks on a linux operating system are called [https://en.wikipedia.org/wiki/Cron cron jobs]. The cron jobs are managed through the [https://www.ispconfig.org ISPConfig 3 hosting panel].&lt;br /&gt;
&lt;br /&gt;
In Blis2 there are the following cron jobs:&lt;br /&gt;
&lt;br /&gt;
=== Order Import ===&lt;br /&gt;
The Order Import cron imports all current open orders.&lt;br /&gt;
&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Script:&amp;lt;/strong&amp;gt; crons/import_xml_orders.php&lt;br /&gt;
:* &amp;lt;strong&amp;gt;API:&amp;lt;/strong&amp;gt; BlisCost&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Runtime:&amp;lt;/strong&amp;gt; 2,7,12,17,22,27,32,37,42,47,52,57 minutes&lt;br /&gt;
&lt;br /&gt;
; The following takes place:&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=13</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=13"/>
		<updated>2019-10-24T10:42:21Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Blis2 - Developed by J3 Systems [https://www.j3systems.co.za www.j3systems.co.za].&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Scheduled Cron Jobs ==&lt;br /&gt;
Scheduled tasks on a linux operating system are called [https://en.wikipedia.org/wiki/Cron cron jobs]. The cron jobs are managed through the [https://www.ispconfig.org ISPConfig 3 hosting panel].&lt;br /&gt;
&lt;br /&gt;
In Blis2 there are the following cron jobs:&lt;br /&gt;
&lt;br /&gt;
=== Order Import ===&lt;br /&gt;
The Order Import cron imports all current open orders.&lt;br /&gt;
&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Script:&amp;lt;/strong&amp;gt; crons/import_xml_orders.php&lt;br /&gt;
:* &amp;lt;strong&amp;gt;API:&amp;lt;/strong&amp;gt; BlisCost&lt;br /&gt;
:* &amp;lt;strong&amp;gt;Runtime:&amp;lt;/strong&amp;gt; 2,7,12,17,22,27,32,37,42,47,52,57 minutes&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=12</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=12"/>
		<updated>2019-10-24T10:37:24Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Blis2 - Developed by J3 Systems [https://www.j3systems.co.za www.j3systems.co.za].&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Scheduled Cron Jobs ==&lt;br /&gt;
Scheduled tasks on a linux operating system are called [https://en.wikipedia.org/wiki/Cron cron jobs]. The cron jobs are managed through the [https://www.ispconfig.org ISPConfig 3 hosting panel].&lt;br /&gt;
&lt;br /&gt;
In Blis2 there are the following cron jobs:&lt;br /&gt;
&lt;br /&gt;
=== Order Import ===&lt;br /&gt;
The Order Import cron imports all current open orders.&lt;br /&gt;
&lt;br /&gt;
:* crons/import_xml_orders.php&lt;br /&gt;
:* API: BlisCost&lt;br /&gt;
:* Runtime: 2,7,12,17,22,27,32,37,42,47,52,57 minutes&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=11</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=11"/>
		<updated>2019-10-24T10:34:18Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* BlisCost */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Blis2 - Developed by J3 Systems [https://www.j3systems.co.za www.j3systems.co.za].&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Scheduled Cron Jobs ==&lt;br /&gt;
Scheduled tasks on a linux operating system are called [https://en.wikipedia.org/wiki/Cron cron jobs]. The cron jobs are managed through the [https://www.ispconfig.org ISPConfig 3 hosting panel].&lt;br /&gt;
&lt;br /&gt;
In Blis2 there are the following cron jobs:&lt;br /&gt;
&lt;br /&gt;
=== Order Import ===&lt;br /&gt;
The import_xml_orders.php cron imports all current open orders.&lt;br /&gt;
API: BlisCost&lt;br /&gt;
Runtime: 2,7,12,17,22,27,32,37,42,47,52,57 minites&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=10</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=10"/>
		<updated>2019-10-24T10:31:22Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Blis2 - Developed by J3 Systems [https://www.j3systems.co.za www.j3systems.co.za].&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Scheduled Cron Jobs ==&lt;br /&gt;
Scheduled tasks on a linux operating system are called [https://en.wikipedia.org/wiki/Cron cron jobs]. The cron jobs are managed through the [https://www.ispconfig.org ISPConfig 3 hosting panel].&lt;br /&gt;
&lt;br /&gt;
In Blis2 there are the following cron jobs:&lt;br /&gt;
&lt;br /&gt;
=== BlisCost ===&lt;br /&gt;
The BlisCost import&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=9</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=9"/>
		<updated>2019-10-24T10:28:19Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Blis2 - Developed by J3 Systems [https://www.j3systems.co.za www.j3systems.co.za].&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Scheduled Cron Jobs ==&lt;br /&gt;
Scheduled tasks on a linux operating system are called [https://en.wikipedia.org/wiki/Cron cron jobs]. The cron jobs are managed through the [https://www.ispconfig.org ISPConfig 3 hosting panel].&lt;br /&gt;
&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=8</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=8"/>
		<updated>2019-10-24T10:22:24Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Blis2 - Developed by J3 Systems [https://www.j3systems.co.za www.j3systems.co.za].&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Scheduled Cron Jobs ==&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=7</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=7"/>
		<updated>2019-10-24T09:49:01Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Blis2 - Developed by J3 Systems [https://www.j3systems.co.za www.j3systems.co.za].&lt;br /&gt;
&lt;br /&gt;
== Scheduled Cron Jobs ==&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=6</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=6"/>
		<updated>2019-10-24T09:46:47Z</updated>

		<summary type="html">&lt;p&gt;Admin: Undo revision 5 by Admin (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;strong&amp;gt;MediaWiki has been installed.&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=5</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=5"/>
		<updated>2019-10-24T09:46:02Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Blis2 Developed by J3 Systems [https://www.j3wsystems.co.za:www.j3systems.co.za].&lt;br /&gt;
&lt;br /&gt;
== Scheduled Cron Jobs ==&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=4</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=4"/>
		<updated>2019-10-24T09:44:09Z</updated>

		<summary type="html">&lt;p&gt;Admin: Undo revision 3 by Admin (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;strong&amp;gt;MediaWiki has been installed.&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=3</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=3"/>
		<updated>2019-10-24T09:43:18Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;strong&amp;gt;Blis 2 Documentation&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Blis 2 - Developed and Supported by J3 Systems [https://www.j3systems.co.za].&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=2</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://bliswiki.j3.co.za/index.php?title=Main_Page&amp;diff=2"/>
		<updated>2019-10-24T09:31:30Z</updated>

		<summary type="html">&lt;p&gt;Admin: Protected &amp;quot;Main Page&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;strong&amp;gt;MediaWiki has been installed.&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
</feed>