<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
<channel>
<title><![CDATA[Saudico]]></title>
<link><![CDATA[https://saudico.net/support/]]></link>
<description />
<generator><![CDATA[Kayako case v4.78.0]]></generator>
<item>
<title><![CDATA[Day to day management of National Tourism Monitoring Platform (NT...]]></title>
<link><![CDATA[https://saudico.net/support/index.php?/Knowledgebase/Article/View/110]]></link>
<guid isPermaLink="false"><![CDATA[5f93f983524def3dca464469d2cf9f3e]]></guid>
<pubDate><![CDATA[Wed, 25 Aug 2021 17:11:25 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[Please click to view the Revised guideline document  updated on 25-Nov-2025The Saudi Arabian Ministry of Tourism requires all hotels operating in Saudi Arabia, to automatically update the concerned data to National Tourism Monitoring Platform (NTMP).  In ...]]></description>
<content:encoded><![CDATA[<p>Please click to view the <strong><a href="https://saudico.net/support/NTMPStatusCheck.pdf" target="_blank">Revised guideline document </a></strong> updated on 25-Nov-2025<br /><br />The Saudi Arabian Ministry of Tourism requires all hotels operating in Saudi Arabia, to automatically update the concerned data to National Tourism Monitoring Platform (NTMP).  In this regard, your hotel must have an active integration between Opera/Suite8 PMS and the NTMP platform. In order to make this update process happen without any interruption, the following guidelines must be followed by every hotel.<br /><br /></p>
<div>
<div><strong>MONITORING: </strong>The hotel must monitor the following at least once a day:</div>
<ol>
<li>
<div>Current status of integration by logging in to the NTMP portal <a href="https://ntmp.gov.sa" target="_blank">https://ntmp.gov.sa</a> at the “View Integration Data” section<span> (</span><strong><span style="color: #ff0000;">Fig.1</span></strong><span>)</span></div>
</li>
<li>
<div>Confirm that the Windows task scheduler is running with the correct user and password, with high privilege, and "<em>run whether the user is logged on or not</em>" checkbox is selected</div>
</li>
<li><span>Monitor the logs generated in the PMS Interface PC where NTMP is configured. </span></li>
</ol>
</div>
<p></p>
<div><strong>REPORTING:</strong> The hotel must open a technical support ticket with us in case of any following circumstances:</div>
<ol>
<li><span></span>If the hotel or the Ministry changes the API credentials (Hotel ID, User Name, Password or API Key) of the NTMP platform (<strong><span style="color: #ff0000;">Fig.2</span></strong>)</li>
<li>If the hotel changes the Windows username or their password which is set to run the task scheduler</li>
<li><span>If the hotel add or edit firewall rules that would block the uploading of data to the NTMP platform</span></li>
<li>If the hotel wants to add, edit or change any of the following configurations in the PMS systems<br />
<ol style="list-style-type: lower-alpha;">
<li><em>Room Types</em></li>
<li><em>Nationality Codes</em></li>
<li><em>Payment Types</em></li>
<li><em>Cancellation Reasons</em></li>
</ol>
</li>
<li>If the hotel finds out any abnormal logs generated in the PMS Interface PC where the NTMP is configured</li>
<li><span></span>If the NTMP portal’s “<strong><b>View Integration Data</b></strong>” section is not showing an updated record of the recent activity (date/time)</li>
</ol>
<p><br />Please feel free to contact us, if you need any clarifications or explanations on this subject. Please be aware that Saudico Electronic Systems will not take any responsibilities and/or liabilities in the issues that are caused beyond its control. Every hotel is expected to closely monitor the integration on a daily basis and keep us informed about any abnormality, to avoid any actions by the ministry.<br /><br /><br /><strong><span style="color: #ff0000;">Fig.1 / Fig.2<br /><br /><img src="http://saudico.net/images/ntmp_figs.jpg" alt="" width="877" height="670" /></span></strong></p>
<div><span style="color: #2f3237; font-family: LanguageTool-win, Arial, sans-serif; font-size: 20px; white-space: pre-wrap; background-color: #ffffff;"> </span></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Account Allocation in progress]]></title>
<link><![CDATA[https://saudico.net/support/index.php?/Knowledgebase/Article/View/79]]></link>
<guid isPermaLink="false"><![CDATA[d1fe173d08e959397adf34b1d77e88d7]]></guid>
<pubDate><![CDATA[Mon, 13 Aug 2018 10:42:11 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[Description:How to clear Account Allocation in progress message.Resolution:To change the Account Allocation form to allow for the clearing of an Account Allocation in Progress message from within SunSystems rather than running SQL script at back end, plea...]]></description>
<content:encoded><![CDATA[Description:<br />How to clear Account Allocation in progress message.<br /><br />Resolution:<br />To change the Account Allocation form to allow for the clearing of an Account Allocation in Progress message from within SunSystems rather than running SQL script at back end, please refer to below process:<br /><br />1) In Forms Permissions Editor (FPE), check out Account Allocation function, select FULL for the "Forms for selected Function", check the box Open Form on check out then Check Out.<br /><br />2) Add the relevant operator groups in the specified operator groups screen, then in the available actions screen, make sure that the following Actions are ENABLED:-<br />-Clear Allocation in Progress<br />-Balance override<br />-Override locked Account/Trans<br /><br />3) Save all details and then check them back in<br /><br />Please note, the form needs to be compiled on the server, so you can either do all the above on the server, or prior to opening any form ensure that "Perform Server Compile After Check In" is ticked in View &gt;&gt; Options &gt;&gt; Server tab.<br /><br />All the above can be done in Forms Designer (FD) also. There is the extra step in that you would need to bring up the actions by going into View &gt;&gt; Form Actions once your form is checked out and open.<br /><br />After the above steps, you will get the "Allocation in Progress on the Account. Retry?" message box. Select No and a message box stating "Allocation control ill be overidden? Yes/NO". Select Yes.<br /><br />However, if this does not resolve the issue you will still need to log all users out of SunSystems and ask your SQL DBA to run the SQL script on the SunSystems database server.<br /><br />To clear the flag of Allocation in Progress, you will need to log all users out of SunSystems and ask your SQL DBA to run the following script on the SunSystems database server. Before doing this, please make a full backup of your SQL database.<br /><br />SELECT * FROM ZZZ_ACNT WHERE ALLOCN_IN_PROGRESS = '1' ( where ZZZ is your business unit code to identify which accounts have allocation in progress set as Yes)<br /><br />UPDATE ZZZ_ACNT SET ALLOCN_IN_PROGRESS = '0' WHERE ALLOCN_IN_PROGRESS = '1' (again where ZZZ is your business unit code, this updates the allocation in progress to No)<br /><br />SELECT * FROM ZZZ_A_SALFLDG WHERE ALLOC_IN_PROGRESS = 'Y' (To narrow down the selection you may wish to select by journal number. If this is the case add the following to the above script:<br /><br />AND JRNAL_NO = 'enter journal no.'<br /><br />This script finds the transaction with allocation in progress flag. You then use this script to remove the flag:<br />UPDATE ZZZ_A_SALFLDG SET ALLOC_IN_PROGRESS =' ' WHERE ALLOC_IN_PROGRESS = 'Y' AND JRNAL_NO = 'enter journal no.']]></content:encoded>
</item>
<item>
<title><![CDATA[Additional Balancing Traction Generated when using Balance By T0 ...]]></title>
<link><![CDATA[https://saudico.net/support/index.php?/Knowledgebase/Article/View/86]]></link>
<guid isPermaLink="false"><![CDATA[93db85ed909c13838ff95ccfa94cebd9]]></guid>
<pubDate><![CDATA[Sun, 28 Oct 2018 17:22:25 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[Additional Balancing Traction Generated when using Balance By T0 transaction analysis code in Journal Description:Ledger Definition is set to balance by T0. The source file involves 2 journal types, and even though the total amount of debit and credits fo...]]></description>
<content:encoded><![CDATA[Additional Balancing Traction Generated when using Balance By T0 transaction analysis code in Journal <br /><br /><br /><strong>Description:</strong><br /><br />Ledger Definition is set to balance by T0. The source file involves 2 journal types, and even though the total amount of debit and credits for T0 codes are all balanced. Journal Import produces additional balancing transaction per journal type. <br /><br />Journal import report indicates SunSystems is balancing by Journal Type and T0, when it should only be balanced by T0.<br /><br />According to v4.4 Help: “If you specify a Balance by option of TD-Transaction Date, JT-Journal Type or T0-T9-Transaction Analysis Category, journals are only balanced and sorted by this field in JI=Journal Import; these Balance by options do not affect JE=Journal Entry.”<br /><br />It indicates Journal Type is an optional balance option, not mandatory.<br /><br />To test further sing the same source file, in v426 there’s no additional balancing transaction generated. We expect v4.4 to be the same as v426.<br /><br /><strong>Steps To Reproduce:</strong><br />V4.4 PS38<br /><br />1. In Ledger Definition, Set Balance By = T0<br /> <br />2. In Journal Types, create journal type PAY, enable T0, and tick ‘Conversion’<br /> <br />3. Create another journal type GJ, enable T0, and tick ‘Conversion’<br /> <br />4. Journal Import attached Colliers.ndf with Post Transaction = No<br /> <br />Review report: Journal is sorted by journal type followed by T0]]></content:encoded>
</item>
<item>
<title><![CDATA[Cannot Initialise Posting DLL - update for V6.2 and 6.3]]></title>
<link><![CDATA[https://saudico.net/support/index.php?/Knowledgebase/Article/View/88]]></link>
<guid isPermaLink="false"><![CDATA[2a38a4a9316c49e5a833517c45d31070]]></guid>
<pubDate><![CDATA[Thu, 29 Nov 2018 16:59:09 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[Cannot Initialise Posting DLL - update for V6.2 and 6.3Description:Whenever user tries to send journal entries via PMQA, he is facing the given error on both server and client machine. Hence he is not able to upload the files.Customer tried KB 1408527 but...]]></description>
<content:encoded><![CDATA[Cannot Initialise Posting DLL - update for V6.2 and 6.3<br /><br /><br /><strong>Description:</strong><br /><br />Whenever user tries to send journal entries via PMQA, he is facing the given error on both server and client machine. Hence he is not able to upload the files.<br />Customer tried KB 1408527 but failed even doing so.<br /><br /><br /><strong>Resolution:</strong><br />Manually register the ledger import DLL:<br /><br />1) Logon to PC as the one with administrator privilege (For SunSystems 5.x -&gt; 6.1)<br />2) Open Command prompt -- 'Run As Administrator'<br /> execute the below script:<br /> regsvr32.exe "C:\ProgramData\Infor Query &amp; Analysis\Settings\LsAlchemy\SS5\Data Send Definitions\SS5_LedgerImport_103.dll"<br /><br />Please make a note that Datalink folder might be different depending on your setup. Generally we would recommend to check About tab in Maintenance to check from where is the user's Settings folder taken.<br /><br />Start -&gt; All Programs -&gt; Infor Query And Analysis -&gt; Maintenance -&gt; &lt;log in&gt; -&gt; About tab<br /><br />Logically if looking for using SS6 DL would need to check SS6 DL folder for SS6_LedgerImport_103.dll<br /><br />By default - if no User Profiles applied should be here:<br />C:\ProgramData\Infor Query &amp; Analysis\Settings\LsAlchemy\SS6\Data Send Definitions\SS6_LedgerImport_103.dll<br /><br />UPDATE for v6.2 and 6.3<br /> Open Command prompt -- 'Run As Administrator'<br /> execute the below script:<br /> regsvr32.exe "C:\ProgramData\Infor Query &amp; Analysis\Settings\LsAlchemy\SS6\Data Send Definitions\SS6_LedgerImport_103.dll"<br /><br />UPDATE for Windows 10 and 2016<br /><br />Default datalink location changed on those systems so dll path needs to be amended to:<br /><br />C:\Program Files (x86)\Infor\Query and Analysis\Settings\LsAlchemy\SS6\Data Send Definitions\SS6_LedgerImport_103.dll or C:\Program Files (x86)\Infor\Query and Analysis\Settings\LsAlchemy\SS5\Data Send Definitions\SS5_LedgerImport_103.dll <br />]]></content:encoded>
</item>
<item>
<title><![CDATA[Cannot initialize posting dll]]></title>
<link><![CDATA[https://saudico.net/support/index.php?/Knowledgebase/Article/View/95]]></link>
<guid isPermaLink="false"><![CDATA[812b4ba287f5ee0bc9d43bbf5bbe87fb]]></guid>
<pubDate><![CDATA[Tue, 25 Jun 2019 09:36:26 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[Problem:Cannot initialize posting dll. Solution:Please Do the following :Open Command prompt -- 'Run As Administrator' execute the below script:regsvr32.exe "C:\ProgramData\Infor Query &amp; Analysis\Settings\LsAlchemy\SS6\Data Send Definitions\SS6_Ledger...]]></description>
<content:encoded><![CDATA[Problem:<br />Cannot initialize posting dll. <br /><br /><br />Solution:<br />Please Do the following :<br /><br />Open Command prompt -- 'Run As Administrator'<br /><br /> execute the below script:<br /><br /><br />regsvr32.exe "C:\ProgramData\Infor Query &amp; Analysis\Settings\LsAlchemy\SS6\Data Send Definitions\SS6_LedgerImport_103.dll<br /><br />c:\"<span>regsvr32.exe "C:\ProgramData\Infor Query &amp; Analysis\Settings\LsAlchemy\SS6\Data Send Definitions\SS6_LedgerImport_103.dll" without  quotes.</span><br /><br />Regards]]></content:encoded>
</item>
<item>
<title><![CDATA[Cannot start the server-side process]]></title>
<link><![CDATA[https://saudico.net/support/index.php?/Knowledgebase/Article/View/47]]></link>
<guid isPermaLink="false"><![CDATA[67c6a1e7ce56d3d6fa748ab6d9af3fd7]]></guid>
<pubDate><![CDATA[Thu, 29 Dec 2016 13:33:45 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[Problem&nbsp;
After Login Screen Client was not able to connect and error message&nbsp;
"Cannot start the server-side process. Check the server is switched on.The application server did not respond to a command after 60 seconds. The server may be or ove...]]></description>
<content:encoded><![CDATA[<p><strong>Problem&nbsp;</strong></p>
<p style="padding-left: 60px;">After Login Screen Client was not able to connect and error message&nbsp;</p>
<p style="padding-left: 60px;"><strong>"Cannot start the server-side process. Check the server is switched on.</strong><br /><strong>The application server did not respond to a command after 60 seconds. The server may be or overloaded or not started."</strong></p>
<p><strong>Solutions :</strong></p>
<p style="padding-left: 30px;">1. SunSystems Server and Clients are on the Same Patch Set.</p>
<p style="padding-left: 30px;">2. The client is able to connect resolve the Server hostname ( even if you setup the client using IP).</p>
<p style="padding-left: 30px;">&nbsp;</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Client inoperable, message: &quot;A function is active. Please close i...]]></title>
<link><![CDATA[https://saudico.net/support/index.php?/Knowledgebase/Article/View/85]]></link>
<guid isPermaLink="false"><![CDATA[3ef815416f775098fe977004015c6193]]></guid>
<pubDate><![CDATA[Sun, 28 Oct 2018 17:04:58 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[Client inoperable, message: "A function is active. Please close it before attempting to close SunSystems"Description:SunSystems stops working when being in an active function and then double-clicking the Database Code entry in the status bar to leave and ...]]></description>
<content:encoded><![CDATA[Client inoperable, message: "A function is active. Please close it before attempting to close SunSystems"<br /><br /><br /><strong>Description:</strong><br />SunSystems stops working when being in an active function and then double-clicking the Database Code entry in the status bar to leave and change the code.<br />The function then closes and displays the main screen, but it is not possible to select another function or to exit the application. <br />The client has to be terminated forcibly and the operator ID requires to be cleared.<br /><br />When double-clicking the database code while in an inactive screen (i.e. where A Amend is used to enable data entry), it is possible to select File-Exit from the menu twice, and SunSystems is closed normally. When logging in again, all functionality is available again.<br /><br /><br /><strong>Steps To Reproduce:</strong><br /><br />Open LA AL - Account Listing. The cursor sits directly in the first line of the active form.<br />Double-click the house symbol/database code in the status bar.<br />The function screen closes and the main screen is displayed.<br />At this stage it is not possible to to open any other function.<br />Trying to exit from SunSystems issues the message: "A function is still active..."<br /><br />Work Around:<br />Exit active screens using the Escape key, return from inactive forms to the main screen by entering M in the action box. <br /><br />Resolution:<br />Resolved in SunSystems 4.4.2 and SunSystems 4.4 PS40.]]></content:encoded>
</item>
<item>
<title><![CDATA[Generate Payments, Payment Run....]]></title>
<link><![CDATA[https://saudico.net/support/index.php?/Knowledgebase/Article/View/51]]></link>
<guid isPermaLink="false"><![CDATA[2838023a778dfaecdc212708f721b788]]></guid>
<pubDate><![CDATA[Wed, 25 Jan 2017 09:54:32 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[In Generate Payments, some settings that can keep an invoice from being included in the payment run are:
1) A Payment Method in the Chart of Accounts/Supplier Setup that doesn&rsquo;t match the Payment Profile&rsquo;s Payment Method.2) Payment Method of ...]]></description>
<content:encoded><![CDATA[<p>In <strong>Generate Payments</strong>, some settings that can keep an invoice from being included in the payment run are:</p>
<p>1) A Payment Method in the Chart of Accounts/Supplier Setup that doesn&rsquo;t match the Payment Profile&rsquo;s Payment Method.<br />2) Payment Method of Due Date and an invoice that is dated in the future.<br />3) Payment Option in the Payment Profile that doesn&rsquo;t match the transaction&rsquo;s allocation marker (as seen in AQ-Account Inquiry).<br />4) Supplier with an allocation in progress on their account.<br />5) Current period that is earlier than the period the transaction posted to.<br />6) An amount limit in the payment profile.<br />7) An open period or date limit in the payment profile that is incorrect.<br />8) An open period or date limit in the Ledger Setup that is incorrect.<br />9) An open period or date limit in the user group&rsquo;s Miscellaneous Permissions, even if correct. This may need to be cleared and re-entered after running checks.<br />10) A supplier with payment method B-Bank Payments whose BK-Bank Details are not set up.<br />11) A transaction that does not contain analysis codes that are set to mandatory.<br />12) No proper rate set up in CNP (correct currencies or dates)<br />13) No default rate (rate with no period) set up in CNP<br />14) Rate in CNP with improper range of accounts<br />15) The Priority on the payment tab on the Supplier Setup does not match the Account Priority on the general tab on the Payment Profile. </p>
<p>&nbsp;</p>
<p>Regards</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[How to transfer Year End Profit or Loss to the Balance Sheet?]]></title>
<link><![CDATA[https://saudico.net/support/index.php?/Knowledgebase/Article/View/39]]></link>
<guid isPermaLink="false"><![CDATA[d67d8ab4f4c10bf22aa353e27879133c]]></guid>
<pubDate><![CDATA[Tue, 13 Jan 2015 10:54:12 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[How to transfer Year End Profit or Loss to the Balance Sheet?
Resolution:At the start of a new year, you normally transfer the old year's net profit or loss to a balance sheet account. Before this is done, a trial balance printed for the new year shows th...]]></description>
<content:encoded><![CDATA[<p><strong>How to transfer Year End Profit or Loss to the Balance Sheet?</strong></p>
<p><br />Resolution:<br />At the start of a new year, you normally transfer the old year's net profit or loss to a balance sheet account. Before this is done, a trial balance printed for the new year shows the relevant amount. SunSystems <gwmw class="ginger-module-highlighter-mistake-anim ginger-module-highlighter-mistake-type-3" id="gwmw-15650956475837905668825">automatically prints</gwmw> a line, 'Total Prior Year's Profit/Loss', immediately before the report totals.<br /><br />Once you have reconciled and confirmed this value the transfer is carried out as follows:<br /><br />Ensure you have a profit and loss account called, for example, Prior Year Profit/Loss. This account should not have an account code within the range normally included on any financial reports. This is required for system technical reasons.<br /><br />Create your balance sheet account called, for example, Retained Earnings, which forms part of the balance sheet.<br /><br />Print a Trial Balance for the first period in the new year, and note the amount called prior year's net profit/loss.<br /><br />If the trial balance shows a profit, use Ledger Entry to debit the profit and loss account and credit the balance sheet account with this amount. If you are posting a loss, reverse these signs. Post this journal to the last period of the old year. <br /><br />The profit and loss entry is ignored in the new year's trial balance, but the balance sheet entry is included. <br /><br />This method assumes that SunSystems financial statements, analysis and tables are used for reporting.<br /><br />An alternate method is to zeroise the profit and loss accounts by posting a journal to each of the P&amp;L accounts using the trial balance as a journal voucher and using the Retained Earnings accont for the corresponding balance sheet account in the conventional way.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Office Error :  error 372 Failed to load control 'SSTab' from tab...]]></title>
<link><![CDATA[https://saudico.net/support/index.php?/Knowledgebase/Article/View/63]]></link>
<guid isPermaLink="false"><![CDATA[03afdbd66e7929b125f8597834fa83a4]]></guid>
<pubDate><![CDATA[Thu, 17 Aug 2017 13:43:40 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[Recommended - Temporary disable the Automatic Office Update &amp; roll back the most recent Office updates MS July 2017 Updates crashed Q&amp;A. In order to fix it it's needed to:1. Turn OFF automatic updates in Office (under the "Account" settings / upda...]]></description>
<content:encoded><![CDATA[<span>Recommended - Temporary disable the Automatic Office Update &amp; roll back the most recent Office updates </span><br /><br /><span>MS July 2017 Updates crashed Q&amp;A. In order to fix it it's needed to:</span><br /><br /><span><strong>1. Turn OFF automatic updates in Office (under the "Account" </strong>settings / update<strong> options)</strong></span><br /><strong>2. Close Excel and any other Office apps</strong><br /><strong>3. Run the following commands as Administrator in Command Prompt (CMD)</strong><br /><strong>cd "C:\Program Files\Common Files\microsoft shared\ClickToRun"</strong><br /><span><strong>OfficeC2RClient.exe /update user updatetoversion=16.0.8229.2073</strong><br /></span><br /><span>This issue seems to affect Current Update Channel - if the customers would like to stay safe of this they can use Deferred Channel instead</span><br /><span>For more information about Update Channels please kindly check: https://support.office.com/en-us/article/Overview-of-update-channels-for-Office-365-ProPlus-9ccf0f13-28ff-4975-9bd2-7e4ea2fefef4</span><br /><br /><span>So far it seems that KB4011051 has caused the problem.</span>]]></content:encoded>
</item>
<item>
<title><![CDATA[Problem found in module LsCommandBars.ClipboardRestore in Q&amp;A]]></title>
<link><![CDATA[https://saudico.net/support/index.php?/Knowledgebase/Article/View/57]]></link>
<guid isPermaLink="false"><![CDATA[72b32a1f754ba1c09b3695e0cb6cde7f]]></guid>
<pubDate><![CDATA[Mon, 01 May 2017 09:34:08 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[Description:Problem found in module LsCommandBars.ClipboardRestore in Q&amp;AWhen running reports in Q&amp;A we get a message 'Problem found in module LsCommandBars.ClipboardRestore. Cannot open clipboard' and the reports don't run.Resolution:Following st...]]></description>
<content:encoded><![CDATA[Description:<br /><br />Problem found in module LsCommandBars.ClipboardRestore in Q&amp;A<br /><br />When running reports in Q&amp;A we get a message 'Problem found in module LsCommandBars.ClipboardRestore. Cannot open clipboard' and the reports don't run.<br /><br />Resolution:<br /><br />Following steps have been done:<br /><br />In Internet Explorer- &gt; Tools- &gt; Internet options- &gt; Security<br />1. Select Zone<br />2. Click on Custom Level, <br />3. Scroll down to Allow Programmatic Clipboard Access <br />4. And select Enable.<br /><br />Required version of Q&amp;A is 10.1.1 or higher.]]></content:encoded>
</item>
<item>
<title><![CDATA[Receiving 'Allocation in progress on this account by user ABC. co...]]></title>
<link><![CDATA[https://saudico.net/support/index.php?/Knowledgebase/Article/View/74]]></link>
<guid isPermaLink="false"><![CDATA[ad61ab143223efbc24c7d2583be69251]]></guid>
<pubDate><![CDATA[Thu, 11 Jan 2018 14:19:11 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[Receiving 'Allocation in progress on this account by user ABC. continue?' in account allocationDescription:User receives Allocation in progress on this account by a user, however the user is not in that account.Resolution:When receiving the message 'Alloc...]]></description>
<content:encoded><![CDATA[<strong>Receiving 'Allocation in progress on this account by user ABC. continue?' in account allocation</strong><br /><br /><br /><strong>Description:</strong><br />User receives Allocation in progress on this account by a user, however the user is not in that account.<br /><br /><br /><strong>Resolution:</strong><br />When receiving the message 'Allocation in progress on this account by user ABC. continue?' upon the screen in Account Allocation, press Z from the keyboard and click Yes to override the entry.<br /><br />However if there is no further actions after pressing Z key it is likely that your current user id does not have access to the hidden Z function. This can be enabled via User Manager:<br />1. Login User Manager as administrator<br />2. Double click on group that the user belongs to<br />3. In the left, click on ‘SunSystems 4 Operator Group’, and highlight the relevant database code in the right panel, click ‘Menu Selections’<br />4. Expand the left and go to Ledger Accounting/Entry/Account Allocation. Set Access to Actions.<br />Ensure ‘Unbalanced Z Option’ is blank<br />5. After making changes, click ok and exit out User Manager.<br />6. User would need to logout and login back to SunSystems for the changes to be effective.<br /><br />]]></content:encoded>
</item>
<item>
<title><![CDATA[Reports Not Running with Error message &quot;Query Excuation Failed fo...]]></title>
<link><![CDATA[https://saudico.net/support/index.php?/Knowledgebase/Article/View/48]]></link>
<guid isPermaLink="false"><![CDATA[642e92efb79421734881b53e1e1b18b6]]></guid>
<pubDate><![CDATA[Thu, 05 Jan 2017 14:18:50 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[Issue :
Customer is getting Error Message : "Query Excuation Failed for Dataset "EvorReportDataSet"" when execute in Report in SunSystems 6.X
Solutions is :
Create A model for any new created Bussiness unit ( DB)
1. Run Data Access Manager&nbsp;
2. f...]]></description>
<content:encoded><![CDATA[<p><strong>Issue :</strong></p>
<pre>Customer is getting Error Message : "Query Excuation Failed for Dataset "EvorReportDataSet"" when execute in Report in SunSystems 6.X</pre>
<p><strong>Solutions </strong>is :</p>
<p>Create A model for any new created Bussiness unit ( DB)</p>
<p>1. Run Data Access Manager&nbsp;</p>
<p>2. from configure select the BU.</p>
<p>3 . RUN from play button.</p>
<p>4 Save from Save button.<br /> <br />Regards<br /> <br />Samer Ajlawi<br />Mobile No. 0500541902</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Steps to clear the user in Sun]]></title>
<link><![CDATA[https://saudico.net/support/index.php?/Knowledgebase/Article/View/45]]></link>
<guid isPermaLink="false"><![CDATA[6c8349cc7260ae62e3b1396831a8398f]]></guid>
<pubDate><![CDATA[Wed, 25 May 2016 09:44:31 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[Steps to clear the user

Login in Sunsystem with &lsquo;clear&rsquo; user with password &lsquo;sunsys&rsquo;.
Once logged In enter &lsquo;ZC&rsquo; in the search box and press enter.
A window popup will appear asking to enter the user id ( you can ent...]]></description>
<content:encoded><![CDATA[<p>Steps to clear the user</p>
<ol>
<li>Login in Sunsystem with &lsquo;clear&rsquo; user with password &lsquo;sunsys&rsquo;.</li>
<li>Once logged In enter &lsquo;ZC&rsquo; in the search box and press enter.</li>
<li>A window popup will appear asking to enter the user id ( you can enter the user id if you know which user you need to clear else click on the button to view the list of all user and select the particular user to clear it. If you want to clear all the user just leave it blank without entering any id and press enter, it will prompt asking do you want to clear all the users, say yes then it will clear all the users).</li>
</ol>
<p>&nbsp;</p>
<p>&nbsp;</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Steps to unlock the user in Sun System]]></title>
<link><![CDATA[https://saudico.net/support/index.php?/Knowledgebase/Article/View/46]]></link>
<guid isPermaLink="false"><![CDATA[d9d4f495e875a2e075a1a4a6e1b9770f]]></guid>
<pubDate><![CDATA[Wed, 25 May 2016 09:45:57 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[Steps to unlock the user

Login in User manager with user name &lsquo;admin&rsquo; and password &lsquo;sunsys&rsquo;.
Once logged In, you will find list of all the users.
Select the particular user which you want to unlock and press right click on it ...]]></description>
<content:encoded><![CDATA[<p>Steps to unlock the user</p>
<ol>
<li>Login in User manager with user name &lsquo;admin&rsquo; and password &lsquo;sunsys&rsquo;.</li>
<li>Once logged In, you will find list of all the users.</li>
<li>Select the particular user which you want to unlock and press right click on it and select edit user.</li>
<li>A window with the user details will appear.</li>
<li>At the bottom of the user details screen the last field is Lock status (if it is locked it will show &lsquo;locked&rsquo; else &lsquo;unlocked&rsquo;).</li>
<li>To change the status click on the ellipse button provided and changed to unlocked if it is locked.</li>
<li>Once changes are done click on apply and close it.</li>
</ol>
<p>&nbsp;</p>
<p>&nbsp;</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Sun Server Installation Steps]]></title>
<link><![CDATA[https://saudico.net/support/index.php?/Knowledgebase/Article/View/52]]></link>
<guid isPermaLink="false"><![CDATA[9a1158154dfa42caddbd0694a4e9bdc8]]></guid>
<pubDate><![CDATA[Wed, 25 Jan 2017 10:04:22 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[Sun Server Installation Steps:
&nbsp;
1) Pre Requisites:
- Create Groups "SunSystemsClient", SunSystemsServices" - Create USers "SunSystems" - Add SunSystems and administrator user to each above groups - Add SunSystems to administrator group also. - Ru...]]></description>
<content:encoded><![CDATA[<p><strong>Sun Server Installation Steps:</strong></p>
<p>&nbsp;</p>
<p><strong>1) Pre Requisites:</strong></p>
<p>- Create Groups "SunSystemsClient", SunSystemsServices"<br /> - Create USers "SunSystems"<br /> - Add SunSystems and administrator user to each above groups<br /> - Add SunSystems to administrator group also.<br /> - Run SECPOL.MSC -&gt; Local Policies-&gt;USer Rights Assignment-&gt;logon service-&gt;add user SunSystems<br /> - Install IIS and other features and roles. please see samer video converted slides for the same.</p>
<p>&nbsp;</p>
<p><strong>2) Install SQL. RUN the iso file:</strong></p>
<p><br /> - install sql <br /> - start sql server managment studio-&gt;login as SA user-&gt;go to Security-&gt;login-&gt;NT Authority\systems-&gt;properties -&gt;server roles-&gt;sysadmin must be select<br /> - open configuration tool-&gt;SQL Server configurtaion manager-&gt;enable client protocols<br /> - Open SQL server reporting service configuration<br /> - add Service Account (SunSystems) and press apply<br /> - once above done, then go to webservice URL and click on link at the bottom<br /> - Once URL working, click on Database -&gt; and check the settings<br /> - click on report manager url-&gt;click on link to open it.<br /> - Once URL opened-&gt;CLick on site setting on top-&gt;Security-&gt;Click new role assignment-&gt;add SunSystemsServices and select both system administrator and system user<br /> - click on Database -&gt; and click on change credientials and test it wit both sa adn windows logins</p>
<p><strong>3) Install all the prequisites under the pre requisites folder.</strong></p>
<p><strong>4) Install infor. click the setup or autorun:</strong></p>
<p><br /> - install infor SunSystems<br /> - Install SunSystems Reporting Services.<br /> - Install Sun Patches<br /> - Install sun patch client tier all three sql, help, srs fpr server.<br /> - User migration.<br /> - give right to the pk1 and pk1 group<br /> - try accessing the SUN systems, it sould work</p>
<p><strong>5) Configure Data Access Module:</strong></p>
<p><br /> - Goto DAR(DATA ACESS MANAGER) -&gt;Configure business unit-&gt;run(play button) -&gt;select pk1<br /> - -&gt;Synchorize data module-&gt;run(play button) -&gt;select pk1<br /> - Once done-&gt; Click on save button to deploy (must step)<br />- report manager,</p>
<p><strong>6) Q&amp;A Installation:</strong></p>
<p><br /> - Create DB"QADB" in sql.<br /> - Run the QA exe. -&gt;next-&gt;next-&gt;untill install -&gt; once install done, click finish (dont go next)<br /> - Select only QnA and Sun6<br /> - First QnA -&gt; Datasource = *&lt;computername&gt; and datavase = QADB -&gt;test the connection by widnowns and sql<br /> - Then, select Sun6 -&gt; Datasource = *&lt;computername&gt; and datavase = SunSystemsDomain -&gt;test the connection by widnowns and sql<br /> - Then goto start-&gt;infor QnA-&gt; Maintainance-&gt;setup-&gt;configure Microsoft office-&gt;seleect office-&gt;click on apply</p>
<p><strong>7) Creating new DB -&gt; goto BUA:</strong></p>
<p><br /> - Select "BUGROUP" -&gt;click create-&gt; <br /> - put TRN as BU code, put format, date details, maximum number of peroids 12, <br /> - under value1 seclect base currecny qatari riyal.<br /> - Press ok-&gt;ok-&gt; to create the new BU.<br /> - make TRN online-----by clicking on the put online button.<br /> - CURRENCY CODE-&gt; give other details to QAR like dirham etc..<br /> - Configure the data model then same like on step 5.</p>
<p><br /><strong>8)MIgration of SUn4 DB to Sun6:</strong></p>
<p><strong>Pre-Requisites:</strong></p>
<p><br /> - Copy the Sun4 backup into C:\ProgramData\Infor\Logs\SunSystems\Cobol<br /> - New BU should Exit, Create like Step 7 and do configure the data model like step 5.<br /> - Create Analysis Dimension same like in SUN4. you can locate the SSRF backup file to find the T0,T1 ... please note only create the names, description, lookup, length, validate..<br /> - Analysis Structure -&gt; map the analysis dimensions to analsys structure. e,g 901(ledger) to t0 is what t1 is what ....<br />MIgration:<br /> - Search for Data Migration Wizard-&gt; follow the instruction, imp point are below in sequence.<br /> - Give path for the SUN4 backup file (C:\ProgramData\Infor\Logs\SunSystems\Cobol) adn BU code = name of the BU code in SUN4 (you can check in the backup file usual creates like SSRF-zzz where zzz is the SUN4 BU code.<br /> - Next -&gt; Payment Terms -&gt; Enter Group Code and descriptoon here; For example: Code: P030 Description: 30 days<br /> - Next -&gt; Anaylsis Category Code -&gt; Enter/map here the Analysis dimension ID to SUn4 Analysis Catergory, leave theDefault Analysis code empty.<br /> - Next -&gt; Bank Sub Codes -&gt; Enter like this -&gt; Bank Sub-code: BANK ; Asset Diary Codes: 00001 ; Default Transaction Account code: here put the real ledger G/L Code. you can find it under the SSRF file ; look for the suspense account and put the same code there<br /> - Next -&gt; SunSystems Migration Files -&gt; give this path C:\ProgramData\Infor\Logs\SunSystems\Cobol<br /> - Finish -&gt; param and pay files are created on the above location. you can edit them incase if you put any wrong info in above steps.</p>
<p><strong>Now:</strong></p>
<p><br /> - Search for Data Migration (DMG) -&gt; Select Sun4 BU Code and SUN6 BU code where it would migrate.<br /> - First Check datacheck -&gt; any error / warnings will ne shown under cobol fodler.<br /> - once okay, click on static; it will migrate masterdata from sun4(chart of account etc). <br /> - once migrated successfully, click on TRANS to migrate transactions.<br /> - Once done, check TB(trail Balance) report in sun4 and sun6. both should be tellyed.<br /> - Now check referncial Integrity; goto -&gt;BUA-&gt; Select BU(TRN)-&gt;Action -&gt;check referncial Integrity.</p>
<p>9) Ledger Setup -&gt; set open period and open dates.</p>
<p>&nbsp;</p>
<p>Please do find the required files in <strong>Attachment</strong>.</p>
<p>&nbsp;</p>
<p>Regards</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Sun Thick client Installation]]></title>
<link><![CDATA[https://saudico.net/support/index.php?/Knowledgebase/Article/View/44]]></link>
<guid isPermaLink="false"><![CDATA[f7177163c833dff4b38fc8d2872f1ec6]]></guid>
<pubDate><![CDATA[Tue, 24 May 2016 13:39:45 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[The attached is the file for installing thick client for sun 4.4
&nbsp;
&nbsp;
&nbsp;]]></description>
<content:encoded><![CDATA[<p>The attached is the file for installing thick client for sun 4.4</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[SunSystems ComponeneExecutor connect failed : Error Data Send ]]></title>
<link><![CDATA[https://saudico.net/support/index.php?/Knowledgebase/Article/View/103]]></link>
<guid isPermaLink="false"><![CDATA[6974ce5ac660610b44d9b9fed0ff9548]]></guid>
<pubDate><![CDATA[Thu, 26 Nov 2020 14:05:30 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[Description:What is the correct URL for SunSystems 6.3 Datasend in Q&amp;A 11 and Q&amp;A 10?Resolution:For Q&amp;A 11: http://AppServer/sunsystems-connect/soap/For Q&amp;A 10: http://AppServer/sunsystems-connect/wsdl/]]></description>
<content:encoded><![CDATA[Description:<br /><br />What is the correct URL for SunSystems 6.3 Datasend in Q&amp;A 11 and Q&amp;A 10?<br /><br />Resolution:<br /><br />For Q&amp;A 11: http://AppServer/sunsystems-connect/soap/<br /><br />For Q&amp;A 10: http://AppServer/sunsystems-connect/wsdl/]]></content:encoded>
</item>
<item>
<title><![CDATA[teamviewer V11 link]]></title>
<link><![CDATA[https://saudico.net/support/index.php?/Knowledgebase/Article/View/59]]></link>
<guid isPermaLink="false"><![CDATA[093f65e080a295f8076b1c5722a46aa2]]></guid>
<pubDate><![CDATA[Thu, 11 May 2017 12:11:36 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[Please note that we need to download and install TeamViewer 11 or lower.you can download TeamViewer 11 from this link: http://download.teamviewer.com/download/version_11x/TeamViewer_Setup.exe]]></description>
<content:encoded><![CDATA[Please note that we need to download and install TeamViewer 11 or lower.<br /><br />you can download TeamViewer 11 from this link: <a href="http://download.teamviewer.com/download/version_11x/TeamViewer_Setup.exe" title="http://download.teamviewer.com/download/version_11x/TeamViewer_Setup.exe">http://download.teamviewer.com/download/version_11x/TeamViewer_Setup.exe</a>]]></content:encoded>
</item>
<item>
<title><![CDATA[Unable to start SunSystems Connect service]]></title>
<link><![CDATA[https://saudico.net/support/index.php?/Knowledgebase/Article/View/76]]></link>
<guid isPermaLink="false"><![CDATA[fbd7939d674997cdb4692d34de8633c4]]></guid>
<pubDate><![CDATA[Thu, 25 Jan 2018 12:13:33 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[Unable to start SunSystems Connect serviceDescription:I am unable to start the SunSystems connect service. It times out and gives the following error:"Windows could not start the SunSystems Connect Server service on Local Computer"Error 1053: The service ...]]></description>
<content:encoded><![CDATA[<br />Unable to start SunSystems Connect service<br /><br /><strong>Description:</strong><br /><br />I am unable to start the SunSystems connect service. It times out and gives the following error:<br />"Windows could not start the SunSystems Connect Server service on Local Computer<br />"Error 1053: The service did not respond to the start or control request in a timely fashion"<br /><br />Clicking Ok to the message just leaves the status as "Starting" but it never actually starts.<br /><br />SunSystems Application sever service is also not starting but probably needs SSC to be started..<br /><br /><br /><strong>Resolution:</strong><br /><br />Check if everything in SunSystems is working from the Deploy Manager, In the Deploy Manager you can go to Function menu and select Deployment Monitor - this is a visual grid of all the services. Also check that the SunSystems Default is enabled in the application Pool "IIS"]]></content:encoded>
</item>
<item>
<title><![CDATA[When running automated payments in SunSystems, which date has to ...]]></title>
<link><![CDATA[https://saudico.net/support/index.php?/Knowledgebase/Article/View/58]]></link>
<guid isPermaLink="false"><![CDATA[66f041e16a60928b05a7e228a89c3799]]></guid>
<pubDate><![CDATA[Mon, 01 May 2017 09:34:46 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[Description:When running automated payments in SunSystems, which date has to be entered to the date fields?Resolution:Please see below explanation from the SunSystems help:-------------------------------------------Base Date For PaymentTransactions are se...]]></description>
<content:encoded><![CDATA[Description:<br />When running automated payments in SunSystems, which date has to be entered to the date fields?<br /><br />Resolution:<br />Please see below explanation from the SunSystems help:<br />-------------------------------------------<br />Base Date For Payment<br />Transactions are selected for payment if their due date is on, or before, the date entered in this box.<br /><br />Base Date For Discount<br />Transactions will be selected for payment if they are eligible for discount.<br /><br />Payment Date<br />Enter the date to be used as the transaction date for transactions generated during this run. The default is today's date.<br /><br />Next Payment Date<br />Use this box to indicate when you will next run GP=Generate Payments. If transactions are still eligible for the same discount at that date, they will not be selected for this run.<br /><br />Forced payments are cleared, regardless of the date entered in this box.]]></content:encoded>
</item>
<item>
<title><![CDATA[Why has the non-SSC Ledger import been withdrawn from SunSystems ...]]></title>
<link><![CDATA[https://saudico.net/support/index.php?/Knowledgebase/Article/View/87]]></link>
<guid isPermaLink="false"><![CDATA[c7e1249ffc03eb9ded908c236bd1996d]]></guid>
<pubDate><![CDATA[Thu, 15 Nov 2018 14:34:34 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[


Description:


Why has the non-SSC Ledger import been withdrawn from SunSystems 6 Datalink 30.002.0004 onwards?





Resolution:


The core reason that R&amp;D had to remove the Non SSC ledger Import data send was due to the technology that it was buil...]]></description>
<content:encoded><![CDATA[<table class="KBTable" cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td class="KBDefaultLabel_Bold">Description:</td>
</tr>
<tr>
<td class="KBDefaultLabel"><span>Why has the non-SSC Ledger import been withdrawn from SunSystems 6 Datalink 30.002.0004 onwards?</span></td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td class="KBDefaultLabel_Bold">Resolution:</td>
</tr>
<tr>
<td class="KBDefaultLabel"><span>The core reason that R&amp;D had to remove the <g class="gr_ gr_36 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling multiReplace" id="36" data-gr-id="36">Non SSC</g> ledger Import data send was due to the technology that it was built on. The Ledger Import data send contains a DLL library which was built using Visual Basic 6 and could not be upgraded <g class="gr_ gr_39 gr-alert gr_gramm gr_inline_cards gr_run_anim Style multiReplace" id="39" data-gr-id="39">to .</g>Net due to compatibility issues with Q&amp;A 10. Without having the ability to update this DLL it caused us three key issues:<br />1. The Ledger Import payload was going through an <g class="gr_ gr_26 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling ins-del multiReplace" id="26" data-gr-id="26">unsecure</g> method where it would do a direct SQL insert to the SunSystems Database and not following the rest of the Data Send protocols which use SSC. <br />2. The DLL was tied to a specific version of SunSystems and any changes made in the SunSystems Ledger would result in a new DataLink release. <br />3. The DLL showed up in our vulnerability scans when deployed in the Cloud, where it carried out direct SQL to the Database. <br /><br />It results in the following:<br /><br />• All existing Data Sends using Ledger Import will need to be rebuilt using the new Layout Identifiers and appropriate mappings.<br />• Excel Macros should remain close to what they were before, as you are calling an internal definition name. <br />• Failed Data Sends are prevented from going to SunSystems by displaying the errors in the comment cell. If the values are incorrect then yes additional work needs to be done but that would be the same regardless of the Data Send option.<br />• Adding this extra layer of security now brings Ledger Import Data Send in line with the rest of the SunSystems Data Sends. The fact that LI was not using SSC this was seen as a security risk. <br />• In terms of applying an additional layer of authentication to SSC, this is now <br />• For customers who use SunSystems and Q&amp;A Infor provide a specific SKU covering <g class="gr_ gr_27 gr-alert gr_gramm gr_inline_cards gr_run_anim Grammar only-ins replaceWithoutSep" id="27" data-gr-id="27">internal</g> use of SSC.</span></td>
</tr>
</tbody>
</table>]]></content:encoded>
</item>
<item>
<title><![CDATA[Work Flow for Assets Register Module:]]></title>
<link><![CDATA[https://saudico.net/support/index.php?/Knowledgebase/Article/View/54]]></link>
<guid isPermaLink="false"><![CDATA[a684eceee76fc522773286a895bc8436]]></guid>
<pubDate><![CDATA[Wed, 25 Jan 2017 10:34:49 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[Work Flow for Assets Register Module:
1)Pre-requisite: COA codes
- Asset G/L Code (Balance Sheet: Assets)- Asset G/L Depreciation (Balance Sheet: Lability)- Asset G/L Depreciation (P&amp;L: Expense)- Assets Disposal g/L (P&amp;L: Expense)
Pre-requisite: B...]]></description>
<content:encoded><![CDATA[<p><strong>Work Flow for Assets Register Module:</strong></p>
<p><strong>1)Pre-requisite: COA codes</strong></p>
<p>- Asset G/L Code (Balance Sheet: Assets)<br />- Asset G/L Depreciation (Balance Sheet: Lability)<br />- Asset G/L Depreciation (P&amp;L: Expense)<br />- Assets Disposal g/L (P&amp;L: Expense)</p>
<p><strong>Pre-requisite: BUA and Ledger Setup</strong></p>
<p><br />- BUA -&gt;Memo account must be entered. to any value the qty (memorandum field in LE.<br />- Ledger Setup: select " User Assets QTY"</p>
<p>&nbsp;</p>
<p><strong>2) Assets Class:</strong> to create the grouping of the assets like vehicle furniture.<br /> - Assets class code.<br /> -Depreciation Account:<br /> - Balance Sheet. =liability<br /> - Profit &amp; Loss = P&amp;L Expense<br /> -Value 1 Depreciation -&gt;Deprecation Setting:<br /> - Base Depreciation method: Straight Line<br /> - Base percentage (depreciation percentage): to depreciate the assets<br /> - press okay to create.</p>
<p><strong>3) Assets Note:</strong> just optional to write all details about below assets record.</p>
<p><br /><strong>4) Assets Records:</strong> To create the assets, you can call the class so all the above setting will come from the class automatically.</p>
<p>- Assets Code.<br /> - Select Assets Class (it will update above values automatically)<br /> - make it active.<br /> - Depreciation Account: B/S and P&amp;L will come from class or otherwise can put manually.<br /> - Depreciation Period: Start period from where the period start to depreciate the assets<br /> - Base depreciation method: it could come from assets classes or you can put it manually.<br /> - Base percentage: like how much percentage, assets will depreciate each MONTH.<br /> - Base Final Value: Also, known as Salvage value: means at what value when it reaches then we need to dispose the assets. usually select 1<br /> - FORMULA TO CALCUTE THE STRAIGHT LINE DESPRECIATION:<br /> - (Base percentage of (total value of assets-Base Final Value)/12 month (as per the period) <br /> e.g.: total Value assets= 100,000 and Dep%=10% then-&gt; then 10% of assets value is 10,000 per annum so for each month divide 10,000 by 12 that is: 833.33. (this example if you don&rsquo;t have base final value, if you have you must minus it from total assets value then calculate percentage)<br /> if you want to exclude the final value to be calculated while calculating the depreciating -&gt;go to ledger setup and select "exclude final value from dep".</p>
<p><strong>Other NOTES:</strong> <br /> -base days for first peroid : 31<br /> -base active data: 15 (as 15 days left for this month, as I receive item on 16th)<br /> Both above option is useful if you receive asset on 16th Jan, and you would like to start the depreciation from this month only then vale would be like above,</p>
<p><br /><strong>5) WORKFLOW:</strong> we will receive the assets from LE and once we receive we can see it in assets inquiry as well as in assets records the total value of assets.<br /> then we will run depreciation on this asset that we receive so it will show that assets are depreciated by the above formula.<br /> also, once your asset is totally depreciated or damaged, we can even dispose it by using the disposing functionality.<br />In disposing: when you receive the asset, you receive by the qty (memorandum). so, when disposing you need to mention the qty and that qty will be disposed and value will be calculated accordingly. see below in details:</p>
<p><strong>I) Ledger Enter:</strong> Asset GL code will be debit with asset code (that is car and other, which you create under asset records). also, put asset value and qty(memorandum) also, select asset indicator: initial; Supplier will be credit as normal.</p>
<p>II) To run the depreciation, you can create first the preset that will depreciate the assets value by department wise. (like I have 1 asset in hotel and then it is depreciated by room, hk etc so we can set the %factor for each dept.)<br /> - Creating preset: go to Asset records-&gt;click on assets posting preset-&gt; put asset sub code, description, lookup. factor(ratio) and analysis (to select which dept. it goes)<br /> <br /> III) Once asset preset is done then, run the asset depreciation calculation:<br /> - go to the asset depreciation calculation-&gt;select assets code, depreciation period, post transaction=yes, posting period single/historic (single mean it will calculate the dep for the remaining period and post it in this period. but if you select historic then, it will calculate all the previous miss derivatization and post it in each missed months)<br /> also, put balance sheet code and P&amp;L (same like the one we put in assets record for this asset. -&gt; press ok and print to display the report<br /> please note if you select post transaction=NO then it will not be posted but only you can only print.<br /> once you press ok asset will be depreciated base the distribution in preset posting.<br />you can check the report under asset inquiry.</p>
<p>IV) dispose the partial asset or full asset:<br /> - first dispose part: go to the asset record-&gt; and select asset code and change-&gt;asset status to assets to disposal (you can do the same in asset disposal selection)<br /> - Then go to asset part disposal-&gt; select asset code-&gt;disposal quantity-&gt;part disposal period, P&amp;L disposal account, post transaction=yes, suspense disposal account= same like p&amp;L disposal account.<br /> - Once okay it will be disposed.</p>
<p>&nbsp;</p>
<p><br /><strong>Report Manager:</strong><br />- asset book listing<br />- Asset Record Setup<br />- Assets Posting preset setup.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Year Closing ]]></title>
<link><![CDATA[https://saudico.net/support/index.php?/Knowledgebase/Article/View/49]]></link>
<guid isPermaLink="false"><![CDATA[f457c545a9ded88f18ecee47145a72c0]]></guid>
<pubDate><![CDATA[Sat, 07 Jan 2017 11:06:59 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[Problem :How to close the previous year in SunSystems.
&nbsp;
Solution&nbsp;:
Accounts need to close the previous years by doing the following Steps. 1. Run Trial Balance for the first period of the new year ( Example 01/2017).2. check under for line w...]]></description>
<content:encoded><![CDATA[<p><strong>Problem :</strong><br />How to close the previous year in SunSystems.</p>
<p>&nbsp;</p>
<p>Solution<strong>&nbsp;:</strong></p>
<p style="padding-left: 30px;"><br />Accounts need to close the previous years by doing the following Steps.<br /> <br />1. Run Trial Balance for the first period of the new year ( Example 01/2017).<br />2. check under for line with named total Previous year profit/loss.<br />3. transfer profit/Loss to your Balance Sheet account (example, Retained earnings.</p>
<p style="padding-left: 30px;"><strong>&nbsp; &nbsp; &nbsp; &nbsp; In the case of profit:</strong><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;3.1 if it shows Profit Credit the retain Earning (Balance Sheet account) and Debit the profit and loss Account ( example Prior error profit and loss - make sure this account is outside your range of normal P&amp;L Accounts).<br /> <strong>&nbsp; &nbsp; &nbsp; &nbsp; In the case of Loss:</strong><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;3.2 if it shows Loss do the opposite and debit the Retain earnings and credit the Profit and loss account.<br /> <br /> <br />Regards<br />Samer Ajlawi<br />Mobile No. 0500541902</p>]]></content:encoded>
</item>
</channel>
</rss>