<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://help.onea.be/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Bjorn.misseghers</id>
		<title>1Archive help - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://help.onea.be/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Bjorn.misseghers"/>
		<link rel="alternate" type="text/html" href="https://help.onea.be/index.php/Special:Contributions/Bjorn.misseghers"/>
		<updated>2026-04-24T17:57:21Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.27.1</generator>

	<entry>
		<id>https://help.onea.be/index.php?title=Venice_connector/Requirements&amp;diff=3141</id>
		<title>Venice connector/Requirements</title>
		<link rel="alternate" type="text/html" href="https://help.onea.be/index.php?title=Venice_connector/Requirements&amp;diff=3141"/>
				<updated>2021-09-22T07:21:14Z</updated>
		
		<summary type="html">&lt;p&gt;Bjorn.misseghers: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{warning|You need to have an SQL Server running. If that is not the case, follow the [[Venice_connector/Requirements/SQL_Server_installation_instructions|SQL Server installation instructions]].}}&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==System requirements==&lt;br /&gt;
* At least Windows 8/Windows Server 2012 with TLS 1.2 enabled&lt;br /&gt;
* Microsoft .Net framework version 4 or higher&lt;br /&gt;
* 100 MB RAM&lt;br /&gt;
* 10MB disk space for the installation of the service&lt;br /&gt;
* System logging can take up several GB per month. Cleanup of these files is not foreseen&lt;br /&gt;
* The service needs to run with a windows user that has sufficient privileges to access the venice folders and the connector folders.&lt;br /&gt;
&lt;br /&gt;
==Venice requirements==&lt;br /&gt;
* The Venice monitor connects to the Venice SDK using a Venice user. So you will need to provide a user license for this.&lt;br /&gt;
* For further installation specifics you can check out the [[Venice_connector/Installation|Venice connector installation]]&lt;br /&gt;
&lt;br /&gt;
==Firewall settings==&lt;br /&gt;
* The Venice monitor communicates to the onea archive (typically http://vis.onea.be/Onea) via https. You will need to allow this traffic in order for the Venice monitor to work.&lt;br /&gt;
* In order to download and install new versions of the software, access to Amazon S3 downloads will be required (i.e. https://s3.eu-west-1.amazonaws.com/onea.downloads/veniceConnector/)&lt;br /&gt;
&lt;br /&gt;
==Requirements in SQL Server==&lt;br /&gt;
* We need an sql server instance running and a user with read and write rights to the database defined below. SQL express 2016 or higher is perfect. &lt;br /&gt;
&lt;br /&gt;
* Database VENICE_MONITOR with 3 tables:&lt;br /&gt;
** SVC_CABINET&lt;br /&gt;
** SVC_DOSSIER&lt;br /&gt;
** SVC_SYNCACTION&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;{{info|The scripts to create these tables are provided by Onea, please contact [mailto:support@onea.be us] if you haven't received them.}}&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size: 120%;&amp;quot;&amp;gt;'''SVC_CABINET'''&amp;lt;/div&amp;gt;&lt;br /&gt;
This table is used to:&lt;br /&gt;
* store the locations of the cabinets to synchronize. &lt;br /&gt;
* store the URL and login info needed to upload/download data from VIS.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Following columns are available:&lt;br /&gt;
* '''code''': contains the path to the cabinet. For example: &amp;quot;C:/Venice/Cabinets/cabinet.&lt;br /&gt;
* '''isActive''': indicates if the sync of the cabinet should be active or not. Possible values are:&lt;br /&gt;
** ''0'': not active&lt;br /&gt;
** ''1'': active&lt;br /&gt;
* '''instanceCode''': the name of the instance to which the cabinets belong.&lt;br /&gt;
* '''serviceAddress''': the address of the webservice. Default value: ''https://vis.onea.be/Onea/WS''&lt;br /&gt;
* '''serviceName''': the name of the webservice. Default value: ''ERPSync''&lt;br /&gt;
* '''username''': the username of the user that will be used for synchronization. '''This should be provided by Onea'''.&lt;br /&gt;
* '''password''': the password of the user that will be used for synchronization. '''This should be provided by Onea'''.&lt;br /&gt;
* '''scanProImageLink''': the prefix-URL of the direct link to a document. Default value: ''https://vis.onea.be/Onea/site/d/&lt;br /&gt;
* '''hasPriority''': if set to 1, this cabinet is synchronized first.&lt;br /&gt;
* '''prioritySorting''': influences the order in which the cabinets are synchronized.&lt;br /&gt;
* '''processing''': indicates that a cabinet is being processed at the moment.&lt;br /&gt;
* '''scanProPublicImageLink''': the prefix-URL of the public link to a document image. Default value: ''https://vis.onea.be/Onea/p/d/&lt;br /&gt;
* '''scanProPublicDocumentLink''': the prefix-URL of the public link to a document. Default value: ''https://vis.onea.be/Onea/p/doc/&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size: 120%;&amp;quot;&amp;gt;'''SVC_DOSSIER'''&amp;lt;/div&amp;gt;&lt;br /&gt;
This table is used to define which dossier(s) of which cabinets need to be synchronized with VIS.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Following columns are available:&lt;br /&gt;
* '''dossier''': indicates which dossier of the cabinet needs to be synchronized. This is the name of the dossier folder. It is also possible to use a wildcard (*) to indicate that all dossiers of the cabinet should be synchronized.&lt;br /&gt;
* '''isActive''': indicates if the sync of the dossier should be active or not.&lt;br /&gt;
* '''cabinet_id''': the id of the entry in the SVC_CABINET table.&lt;br /&gt;
* '''processing''': indicates that a dossier is being processed at the moment.&lt;br /&gt;
* '''hasPriority''': if set to 1, the dossier is synchronized first.&lt;br /&gt;
* '''prioritySorting''': influences the order in which the dossiers are synchronized.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size: 120%;&amp;quot;&amp;gt;'''SVC_SYNCACTION'''&amp;lt;/div&amp;gt;&lt;br /&gt;
This table is used to store all different elements synchronized. There is no need to create rows here, these will be automatically added by 1Archive.&lt;/div&gt;</summary>
		<author><name>Bjorn.misseghers</name></author>	</entry>

	<entry>
		<id>https://help.onea.be/index.php?title=Release_notes_OCR&amp;diff=3058</id>
		<title>Release notes OCR</title>
		<link rel="alternate" type="text/html" href="https://help.onea.be/index.php?title=Release_notes_OCR&amp;diff=3058"/>
				<updated>2021-07-13T17:59:08Z</updated>
		
		<summary type="html">&lt;p&gt;Bjorn.misseghers: /* Release July 2021 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;br/&amp;gt; {{warning|Please use the Ctrl + F5 buttons in your browser after a release!}} &amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Current version''': 2021.7&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
'''Release type''': weekly&amp;lt;br/&amp;gt;&lt;br /&gt;
'''Next release version''': 2021.8&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
'''Awaiting approval:'''&lt;br /&gt;
:'''Maintenance''':&lt;br /&gt;
:'''New features''':&lt;br /&gt;
:'''Improvements''':&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
==Release July 2021==&lt;br /&gt;
Please see &amp;quot;[https://help.onea.be/index.php/Release_notes_1Archive#Version_2021.7 1Archive version 2021.7]&amp;quot; to view the general release notes.&lt;br /&gt;
:'''New features''':&lt;br /&gt;
:* Added the ability to block documents when there is no supplier VAT&lt;br /&gt;
&lt;br /&gt;
==Release June 2021==&lt;br /&gt;
Please see &amp;quot;[https://help.onea.be/index.php/Release_notes_1Archive#Version_2021.6 1Archive version 2021.6]&amp;quot; to view the general release notes.&lt;br /&gt;
&lt;br /&gt;
==Release May 2021==&lt;br /&gt;
Please see &amp;quot;[https://help.onea.be/index.php/Release_notes_1Archive#Version_2021.5 1Archive version 2021.5]&amp;quot; to view the general release notes.&lt;br /&gt;
&lt;br /&gt;
==Release April 2021==&lt;br /&gt;
Please see &amp;quot;[https://help.onea.be/index.php/Release_notes_1Archive#Version_2021.4 1Archive version 2021.4]&amp;quot; to view the general release notes.&lt;br /&gt;
&lt;br /&gt;
==Release March 2021==&lt;br /&gt;
Please see &amp;quot;[https://help.onea.be/index.php/Release_notes_1Archive#Version_2021.3 1Archive version 2021.3]&amp;quot; to view the general release notes.&lt;br /&gt;
&lt;br /&gt;
==Release February 2021==&lt;br /&gt;
Please see &amp;quot;[https://help.onea.be/index.php/Release_notes_1Archive#Version_2021.2 1Archive version 2021.2]&amp;quot; to view the general release notes.&lt;br /&gt;
&lt;br /&gt;
==Release Janaury 2021==&lt;br /&gt;
Please see &amp;quot;[https://help.onea.be/index.php/Release_notes_1Archive#Version_2021.1 1Archive version 2021.1]&amp;quot; to view the general release notes.&lt;br /&gt;
&lt;br /&gt;
==Release December 2020==&lt;br /&gt;
Please see &amp;quot;[https://help.onea.be/index.php/Release_notes_1Archive#Version_2020.12 1Archive version 2020.12]&amp;quot; to view the general release notes.&lt;br /&gt;
&lt;br /&gt;
==Release November 2020==&lt;br /&gt;
Please see &amp;quot;[https://help.onea.be/index.php/Release_notes_1Archive#Version_2020.11 1Archive version 2020.11]&amp;quot; to view the general release notes.&lt;br /&gt;
&lt;br /&gt;
==Release October 2020==&lt;br /&gt;
Please see &amp;quot;[https://help.onea.be/index.php/Release_notes_1Archive#Version_2020.10 1Archive version 2020.10]&amp;quot; to view the general release notes.&lt;br /&gt;
&lt;br /&gt;
==Release September 2020==&lt;br /&gt;
Please see &amp;quot;[https://help.onea.be/index.php/Release_notes_1Archive#Version_2020.9 1Archive version 2020.9]&amp;quot; to view the general release notes.&lt;br /&gt;
&lt;br /&gt;
==Release August 2020==&lt;br /&gt;
Please see &amp;quot;[https://help.onea.be/index.php/Release_notes_1Archive#Version_2020.8 1Archive version 2020.8]&amp;quot; to view the general release notes.&lt;br /&gt;
&lt;br /&gt;
==Release July 2020==&lt;br /&gt;
Please see &amp;quot;[https://help.onea.be/index.php/Release_notes_1Archive#Version_2020.7 1Archive version 2020.7]&amp;quot; to view the general release notes.&lt;br /&gt;
&lt;br /&gt;
==Release June 2020==&lt;br /&gt;
Please see &amp;quot;[https://help.onea.be/index.php/Release_notes_1Archive#Version_2020.6 1Archive version 2020.6]&amp;quot; to view the general release notes.&lt;br /&gt;
&lt;br /&gt;
==Release May 2020==&lt;br /&gt;
Please see &amp;quot;[https://help.onea.be/index.php/Release_notes_1Archive#Version_2020.5 1Archive version 2020.5]&amp;quot; to view the general release notes.&lt;br /&gt;
&lt;br /&gt;
==Release April 2020==&lt;br /&gt;
Please see &amp;quot;[https://help.onea.be/index.php/Release_notes_1Archive#Version_2020.4 1Archive version 2020.4]&amp;quot; to view the general release notes.&lt;br /&gt;
&lt;br /&gt;
==Release March 2020==&lt;br /&gt;
Please see &amp;quot;[https://help.onea.be/index.php/Release_notes_1Archive#Version_2020.3 1Archive version 2020.3]&amp;quot; to view the general release notes.&lt;br /&gt;
&lt;br /&gt;
==Release February 2020==&lt;br /&gt;
Please see &amp;quot;[https://help.onea.be/index.php/Release_notes_1Archive#Version_2020.2 1Archive version 2020.2]&amp;quot; to view the general release notes.&lt;br /&gt;
&lt;br /&gt;
==Release January 2020==&lt;br /&gt;
Please see &amp;quot;[https://help.onea.be/index.php/Release_notes_1Archive#Version_2020.1 1Archive version 2020.1]&amp;quot; to view the general release notes.&lt;br /&gt;
&lt;br /&gt;
==Release December 2019==&lt;br /&gt;
Please see &amp;quot;[https://help.onea.be/index.php/Release_notes_1Archive#Version_2019.12 1Archive version 2019.12]&amp;quot; to view the general release notes.&lt;br /&gt;
&lt;br /&gt;
==Release November 2019==&lt;br /&gt;
Please see &amp;quot;[https://help.onea.be/index.php/Release_notes_1Archive#Version_2019.11 1Archive version 2019.11]&amp;quot; to view the general release notes.&lt;br /&gt;
&lt;br /&gt;
==Release October 2019==&lt;br /&gt;
Please see &amp;quot;[https://help.onea.be/index.php/Release_notes_1Archive#Version_2019.10 1Archive version 2019.10]&amp;quot; to view the general release notes.&lt;br /&gt;
&lt;br /&gt;
==Release September 2019==&lt;br /&gt;
Please see &amp;quot;[https://help.onea.be/index.php/Release_notes_1Archive#Version_2019.9 1Archive version 2019.9]&amp;quot; to view the general release notes.&lt;br /&gt;
:'''New features''':&lt;br /&gt;
:* Added a warning message whenever the VAT ID of the supplier/customer is the same as the one from the company&lt;br /&gt;
:* Remove spaces in the invoice number automatically when going to another field&lt;br /&gt;
:* Added an extra currency validation whenever the currency found by the OCR engine is different than the default one defined on the company&lt;br /&gt;
&lt;br /&gt;
==Release August 2019==&lt;br /&gt;
Please see &amp;quot;[https://help.onea.be/index.php/Release_notes_1Archive#Version_2019.8 1Archive version 2019.8]&amp;quot; to view the general release notes.&lt;br /&gt;
&lt;br /&gt;
==Release July 2019==&lt;br /&gt;
Please see &amp;quot;[https://help.onea.be/index.php/Release_notes_1Archive#Version_2019.7 1Archive version 2019.7]&amp;quot; to view the general release notes.&lt;br /&gt;
&lt;br /&gt;
==Release June 2019==&lt;br /&gt;
Please see &amp;quot;[https://help.onea.be/index.php/Release_notes_1Archive#Version_2019.6 1Archive version 2019.6]&amp;quot; to view the general release notes.&lt;br /&gt;
&lt;br /&gt;
==Release May 2019==&lt;br /&gt;
Please see &amp;quot;[https://help.onea.be/index.php/Release_notes_1Archive#Version_2019.5 1Archive version 2019.5]&amp;quot; to view the general release notes.&lt;br /&gt;
&lt;br /&gt;
==Release April 2019==&lt;br /&gt;
Please see &amp;quot;[https://help.onea.be/index.php/Release_notes_1Archive#Version_2019.4 1Archive version 2019.4]&amp;quot; to view the general release notes.&lt;br /&gt;
:'''Maintenance''':&lt;br /&gt;
:* Apply a default currency for outgoing invoices&lt;br /&gt;
:* Added VAT validation&lt;br /&gt;
&lt;br /&gt;
==Release March 2019==&lt;br /&gt;
Please see &amp;quot;[https://help.onea.be/index.php/Release_notes_1Archive#Version_2019.3 1Archive version 2019.3]&amp;quot; to view the general release notes.&lt;br /&gt;
&lt;br /&gt;
==Release February 2019==&lt;br /&gt;
Please see &amp;quot;[https://help.onea.be/index.php/Release_notes_1Archive#Version_2019.2 1Archive version 2019.2]&amp;quot; to view the general release notes.&lt;br /&gt;
:'''Maintenance''':&lt;br /&gt;
:* Send a default percentage of 0 when exporting documents with no VAT % entered&lt;br /&gt;
&lt;br /&gt;
==Release January 2019==&lt;br /&gt;
Please see &amp;quot;[https://help.onea.be/index.php/Release_notes_1Archive#Version_2019.1 1Archive version 2019.1]&amp;quot; to view the general release notes.&lt;br /&gt;
:'''Maintenance''':&lt;br /&gt;
:* Removed the &amp;quot;Local net amount&amp;quot; field&lt;br /&gt;
&lt;br /&gt;
==Release December 2018==&lt;br /&gt;
Please see &amp;quot;[https://help.onea.be/index.php/Release_notes_1Archive#Version_2018.12 1Archive version 2018.12]&amp;quot; to view the general release notes.&lt;br /&gt;
:'''Maintenance''':&lt;br /&gt;
:* Improve stability and performance&lt;br /&gt;
:* Bugfixes&lt;br /&gt;
&lt;br /&gt;
==Release November 2018==&lt;br /&gt;
Please see &amp;quot;[https://help.onea.be/index.php/Release_notes_1Archive#Version_2018.11 1Archive version 2018.11]&amp;quot; to view the general release notes.&lt;br /&gt;
:'''General''':&lt;br /&gt;
:* Improve stability and performance&lt;br /&gt;
:* Bugfixes&lt;br /&gt;
&lt;br /&gt;
==Release October 2018==&lt;br /&gt;
Please see &amp;quot;[https://help.onea.be/index.php/Release_notes_1Archive#Version_2018.10 1Archive version 2018.10]&amp;quot; to view the general release notes.&lt;br /&gt;
:'''General''':&lt;br /&gt;
:* Improve stability and performance&lt;br /&gt;
:* Bugfixes&lt;br /&gt;
&lt;br /&gt;
==Release September 2018==&lt;br /&gt;
Please see &amp;quot;[https://help.onea.be/index.php/Release_notes_1Archive#Version_2018.9 1Archive version 2018.9]&amp;quot; to view the general release notes.&lt;br /&gt;
* Improve stability and performance&lt;br /&gt;
* Bugfixes&lt;br /&gt;
* Added the &amp;quot;VAT %&amp;quot; field&lt;br /&gt;
* Activated outgoing invoices&lt;br /&gt;
* Export all partner fields&lt;br /&gt;
&lt;br /&gt;
==Release August 2018==&lt;br /&gt;
Please see &amp;quot;[https://help.onea.be/index.php/Release_notes_1Archive#Version_2018.8 1Archive version 2018.8]&amp;quot; to view the general release notes.&lt;br /&gt;
* Improve stability and performance&lt;br /&gt;
* Bugfixes&lt;br /&gt;
* Enable STP&lt;br /&gt;
&lt;br /&gt;
==Release July 2018==&lt;br /&gt;
Please see &amp;quot;[https://help.onea.be/index.php/Release_notes_1Archive#Version_2018.7 1Archive version 2018.7]&amp;quot; to view the general release notes.&lt;br /&gt;
* Improve stability and performance&lt;br /&gt;
* Bugfixes&lt;br /&gt;
* Save the cancel user and the time the document was cancelled&lt;br /&gt;
* Update the supplier code to be userid-yymmddhhmmss instead of a random guid&lt;br /&gt;
* Make it possible to clear the partner&lt;br /&gt;
&lt;br /&gt;
==Release June 2018==&lt;br /&gt;
Please see &amp;quot;[https://help.onea.be/index.php/Release_notes_1Archive#Version_2018.6 1Archive version 2018.6]&amp;quot; to view the general release notes.&lt;br /&gt;
* Improve stability and performance&lt;br /&gt;
* Bugfixes&lt;br /&gt;
* Skip black and white conversion (possible to activate with a system property)&lt;/div&gt;</summary>
		<author><name>Bjorn.misseghers</name></author>	</entry>

	<entry>
		<id>https://help.onea.be/index.php?title=Venice_connector/Requirements&amp;diff=2810</id>
		<title>Venice connector/Requirements</title>
		<link rel="alternate" type="text/html" href="https://help.onea.be/index.php?title=Venice_connector/Requirements&amp;diff=2810"/>
				<updated>2020-04-28T13:26:12Z</updated>
		
		<summary type="html">&lt;p&gt;Bjorn.misseghers: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{warning|You need to have an SQL Server running. If that is not the case, follow the [[Venice_connector/Requirements/SQL_Server_installation_instructions|SQL Server installation instructions]].}}&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==System requirements==&lt;br /&gt;
* Microsoft .Net framework version 4 or higher&lt;br /&gt;
* 100 MB RAM&lt;br /&gt;
* 10MB disk space for the installation of the service&lt;br /&gt;
* System logging can take up several GB per month. Cleanup of these files is not foreseen&lt;br /&gt;
&lt;br /&gt;
==Venice requirements==&lt;br /&gt;
* The Venice monitor connects to the Venice SDK using a Venice user. So you will need to provide a user license for this.&lt;br /&gt;
* For further installation specifics you can check out the [[Venice_connector/Installation|Venice connector installation]]&lt;br /&gt;
&lt;br /&gt;
==Firewall settings==&lt;br /&gt;
The Venice monitor communicates to the onea archive (typically http://vis.onea.be/Onea) via https. You will need to allow this traffic in order for the Venice monitor to work.&lt;br /&gt;
&lt;br /&gt;
==Requirements in SQL Server==&lt;br /&gt;
* Database VENICE_MONITOR with 3 tables:&lt;br /&gt;
** SVC_CABINET&lt;br /&gt;
** SVC_DOSSIER&lt;br /&gt;
** SVC_SYNCACTION&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;{{info|The scripts to create these tables are provided by Onea, please contact [mailto:support@onea.be us] if you haven't received them.}}&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size: 120%;&amp;quot;&amp;gt;'''SVC_CABINET'''&amp;lt;/div&amp;gt;&lt;br /&gt;
This table is used to:&lt;br /&gt;
* store the locations of the cabinets to synchronize. &lt;br /&gt;
* store the URL and login info needed to upload/download data from VIS.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Following columns are available:&lt;br /&gt;
* '''code''': contains the path to the cabinet. For example: &amp;quot;C:/Venice/Cabinets/cabinet.&lt;br /&gt;
* '''isActive''': indicates if the sync of the cabinet should be active or not. Possible values are:&lt;br /&gt;
** ''0'': not active&lt;br /&gt;
** ''1'': active&lt;br /&gt;
* '''instanceCode''': the name of the instance to which the cabinets belong.&lt;br /&gt;
* '''serviceAddress''': the address of the webservice. Default value: ''https://vis.onea.be/Onea/WS''&lt;br /&gt;
* '''serviceName''': the name of the webservice. Default value: ''ERPSync''&lt;br /&gt;
* '''username''': the username of the user that will be used for synchronization. '''This should be provided by Onea'''.&lt;br /&gt;
* '''password''': the password of the user that will be used for synchronization. '''This should be provided by Onea'''.&lt;br /&gt;
* '''scanProImageLink''': the prefix-URL of the direct link to a document. Default value: ''https://vis.onea.be/Onea/site/d/&lt;br /&gt;
* '''hasPriority''': if set to 1, this cabinet is synchronized first.&lt;br /&gt;
* '''prioritySorting''': influences the order in which the cabinets are synchronized.&lt;br /&gt;
* '''processing''': indicates that a cabinet is being processed at the moment.&lt;br /&gt;
* '''scanProPublicImageLink''': the prefix-URL of the public link to a document image. Default value: ''https://vis.onea.be/Onea/p/d/&lt;br /&gt;
* '''scanProPublicDocumentLink''': the prefix-URL of the public link to a document. Default value: ''https://vis.onea.be/Onea/p/doc/&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size: 120%;&amp;quot;&amp;gt;'''SVC_DOSSIER'''&amp;lt;/div&amp;gt;&lt;br /&gt;
This table is used to define which dossier(s) of which cabinets need to be synchronized with VIS.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Following columns are available:&lt;br /&gt;
* '''dossier''': indicates which dossier of the cabinet needs to be synchronized. This is the name of the dossier folder. It is also possible to use a wildcard (*) to indicate that all dossiers of the cabinet should be synchronized.&lt;br /&gt;
* '''isActive''': indicates if the sync of the dossier should be active or not.&lt;br /&gt;
* '''cabinet_id''': the id of the entry in the SVC_CABINET table.&lt;br /&gt;
* '''processing''': indicates that a dossier is being processed at the moment.&lt;br /&gt;
* '''hasPriority''': if set to 1, the dossier is synchronized first.&lt;br /&gt;
* '''prioritySorting''': influences the order in which the dossiers are synchronized.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size: 120%;&amp;quot;&amp;gt;'''SVC_SYNCACTION'''&amp;lt;/div&amp;gt;&lt;br /&gt;
This table is used to store all different elements synchronized. There is no need to create rows here, these will be automatically added by 1Archive.&lt;/div&gt;</summary>
		<author><name>Bjorn.misseghers</name></author>	</entry>

	<entry>
		<id>https://help.onea.be/index.php?title=Venice_connector/Requirements&amp;diff=2809</id>
		<title>Venice connector/Requirements</title>
		<link rel="alternate" type="text/html" href="https://help.onea.be/index.php?title=Venice_connector/Requirements&amp;diff=2809"/>
				<updated>2020-04-28T12:47:44Z</updated>
		
		<summary type="html">&lt;p&gt;Bjorn.misseghers: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{warning|You need to have an SQL Server running. If that is not the case, follow the [[Venice_connector/Requirements/SQL_Server_installation_instructions|SQL Server installation instructions]].}}&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==System requirements==&lt;br /&gt;
* Microsoft .Net framework version 4&lt;br /&gt;
* 100 MB RAM&lt;br /&gt;
* 10MB disk space for the installation of the service&lt;br /&gt;
* System logging can take up several GB per month. Cleanup of these files is not foreseen&lt;br /&gt;
&lt;br /&gt;
==Venice requirements==&lt;br /&gt;
* The Venice monitor connects to the Venice SDK using a Venice user. So you will need to provide a user license for this.&lt;br /&gt;
* For further installation specifics you can check out the [[Venice_connector/Installation|Venice connector installation]]&lt;br /&gt;
&lt;br /&gt;
==Firewall settings==&lt;br /&gt;
The Venice monitor communicates to the onea archive (typically http://vis.onea.be/Onea) via https. You will need to allow this traffic in order for the Venice monitor to work.&lt;br /&gt;
&lt;br /&gt;
==Requirements in SQL Server==&lt;br /&gt;
* Database VENICE_MONITOR with 3 tables:&lt;br /&gt;
** SVC_CABINET&lt;br /&gt;
** SVC_DOSSIER&lt;br /&gt;
** SVC_SYNCACTION&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;{{info|The scripts to create these tables are provided by Onea, please contact [mailto:support@onea.be us] if you haven't received them.}}&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size: 120%;&amp;quot;&amp;gt;'''SVC_CABINET'''&amp;lt;/div&amp;gt;&lt;br /&gt;
This table is used to:&lt;br /&gt;
* store the locations of the cabinets to synchronize. &lt;br /&gt;
* store the URL and login info needed to upload/download data from VIS.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Following columns are available:&lt;br /&gt;
* '''code''': contains the path to the cabinet. For example: &amp;quot;C:/Venice/Cabinets/cabinet.&lt;br /&gt;
* '''isActive''': indicates if the sync of the cabinet should be active or not. Possible values are:&lt;br /&gt;
** ''0'': not active&lt;br /&gt;
** ''1'': active&lt;br /&gt;
* '''instanceCode''': the name of the instance to which the cabinets belong.&lt;br /&gt;
* '''serviceAddress''': the address of the webservice. Default value: ''https://vis.onea.be/Onea/WS''&lt;br /&gt;
* '''serviceName''': the name of the webservice. Default value: ''ERPSync''&lt;br /&gt;
* '''username''': the username of the user that will be used for synchronization. '''This should be provided by Onea'''.&lt;br /&gt;
* '''password''': the password of the user that will be used for synchronization. '''This should be provided by Onea'''.&lt;br /&gt;
* '''scanProImageLink''': the prefix-URL of the direct link to a document. Default value: ''https://vis.onea.be/Onea/site/d/&lt;br /&gt;
* '''hasPriority''': if set to 1, this cabinet is synchronized first.&lt;br /&gt;
* '''prioritySorting''': influences the order in which the cabinets are synchronized.&lt;br /&gt;
* '''processing''': indicates that a cabinet is being processed at the moment.&lt;br /&gt;
* '''scanProPublicImageLink''': the prefix-URL of the public link to a document image. Default value: ''https://vis.onea.be/Onea/p/d/&lt;br /&gt;
* '''scanProPublicDocumentLink''': the prefix-URL of the public link to a document. Default value: ''https://vis.onea.be/Onea/p/doc/&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size: 120%;&amp;quot;&amp;gt;'''SVC_DOSSIER'''&amp;lt;/div&amp;gt;&lt;br /&gt;
This table is used to define which dossier(s) of which cabinets need to be synchronized with VIS.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Following columns are available:&lt;br /&gt;
* '''dossier''': indicates which dossier of the cabinet needs to be synchronized. This is the name of the dossier folder. It is also possible to use a wildcard (*) to indicate that all dossiers of the cabinet should be synchronized.&lt;br /&gt;
* '''isActive''': indicates if the sync of the dossier should be active or not.&lt;br /&gt;
* '''cabinet_id''': the id of the entry in the SVC_CABINET table.&lt;br /&gt;
* '''processing''': indicates that a dossier is being processed at the moment.&lt;br /&gt;
* '''hasPriority''': if set to 1, the dossier is synchronized first.&lt;br /&gt;
* '''prioritySorting''': influences the order in which the dossiers are synchronized.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size: 120%;&amp;quot;&amp;gt;'''SVC_SYNCACTION'''&amp;lt;/div&amp;gt;&lt;br /&gt;
This table is used to store all different elements synchronized. There is no need to create rows here, these will be automatically added by 1Archive.&lt;/div&gt;</summary>
		<author><name>Bjorn.misseghers</name></author>	</entry>

	<entry>
		<id>https://help.onea.be/index.php?title=Venice_connector/Requirements&amp;diff=2808</id>
		<title>Venice connector/Requirements</title>
		<link rel="alternate" type="text/html" href="https://help.onea.be/index.php?title=Venice_connector/Requirements&amp;diff=2808"/>
				<updated>2020-04-28T12:45:35Z</updated>
		
		<summary type="html">&lt;p&gt;Bjorn.misseghers: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{warning|You need to have an SQL Server running. If that is not the case, follow the [[Venice_connector/Requirements/SQL_Server_installation_instructions|SQL Server installation instructions]].}}&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==System requirements==&lt;br /&gt;
* Microsoft .Net framework version 4&lt;br /&gt;
* 100 MB RAM&lt;br /&gt;
* 10MB disk space for the installation of the service&lt;br /&gt;
* System logging can take up several GB per month. Cleanup of these files is not foreseen&lt;br /&gt;
&lt;br /&gt;
==Venice requirements==&lt;br /&gt;
* The Venice monitor connects to the Venice SDK using a Venice user. So you will need to provide a user license for this.&lt;br /&gt;
* For further installation specifics you can check out [[Venice_connector/Installation|Installation]]&lt;br /&gt;
&lt;br /&gt;
==Firewall settings==&lt;br /&gt;
The Venice monitor communicates to the onea archive (typically http://vis.onea.be/Onea) via https. You will need to allow this traffic in order for the Venice monitor to work.&lt;br /&gt;
&lt;br /&gt;
==Requirements in SQL Server==&lt;br /&gt;
* Database VENICE_MONITOR with 3 tables:&lt;br /&gt;
** SVC_CABINET&lt;br /&gt;
** SVC_DOSSIER&lt;br /&gt;
** SVC_SYNCACTION&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;{{info|The scripts to create these tables are provided by Onea, please contact [mailto:support@onea.be us] if you haven't received them.}}&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size: 120%;&amp;quot;&amp;gt;'''SVC_CABINET'''&amp;lt;/div&amp;gt;&lt;br /&gt;
This table is used to:&lt;br /&gt;
* store the locations of the cabinets to synchronize. &lt;br /&gt;
* store the URL and login info needed to upload/download data from VIS.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Following columns are available:&lt;br /&gt;
* '''code''': contains the path to the cabinet. For example: &amp;quot;C:/Venice/Cabinets/cabinet.&lt;br /&gt;
* '''isActive''': indicates if the sync of the cabinet should be active or not. Possible values are:&lt;br /&gt;
** ''0'': not active&lt;br /&gt;
** ''1'': active&lt;br /&gt;
* '''instanceCode''': the name of the instance to which the cabinets belong.&lt;br /&gt;
* '''serviceAddress''': the address of the webservice. Default value: ''https://vis.onea.be/Onea/WS''&lt;br /&gt;
* '''serviceName''': the name of the webservice. Default value: ''ERPSync''&lt;br /&gt;
* '''username''': the username of the user that will be used for synchronization. '''This should be provided by Onea'''.&lt;br /&gt;
* '''password''': the password of the user that will be used for synchronization. '''This should be provided by Onea'''.&lt;br /&gt;
* '''scanProImageLink''': the prefix-URL of the direct link to a document. Default value: ''https://vis.onea.be/Onea/site/d/&lt;br /&gt;
* '''hasPriority''': if set to 1, this cabinet is synchronized first.&lt;br /&gt;
* '''prioritySorting''': influences the order in which the cabinets are synchronized.&lt;br /&gt;
* '''processing''': indicates that a cabinet is being processed at the moment.&lt;br /&gt;
* '''scanProPublicImageLink''': the prefix-URL of the public link to a document image. Default value: ''https://vis.onea.be/Onea/p/d/&lt;br /&gt;
* '''scanProPublicDocumentLink''': the prefix-URL of the public link to a document. Default value: ''https://vis.onea.be/Onea/p/doc/&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size: 120%;&amp;quot;&amp;gt;'''SVC_DOSSIER'''&amp;lt;/div&amp;gt;&lt;br /&gt;
This table is used to define which dossier(s) of which cabinets need to be synchronized with VIS.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Following columns are available:&lt;br /&gt;
* '''dossier''': indicates which dossier of the cabinet needs to be synchronized. This is the name of the dossier folder. It is also possible to use a wildcard (*) to indicate that all dossiers of the cabinet should be synchronized.&lt;br /&gt;
* '''isActive''': indicates if the sync of the dossier should be active or not.&lt;br /&gt;
* '''cabinet_id''': the id of the entry in the SVC_CABINET table.&lt;br /&gt;
* '''processing''': indicates that a dossier is being processed at the moment.&lt;br /&gt;
* '''hasPriority''': if set to 1, the dossier is synchronized first.&lt;br /&gt;
* '''prioritySorting''': influences the order in which the dossiers are synchronized.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size: 120%;&amp;quot;&amp;gt;'''SVC_SYNCACTION'''&amp;lt;/div&amp;gt;&lt;br /&gt;
This table is used to store all different elements synchronized. There is no need to create rows here, these will be automatically added by 1Archive.&lt;/div&gt;</summary>
		<author><name>Bjorn.misseghers</name></author>	</entry>

	<entry>
		<id>https://help.onea.be/index.php?title=Release_notes_1Archive&amp;diff=2712</id>
		<title>Release notes 1Archive</title>
		<link rel="alternate" type="text/html" href="https://help.onea.be/index.php?title=Release_notes_1Archive&amp;diff=2712"/>
				<updated>2019-08-16T07:38:45Z</updated>
		
		<summary type="html">&lt;p&gt;Bjorn.misseghers: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Current version''': 2019.8&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
'''Release type''': weekly&amp;lt;br/&amp;gt;&lt;br /&gt;
'''Next release version''': 2019.9&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
'''Approved for 2019''':&lt;br /&gt;
:'''Maintenance''':&lt;br /&gt;
:* Make it possible to filter out invoices paid by &amp;quot;Domiciliëring&amp;quot; in the payment files&lt;br /&gt;
:'''New features''':&lt;br /&gt;
:* Predictive accounting&lt;br /&gt;
:* UI+ available&lt;br /&gt;
:'''Improvements''':&lt;br /&gt;
:* Make it possible to pay invoices via a generated QR code&lt;br /&gt;
:* Add ability to combine invoices and credit notes in payments&lt;br /&gt;
:* Make it easier to book recurrent invoices&lt;br /&gt;
:* Send an external image link to the accounting software&lt;br /&gt;
:* Make it possible to copy an accounting line to a new line&lt;br /&gt;
:* On the fly recognition of invoices when uploading documents via the file upload&lt;br /&gt;
:* On the fly recognition of invoices when scanning a document in the mobile app&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
==Version 2019.8==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Version 2019.7==&lt;br /&gt;
:'''Improvements''':&lt;br /&gt;
:* Improved the &amp;quot;Change company&amp;quot; button so you're able to see the companies you can switch to based on the company user groups you're in (configurable per environment, but turned off for everyone now)&lt;br /&gt;
:* Improved company sync health icon now shows if the company sync is broken&lt;br /&gt;
:* The 'Synchronize company' button was removed and replaced by the company sync icon&lt;br /&gt;
:* The environment name is shown in the page title&lt;br /&gt;
&lt;br /&gt;
==Version 2019.6==&lt;br /&gt;
:'''Maintenance''':&lt;br /&gt;
:* Added a field &amp;quot;External UUID&amp;quot; to the list of scanbatches, to indicate the UUID of a scanbatch whenever it's processed by an external source&lt;br /&gt;
:'''Improvements''':&lt;br /&gt;
:* Updated the file upload application with an automatic split on separator sheet whenever a pdf file with different documents separated by the separator sheet is uploaded&lt;br /&gt;
:* Created a new version of the separator sheet&lt;br /&gt;
:* Clicking the company sync health icon will now trigger the company sync too&lt;br /&gt;
&lt;br /&gt;
==Version 2019.5==&lt;br /&gt;
:'''Maintenance''':&lt;br /&gt;
:* Renamed the &amp;quot;Skip scanbatch splitting&amp;quot; functionality to &amp;quot;Import mail batches without splitting&amp;quot;&lt;br /&gt;
:* The webscanning application now gives a message that it couldn't render the document if it's a PDF 2.0 document. It will be sent to the recognition service and imported into the archive, but it won't be shown in the webscanning application&lt;br /&gt;
:* Whenever an incoming mail couldn't be processed due to a technical or infrastructural issue, the e-mail isn't bounced anymore. It will be processed whenever the issues are resolved&lt;br /&gt;
:* We now automatically cancel a scanbatch whenever it contains errors and it's coming from an external source (Onea Transfer for example)&lt;br /&gt;
:* Added a button [[Capturing_invoice_data#Batches_in_error|&amp;quot;Skip OCR&amp;quot;]] which allows you to immediately import the documents of a scanbatch in error into the archive (without any OCR applied to it)&lt;br /&gt;
&lt;br /&gt;
==Version 2019.4==&lt;br /&gt;
:'''Maintenance''':&lt;br /&gt;
:* Fixed bug with filtering on an &amp;quot;EMPTY&amp;quot; lookup list field&lt;br /&gt;
:* Fixed bug with filtering on &amp;quot;PO requestor&amp;quot;&lt;br /&gt;
:* Fixed bug with the webscanning application, so no error page is shown anymore with the newest Google Chrome version&lt;br /&gt;
:* Saved the chosen separation method in the webscanning application so whenever you open it the next time, it remembered the method you used last time&lt;br /&gt;
:* Updated the webscanning application with an automatic split on separator sheet whenever documents with separator sheets are sent via mail (and they are processed via the webscanning application). More info [[Capturing_invoice_data#Automatically_split_documents_in_an_e-mail|here]]&lt;br /&gt;
:'''Improvements''':&lt;br /&gt;
:* Improved the speed of loading values in the selection fields&lt;br /&gt;
&lt;br /&gt;
==Version 2019.3==&lt;br /&gt;
:'''Maintenance''':&lt;br /&gt;
:* Made the company picker field a bit bigger to be able to see long company names completely&lt;br /&gt;
:* Improved the speed of scanning and importing documents&lt;br /&gt;
:* Added a validation for PO numbers&lt;br /&gt;
:'''New features''':&lt;br /&gt;
:* Added button &amp;quot;Mark as resolved&amp;quot; for statuses &amp;quot;Error&amp;quot; and &amp;quot;No OCR needed&amp;quot; in incoming mails to indicate that such mails are already processed. More info [[Capturing_invoice_data#Marking_an_error_mail_as_resolved|here]]&lt;br /&gt;
:* Added icons next to the company picker to indicate how healthy the sync of a company is. More info [[Working_with_companies#Company_sync_health|here]]&lt;br /&gt;
:* Added button &amp;quot;Reopen&amp;quot; for statuses &amp;quot;Cancelled&amp;quot; and &amp;quot;Ended&amp;quot; in &amp;quot;All documents&amp;quot; and &amp;quot;My documents&amp;quot; to reopen documents that were wrongfully cancelled/booked&lt;br /&gt;
:* Added automatic PO number generation&lt;br /&gt;
&lt;br /&gt;
==Version 2019.2==&lt;br /&gt;
:'''Maintenance''':&lt;br /&gt;
:* Improved the speed of the document view&lt;br /&gt;
:* Copy over the default journal from the company fields to the scanbatch fields&lt;br /&gt;
:* Show the original image of the scanned document&lt;br /&gt;
:* Added &amp;quot;Download&amp;quot; button for images in a scanbatch&lt;br /&gt;
:* Make it easy for a user with multiple roles to switch between those roles&lt;br /&gt;
&lt;br /&gt;
==Version 2019.1==&lt;br /&gt;
:'''Maintenance''':&lt;br /&gt;
:* Only indicate a partner as an STP candidate when there's a default account available (on the partner fields or on a default template)&lt;br /&gt;
:* Improved the speed of the document view&lt;br /&gt;
&lt;br /&gt;
==Version 2018.12==&lt;br /&gt;
:'''Maintenance''':&lt;br /&gt;
:* Improve stability and performance&lt;br /&gt;
:* Bugfixes&lt;br /&gt;
:'''New features''':&lt;br /&gt;
:* RBA proposals: when a partner is detected as an STP candidate, this is now shown in the documents&lt;br /&gt;
:'''Improvements''':&lt;br /&gt;
:* The &amp;quot;Relink companies&amp;quot; button now only can be used for companies available in your accountancy software account (the one you used for authenticating)&lt;br /&gt;
&lt;br /&gt;
==Version 2018.11==&lt;br /&gt;
:'''General''':&lt;br /&gt;
:* Improve stability and performance&lt;br /&gt;
:* Bugfixes&lt;br /&gt;
:'''New features''':&lt;br /&gt;
:* Add a completely new login page&lt;br /&gt;
:* Users are now able to chat live with our support&lt;br /&gt;
:'''Improvements''':&lt;br /&gt;
:* Improve the way of calculating periods when a document enters the archive&lt;br /&gt;
&lt;br /&gt;
==Version 2018.10==&lt;br /&gt;
:'''General''':&lt;br /&gt;
:* Improve stability and performance&lt;br /&gt;
:* Bugfixes&lt;br /&gt;
:'''Maintenance''':&lt;br /&gt;
:* Track the original mail document of an invoice&lt;br /&gt;
&lt;br /&gt;
==Version 2018.9==&lt;br /&gt;
* Improve stability and performance&lt;br /&gt;
* Bugfixes&lt;br /&gt;
* Add the possibility to define the default journal and period in &amp;quot;My company&amp;quot;. These values should then always be used as defaults when creating a scanning batch&lt;br /&gt;
&lt;br /&gt;
==Version 2018.8==&lt;br /&gt;
* Improve stability and performance&lt;br /&gt;
* Bugfixes&lt;br /&gt;
* Show the VAT number of a company next to the company picker&lt;br /&gt;
&lt;br /&gt;
==Version 2018.7==&lt;br /&gt;
* Improve stability and performance&lt;br /&gt;
* Bugfixes&lt;br /&gt;
* The original document should always be available instead of the black and white one&lt;br /&gt;
* When documents are sent via e-mail, it is now possible to skip the webscanning (by turning on the &amp;quot;Skip scanbatch splitting&amp;quot; option in the company settings)&lt;br /&gt;
* Documents are now indicated as being locked by another user with a lock icon in the archive (instead of the magnifier icon)&lt;br /&gt;
* Skip the documents locked by another user when validating (configurable in the user settings)&lt;br /&gt;
&lt;br /&gt;
==Version 2018.6==&lt;br /&gt;
* Improve stability and performance&lt;br /&gt;
* Bugfixes&lt;br /&gt;
&lt;br /&gt;
==Version 2018.5==&lt;br /&gt;
* Improve stability and performance&lt;br /&gt;
* Bugfixes&lt;br /&gt;
* Added terms and conditions that need to be approved when logging in&lt;br /&gt;
&lt;br /&gt;
==Version 2018.4==&lt;br /&gt;
* Improve stability and performance&lt;br /&gt;
* Bugfixes&lt;br /&gt;
* Make it possible to only view the pdf image when using a shared link&lt;br /&gt;
&lt;br /&gt;
==Version 2018.3==&lt;br /&gt;
* Improve stability and performance&lt;br /&gt;
* Bugfixes&lt;br /&gt;
&lt;br /&gt;
==Version 2018.2==&lt;br /&gt;
* Improve stability and performance&lt;br /&gt;
* Upload PDF for OCR via Onea Transfer&lt;br /&gt;
&lt;br /&gt;
==Version 2018.1==&lt;br /&gt;
* Improved stability and performance&lt;br /&gt;
* Improved recognition of PDF files&lt;br /&gt;
* Added integration with Bill To Box&lt;br /&gt;
* Added integration with Silverfin&lt;br /&gt;
* Updated the editing of scanbatch fields so changes are saved&lt;br /&gt;
&lt;br /&gt;
==Version 2.4.126==&lt;br /&gt;
* Not possible to recall a document from TAP when it's already recalled.&lt;br /&gt;
&lt;br /&gt;
==Version 2.4.125==&lt;br /&gt;
Technical improvements.&lt;br /&gt;
&lt;br /&gt;
==Version 2.4.124==&lt;br /&gt;
* Added a new keyword ''GETQUARTER()'' to use in templates. This will get the quarter of the given date.&lt;br /&gt;
* Specific mail addresses for UBL (XML) invoices. Both for incoming and outgoing invoices.&lt;br /&gt;
* When using an incorrect format for attachments in mails, a mail with an error message is sent.&lt;br /&gt;
* Black and white conversion in the webscanning is now configurable in the settings.&lt;br /&gt;
&lt;br /&gt;
==Version 2.4.123==&lt;br /&gt;
* Added an extra menu button, ''Nomadesk''. This button allows you to consult all your files available in your Nomadesk account.&lt;br /&gt;
* Added the possibility to import e-invoices (UBL - eFFF). These can be imported via file upload or a mailbox. This allows you to process your documents faster and with less errors.&lt;br /&gt;
* Improved the workflow.&lt;br /&gt;
* Prevent the creation of an empty scanning batch when using the file upload.&lt;br /&gt;
* The [[image:pagePdf.png|link=]] &amp;quot;Mail as PDF&amp;quot; button now only sends exportable files.&lt;br /&gt;
&lt;br /&gt;
==Version 2.4.122==&lt;br /&gt;
* Added functionality for generating payment files. These files can be sent to your bank to automatically process the payments. &lt;br /&gt;
&amp;lt;br/&amp;gt;{{note|When you would like to have this feature available, please contact [mailto:support@onea.be Onea].}}&amp;lt;br/&amp;gt;&lt;br /&gt;
* Added indication for comments and number of (additional) attachments. Available comments are indicated with an exclamation mark, available additional attachments are indicated with the number of additional attachments in the document view.&lt;br /&gt;
:[[image:Indication_comments_attachments.png|link=]]&lt;br /&gt;
* Improved module that allows the import of e-invoices from the document loader. The upload is possible via a file connector or via a configurable email mailbox.&lt;br /&gt;
* Added external matching module for purchase orders.&lt;br /&gt;
* When a mail is imported without an attachment or when an error occurs, an e-mail is sent to the email address configured in the company.&lt;br /&gt;
* Fixed the problem with the date picker which was behind the document view in Internet Explorer.&lt;br /&gt;
* Fixed the duplicate invoice error message which gave a wrong link to the duplicate documents.&lt;br /&gt;
* Documents sent via mail are now attached to a mail scanning batch.&lt;/div&gt;</summary>
		<author><name>Bjorn.misseghers</name></author>	</entry>

	<entry>
		<id>https://help.onea.be/index.php?title=Release_notes_1Archive&amp;diff=2711</id>
		<title>Release notes 1Archive</title>
		<link rel="alternate" type="text/html" href="https://help.onea.be/index.php?title=Release_notes_1Archive&amp;diff=2711"/>
				<updated>2019-08-06T09:48:01Z</updated>
		
		<summary type="html">&lt;p&gt;Bjorn.misseghers: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Current version''': 2019.7&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
'''Release type''': weekly&amp;lt;br/&amp;gt;&lt;br /&gt;
'''Next release version''': 2019.9&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
'''Approved for 2019''':&lt;br /&gt;
:'''Maintenance''':&lt;br /&gt;
:* Make it possible to filter out invoices paid by &amp;quot;Domiciliëring&amp;quot; in the payment files&lt;br /&gt;
:'''New features''':&lt;br /&gt;
:* Predictive accounting&lt;br /&gt;
:* UI+ available&lt;br /&gt;
:'''Improvements''':&lt;br /&gt;
:* Make it possible to pay invoices via a generated QR code&lt;br /&gt;
:* Add ability to combine invoices and credit notes in payments&lt;br /&gt;
:* Make it easier to book recurrent invoices&lt;br /&gt;
:* Send an external image link to the accounting software&lt;br /&gt;
:* Make it possible to copy an accounting line to a new line&lt;br /&gt;
:* On the fly recognition of invoices when uploading documents via the file upload&lt;br /&gt;
:* On the fly recognition of invoices when scanning a document in the mobile app&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
==Version 2019.8==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Version 2019.7==&lt;br /&gt;
:'''Improvements''':&lt;br /&gt;
:* Improved the &amp;quot;Change company&amp;quot; button so you're able to see the companies you can switch to based on the company user groups you're in (configurable per environment, but turned off for everyone now)&lt;br /&gt;
:* Improved company sync health icon now shows if the company sync is broken&lt;br /&gt;
:* The 'Synchronize company' button was removed and replaced by the company sync icon&lt;br /&gt;
:* The environment name is shown in the page title&lt;br /&gt;
&lt;br /&gt;
==Version 2019.6==&lt;br /&gt;
:'''Maintenance''':&lt;br /&gt;
:* Added a field &amp;quot;External UUID&amp;quot; to the list of scanbatches, to indicate the UUID of a scanbatch whenever it's processed by an external source&lt;br /&gt;
:'''Improvements''':&lt;br /&gt;
:* Updated the file upload application with an automatic split on separator sheet whenever a pdf file with different documents separated by the separator sheet is uploaded&lt;br /&gt;
:* Created a new version of the separator sheet&lt;br /&gt;
:* Clicking the company sync health icon will now trigger the company sync too&lt;br /&gt;
&lt;br /&gt;
==Version 2019.5==&lt;br /&gt;
:'''Maintenance''':&lt;br /&gt;
:* Renamed the &amp;quot;Skip scanbatch splitting&amp;quot; functionality to &amp;quot;Import mail batches without splitting&amp;quot;&lt;br /&gt;
:* The webscanning application now gives a message that it couldn't render the document if it's a PDF 2.0 document. It will be sent to the recognition service and imported into the archive, but it won't be shown in the webscanning application&lt;br /&gt;
:* Whenever an incoming mail couldn't be processed due to a technical or infrastructural issue, the e-mail isn't bounced anymore. It will be processed whenever the issues are resolved&lt;br /&gt;
:* We now automatically cancel a scanbatch whenever it contains errors and it's coming from an external source (Onea Transfer for example)&lt;br /&gt;
:* Added a button [[Capturing_invoice_data#Batches_in_error|&amp;quot;Skip OCR&amp;quot;]] which allows you to immediately import the documents of a scanbatch in error into the archive (without any OCR applied to it)&lt;br /&gt;
&lt;br /&gt;
==Version 2019.4==&lt;br /&gt;
:'''Maintenance''':&lt;br /&gt;
:* Fixed bug with filtering on an &amp;quot;EMPTY&amp;quot; lookup list field&lt;br /&gt;
:* Fixed bug with filtering on &amp;quot;PO requestor&amp;quot;&lt;br /&gt;
:* Fixed bug with the webscanning application, so no error page is shown anymore with the newest Google Chrome version&lt;br /&gt;
:* Saved the chosen separation method in the webscanning application so whenever you open it the next time, it remembered the method you used last time&lt;br /&gt;
:* Updated the webscanning application with an automatic split on separator sheet whenever documents with separator sheets are sent via mail (and they are processed via the webscanning application). More info [[Capturing_invoice_data#Automatically_split_documents_in_an_e-mail|here]]&lt;br /&gt;
:'''Improvements''':&lt;br /&gt;
:* Improved the speed of loading values in the selection fields&lt;br /&gt;
&lt;br /&gt;
==Version 2019.3==&lt;br /&gt;
:'''Maintenance''':&lt;br /&gt;
:* Made the company picker field a bit bigger to be able to see long company names completely&lt;br /&gt;
:* Improved the speed of scanning and importing documents&lt;br /&gt;
:* Added a validation for PO numbers&lt;br /&gt;
:'''New features''':&lt;br /&gt;
:* Added button &amp;quot;Mark as resolved&amp;quot; for statuses &amp;quot;Error&amp;quot; and &amp;quot;No OCR needed&amp;quot; in incoming mails to indicate that such mails are already processed. More info [[Capturing_invoice_data#Marking_an_error_mail_as_resolved|here]]&lt;br /&gt;
:* Added icons next to the company picker to indicate how healthy the sync of a company is. More info [[Working_with_companies#Company_sync_health|here]]&lt;br /&gt;
:* Added button &amp;quot;Reopen&amp;quot; for statuses &amp;quot;Cancelled&amp;quot; and &amp;quot;Ended&amp;quot; in &amp;quot;All documents&amp;quot; and &amp;quot;My documents&amp;quot; to reopen documents that were wrongfully cancelled/booked&lt;br /&gt;
:* Added automatic PO number generation&lt;br /&gt;
&lt;br /&gt;
==Version 2019.2==&lt;br /&gt;
:'''Maintenance''':&lt;br /&gt;
:* Improved the speed of the document view&lt;br /&gt;
:* Copy over the default journal from the company fields to the scanbatch fields&lt;br /&gt;
:* Show the original image of the scanned document&lt;br /&gt;
:* Added &amp;quot;Download&amp;quot; button for images in a scanbatch&lt;br /&gt;
:* Make it easy for a user with multiple roles to switch between those roles&lt;br /&gt;
&lt;br /&gt;
==Version 2019.1==&lt;br /&gt;
:'''Maintenance''':&lt;br /&gt;
:* Only indicate a partner as an STP candidate when there's a default account available (on the partner fields or on a default template)&lt;br /&gt;
:* Improved the speed of the document view&lt;br /&gt;
&lt;br /&gt;
==Version 2018.12==&lt;br /&gt;
:'''Maintenance''':&lt;br /&gt;
:* Improve stability and performance&lt;br /&gt;
:* Bugfixes&lt;br /&gt;
:'''New features''':&lt;br /&gt;
:* RBA proposals: when a partner is detected as an STP candidate, this is now shown in the documents&lt;br /&gt;
:'''Improvements''':&lt;br /&gt;
:* The &amp;quot;Relink companies&amp;quot; button now only can be used for companies available in your accountancy software account (the one you used for authenticating)&lt;br /&gt;
&lt;br /&gt;
==Version 2018.11==&lt;br /&gt;
:'''General''':&lt;br /&gt;
:* Improve stability and performance&lt;br /&gt;
:* Bugfixes&lt;br /&gt;
:'''New features''':&lt;br /&gt;
:* Add a completely new login page&lt;br /&gt;
:* Users are now able to chat live with our support&lt;br /&gt;
:'''Improvements''':&lt;br /&gt;
:* Improve the way of calculating periods when a document enters the archive&lt;br /&gt;
&lt;br /&gt;
==Version 2018.10==&lt;br /&gt;
:'''General''':&lt;br /&gt;
:* Improve stability and performance&lt;br /&gt;
:* Bugfixes&lt;br /&gt;
:'''Maintenance''':&lt;br /&gt;
:* Track the original mail document of an invoice&lt;br /&gt;
&lt;br /&gt;
==Version 2018.9==&lt;br /&gt;
* Improve stability and performance&lt;br /&gt;
* Bugfixes&lt;br /&gt;
* Add the possibility to define the default journal and period in &amp;quot;My company&amp;quot;. These values should then always be used as defaults when creating a scanning batch&lt;br /&gt;
&lt;br /&gt;
==Version 2018.8==&lt;br /&gt;
* Improve stability and performance&lt;br /&gt;
* Bugfixes&lt;br /&gt;
* Show the VAT number of a company next to the company picker&lt;br /&gt;
&lt;br /&gt;
==Version 2018.7==&lt;br /&gt;
* Improve stability and performance&lt;br /&gt;
* Bugfixes&lt;br /&gt;
* The original document should always be available instead of the black and white one&lt;br /&gt;
* When documents are sent via e-mail, it is now possible to skip the webscanning (by turning on the &amp;quot;Skip scanbatch splitting&amp;quot; option in the company settings)&lt;br /&gt;
* Documents are now indicated as being locked by another user with a lock icon in the archive (instead of the magnifier icon)&lt;br /&gt;
* Skip the documents locked by another user when validating (configurable in the user settings)&lt;br /&gt;
&lt;br /&gt;
==Version 2018.6==&lt;br /&gt;
* Improve stability and performance&lt;br /&gt;
* Bugfixes&lt;br /&gt;
&lt;br /&gt;
==Version 2018.5==&lt;br /&gt;
* Improve stability and performance&lt;br /&gt;
* Bugfixes&lt;br /&gt;
* Added terms and conditions that need to be approved when logging in&lt;br /&gt;
&lt;br /&gt;
==Version 2018.4==&lt;br /&gt;
* Improve stability and performance&lt;br /&gt;
* Bugfixes&lt;br /&gt;
* Make it possible to only view the pdf image when using a shared link&lt;br /&gt;
&lt;br /&gt;
==Version 2018.3==&lt;br /&gt;
* Improve stability and performance&lt;br /&gt;
* Bugfixes&lt;br /&gt;
&lt;br /&gt;
==Version 2018.2==&lt;br /&gt;
* Improve stability and performance&lt;br /&gt;
* Upload PDF for OCR via Onea Transfer&lt;br /&gt;
&lt;br /&gt;
==Version 2018.1==&lt;br /&gt;
* Improved stability and performance&lt;br /&gt;
* Improved recognition of PDF files&lt;br /&gt;
* Added integration with Bill To Box&lt;br /&gt;
* Added integration with Silverfin&lt;br /&gt;
* Updated the editing of scanbatch fields so changes are saved&lt;br /&gt;
&lt;br /&gt;
==Version 2.4.126==&lt;br /&gt;
* Not possible to recall a document from TAP when it's already recalled.&lt;br /&gt;
&lt;br /&gt;
==Version 2.4.125==&lt;br /&gt;
Technical improvements.&lt;br /&gt;
&lt;br /&gt;
==Version 2.4.124==&lt;br /&gt;
* Added a new keyword ''GETQUARTER()'' to use in templates. This will get the quarter of the given date.&lt;br /&gt;
* Specific mail addresses for UBL (XML) invoices. Both for incoming and outgoing invoices.&lt;br /&gt;
* When using an incorrect format for attachments in mails, a mail with an error message is sent.&lt;br /&gt;
* Black and white conversion in the webscanning is now configurable in the settings.&lt;br /&gt;
&lt;br /&gt;
==Version 2.4.123==&lt;br /&gt;
* Added an extra menu button, ''Nomadesk''. This button allows you to consult all your files available in your Nomadesk account.&lt;br /&gt;
* Added the possibility to import e-invoices (UBL - eFFF). These can be imported via file upload or a mailbox. This allows you to process your documents faster and with less errors.&lt;br /&gt;
* Improved the workflow.&lt;br /&gt;
* Prevent the creation of an empty scanning batch when using the file upload.&lt;br /&gt;
* The [[image:pagePdf.png|link=]] &amp;quot;Mail as PDF&amp;quot; button now only sends exportable files.&lt;br /&gt;
&lt;br /&gt;
==Version 2.4.122==&lt;br /&gt;
* Added functionality for generating payment files. These files can be sent to your bank to automatically process the payments. &lt;br /&gt;
&amp;lt;br/&amp;gt;{{note|When you would like to have this feature available, please contact [mailto:support@onea.be Onea].}}&amp;lt;br/&amp;gt;&lt;br /&gt;
* Added indication for comments and number of (additional) attachments. Available comments are indicated with an exclamation mark, available additional attachments are indicated with the number of additional attachments in the document view.&lt;br /&gt;
:[[image:Indication_comments_attachments.png|link=]]&lt;br /&gt;
* Improved module that allows the import of e-invoices from the document loader. The upload is possible via a file connector or via a configurable email mailbox.&lt;br /&gt;
* Added external matching module for purchase orders.&lt;br /&gt;
* When a mail is imported without an attachment or when an error occurs, an e-mail is sent to the email address configured in the company.&lt;br /&gt;
* Fixed the problem with the date picker which was behind the document view in Internet Explorer.&lt;br /&gt;
* Fixed the duplicate invoice error message which gave a wrong link to the duplicate documents.&lt;br /&gt;
* Documents sent via mail are now attached to a mail scanning batch.&lt;/div&gt;</summary>
		<author><name>Bjorn.misseghers</name></author>	</entry>

	<entry>
		<id>https://help.onea.be/index.php?title=Working_with_companies&amp;diff=2710</id>
		<title>Working with companies</title>
		<link rel="alternate" type="text/html" href="https://help.onea.be/index.php?title=Working_with_companies&amp;diff=2710"/>
				<updated>2019-07-18T11:33:26Z</updated>
		
		<summary type="html">&lt;p&gt;Bjorn.misseghers: /* Editing company fields */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Selecting a company==&lt;br /&gt;
You can choose the company in which you want to work on the top right of your screen in 2 different ways:&lt;br /&gt;
* By clicking the [[image:company.png|link=]] “Company” icon.&lt;br /&gt;
* Start typing the company name or code in the “Company field”.&lt;br /&gt;
::[[image:companyIcon.png|link=]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
{{note|The list that will appear only contains companies you have access to.}}&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{info|Companies are only available after they have been synchronized with the accountancy package.}}&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{info|Invoices are booked in a company.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Each application has its own company specific data, which is maintained in the accountancy package.&lt;br /&gt;
Following data is company specific, and maintained in the accountancy package:&lt;br /&gt;
&amp;lt;br/&amp;gt;{{note|The Connected environment is not linked to any accountancy package, so no company data will be maintained there.}}&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;'''All environments''':&lt;br /&gt;
* Partners&lt;br /&gt;
** Suppliers&lt;br /&gt;
* Payment terms&lt;br /&gt;
* Accounts&lt;br /&gt;
* Dimensions (cost center, cost place, ...)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;'''EIS''' and '''OIS''':&lt;br /&gt;
* Partners&lt;br /&gt;
** Customers&lt;br /&gt;
* Periods&lt;br /&gt;
* VAT codes&lt;br /&gt;
* Currencies&lt;br /&gt;
* Journals&lt;br /&gt;
** Purchase journals&lt;br /&gt;
** Sales journals&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;'''VIS''':&lt;br /&gt;
* Partners&lt;br /&gt;
** Customers&lt;br /&gt;
* Bookyear&lt;br /&gt;
* Templates&lt;br /&gt;
* Currencies&lt;br /&gt;
* Journals&lt;br /&gt;
** Purchase journals&lt;br /&gt;
** Sales journals&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;'''NIS''':&lt;br /&gt;
* Dimensions&lt;br /&gt;
** Departments&lt;br /&gt;
** Customers&lt;br /&gt;
** Product segments&lt;br /&gt;
** Product lines&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
{{info|It's possible to identify a purchase/sales journal or currency as default, contact us when this should be done.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;Following data is general and thus identical for all companies:&lt;br /&gt;
* Invoice type: Invoice/credit note&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;{{info|The VAT number of the currently selected company can be viewed on the left side of the company picker. &amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:company_vat.png|link=]]}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
===Select documents for all companies===&lt;br /&gt;
To be able to view all documents/scanbatches for all the companies you have rights for, leave the [[image:company.png|link=]] &amp;quot;Company&amp;quot; field empty.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Editing a company==&lt;br /&gt;
Click the [[image:edit.png||link=]] &amp;quot;My Company&amp;quot; button next to the selected company on the top right of the screen to view and edit the details of your company.&lt;br /&gt;
&lt;br /&gt;
===Editing company data===&lt;br /&gt;
Under the ''&amp;quot;Edit company $COMPANY&amp;quot;'' section, there are a few fields available. Some are readonly and some can be edited:&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
'''All environments'''&lt;br /&gt;
* '''Name''': the name of the company. '''This field is read-only and cannot be edited.'''&lt;br /&gt;
* '''Code''': the code of the company. '''This field is read-only and cannot be edited.'''&lt;br /&gt;
* '''VAT number''': the VAT number of the company. '''This field is read-only and cannot be edited.'''&lt;br /&gt;
* '''Last sync''': the last time the company was synchronized. '''This field is read-only and cannot be edited.'''&lt;br /&gt;
* '''Next sync''': the next time the company will be synchronized. '''This field is read-only and cannot be edited.'''&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''VIS specific fields'''&lt;br /&gt;
* '''Quick vat''': indicates if Quick VAT is enabled for this company or not.&lt;br /&gt;
* '''Non ded. account''': indicates the account to which non deductable amounts should be booked.&lt;br /&gt;
* '''Non ded on new line''': indicates if the non deductable amount should be added to a new posting line.&lt;br /&gt;
* '''Margin''': indicates if the margin calculation is enabled or not. '''This field is read-only and cannot be edited.'''&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''EIS example:'''&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:my_company_company_data_eis.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
'''VIS example:'''&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:my_company_company_data_vis.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Editing company fields===&lt;br /&gt;
The company fields are located below the company data. These fields are ordered by different tabs.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
'''All environments'''&lt;br /&gt;
* '''Document flow (no fields are editable)'''&lt;br /&gt;
** '''Auto flow active''': indicates if the auto flow is enabled or not. See &amp;quot;[[Approval_manual|Approval manual]]&amp;quot; for more information.&lt;br /&gt;
** '''Fixed flow active''': indicates if the manual flow is enabled or not. See &amp;quot;[[Approval_manual|Approval manual]]&amp;quot; for more information.&lt;br /&gt;
** '''Direct booking active''': indicates if a document can be booked directly from ''&amp;quot;To validate&amp;quot;'' or not.&lt;br /&gt;
** '''Send to TAP active''': indicates if a document can be sent to an external accountant for approval or not.&lt;br /&gt;
** '''Onea accountancy active''': indicates if header validation after scanning is active or not.&lt;br /&gt;
** '''Direct to postcontrol active''': indicates if a document can be sent directly to post-control or ended (depending upon post-control being active) or not.&lt;br /&gt;
** '''Precontrol user group''': the user group to which documents will be sent upon arrival in 1Archive.&lt;br /&gt;
** '''Post-control user group''': the user group to which documents will be sent when entering post-control.&lt;br /&gt;
* '''Default values'''&lt;br /&gt;
** '''Default purchase journal''': define the journal that will be used for incoming documents that enter via an external service.&lt;br /&gt;
** '''Default sales journal''': define the journal journal that will be used for outgoing documents that enter via an external service.&lt;br /&gt;
** '''Split by separator sheet''': Allow automatic splitting of scanbatches using a separator sheet.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''VIS specific fields'''&amp;lt;br/&amp;gt;&lt;br /&gt;
* '''Active period (no fields are editable)'''&lt;br /&gt;
** '''Begin''': the date of the start of the first active period found&lt;br /&gt;
** '''End''': the end date of the first active period found&lt;br /&gt;
** '''Declaration period''': the kind of declaration used&lt;br /&gt;
* '''Voucher date'''&lt;br /&gt;
** Inv. date in active period, current date in active period&lt;br /&gt;
** Inv. date in active period, current date not in active period&lt;br /&gt;
** Inv. date before active period, current date in active period&lt;br /&gt;
** Inv. date before active period, current date not in active period&lt;br /&gt;
** Inv. date after active period&lt;br /&gt;
* '''Cutoff'''&lt;br /&gt;
** '''Cutoff account''': enter the account you wish to use for cutoff here&lt;br /&gt;
* '''Voucher number'''&lt;br /&gt;
** '''Out. inv - calculate from InvoiceNr''': define if you want the voucher number to be calculated from the invoice number for outgoing invoices&lt;br /&gt;
* '''Dossier settings''':&lt;br /&gt;
** '''Import mail batches without splitting''': when an e-mail is sent to the company, do you still want to be able to split the documents using the webscanning or not?&lt;br /&gt;
** '''Sales invoice - payment term days''': enter the number of days which need to be added to the invoice date to be able to calculate the due date for sales invoices.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
{{note|For more information about the voucher date settings, see &amp;quot;[[Appendix:_Voucher_date_calculation|Appendix: voucher date calculation]]&amp;quot;.}}&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:my_company_company_fields_vis.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''EIS specific fields'''&lt;br /&gt;
* '''Dossier settings'''&lt;br /&gt;
** '''Subject to vat''': indicates if this company is subjected to VAT or not.&lt;br /&gt;
** '''Import mail batches without splitting''': when an e-mail is sent to the company, do you still want to be able to split the documents using the webscanning or not?&lt;br /&gt;
* '''Exact Online'''&lt;br /&gt;
** '''Exact language''': select the language in which you would like to have your items synchronised from Exact.&lt;br /&gt;
* '''Default values'''&lt;br /&gt;
** '''Period calculation''': select the method of calculation for your periods. More information [[Appendix:_Period_Calculation|here]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:my_company_company_fields_eis.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''NIS specific fields'''&lt;br /&gt;
* '''Custom lists'''&lt;br /&gt;
** '''Product segment id''': enter the internal id of the &amp;quot;Product segment&amp;quot; list in NetSuite&lt;br /&gt;
** '''Product line id''': enter the internal id of the &amp;quot;Product line&amp;quot; list in NetSuite&lt;br /&gt;
* '''Netsuite'''&lt;br /&gt;
** '''Account id''': enter the id of the NetSuite account which will be used to establish a connection&lt;br /&gt;
** '''E-mail address''': enter the e-mail address of the user for which the web services are enabled&lt;br /&gt;
** '''Password''': enter the password of the user for which the web services are enabled&lt;br /&gt;
** '''App ID''': enter the app id of the registered NetSuite application&lt;br /&gt;
** '''Role key''': enter the internal id of the role for which you would like to authenticate with NetSuite&lt;br /&gt;
&amp;lt;br/&amp;gt;{{note|See &amp;quot;[[Appendix:_NetSuite_settings|Appendix: NetSuite settings]]&amp;quot; for where to find all this information}}&amp;lt;br/&amp;gt;&lt;br /&gt;
* '''Default values'''&lt;br /&gt;
** '''Period calculation''': select the method of calculation for your periods. More information [[Appendix:_Period_Calculation|here]].&lt;br /&gt;
&lt;br /&gt;
===Logo===&lt;br /&gt;
&amp;lt;br/&amp;gt;{{warning|This is available from 1Archive version '''2017.12'''}}&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When you would like to see your own logo on top of our application, you can upload it here.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;{{info|Make sure you don't upload a logo that is too big, otherwise you will not be able to view your archive properly.}}&amp;lt;br/&amp;gt;&lt;br /&gt;
{{info|Recommended size for the image: height of 40 pixels.}}&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Editing mailboxes===&lt;br /&gt;
&lt;br /&gt;
By default, every company gets 4 mailboxes:&lt;br /&gt;
* Incoming invoices, e.g. ''0123456789.in@environment.oneamail.be ''&lt;br /&gt;
* Incoming e-Invoices, e.g. ''0123456789.ein@environment.oneamail.be ''&lt;br /&gt;
* Outgoing invoices, e.g. ''0123456789.out@environment.oneamail.be ''&lt;br /&gt;
* Outgoing e-Invoices, e.g. ''0123456789.eout@environment.oneamail.be ''&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
For more information about these mailboxes, see &amp;quot;[[Capturing_invoice_data#Mail|Mail]]&amp;quot;.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;The system generated the random mailboxes for you (in this example ''0123456789''), and are active by default; you can use them straight away. However, if you want a more personalized address (like ''mycompany.in@environment.oneamail.be''), you are allowed to change this. &lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;{{warning|Please bear in mind that changing your mail code will invalidate your old mailboxes!}}&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:my_company_mailboxes.png|link=]]&lt;br /&gt;
&lt;br /&gt;
==Company sync health==&lt;br /&gt;
The color of the icon on the left side of the company picker indicates how healthy the synchronisation of the currently selected company actually is.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:company-sync-health.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* [[image:sync-green.png|link=]] The company is recently synchronised with the accountancy software&lt;br /&gt;
* [[image:sync-yellow.png|link=]] The company wasn't synchronised with the accountancy software for 2 weeks&lt;br /&gt;
* [[image:sync-red.png|link=]] The company wasn't synchronised with the accountancy software for 2 months&lt;br /&gt;
* [[image:sync-broken.png|link=]] The sync for the company is broken.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;{{info|Clicking the company sync health icon will also trigger the synchronisation of the company.}}&amp;lt;br/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bjorn.misseghers</name></author>	</entry>

	<entry>
		<id>https://help.onea.be/index.php?title=Working_with_companies&amp;diff=2709</id>
		<title>Working with companies</title>
		<link rel="alternate" type="text/html" href="https://help.onea.be/index.php?title=Working_with_companies&amp;diff=2709"/>
				<updated>2019-07-18T11:30:36Z</updated>
		
		<summary type="html">&lt;p&gt;Bjorn.misseghers: /* Company sync health */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Selecting a company==&lt;br /&gt;
You can choose the company in which you want to work on the top right of your screen in 2 different ways:&lt;br /&gt;
* By clicking the [[image:company.png|link=]] “Company” icon.&lt;br /&gt;
* Start typing the company name or code in the “Company field”.&lt;br /&gt;
::[[image:companyIcon.png|link=]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
{{note|The list that will appear only contains companies you have access to.}}&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{info|Companies are only available after they have been synchronized with the accountancy package.}}&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{info|Invoices are booked in a company.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Each application has its own company specific data, which is maintained in the accountancy package.&lt;br /&gt;
Following data is company specific, and maintained in the accountancy package:&lt;br /&gt;
&amp;lt;br/&amp;gt;{{note|The Connected environment is not linked to any accountancy package, so no company data will be maintained there.}}&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;'''All environments''':&lt;br /&gt;
* Partners&lt;br /&gt;
** Suppliers&lt;br /&gt;
* Payment terms&lt;br /&gt;
* Accounts&lt;br /&gt;
* Dimensions (cost center, cost place, ...)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;'''EIS''' and '''OIS''':&lt;br /&gt;
* Partners&lt;br /&gt;
** Customers&lt;br /&gt;
* Periods&lt;br /&gt;
* VAT codes&lt;br /&gt;
* Currencies&lt;br /&gt;
* Journals&lt;br /&gt;
** Purchase journals&lt;br /&gt;
** Sales journals&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;'''VIS''':&lt;br /&gt;
* Partners&lt;br /&gt;
** Customers&lt;br /&gt;
* Bookyear&lt;br /&gt;
* Templates&lt;br /&gt;
* Currencies&lt;br /&gt;
* Journals&lt;br /&gt;
** Purchase journals&lt;br /&gt;
** Sales journals&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;'''NIS''':&lt;br /&gt;
* Dimensions&lt;br /&gt;
** Departments&lt;br /&gt;
** Customers&lt;br /&gt;
** Product segments&lt;br /&gt;
** Product lines&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
{{info|It's possible to identify a purchase/sales journal or currency as default, contact us when this should be done.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;Following data is general and thus identical for all companies:&lt;br /&gt;
* Invoice type: Invoice/credit note&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;{{info|The VAT number of the currently selected company can be viewed on the left side of the company picker. &amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:company_vat.png|link=]]}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
===Select documents for all companies===&lt;br /&gt;
To be able to view all documents/scanbatches for all the companies you have rights for, leave the [[image:company.png|link=]] &amp;quot;Company&amp;quot; field empty.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Editing a company==&lt;br /&gt;
Click the [[image:edit.png||link=]] &amp;quot;My Company&amp;quot; button next to the selected company on the top right of the screen to view and edit the details of your company.&lt;br /&gt;
&lt;br /&gt;
===Editing company data===&lt;br /&gt;
Under the ''&amp;quot;Edit company $COMPANY&amp;quot;'' section, there are a few fields available. Some are readonly and some can be edited:&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
'''All environments'''&lt;br /&gt;
* '''Name''': the name of the company. '''This field is read-only and cannot be edited.'''&lt;br /&gt;
* '''Code''': the code of the company. '''This field is read-only and cannot be edited.'''&lt;br /&gt;
* '''VAT number''': the VAT number of the company. '''This field is read-only and cannot be edited.'''&lt;br /&gt;
* '''Last sync''': the last time the company was synchronized. '''This field is read-only and cannot be edited.'''&lt;br /&gt;
* '''Next sync''': the next time the company will be synchronized. '''This field is read-only and cannot be edited.'''&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''VIS specific fields'''&lt;br /&gt;
* '''Quick vat''': indicates if Quick VAT is enabled for this company or not.&lt;br /&gt;
* '''Non ded. account''': indicates the account to which non deductable amounts should be booked.&lt;br /&gt;
* '''Non ded on new line''': indicates if the non deductable amount should be added to a new posting line.&lt;br /&gt;
* '''Margin''': indicates if the margin calculation is enabled or not. '''This field is read-only and cannot be edited.'''&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''EIS example:'''&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:my_company_company_data_eis.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
'''VIS example:'''&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:my_company_company_data_vis.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Editing company fields===&lt;br /&gt;
The company fields are located below the company data. These fields are ordered by different tabs.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
'''All environments'''&lt;br /&gt;
* '''Document flow (no fields are editable)'''&lt;br /&gt;
** '''Auto flow active''': indicates if the auto flow is enabled or not. See &amp;quot;[[Approval_manual|Approval manual]]&amp;quot; for more information.&lt;br /&gt;
** '''Fixed flow active''': indicates if the manual flow is enabled or not. See &amp;quot;[[Approval_manual|Approval manual]]&amp;quot; for more information.&lt;br /&gt;
** '''Direct booking active''': indicates if a document can be booked directly from ''&amp;quot;To validate&amp;quot;'' or not.&lt;br /&gt;
** '''Send to TAP active''': indicates if a document can be sent to an external accountant for approval or not.&lt;br /&gt;
** '''Onea accountancy active''': indicates if header validation after scanning is active or not.&lt;br /&gt;
** '''Direct to postcontrol active''': indicates if a document can be sent directly to post-control or ended (depending upon post-control being active) or not.&lt;br /&gt;
** '''Precontrol user group''': the user group to which documents will be sent upon arrival in 1Archive.&lt;br /&gt;
** '''Post-control user group''': the user group to which documents will be sent when entering post-control.&lt;br /&gt;
* '''Default values'''&lt;br /&gt;
** '''Default purchase journal''': define the journal that will be used for incoming documents that enter via an external service.&lt;br /&gt;
** '''Default sales journal''': define the journal journal that will be used for outgoing documents that enter via an external service.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''VIS specific fields'''&amp;lt;br/&amp;gt;&lt;br /&gt;
* '''Active period (no fields are editable)'''&lt;br /&gt;
** '''Begin''': the date of the start of the first active period found&lt;br /&gt;
** '''End''': the end date of the first active period found&lt;br /&gt;
** '''Declaration period''': the kind of declaration used&lt;br /&gt;
* '''Voucher date'''&lt;br /&gt;
** Inv. date in active period, current date in active period&lt;br /&gt;
** Inv. date in active period, current date not in active period&lt;br /&gt;
** Inv. date before active period, current date in active period&lt;br /&gt;
** Inv. date before active period, current date not in active period&lt;br /&gt;
** Inv. date after active period&lt;br /&gt;
* '''Cutoff'''&lt;br /&gt;
** '''Cutoff account''': enter the account you wish to use for cutoff here&lt;br /&gt;
* '''Voucher number'''&lt;br /&gt;
** '''Out. inv - calculate from InvoiceNr''': define if you want the voucher number to be calculated from the invoice number for outgoing invoices&lt;br /&gt;
* '''Dossier settings''':&lt;br /&gt;
** '''Import mail batches without splitting''': when an e-mail is sent to the company, do you still want to be able to split the documents using the webscanning or not?&lt;br /&gt;
** '''Sales invoice - payment term days''': enter the number of days which need to be added to the invoice date to be able to calculate the due date for sales invoices.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
{{note|For more information about the voucher date settings, see &amp;quot;[[Appendix:_Voucher_date_calculation|Appendix: voucher date calculation]]&amp;quot;.}}&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:my_company_company_fields_vis.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''EIS specific fields'''&lt;br /&gt;
* '''Dossier settings'''&lt;br /&gt;
** '''Subject to vat''': indicates if this company is subjected to VAT or not.&lt;br /&gt;
** '''Import mail batches without splitting''': when an e-mail is sent to the company, do you still want to be able to split the documents using the webscanning or not?&lt;br /&gt;
* '''Exact Online'''&lt;br /&gt;
** '''Exact language''': select the language in which you would like to have your items synchronised from Exact.&lt;br /&gt;
* '''Default values'''&lt;br /&gt;
** '''Period calculation''': select the method of calculation for your periods. More information [[Appendix:_Period_Calculation|here]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:my_company_company_fields_eis.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''NIS specific fields'''&lt;br /&gt;
* '''Custom lists'''&lt;br /&gt;
** '''Product segment id''': enter the internal id of the &amp;quot;Product segment&amp;quot; list in NetSuite&lt;br /&gt;
** '''Product line id''': enter the internal id of the &amp;quot;Product line&amp;quot; list in NetSuite&lt;br /&gt;
* '''Netsuite'''&lt;br /&gt;
** '''Account id''': enter the id of the NetSuite account which will be used to establish a connection&lt;br /&gt;
** '''E-mail address''': enter the e-mail address of the user for which the web services are enabled&lt;br /&gt;
** '''Password''': enter the password of the user for which the web services are enabled&lt;br /&gt;
** '''App ID''': enter the app id of the registered NetSuite application&lt;br /&gt;
** '''Role key''': enter the internal id of the role for which you would like to authenticate with NetSuite&lt;br /&gt;
&amp;lt;br/&amp;gt;{{note|See &amp;quot;[[Appendix:_NetSuite_settings|Appendix: NetSuite settings]]&amp;quot; for where to find all this information}}&amp;lt;br/&amp;gt;&lt;br /&gt;
* '''Default values'''&lt;br /&gt;
** '''Period calculation''': select the method of calculation for your periods. More information [[Appendix:_Period_Calculation|here]].&lt;br /&gt;
&lt;br /&gt;
===Logo===&lt;br /&gt;
&amp;lt;br/&amp;gt;{{warning|This is available from 1Archive version '''2017.12'''}}&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When you would like to see your own logo on top of our application, you can upload it here.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;{{info|Make sure you don't upload a logo that is too big, otherwise you will not be able to view your archive properly.}}&amp;lt;br/&amp;gt;&lt;br /&gt;
{{info|Recommended size for the image: height of 40 pixels.}}&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Editing mailboxes===&lt;br /&gt;
&lt;br /&gt;
By default, every company gets 4 mailboxes:&lt;br /&gt;
* Incoming invoices, e.g. ''0123456789.in@environment.oneamail.be ''&lt;br /&gt;
* Incoming e-Invoices, e.g. ''0123456789.ein@environment.oneamail.be ''&lt;br /&gt;
* Outgoing invoices, e.g. ''0123456789.out@environment.oneamail.be ''&lt;br /&gt;
* Outgoing e-Invoices, e.g. ''0123456789.eout@environment.oneamail.be ''&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
For more information about these mailboxes, see &amp;quot;[[Capturing_invoice_data#Mail|Mail]]&amp;quot;.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;The system generated the random mailboxes for you (in this example ''0123456789''), and are active by default; you can use them straight away. However, if you want a more personalized address (like ''mycompany.in@environment.oneamail.be''), you are allowed to change this. &lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;{{warning|Please bear in mind that changing your mail code will invalidate your old mailboxes!}}&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:my_company_mailboxes.png|link=]]&lt;br /&gt;
&lt;br /&gt;
==Company sync health==&lt;br /&gt;
The color of the icon on the left side of the company picker indicates how healthy the synchronisation of the currently selected company actually is.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:company-sync-health.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* [[image:sync-green.png|link=]] The company is recently synchronised with the accountancy software&lt;br /&gt;
* [[image:sync-yellow.png|link=]] The company wasn't synchronised with the accountancy software for 2 weeks&lt;br /&gt;
* [[image:sync-red.png|link=]] The company wasn't synchronised with the accountancy software for 2 months&lt;br /&gt;
* [[image:sync-broken.png|link=]] The sync for the company is broken.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;{{info|Clicking the company sync health icon will also trigger the synchronisation of the company.}}&amp;lt;br/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bjorn.misseghers</name></author>	</entry>

	<entry>
		<id>https://help.onea.be/index.php?title=File:Sync-broken.png&amp;diff=2708</id>
		<title>File:Sync-broken.png</title>
		<link rel="alternate" type="text/html" href="https://help.onea.be/index.php?title=File:Sync-broken.png&amp;diff=2708"/>
				<updated>2019-07-18T11:10:17Z</updated>
		
		<summary type="html">&lt;p&gt;Bjorn.misseghers: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Bjorn.misseghers</name></author>	</entry>

	<entry>
		<id>https://help.onea.be/index.php?title=Working_with_companies&amp;diff=2707</id>
		<title>Working with companies</title>
		<link rel="alternate" type="text/html" href="https://help.onea.be/index.php?title=Working_with_companies&amp;diff=2707"/>
				<updated>2019-07-18T10:22:26Z</updated>
		
		<summary type="html">&lt;p&gt;Bjorn.misseghers: /* Company sync health */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Selecting a company==&lt;br /&gt;
You can choose the company in which you want to work on the top right of your screen in 2 different ways:&lt;br /&gt;
* By clicking the [[image:company.png|link=]] “Company” icon.&lt;br /&gt;
* Start typing the company name or code in the “Company field”.&lt;br /&gt;
::[[image:companyIcon.png|link=]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
{{note|The list that will appear only contains companies you have access to.}}&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{info|Companies are only available after they have been synchronized with the accountancy package.}}&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{info|Invoices are booked in a company.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Each application has its own company specific data, which is maintained in the accountancy package.&lt;br /&gt;
Following data is company specific, and maintained in the accountancy package:&lt;br /&gt;
&amp;lt;br/&amp;gt;{{note|The Connected environment is not linked to any accountancy package, so no company data will be maintained there.}}&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;'''All environments''':&lt;br /&gt;
* Partners&lt;br /&gt;
** Suppliers&lt;br /&gt;
* Payment terms&lt;br /&gt;
* Accounts&lt;br /&gt;
* Dimensions (cost center, cost place, ...)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;'''EIS''' and '''OIS''':&lt;br /&gt;
* Partners&lt;br /&gt;
** Customers&lt;br /&gt;
* Periods&lt;br /&gt;
* VAT codes&lt;br /&gt;
* Currencies&lt;br /&gt;
* Journals&lt;br /&gt;
** Purchase journals&lt;br /&gt;
** Sales journals&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;'''VIS''':&lt;br /&gt;
* Partners&lt;br /&gt;
** Customers&lt;br /&gt;
* Bookyear&lt;br /&gt;
* Templates&lt;br /&gt;
* Currencies&lt;br /&gt;
* Journals&lt;br /&gt;
** Purchase journals&lt;br /&gt;
** Sales journals&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;'''NIS''':&lt;br /&gt;
* Dimensions&lt;br /&gt;
** Departments&lt;br /&gt;
** Customers&lt;br /&gt;
** Product segments&lt;br /&gt;
** Product lines&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
{{info|It's possible to identify a purchase/sales journal or currency as default, contact us when this should be done.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;Following data is general and thus identical for all companies:&lt;br /&gt;
* Invoice type: Invoice/credit note&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;{{info|The VAT number of the currently selected company can be viewed on the left side of the company picker. &amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:company_vat.png|link=]]}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
===Select documents for all companies===&lt;br /&gt;
To be able to view all documents/scanbatches for all the companies you have rights for, leave the [[image:company.png|link=]] &amp;quot;Company&amp;quot; field empty.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Editing a company==&lt;br /&gt;
Click the [[image:edit.png||link=]] &amp;quot;My Company&amp;quot; button next to the selected company on the top right of the screen to view and edit the details of your company.&lt;br /&gt;
&lt;br /&gt;
===Editing company data===&lt;br /&gt;
Under the ''&amp;quot;Edit company $COMPANY&amp;quot;'' section, there are a few fields available. Some are readonly and some can be edited:&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
'''All environments'''&lt;br /&gt;
* '''Name''': the name of the company. '''This field is read-only and cannot be edited.'''&lt;br /&gt;
* '''Code''': the code of the company. '''This field is read-only and cannot be edited.'''&lt;br /&gt;
* '''VAT number''': the VAT number of the company. '''This field is read-only and cannot be edited.'''&lt;br /&gt;
* '''Last sync''': the last time the company was synchronized. '''This field is read-only and cannot be edited.'''&lt;br /&gt;
* '''Next sync''': the next time the company will be synchronized. '''This field is read-only and cannot be edited.'''&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''VIS specific fields'''&lt;br /&gt;
* '''Quick vat''': indicates if Quick VAT is enabled for this company or not.&lt;br /&gt;
* '''Non ded. account''': indicates the account to which non deductable amounts should be booked.&lt;br /&gt;
* '''Non ded on new line''': indicates if the non deductable amount should be added to a new posting line.&lt;br /&gt;
* '''Margin''': indicates if the margin calculation is enabled or not. '''This field is read-only and cannot be edited.'''&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''EIS example:'''&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:my_company_company_data_eis.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
'''VIS example:'''&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:my_company_company_data_vis.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Editing company fields===&lt;br /&gt;
The company fields are located below the company data. These fields are ordered by different tabs.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
'''All environments'''&lt;br /&gt;
* '''Document flow (no fields are editable)'''&lt;br /&gt;
** '''Auto flow active''': indicates if the auto flow is enabled or not. See &amp;quot;[[Approval_manual|Approval manual]]&amp;quot; for more information.&lt;br /&gt;
** '''Fixed flow active''': indicates if the manual flow is enabled or not. See &amp;quot;[[Approval_manual|Approval manual]]&amp;quot; for more information.&lt;br /&gt;
** '''Direct booking active''': indicates if a document can be booked directly from ''&amp;quot;To validate&amp;quot;'' or not.&lt;br /&gt;
** '''Send to TAP active''': indicates if a document can be sent to an external accountant for approval or not.&lt;br /&gt;
** '''Onea accountancy active''': indicates if header validation after scanning is active or not.&lt;br /&gt;
** '''Direct to postcontrol active''': indicates if a document can be sent directly to post-control or ended (depending upon post-control being active) or not.&lt;br /&gt;
** '''Precontrol user group''': the user group to which documents will be sent upon arrival in 1Archive.&lt;br /&gt;
** '''Post-control user group''': the user group to which documents will be sent when entering post-control.&lt;br /&gt;
* '''Default values'''&lt;br /&gt;
** '''Default purchase journal''': define the journal that will be used for incoming documents that enter via an external service.&lt;br /&gt;
** '''Default sales journal''': define the journal journal that will be used for outgoing documents that enter via an external service.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''VIS specific fields'''&amp;lt;br/&amp;gt;&lt;br /&gt;
* '''Active period (no fields are editable)'''&lt;br /&gt;
** '''Begin''': the date of the start of the first active period found&lt;br /&gt;
** '''End''': the end date of the first active period found&lt;br /&gt;
** '''Declaration period''': the kind of declaration used&lt;br /&gt;
* '''Voucher date'''&lt;br /&gt;
** Inv. date in active period, current date in active period&lt;br /&gt;
** Inv. date in active period, current date not in active period&lt;br /&gt;
** Inv. date before active period, current date in active period&lt;br /&gt;
** Inv. date before active period, current date not in active period&lt;br /&gt;
** Inv. date after active period&lt;br /&gt;
* '''Cutoff'''&lt;br /&gt;
** '''Cutoff account''': enter the account you wish to use for cutoff here&lt;br /&gt;
* '''Voucher number'''&lt;br /&gt;
** '''Out. inv - calculate from InvoiceNr''': define if you want the voucher number to be calculated from the invoice number for outgoing invoices&lt;br /&gt;
* '''Dossier settings''':&lt;br /&gt;
** '''Import mail batches without splitting''': when an e-mail is sent to the company, do you still want to be able to split the documents using the webscanning or not?&lt;br /&gt;
** '''Sales invoice - payment term days''': enter the number of days which need to be added to the invoice date to be able to calculate the due date for sales invoices.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
{{note|For more information about the voucher date settings, see &amp;quot;[[Appendix:_Voucher_date_calculation|Appendix: voucher date calculation]]&amp;quot;.}}&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:my_company_company_fields_vis.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''EIS specific fields'''&lt;br /&gt;
* '''Dossier settings'''&lt;br /&gt;
** '''Subject to vat''': indicates if this company is subjected to VAT or not.&lt;br /&gt;
** '''Import mail batches without splitting''': when an e-mail is sent to the company, do you still want to be able to split the documents using the webscanning or not?&lt;br /&gt;
* '''Exact Online'''&lt;br /&gt;
** '''Exact language''': select the language in which you would like to have your items synchronised from Exact.&lt;br /&gt;
* '''Default values'''&lt;br /&gt;
** '''Period calculation''': select the method of calculation for your periods. More information [[Appendix:_Period_Calculation|here]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:my_company_company_fields_eis.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''NIS specific fields'''&lt;br /&gt;
* '''Custom lists'''&lt;br /&gt;
** '''Product segment id''': enter the internal id of the &amp;quot;Product segment&amp;quot; list in NetSuite&lt;br /&gt;
** '''Product line id''': enter the internal id of the &amp;quot;Product line&amp;quot; list in NetSuite&lt;br /&gt;
* '''Netsuite'''&lt;br /&gt;
** '''Account id''': enter the id of the NetSuite account which will be used to establish a connection&lt;br /&gt;
** '''E-mail address''': enter the e-mail address of the user for which the web services are enabled&lt;br /&gt;
** '''Password''': enter the password of the user for which the web services are enabled&lt;br /&gt;
** '''App ID''': enter the app id of the registered NetSuite application&lt;br /&gt;
** '''Role key''': enter the internal id of the role for which you would like to authenticate with NetSuite&lt;br /&gt;
&amp;lt;br/&amp;gt;{{note|See &amp;quot;[[Appendix:_NetSuite_settings|Appendix: NetSuite settings]]&amp;quot; for where to find all this information}}&amp;lt;br/&amp;gt;&lt;br /&gt;
* '''Default values'''&lt;br /&gt;
** '''Period calculation''': select the method of calculation for your periods. More information [[Appendix:_Period_Calculation|here]].&lt;br /&gt;
&lt;br /&gt;
===Logo===&lt;br /&gt;
&amp;lt;br/&amp;gt;{{warning|This is available from 1Archive version '''2017.12'''}}&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When you would like to see your own logo on top of our application, you can upload it here.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;{{info|Make sure you don't upload a logo that is too big, otherwise you will not be able to view your archive properly.}}&amp;lt;br/&amp;gt;&lt;br /&gt;
{{info|Recommended size for the image: height of 40 pixels.}}&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Editing mailboxes===&lt;br /&gt;
&lt;br /&gt;
By default, every company gets 4 mailboxes:&lt;br /&gt;
* Incoming invoices, e.g. ''0123456789.in@environment.oneamail.be ''&lt;br /&gt;
* Incoming e-Invoices, e.g. ''0123456789.ein@environment.oneamail.be ''&lt;br /&gt;
* Outgoing invoices, e.g. ''0123456789.out@environment.oneamail.be ''&lt;br /&gt;
* Outgoing e-Invoices, e.g. ''0123456789.eout@environment.oneamail.be ''&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
For more information about these mailboxes, see &amp;quot;[[Capturing_invoice_data#Mail|Mail]]&amp;quot;.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;The system generated the random mailboxes for you (in this example ''0123456789''), and are active by default; you can use them straight away. However, if you want a more personalized address (like ''mycompany.in@environment.oneamail.be''), you are allowed to change this. &lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;{{warning|Please bear in mind that changing your mail code will invalidate your old mailboxes!}}&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:my_company_mailboxes.png|link=]]&lt;br /&gt;
&lt;br /&gt;
==Company sync health==&lt;br /&gt;
The color of the icon on the left side of the company picker indicates how healthy the synchronisation of the currently selected company actually is.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:company-sync-health.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* [[image:sync-green.png|link=]] The company is recently synchronised with the accountancy software&lt;br /&gt;
* [[image:sync-yellow.png|link=]] The company wasn't synchronised with the accountancy software for 2 weeks&lt;br /&gt;
* [[image:sync-red.png|link=]] The company wasn't synchronised with the accountancy software for 2 months&lt;br /&gt;
* [[image:sync-red.png|link=]] The sync for the company is broken.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;{{info|Clicking the company sync health icon will also trigger the synchronisation of the company.}}&amp;lt;br/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bjorn.misseghers</name></author>	</entry>

	<entry>
		<id>https://help.onea.be/index.php?title=Release_notes_NIS&amp;diff=2706</id>
		<title>Release notes NIS</title>
		<link rel="alternate" type="text/html" href="https://help.onea.be/index.php?title=Release_notes_NIS&amp;diff=2706"/>
				<updated>2019-07-10T11:37:02Z</updated>
		
		<summary type="html">&lt;p&gt;Bjorn.misseghers: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;br/&amp;gt; {{warning|Please use the Ctrl + F5 buttons in your browser after a release!}} &amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Current version''': 2019.7&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
'''Release type''': weekly&amp;lt;br/&amp;gt;&lt;br /&gt;
'''Next release version''': 2019.8&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
'''Awaiting approval:'''&lt;br /&gt;
:'''Maintenance''':&lt;br /&gt;
:* Synchronize the related assets&lt;br /&gt;
:'''New features''':&lt;br /&gt;
:* Outgoing invoices&lt;br /&gt;
:* Upload of accruals&lt;br /&gt;
:'''Improvements''':&lt;br /&gt;
:* Adding and editing accounts&lt;br /&gt;
:* Adding and editing suppliers&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
==Release July 2019==&lt;br /&gt;
Please see &amp;quot;[https://help.onea.be/index.php/Release_notes_1Archive#Version_2019.7 1Archive version 2019.7]&amp;quot; to view the general release notes.&lt;br /&gt;
:'''New features''':&lt;br /&gt;
:* Added analytical fields on partners&lt;br /&gt;
&lt;br /&gt;
==Release June 2019==&lt;br /&gt;
Please see &amp;quot;[https://help.onea.be/index.php/Release_notes_1Archive#Version_2019.6 1Archive version 2019.6]&amp;quot; to view the general release notes.&lt;br /&gt;
&lt;br /&gt;
==Release May 2019==&lt;br /&gt;
Please see &amp;quot;[https://help.onea.be/index.php/Release_notes_1Archive#Version_2019.5 1Archive version 2019.5]&amp;quot; to view the general release notes.&lt;br /&gt;
&lt;br /&gt;
==Release April 2019==&lt;br /&gt;
Please see &amp;quot;[https://help.onea.be/index.php/Release_notes_1Archive#Version_2019.4 1Archive version 2019.4]&amp;quot; to view the general release notes.&lt;br /&gt;
&lt;br /&gt;
==Release March 2019==&lt;br /&gt;
Please see &amp;quot;[https://help.onea.be/index.php/Release_notes_1Archive#Version_2019.3 1Archive version 2019.3]&amp;quot; to view the general release notes.&lt;br /&gt;
&lt;br /&gt;
==Release February 2019==&lt;br /&gt;
Please see &amp;quot;[https://help.onea.be/index.php/Release_notes_1Archive#Version_2019.2 1Archive version 2019.2]&amp;quot; to view the general release notes.&lt;br /&gt;
&lt;br /&gt;
==Release January 2019==&lt;br /&gt;
Please see &amp;quot;[https://help.onea.be/index.php/Release_notes_1Archive#Version_2019.1 1Archive version 2019.1]&amp;quot; to view the general release notes.&lt;br /&gt;
:'''Maintenance''':&lt;br /&gt;
:* Added the &amp;quot;Additional comment&amp;quot; header field&lt;br /&gt;
&lt;br /&gt;
==Release December 2018==&lt;br /&gt;
Please see &amp;quot;[https://help.onea.be/index.php/Release_notes_1Archive#Version_2018.12 1Archive version 2018.12]&amp;quot; to view the general release notes.&lt;br /&gt;
:'''Maintenance''':&lt;br /&gt;
:* Improve stability and performance&lt;br /&gt;
:* Bugfixes&lt;br /&gt;
&lt;br /&gt;
==Release November 2018==&lt;br /&gt;
Please see &amp;quot;[https://help.onea.be/index.php/Release_notes_1Archive#Version_2018.11 1Archive version 2018.11]&amp;quot; to view the general release notes.&lt;br /&gt;
:'''General''':&lt;br /&gt;
:* Improve stability and performance&lt;br /&gt;
:* Bugfixes&lt;br /&gt;
:'''Maintenance''':&lt;br /&gt;
:* Synchronize the VAT codes with NetSuite&lt;br /&gt;
&lt;br /&gt;
==Release October 2018==&lt;br /&gt;
Please see &amp;quot;[https://help.onea.be/index.php/Release_notes_1Archive#Version_2018.10 1Archive version 2018.10]&amp;quot; to view the general release notes.&lt;br /&gt;
:'''General''':&lt;br /&gt;
:* Improve stability and performance&lt;br /&gt;
:* Bugfixes&lt;br /&gt;
:'''Maintenance''':&lt;br /&gt;
:* Add a field &amp;quot;License plate&amp;quot; where only super accountants are able to add and edit items&lt;br /&gt;
&lt;br /&gt;
==Release September 2018==&lt;br /&gt;
Please see &amp;quot;[https://help.onea.be/index.php/Release_notes_1Archive#Version_2018.9 1Archive version 2018.9]&amp;quot; to view the general release notes.&lt;br /&gt;
* Improve stability and performance&lt;br /&gt;
* Bugfixes&lt;br /&gt;
* Purchase order matching (full delivery &amp;amp; non delivery)&lt;br /&gt;
&lt;br /&gt;
==Release August 2018==&lt;br /&gt;
Please see &amp;quot;[https://help.onea.be/index.php/Release_notes_1Archive#Version_2018.8 1Archive version 2018.8]&amp;quot; to view the general release notes.&lt;br /&gt;
* Improve stability and performance&lt;br /&gt;
* Bugfixes&lt;br /&gt;
* Synchronize the bank accounts for suppliers&lt;br /&gt;
&lt;br /&gt;
==Release July 2018==&lt;br /&gt;
Please see &amp;quot;[https://help.onea.be/index.php/Release_notes_1Archive#Version_2018.7 1Archive version 2018.7]&amp;quot; to view the general release notes.&lt;br /&gt;
* Improve stability and performance&lt;br /&gt;
* Added filtering on external id when clicking open a picker list in the document&lt;br /&gt;
* Error &amp;quot;No VAT code has been set&amp;quot; in Onea Accountancy is solved&lt;br /&gt;
* Make sure documents don't go so fast in &amp;quot;Exception&amp;quot;&lt;br /&gt;
* Added the &amp;quot;Change company&amp;quot; button in Onea Accountancy (Click [[Validating_invoices#Changing_the_company_of_a_document|here]] for more information)&lt;br /&gt;
* Set the &amp;quot;Due date&amp;quot; field not required in Onea Accountancy&lt;br /&gt;
&lt;br /&gt;
==Release June 2018==&lt;br /&gt;
Please see &amp;quot;[https://help.onea.be/index.php/Release_notes_1Archive#Version_2018.6 1Archive version 2018.6]&amp;quot; to view the general release notes.&lt;br /&gt;
* Improve stability and performance&lt;br /&gt;
* Bugfixes&lt;br /&gt;
* Added the &amp;quot;Related asset&amp;quot; field on posting line&lt;br /&gt;
&lt;br /&gt;
==Release May 2018==&lt;br /&gt;
Please see &amp;quot;[https://help.onea.be/index.php/Release_notes_1Archive#Version_2018.5 1Archive version 2018.5]&amp;quot; to view the general release notes.&lt;br /&gt;
* Improve stability and performance&lt;br /&gt;
* Bugfixes&lt;br /&gt;
&lt;br /&gt;
==Release April 2018==&lt;br /&gt;
Please see &amp;quot;[https://help.onea.be/index.php/Release_notes_1Archive#Version_2018.4 1Archive version 2018.4]&amp;quot; to view the general release notes.&lt;br /&gt;
* Improve stability and performance&lt;br /&gt;
* Bugfixes&lt;br /&gt;
* Add end-customer and billable to posting lines&lt;/div&gt;</summary>
		<author><name>Bjorn.misseghers</name></author>	</entry>

	<entry>
		<id>https://help.onea.be/index.php?title=Release_notes_1Archive&amp;diff=2705</id>
		<title>Release notes 1Archive</title>
		<link rel="alternate" type="text/html" href="https://help.onea.be/index.php?title=Release_notes_1Archive&amp;diff=2705"/>
				<updated>2019-07-10T11:34:17Z</updated>
		
		<summary type="html">&lt;p&gt;Bjorn.misseghers: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Current version''': 2019.7&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
'''Release type''': weekly&amp;lt;br/&amp;gt;&lt;br /&gt;
'''Next release version''': 2019.8&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
'''Approved for 2019''':&lt;br /&gt;
:'''Maintenance''':&lt;br /&gt;
:* Make it possible to filter out invoices paid by &amp;quot;Domiciliëring&amp;quot; in the payment files&lt;br /&gt;
:'''New features''':&lt;br /&gt;
:* Predictive accounting&lt;br /&gt;
:* UI+ available&lt;br /&gt;
:'''Improvements''':&lt;br /&gt;
:* Make it possible to pay invoices via a generated QR code&lt;br /&gt;
:* Add ability to combine invoices and credit notes in payments&lt;br /&gt;
:* Make it easier to book recurrent invoices&lt;br /&gt;
:* Send an external image link to the accounting software&lt;br /&gt;
:* Make it possible to copy an accounting line to a new line&lt;br /&gt;
:* On the fly recognition of invoices when uploading documents via the file upload&lt;br /&gt;
:* On the fly recognition of invoices when scanning a document in the mobile app&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
==Version 2019.7==&lt;br /&gt;
:'''Improvements''':&lt;br /&gt;
:* Improved the &amp;quot;Change company&amp;quot; button so you're able to see the companies you can switch to based on the company user groups you're in (configurable per environment, but turned off for everyone now)&lt;br /&gt;
:* Improved company sync health icon now shows if the company sync is broken&lt;br /&gt;
&lt;br /&gt;
==Version 2019.6==&lt;br /&gt;
:'''Maintenance''':&lt;br /&gt;
:* Added a field &amp;quot;External UUID&amp;quot; to the list of scanbatches, to indicate the UUID of a scanbatch whenever it's processed by an external source&lt;br /&gt;
:'''Improvements''':&lt;br /&gt;
:* Updated the file upload application with an automatic split on separator sheet whenever a pdf file with different documents separated by the separator sheet is uploaded&lt;br /&gt;
:* Created a new version of the separator sheet&lt;br /&gt;
:* Clicking the company sync health icon will now trigger the company sync too&lt;br /&gt;
&lt;br /&gt;
==Version 2019.5==&lt;br /&gt;
:'''Maintenance''':&lt;br /&gt;
:* Renamed the &amp;quot;Skip scanbatch splitting&amp;quot; functionality to &amp;quot;Import mail batches without splitting&amp;quot;&lt;br /&gt;
:* The webscanning application now gives a message that it couldn't render the document if it's a PDF 2.0 document. It will be sent to the recognition service and imported into the archive, but it won't be shown in the webscanning application&lt;br /&gt;
:* Whenever an incoming mail couldn't be processed due to a technical or infrastructural issue, the e-mail isn't bounced anymore. It will be processed whenever the issues are resolved&lt;br /&gt;
:* We now automatically cancel a scanbatch whenever it contains errors and it's coming from an external source (Onea Transfer for example)&lt;br /&gt;
:* Added a button [[Capturing_invoice_data#Batches_in_error|&amp;quot;Skip OCR&amp;quot;]] which allows you to immediately import the documents of a scanbatch in error into the archive (without any OCR applied to it)&lt;br /&gt;
&lt;br /&gt;
==Version 2019.4==&lt;br /&gt;
:'''Maintenance''':&lt;br /&gt;
:* Fixed bug with filtering on an &amp;quot;EMPTY&amp;quot; lookup list field&lt;br /&gt;
:* Fixed bug with filtering on &amp;quot;PO requestor&amp;quot;&lt;br /&gt;
:* Fixed bug with the webscanning application, so no error page is shown anymore with the newest Google Chrome version&lt;br /&gt;
:* Saved the chosen separation method in the webscanning application so whenever you open it the next time, it remembered the method you used last time&lt;br /&gt;
:* Updated the webscanning application with an automatic split on separator sheet whenever documents with separator sheets are sent via mail (and they are processed via the webscanning application). More info [[Capturing_invoice_data#Automatically_split_documents_in_an_e-mail|here]]&lt;br /&gt;
:'''Improvements''':&lt;br /&gt;
:* Improved the speed of loading values in the selection fields&lt;br /&gt;
&lt;br /&gt;
==Version 2019.3==&lt;br /&gt;
:'''Maintenance''':&lt;br /&gt;
:* Made the company picker field a bit bigger to be able to see long company names completely&lt;br /&gt;
:* Improved the speed of scanning and importing documents&lt;br /&gt;
:* Added a validation for PO numbers&lt;br /&gt;
:'''New features''':&lt;br /&gt;
:* Added button &amp;quot;Mark as resolved&amp;quot; for statuses &amp;quot;Error&amp;quot; and &amp;quot;No OCR needed&amp;quot; in incoming mails to indicate that such mails are already processed. More info [[Capturing_invoice_data#Marking_an_error_mail_as_resolved|here]]&lt;br /&gt;
:* Added icons next to the company picker to indicate how healthy the sync of a company is. More info [[Working_with_companies#Company_sync_health|here]]&lt;br /&gt;
:* Added button &amp;quot;Reopen&amp;quot; for statuses &amp;quot;Cancelled&amp;quot; and &amp;quot;Ended&amp;quot; in &amp;quot;All documents&amp;quot; and &amp;quot;My documents&amp;quot; to reopen documents that were wrongfully cancelled/booked&lt;br /&gt;
:* Added automatic PO number generation&lt;br /&gt;
&lt;br /&gt;
==Version 2019.2==&lt;br /&gt;
:'''Maintenance''':&lt;br /&gt;
:* Improved the speed of the document view&lt;br /&gt;
:* Copy over the default journal from the company fields to the scanbatch fields&lt;br /&gt;
:* Show the original image of the scanned document&lt;br /&gt;
:* Added &amp;quot;Download&amp;quot; button for images in a scanbatch&lt;br /&gt;
:* Make it easy for a user with multiple roles to switch between those roles&lt;br /&gt;
&lt;br /&gt;
==Version 2019.1==&lt;br /&gt;
:'''Maintenance''':&lt;br /&gt;
:* Only indicate a partner as an STP candidate when there's a default account available (on the partner fields or on a default template)&lt;br /&gt;
:* Improved the speed of the document view&lt;br /&gt;
&lt;br /&gt;
==Version 2018.12==&lt;br /&gt;
:'''Maintenance''':&lt;br /&gt;
:* Improve stability and performance&lt;br /&gt;
:* Bugfixes&lt;br /&gt;
:'''New features''':&lt;br /&gt;
:* RBA proposals: when a partner is detected as an STP candidate, this is now shown in the documents&lt;br /&gt;
:'''Improvements''':&lt;br /&gt;
:* The &amp;quot;Relink companies&amp;quot; button now only can be used for companies available in your accountancy software account (the one you used for authenticating)&lt;br /&gt;
&lt;br /&gt;
==Version 2018.11==&lt;br /&gt;
:'''General''':&lt;br /&gt;
:* Improve stability and performance&lt;br /&gt;
:* Bugfixes&lt;br /&gt;
:'''New features''':&lt;br /&gt;
:* Add a completely new login page&lt;br /&gt;
:* Users are now able to chat live with our support&lt;br /&gt;
:'''Improvements''':&lt;br /&gt;
:* Improve the way of calculating periods when a document enters the archive&lt;br /&gt;
&lt;br /&gt;
==Version 2018.10==&lt;br /&gt;
:'''General''':&lt;br /&gt;
:* Improve stability and performance&lt;br /&gt;
:* Bugfixes&lt;br /&gt;
:'''Maintenance''':&lt;br /&gt;
:* Track the original mail document of an invoice&lt;br /&gt;
&lt;br /&gt;
==Version 2018.9==&lt;br /&gt;
* Improve stability and performance&lt;br /&gt;
* Bugfixes&lt;br /&gt;
* Add the possibility to define the default journal and period in &amp;quot;My company&amp;quot;. These values should then always be used as defaults when creating a scanning batch&lt;br /&gt;
&lt;br /&gt;
==Version 2018.8==&lt;br /&gt;
* Improve stability and performance&lt;br /&gt;
* Bugfixes&lt;br /&gt;
* Show the VAT number of a company next to the company picker&lt;br /&gt;
&lt;br /&gt;
==Version 2018.7==&lt;br /&gt;
* Improve stability and performance&lt;br /&gt;
* Bugfixes&lt;br /&gt;
* The original document should always be available instead of the black and white one&lt;br /&gt;
* When documents are sent via e-mail, it is now possible to skip the webscanning (by turning on the &amp;quot;Skip scanbatch splitting&amp;quot; option in the company settings)&lt;br /&gt;
* Documents are now indicated as being locked by another user with a lock icon in the archive (instead of the magnifier icon)&lt;br /&gt;
* Skip the documents locked by another user when validating (configurable in the user settings)&lt;br /&gt;
&lt;br /&gt;
==Version 2018.6==&lt;br /&gt;
* Improve stability and performance&lt;br /&gt;
* Bugfixes&lt;br /&gt;
&lt;br /&gt;
==Version 2018.5==&lt;br /&gt;
* Improve stability and performance&lt;br /&gt;
* Bugfixes&lt;br /&gt;
* Added terms and conditions that need to be approved when logging in&lt;br /&gt;
&lt;br /&gt;
==Version 2018.4==&lt;br /&gt;
* Improve stability and performance&lt;br /&gt;
* Bugfixes&lt;br /&gt;
* Make it possible to only view the pdf image when using a shared link&lt;br /&gt;
&lt;br /&gt;
==Version 2018.3==&lt;br /&gt;
* Improve stability and performance&lt;br /&gt;
* Bugfixes&lt;br /&gt;
&lt;br /&gt;
==Version 2018.2==&lt;br /&gt;
* Improve stability and performance&lt;br /&gt;
* Upload PDF for OCR via Onea Transfer&lt;br /&gt;
&lt;br /&gt;
==Version 2018.1==&lt;br /&gt;
* Improved stability and performance&lt;br /&gt;
* Improved recognition of PDF files&lt;br /&gt;
* Added integration with Bill To Box&lt;br /&gt;
* Added integration with Silverfin&lt;br /&gt;
* Updated the editing of scanbatch fields so changes are saved&lt;br /&gt;
&lt;br /&gt;
==Version 2.4.126==&lt;br /&gt;
* Not possible to recall a document from TAP when it's already recalled.&lt;br /&gt;
&lt;br /&gt;
==Version 2.4.125==&lt;br /&gt;
Technical improvements.&lt;br /&gt;
&lt;br /&gt;
==Version 2.4.124==&lt;br /&gt;
* Added a new keyword ''GETQUARTER()'' to use in templates. This will get the quarter of the given date.&lt;br /&gt;
* Specific mail addresses for UBL (XML) invoices. Both for incoming and outgoing invoices.&lt;br /&gt;
* When using an incorrect format for attachments in mails, a mail with an error message is sent.&lt;br /&gt;
* Black and white conversion in the webscanning is now configurable in the settings.&lt;br /&gt;
&lt;br /&gt;
==Version 2.4.123==&lt;br /&gt;
* Added an extra menu button, ''Nomadesk''. This button allows you to consult all your files available in your Nomadesk account.&lt;br /&gt;
* Added the possibility to import e-invoices (UBL - eFFF). These can be imported via file upload or a mailbox. This allows you to process your documents faster and with less errors.&lt;br /&gt;
* Improved the workflow.&lt;br /&gt;
* Prevent the creation of an empty scanning batch when using the file upload.&lt;br /&gt;
* The [[image:pagePdf.png|link=]] &amp;quot;Mail as PDF&amp;quot; button now only sends exportable files.&lt;br /&gt;
&lt;br /&gt;
==Version 2.4.122==&lt;br /&gt;
* Added functionality for generating payment files. These files can be sent to your bank to automatically process the payments. &lt;br /&gt;
&amp;lt;br/&amp;gt;{{note|When you would like to have this feature available, please contact [mailto:support@onea.be Onea].}}&amp;lt;br/&amp;gt;&lt;br /&gt;
* Added indication for comments and number of (additional) attachments. Available comments are indicated with an exclamation mark, available additional attachments are indicated with the number of additional attachments in the document view.&lt;br /&gt;
:[[image:Indication_comments_attachments.png|link=]]&lt;br /&gt;
* Improved module that allows the import of e-invoices from the document loader. The upload is possible via a file connector or via a configurable email mailbox.&lt;br /&gt;
* Added external matching module for purchase orders.&lt;br /&gt;
* When a mail is imported without an attachment or when an error occurs, an e-mail is sent to the email address configured in the company.&lt;br /&gt;
* Fixed the problem with the date picker which was behind the document view in Internet Explorer.&lt;br /&gt;
* Fixed the duplicate invoice error message which gave a wrong link to the duplicate documents.&lt;br /&gt;
* Documents sent via mail are now attached to a mail scanning batch.&lt;/div&gt;</summary>
		<author><name>Bjorn.misseghers</name></author>	</entry>

	<entry>
		<id>https://help.onea.be/index.php?title=Purchase_order_request_flow&amp;diff=2630</id>
		<title>Purchase order request flow</title>
		<link rel="alternate" type="text/html" href="https://help.onea.be/index.php?title=Purchase_order_request_flow&amp;diff=2630"/>
				<updated>2019-03-15T08:03:53Z</updated>
		
		<summary type="html">&lt;p&gt;Bjorn.misseghers: /* Invoice matching */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Use case description=&lt;br /&gt;
The purchase order request is a document type intended to manage the process of placing orders for goods of services.&lt;br /&gt;
When making a purchase, it will first need to be approved by peers before actually placing the order.&lt;br /&gt;
When the PO request is approved, the order can be sent to the supplier.&lt;br /&gt;
Next step in the process is receiving the ordered goods.&lt;br /&gt;
When all goods are received, we should also have received an invoice which we want to process and send to our accountancy package.&lt;br /&gt;
In most cases, there is a 100% match between the goods ordered, goods received and the goods invoiced. In this case, there is no need to send the invoice through the approval flow again.&lt;br /&gt;
In order to facilitate this, we skip the approval flow invoices that were fully matched with a PO request and can send them straight to the accountancy package.&lt;br /&gt;
&lt;br /&gt;
=Step by step=&lt;br /&gt;
===Creating a new PO request===&lt;br /&gt;
Make sure you select the document type &amp;quot;PO request&amp;quot; in the archive and the &lt;br /&gt;
You can create a new PO request by clicking the [[image:Add.png|link=]] Add document icon in the tasklist.&lt;br /&gt;
A new document will be opened, showing relevant fields which you can fill in as needed. Required or invalid fields will be marked in red.&lt;br /&gt;
&lt;br /&gt;
===PO request approval===&lt;br /&gt;
Just like the [[Approval_manual|approval flow]] for invoices, you can send the PO request into the approval flow. Both a manual flow or automatic flow are possible.&lt;br /&gt;
When the PO request is approved, it will move to the next step where the purchase order can be sent out to the supplier.&lt;br /&gt;
&lt;br /&gt;
===Sending out the PO request===&lt;br /&gt;
There are 2 ways we can send our PO request to the supplier: via e-mail by printing and mailing it.&lt;br /&gt;
&lt;br /&gt;
[[image:DeliveryMethod.png|link=]] - Clicking this button will generate a PO request PDF and show it on screen. The user can also fill in the from- and to email address, change the subject and email message. Clicking the 'Send' button will send the email and move the PO request document to the next status where reception of the goods can happen.&lt;br /&gt;
&lt;br /&gt;
[[image:Print.png|link=]] - This button will generate a PO request PDF and show it on screen. From this screen you can print the PDF. After printing the document, the user should click the 'Save' button which will move the PO request document to the next status where reception of the goods can happen.&lt;br /&gt;
&lt;br /&gt;
===Receiving goods===&lt;br /&gt;
When all goods are received, we want to mark the PO request document as being 'Fully received'. This can be done by clicking the [[image:Reception.png|link=]] button. A screen will pop up where the user can select the reception status 'Fully received', reception date and reception comment. After clicking the 'Save' button, the life cycle of the PO request document has reached it's end.&lt;br /&gt;
&lt;br /&gt;
===Invoice matching===&lt;br /&gt;
For all incoming invoices, we will try if we can match them with a fully received and unmatched PO request document. An invoice and a PO request will be matched when the supplier, PO number and amounts match.&lt;br /&gt;
When we cannot find a matching PO request, the incoming invoice will be sent to the validation step in the archive and follow the normal flow of a document.&lt;br /&gt;
If we find a matching PO request, we will copy the posting lines from the PO request to the invoice, create a relation between the Invoice and the PO request and skip the approval step for the invoice.&lt;/div&gt;</summary>
		<author><name>Bjorn.misseghers</name></author>	</entry>

	<entry>
		<id>https://help.onea.be/index.php?title=Purchase_order_request_flow&amp;diff=2629</id>
		<title>Purchase order request flow</title>
		<link rel="alternate" type="text/html" href="https://help.onea.be/index.php?title=Purchase_order_request_flow&amp;diff=2629"/>
				<updated>2019-03-14T16:18:15Z</updated>
		
		<summary type="html">&lt;p&gt;Bjorn.misseghers: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Use case description=&lt;br /&gt;
The purchase order request is a document type intended to manage the process of placing orders for goods of services.&lt;br /&gt;
When making a purchase, it will first need to be approved by peers before actually placing the order.&lt;br /&gt;
When the PO request is approved, the order can be sent to the supplier.&lt;br /&gt;
Next step in the process is receiving the ordered goods.&lt;br /&gt;
When all goods are received, we should also have received an invoice which we want to process and send to our accountancy package.&lt;br /&gt;
In most cases, there is a 100% match between the goods ordered, goods received and the goods invoiced. In this case, there is no need to send the invoice through the approval flow again.&lt;br /&gt;
In order to facilitate this, we skip the approval flow invoices that were fully matched with a PO request and can send them straight to the accountancy package.&lt;br /&gt;
&lt;br /&gt;
=Step by step=&lt;br /&gt;
===Creating a new PO request===&lt;br /&gt;
Make sure you select the document type &amp;quot;PO request&amp;quot; in the archive and the &lt;br /&gt;
You can create a new PO request by clicking the [[image:Add.png|link=]] Add document icon in the tasklist.&lt;br /&gt;
A new document will be opened, showing relevant fields which you can fill in as needed. Required or invalid fields will be marked in red.&lt;br /&gt;
&lt;br /&gt;
===PO request approval===&lt;br /&gt;
Just like the [[Approval_manual|approval flow]] for invoices, you can send the PO request into the approval flow. Both a manual flow or automatic flow are possible.&lt;br /&gt;
When the PO request is approved, it will move to the next step where the purchase order can be sent out to the supplier.&lt;br /&gt;
&lt;br /&gt;
===Sending out the PO request===&lt;br /&gt;
There are 2 ways we can send our PO request to the supplier: via e-mail by printing and mailing it.&lt;br /&gt;
&lt;br /&gt;
[[image:DeliveryMethod.png|link=]] - Clicking this button will generate a PO request PDF and show it on screen. The user can also fill in the from- and to email address, change the subject and email message. Clicking the 'Send' button will send the email and move the PO request document to the next status where reception of the goods can happen.&lt;br /&gt;
&lt;br /&gt;
[[image:Print.png|link=]] - This button will generate a PO request PDF and show it on screen. From this screen you can print the PDF. After printing the document, the user should click the 'Save' button which will move the PO request document to the next status where reception of the goods can happen.&lt;br /&gt;
&lt;br /&gt;
===Receiving goods===&lt;br /&gt;
When all goods are received, we want to mark the PO request document as being 'Fully received'. This can be done by clicking the [[image:Reception.png|link=]] button. A screen will pop up where the user can select the reception status 'Fully received', reception date and reception comment. After clicking the 'Save' button, the life cycle of the PO request document has reached it's end.&lt;br /&gt;
&lt;br /&gt;
===Invoice matching===&lt;br /&gt;
For all incoming invoices, we will try if we can match them with an existing PO request document. An invoice and a PO request will be matched when the supplier, PO number and amounts match.&lt;br /&gt;
When we cannot find a matching PO request, the incoming invoice will be sent to the validation step in the archive.&lt;br /&gt;
If we find a matching PO request, we will copy the posting lines from the PO request to the invoice, create a relation between the Invoice and the PO request and skip the approval step for the invoice.&lt;/div&gt;</summary>
		<author><name>Bjorn.misseghers</name></author>	</entry>

	<entry>
		<id>https://help.onea.be/index.php?title=Purchase_order_request_flow&amp;diff=2628</id>
		<title>Purchase order request flow</title>
		<link rel="alternate" type="text/html" href="https://help.onea.be/index.php?title=Purchase_order_request_flow&amp;diff=2628"/>
				<updated>2019-03-14T15:39:07Z</updated>
		
		<summary type="html">&lt;p&gt;Bjorn.misseghers: Created page with &amp;quot;=Use case description= The purchase order request is a document type intended to manage the process of placing orders for goods of services. When making a purchase, it will fi...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Use case description=&lt;br /&gt;
The purchase order request is a document type intended to manage the process of placing orders for goods of services.&lt;br /&gt;
When making a purchase, it will first need to be approved by peers before actually placing the order.&lt;br /&gt;
When the PO request is approved, the order can be sent to the supplier.&lt;br /&gt;
Next step in the process is receiving the ordered goods.&lt;br /&gt;
When all goods are received, we should also have received an invoice which we want to process and send to our accountancy package.&lt;br /&gt;
In most cases, there is a 100% match between the goods ordered, goods received and the goods invoiced. In this case, there is no need to send the invoice through the approval flow again.&lt;br /&gt;
In order to facilitate this, we skip the approval flow invoices that were fully matched with a PO request and can send them straight to the accountancy package.&lt;br /&gt;
&lt;br /&gt;
=Step by step=&lt;br /&gt;
==Creating a new PO request==&lt;br /&gt;
Make sure you select the document type &amp;quot;PO request&amp;quot; in the archive and the &lt;br /&gt;
You can create a new PO request by clicking the [[image:Add.png|link=]] Add document icon in the tasklist.&lt;br /&gt;
A new document will be opened, showing relevant fields which you can fill in as needed. Required or invalid fields will be marked in red.&lt;br /&gt;
&lt;br /&gt;
==PO request approval==&lt;br /&gt;
Just like the [[Approval_manual|approval flow]] for invoices, you can send the PO request into the approval flow. Both a manual flow or automatic flow are possible.&lt;br /&gt;
When the PO request is approved, it will move to the next step where the purchase order can be sent out to the supplier.&lt;br /&gt;
&lt;br /&gt;
==Sending out the PO request==&lt;br /&gt;
There are 2 ways we can send our PO request to the supplier: via e-mail by printing and mailing it.&lt;br /&gt;
&lt;br /&gt;
[[image:DeliveryMethod.png|link=]] - Clicking this button will generate a PO request PDF and show it on screen. The user can also fill in the from- and to email address, change the subject and email message. Clicking the 'Send' button will send the email and move the PO request document to the next status where reception of the goods can happen.&lt;br /&gt;
&lt;br /&gt;
[[image:Print.png|link=]] - This button will generate a PO request PDF and show it on screen. From this screen you can print the PDF. After printing the document, the user should click the 'Save' button which will move the PO request document to the next status where reception of the goods can happen.&lt;br /&gt;
&lt;br /&gt;
==Receiving goods==&lt;br /&gt;
When all goods are received, we want to mark the PO request document as being 'Fully received'. This can be done by clicking the [[image:Reception.png|link=]] button. A screen will pop up where the user can select the reception status 'Fully received', reception date and reception comment. After clicking the 'Save' button, the life cycle of the PO request document has reached it's end.&lt;br /&gt;
&lt;br /&gt;
==Invoice matching==&lt;br /&gt;
For all incoming invoices, we will try if we can match them with an existing PO request document. An invoice and a PO request will be matched when the supplier, PO number and amounts match.&lt;br /&gt;
When we cannot find a matching PO request, the incoming invoice will be sent to the validation step in the archive.&lt;br /&gt;
If we find a matching PO request, we will copy the posting lines from the PO request to the invoice, create a relation between the Invoice and the PO request and skip the approval step for the invoice.&lt;/div&gt;</summary>
		<author><name>Bjorn.misseghers</name></author>	</entry>

	<entry>
		<id>https://help.onea.be/index.php?title=File:Print.png&amp;diff=2627</id>
		<title>File:Print.png</title>
		<link rel="alternate" type="text/html" href="https://help.onea.be/index.php?title=File:Print.png&amp;diff=2627"/>
				<updated>2019-03-14T14:27:10Z</updated>
		
		<summary type="html">&lt;p&gt;Bjorn.misseghers: Bjorn.misseghers uploaded a new version of File:Print.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Bjorn.misseghers</name></author>	</entry>

	<entry>
		<id>https://help.onea.be/index.php?title=File:Print.png&amp;diff=2626</id>
		<title>File:Print.png</title>
		<link rel="alternate" type="text/html" href="https://help.onea.be/index.php?title=File:Print.png&amp;diff=2626"/>
				<updated>2019-03-14T14:27:01Z</updated>
		
		<summary type="html">&lt;p&gt;Bjorn.misseghers: Bjorn.misseghers uploaded a new version of File:Print.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Bjorn.misseghers</name></author>	</entry>

	<entry>
		<id>https://help.onea.be/index.php?title=File:DeliveryMethod.png&amp;diff=2625</id>
		<title>File:DeliveryMethod.png</title>
		<link rel="alternate" type="text/html" href="https://help.onea.be/index.php?title=File:DeliveryMethod.png&amp;diff=2625"/>
				<updated>2019-03-14T14:26:34Z</updated>
		
		<summary type="html">&lt;p&gt;Bjorn.misseghers: Bjorn.misseghers uploaded a new version of File:DeliveryMethod.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Bjorn.misseghers</name></author>	</entry>

	<entry>
		<id>https://help.onea.be/index.php?title=File:DeliveryMethod.png&amp;diff=2624</id>
		<title>File:DeliveryMethod.png</title>
		<link rel="alternate" type="text/html" href="https://help.onea.be/index.php?title=File:DeliveryMethod.png&amp;diff=2624"/>
				<updated>2019-03-14T14:26:02Z</updated>
		
		<summary type="html">&lt;p&gt;Bjorn.misseghers: Bjorn.misseghers uploaded a new version of File:DeliveryMethod.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Bjorn.misseghers</name></author>	</entry>

	<entry>
		<id>https://help.onea.be/index.php?title=Release_notes_VIS&amp;diff=2117</id>
		<title>Release notes VIS</title>
		<link rel="alternate" type="text/html" href="https://help.onea.be/index.php?title=Release_notes_VIS&amp;diff=2117"/>
				<updated>2017-12-29T10:38:10Z</updated>
		
		<summary type="html">&lt;p&gt;Bjorn.misseghers: /* Release January 2018 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Release December 2018 part 2==&lt;br /&gt;
* Performance improvements.&lt;br /&gt;
* Added the possibility to export invoices to UBL from the archive list.&lt;br /&gt;
&lt;br /&gt;
==Release december 2017==&lt;br /&gt;
* Improved black and white conversion via file upload.&lt;br /&gt;
* Discount percentage is now always filled in when necessary on import.&lt;br /&gt;
* Added support for &amp;quot;BE -&amp;quot; (VAT number missing) and &amp;quot;BE ?&amp;quot; (VAT number unknown) on suppliers.&lt;br /&gt;
&lt;br /&gt;
==Release Oktober 2017==&lt;br /&gt;
* Performance updates.&lt;br /&gt;
* For outgoing invoices, the vouchernumber can be generated based on the invoice number. [[Appendix:_Voucher_nr_calculation|This feature]] can be enabled in the company settings.&lt;br /&gt;
* When creating/editing partners, the field &amp;quot;Subject To VAT&amp;quot; is now mandatory. If &amp;quot;false&amp;quot; is selected, the VAT number is set to &amp;quot;BE -&amp;quot; when empty.&lt;br /&gt;
* It is now allowed to book invoices without specifying a journal.&lt;br /&gt;
* The image URL that is sent to Venice is now a read-only URL: users do not have to log in anymore in order to see the image.&lt;br /&gt;
* When changing the selected partner in the document view, the existing posting lines are cleared before any templates are applied.&lt;br /&gt;
* It is now possible to book incoming invoices with [[Appendix:_cutoff|cutoff]] (&amp;quot;afgrenzing&amp;quot;)&lt;br /&gt;
* Fixed issue with booking lines containing 100% VAT&lt;br /&gt;
&lt;br /&gt;
==Release June 2017==&lt;br /&gt;
* Improved application stability&lt;br /&gt;
* It is now possible to specify a non-deductible account per posting line. The default value is taken from the company but can be changed or deleted for every posting line.&lt;br /&gt;
* Margin calculation: you can now indicate if invoices are subject to margin calculation for incoming invoices. For outgoing invoices, you can also specify the original purchase value.&lt;br /&gt;
* Global templates (“Boekingsvoorstellen”) from Venice are now synchronized and can be manually applied from the templates overview.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:external_templates.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* The user can now view and edit settings about his/her company via the wrench icon next to the company selection box. Settings available for editing are voucher date calculation settings and mailbox naming.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:my_company.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* Users can edit their Nomadesk account settings via ‘My account’ and choose the vault they would like to use.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:nomadesk_my_account.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* Maintenance messages can be shown on the login page and/or inside the application.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:announcements_archive.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:announcements_login_page.png|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Release May 2017==&lt;br /&gt;
* Improvements for stability and performance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Release January 2017==&lt;br /&gt;
* The financial discount will be set to the payment order for an invoice (not for credit notes) when booking it. This to allow you to use the financial discount when paying an invoice in Venice.&lt;br /&gt;
* Added the possibility to add and synchronize quantities on posting lines.&lt;br /&gt;
* Added the possibility to add and synchronize the website and e-mail addresses of suppliers and customers. This will increase the recognition of your documents.&lt;br /&gt;
* Added the possibility to synchronize aliases of suppliers and customers. &lt;br /&gt;
&amp;lt;br/&amp;gt;{{note|Note that these will only be synchronized from Venice to 1Archive. When adding/editing a supplier/customer in 1Archive, the alias will not appear in Venice.}}&amp;lt;br/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bjorn.misseghers</name></author>	</entry>

	<entry>
		<id>https://help.onea.be/index.php?title=Release_notes_VIS&amp;diff=2116</id>
		<title>Release notes VIS</title>
		<link rel="alternate" type="text/html" href="https://help.onea.be/index.php?title=Release_notes_VIS&amp;diff=2116"/>
				<updated>2017-12-29T10:37:37Z</updated>
		
		<summary type="html">&lt;p&gt;Bjorn.misseghers: /* Release January 2018 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Release January 2018==&lt;br /&gt;
* Performance improvements.&lt;br /&gt;
* Added the possibility to export invoices to UBL from the archive list.&lt;br /&gt;
&lt;br /&gt;
==Release december 2017==&lt;br /&gt;
* Improved black and white conversion via file upload.&lt;br /&gt;
* Discount percentage is now always filled in when necessary on import.&lt;br /&gt;
* Added support for &amp;quot;BE -&amp;quot; (VAT number missing) and &amp;quot;BE ?&amp;quot; (VAT number unknown) on suppliers.&lt;br /&gt;
&lt;br /&gt;
==Release Oktober 2017==&lt;br /&gt;
* Performance updates.&lt;br /&gt;
* For outgoing invoices, the vouchernumber can be generated based on the invoice number. [[Appendix:_Voucher_nr_calculation|This feature]] can be enabled in the company settings.&lt;br /&gt;
* When creating/editing partners, the field &amp;quot;Subject To VAT&amp;quot; is now mandatory. If &amp;quot;false&amp;quot; is selected, the VAT number is set to &amp;quot;BE -&amp;quot; when empty.&lt;br /&gt;
* It is now allowed to book invoices without specifying a journal.&lt;br /&gt;
* The image URL that is sent to Venice is now a read-only URL: users do not have to log in anymore in order to see the image.&lt;br /&gt;
* When changing the selected partner in the document view, the existing posting lines are cleared before any templates are applied.&lt;br /&gt;
* It is now possible to book incoming invoices with [[Appendix:_cutoff|cutoff]] (&amp;quot;afgrenzing&amp;quot;)&lt;br /&gt;
* Fixed issue with booking lines containing 100% VAT&lt;br /&gt;
&lt;br /&gt;
==Release June 2017==&lt;br /&gt;
* Improved application stability&lt;br /&gt;
* It is now possible to specify a non-deductible account per posting line. The default value is taken from the company but can be changed or deleted for every posting line.&lt;br /&gt;
* Margin calculation: you can now indicate if invoices are subject to margin calculation for incoming invoices. For outgoing invoices, you can also specify the original purchase value.&lt;br /&gt;
* Global templates (“Boekingsvoorstellen”) from Venice are now synchronized and can be manually applied from the templates overview.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:external_templates.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* The user can now view and edit settings about his/her company via the wrench icon next to the company selection box. Settings available for editing are voucher date calculation settings and mailbox naming.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:my_company.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* Users can edit their Nomadesk account settings via ‘My account’ and choose the vault they would like to use.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:nomadesk_my_account.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* Maintenance messages can be shown on the login page and/or inside the application.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:announcements_archive.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:announcements_login_page.png|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Release May 2017==&lt;br /&gt;
* Improvements for stability and performance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Release January 2017==&lt;br /&gt;
* The financial discount will be set to the payment order for an invoice (not for credit notes) when booking it. This to allow you to use the financial discount when paying an invoice in Venice.&lt;br /&gt;
* Added the possibility to add and synchronize quantities on posting lines.&lt;br /&gt;
* Added the possibility to add and synchronize the website and e-mail addresses of suppliers and customers. This will increase the recognition of your documents.&lt;br /&gt;
* Added the possibility to synchronize aliases of suppliers and customers. &lt;br /&gt;
&amp;lt;br/&amp;gt;{{note|Note that these will only be synchronized from Venice to 1Archive. When adding/editing a supplier/customer in 1Archive, the alias will not appear in Venice.}}&amp;lt;br/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bjorn.misseghers</name></author>	</entry>

	<entry>
		<id>https://help.onea.be/index.php?title=Release_notes_VIS&amp;diff=2115</id>
		<title>Release notes VIS</title>
		<link rel="alternate" type="text/html" href="https://help.onea.be/index.php?title=Release_notes_VIS&amp;diff=2115"/>
				<updated>2017-12-28T15:44:49Z</updated>
		
		<summary type="html">&lt;p&gt;Bjorn.misseghers: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Release January 2018==&lt;br /&gt;
* Performance improvements.&lt;br /&gt;
&lt;br /&gt;
==Release december 2017==&lt;br /&gt;
* Improved black and white conversion via file upload.&lt;br /&gt;
* Discount percentage is now always filled in when necessary on import.&lt;br /&gt;
* Added support for &amp;quot;BE -&amp;quot; (VAT number missing) and &amp;quot;BE ?&amp;quot; (VAT number unknown) on suppliers.&lt;br /&gt;
&lt;br /&gt;
==Release Oktober 2017==&lt;br /&gt;
* Performance updates.&lt;br /&gt;
* For outgoing invoices, the vouchernumber can be generated based on the invoice number. [[Appendix:_Voucher_nr_calculation|This feature]] can be enabled in the company settings.&lt;br /&gt;
* When creating/editing partners, the field &amp;quot;Subject To VAT&amp;quot; is now mandatory. If &amp;quot;false&amp;quot; is selected, the VAT number is set to &amp;quot;BE -&amp;quot; when empty.&lt;br /&gt;
* It is now allowed to book invoices without specifying a journal.&lt;br /&gt;
* The image URL that is sent to Venice is now a read-only URL: users do not have to log in anymore in order to see the image.&lt;br /&gt;
* When changing the selected partner in the document view, the existing posting lines are cleared before any templates are applied.&lt;br /&gt;
* It is now possible to book incoming invoices with [[Appendix:_cutoff|cutoff]] (&amp;quot;afgrenzing&amp;quot;)&lt;br /&gt;
* Fixed issue with booking lines containing 100% VAT&lt;br /&gt;
&lt;br /&gt;
==Release June 2017==&lt;br /&gt;
* Improved application stability&lt;br /&gt;
* It is now possible to specify a non-deductible account per posting line. The default value is taken from the company but can be changed or deleted for every posting line.&lt;br /&gt;
* Margin calculation: you can now indicate if invoices are subject to margin calculation for incoming invoices. For outgoing invoices, you can also specify the original purchase value.&lt;br /&gt;
* Global templates (“Boekingsvoorstellen”) from Venice are now synchronized and can be manually applied from the templates overview.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:external_templates.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* The user can now view and edit settings about his/her company via the wrench icon next to the company selection box. Settings available for editing are voucher date calculation settings and mailbox naming.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:my_company.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* Users can edit their Nomadesk account settings via ‘My account’ and choose the vault they would like to use.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:nomadesk_my_account.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* Maintenance messages can be shown on the login page and/or inside the application.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:announcements_archive.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:announcements_login_page.png|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Release May 2017==&lt;br /&gt;
* Improvements for stability and performance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Release January 2017==&lt;br /&gt;
* The financial discount will be set to the payment order for an invoice (not for credit notes) when booking it. This to allow you to use the financial discount when paying an invoice in Venice.&lt;br /&gt;
* Added the possibility to add and synchronize quantities on posting lines.&lt;br /&gt;
* Added the possibility to add and synchronize the website and e-mail addresses of suppliers and customers. This will increase the recognition of your documents.&lt;br /&gt;
* Added the possibility to synchronize aliases of suppliers and customers. &lt;br /&gt;
&amp;lt;br/&amp;gt;{{note|Note that these will only be synchronized from Venice to 1Archive. When adding/editing a supplier/customer in 1Archive, the alias will not appear in Venice.}}&amp;lt;br/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bjorn.misseghers</name></author>	</entry>

	<entry>
		<id>https://help.onea.be/index.php?title=Release_notes_VIS&amp;diff=2086</id>
		<title>Release notes VIS</title>
		<link rel="alternate" type="text/html" href="https://help.onea.be/index.php?title=Release_notes_VIS&amp;diff=2086"/>
				<updated>2017-12-04T08:57:16Z</updated>
		
		<summary type="html">&lt;p&gt;Bjorn.misseghers: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Release december 2017==&lt;br /&gt;
* Improved black and white conversion via file upload.&lt;br /&gt;
* Discount percentage is now always filled in when necessary on import.&lt;br /&gt;
* Added support for &amp;quot;BE -&amp;quot; (VAT number missing) and &amp;quot;BE ?&amp;quot; (VAT number unknown) on suppliers.&lt;br /&gt;
&lt;br /&gt;
==Release Oktober 2017==&lt;br /&gt;
* Performance updates.&lt;br /&gt;
* For outgoing invoices, the vouchernumber can be generated based on the invoice number. [[Appendix:_Voucher_nr_calculation|This feature]] can be enabled in the company settings.&lt;br /&gt;
* When creating/editing partners, the field &amp;quot;Subject To VAT&amp;quot; is now mandatory. If &amp;quot;false&amp;quot; is selected, the VAT number is set to &amp;quot;BE -&amp;quot; when empty.&lt;br /&gt;
* It is now allowed to book invoices without specifying a journal.&lt;br /&gt;
* The image URL that is sent to Venice is now a read-only URL: users do not have to log in anymore in order to see the image.&lt;br /&gt;
* When changing the selected partner in the document view, the existing posting lines are cleared before any templates are applied.&lt;br /&gt;
* It is now possible to book incoming invoices with [[Appendix:_cutoff|cutoff]] (&amp;quot;afgrenzing&amp;quot;)&lt;br /&gt;
* Fixed issue with booking lines containing 100% VAT&lt;br /&gt;
&lt;br /&gt;
==Release June 2017==&lt;br /&gt;
* Improved application stability&lt;br /&gt;
* It is now possible to specify a non-deductible account per posting line. The default value is taken from the company but can be changed or deleted for every posting line.&lt;br /&gt;
* Margin calculation: you can now indicate if invoices are subject to margin calculation for incoming invoices. For outgoing invoices, you can also specify the original purchase value.&lt;br /&gt;
* Global templates (“Boekingsvoorstellen”) from Venice are now synchronized and can be manually applied from the templates overview.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:external_templates.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* The user can now view and edit settings about his/her company via the wrench icon next to the company selection box. Settings available for editing are voucher date calculation settings and mailbox naming.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:my_company.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* Users can edit their Nomadesk account settings via ‘My account’ and choose the vault they would like to use.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:nomadesk_my_account.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* Maintenance messages can be shown on the login page and/or inside the application.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:announcements_archive.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:announcements_login_page.png|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Release May 2017==&lt;br /&gt;
* Improvements for stability and performance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Release January 2017==&lt;br /&gt;
* The financial discount will be set to the payment order for an invoice (not for credit notes) when booking it. This to allow you to use the financial discount when paying an invoice in Venice.&lt;br /&gt;
* Added the possibility to add and synchronize quantities on posting lines.&lt;br /&gt;
* Added the possibility to add and synchronize the website and e-mail addresses of suppliers and customers. This will increase the recognition of your documents.&lt;br /&gt;
* Added the possibility to synchronize aliases of suppliers and customers. &lt;br /&gt;
&amp;lt;br/&amp;gt;{{note|Note that these will only be synchronized from Venice to 1Archive. When adding/editing a supplier/customer in 1Archive, the alias will not appear in Venice.}}&amp;lt;br/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bjorn.misseghers</name></author>	</entry>

	<entry>
		<id>https://help.onea.be/index.php?title=Release_notes_VIS&amp;diff=2075</id>
		<title>Release notes VIS</title>
		<link rel="alternate" type="text/html" href="https://help.onea.be/index.php?title=Release_notes_VIS&amp;diff=2075"/>
				<updated>2017-10-10T14:15:19Z</updated>
		
		<summary type="html">&lt;p&gt;Bjorn.misseghers: /* Release Oktober 2017 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Release Oktober 2017==&lt;br /&gt;
* Performance updates.&lt;br /&gt;
* For outgoing invoices, the vouchernumber can be generated based on the invoice number. [[Appendix:_Voucher_nr_calculation|This feature]] can be enabled in the company settings.&lt;br /&gt;
* When creating/editing partners, the field &amp;quot;Subject To VAT&amp;quot; is now mandatory. If &amp;quot;false&amp;quot; is selected, the VAT number is set to &amp;quot;BE -&amp;quot; when empty.&lt;br /&gt;
* It is now allowed to book invoices without specifying a journal.&lt;br /&gt;
* The image URL that is sent to Venice is now a read-only URL: users do not have to log in anymore in order to see the image.&lt;br /&gt;
* When changing the selected partner in the document view, the existing posting lines are cleared before any templates are applied.&lt;br /&gt;
* It is now possible to book incoming invoices with [[Appendix:_cutoff|cutoff]] (&amp;quot;afgrenzing&amp;quot;)&lt;br /&gt;
* Fixed issue with booking lines containing 100% VAT&lt;br /&gt;
&lt;br /&gt;
==Release June 2017==&lt;br /&gt;
* Improved application stability&lt;br /&gt;
* It is now possible to specify a non-deductible account per posting line. The default value is taken from the company but can be changed or deleted for every posting line.&lt;br /&gt;
* Margin calculation: you can now indicate if invoices are subject to margin calculation for incoming invoices. For outgoing invoices, you can also specify the original purchase value.&lt;br /&gt;
* Global templates (“Boekingsvoorstellen”) from Venice are now synchronized and can be manually applied from the templates overview.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:external_templates.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* The user can now view and edit settings about his/her company via the wrench icon next to the company selection box. Settings available for editing are voucher date calculation settings and mailbox naming.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:my_company.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* Users can edit their Nomadesk account settings via ‘My account’ and choose the vault they would like to use.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:nomadesk_my_account.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* Maintenance messages can be shown on the login page and/or inside the application.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:announcements_archive.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:announcements_login_page.png|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Release May 2017==&lt;br /&gt;
* Improvements for stability and performance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Release January 2017==&lt;br /&gt;
* The financial discount will be set to the payment order for an invoice (not for credit notes) when booking it. This to allow you to use the financial discount when paying an invoice in Venice.&lt;br /&gt;
* Added the possibility to add and synchronize quantities on posting lines.&lt;br /&gt;
* Added the possibility to add and synchronize the website and e-mail addresses of suppliers and customers. This will increase the recognition of your documents.&lt;br /&gt;
* Added the possibility to synchronize aliases of suppliers and customers. &lt;br /&gt;
&amp;lt;br/&amp;gt;{{note|Note that these will only be synchronized from Venice to 1Archive. When adding/editing a supplier/customer in 1Archive, the alias will not appear in Venice.}}&amp;lt;br/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bjorn.misseghers</name></author>	</entry>

	<entry>
		<id>https://help.onea.be/index.php?title=Appendix:_cutoff&amp;diff=2074</id>
		<title>Appendix: cutoff</title>
		<link rel="alternate" type="text/html" href="https://help.onea.be/index.php?title=Appendix:_cutoff&amp;diff=2074"/>
				<updated>2017-10-10T12:02:39Z</updated>
		
		<summary type="html">&lt;p&gt;Bjorn.misseghers: /* Appendix: Cutoff (“Afgrenzing”) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Appendix: Cutoff (“Afgrenzing”)==&lt;br /&gt;
&lt;br /&gt;
Cutoff is a special way of booking an incoming invoice: it enables the user to periodically book a part of the total invoice amount. For instance when you get an invoice about maintenance, you would want to spread the total amount over 12 months. This can be done by making a cutoff invoice where you specify that the amount should be spread over a given period.&lt;br /&gt;
&lt;br /&gt;
To enable cutoff bookings in Scanpro, you first need to indicate in the company settings which account is to be used as cutoff account.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:cutoff_settings.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then, when booking the invoices, you use this account as your booking account. When you choose the cutoff account as your account, you will have to fill in the cutoff start, cutoff end and cutoff destination account.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:cutoff_lines.png|1200px|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
When sending this booking to Venice, it will be booked as follows:&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:cutoff_venice_booking.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Next, the cutoff calculation in Venice can be processed by choosing Sundry (“Diverse”) -&amp;gt; Cut off (“Afgrenzing”)&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:cutoff_venice.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:cutoff_venice_result.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bjorn.misseghers</name></author>	</entry>

	<entry>
		<id>https://help.onea.be/index.php?title=Appendix:_Voucher_nr_calculation&amp;diff=2073</id>
		<title>Appendix: Voucher nr calculation</title>
		<link rel="alternate" type="text/html" href="https://help.onea.be/index.php?title=Appendix:_Voucher_nr_calculation&amp;diff=2073"/>
				<updated>2017-10-10T11:57:43Z</updated>
		
		<summary type="html">&lt;p&gt;Bjorn.misseghers: /* Appendix: Outgoing invoices voucher number calculation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Appendix: Outgoing invoices voucher number calculation==&lt;br /&gt;
Via the company settings, the user can enable a feature to automatically generate a voucher number based on the invoice number. This setting only applies to outgoing invoices.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:voucherNr.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
By default this feature will be disabled.&lt;br /&gt;
&amp;lt;br/&amp;gt;When enabled, Scanpro will use the value in the invoice number to automatically generate a value for the voucher number.&lt;br /&gt;
&amp;lt;br/&amp;gt;This is done by only retaining the digits from the invoice number. Because the voucher number in Venice cannot be larger than 999.999, only the 6 last digits are retained.&lt;br /&gt;
Examples:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! InvoiceNr&lt;br /&gt;
! VoucherNr&lt;br /&gt;
|-&lt;br /&gt;
|20170004&lt;br /&gt;
|170004&lt;br /&gt;
|-&lt;br /&gt;
|2017/15&lt;br /&gt;
|201715&lt;br /&gt;
|-&lt;br /&gt;
|F17/39&lt;br /&gt;
|1739&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Bjorn.misseghers</name></author>	</entry>

	<entry>
		<id>https://help.onea.be/index.php?title=Appendix:_Voucher_nr_calculation&amp;diff=2072</id>
		<title>Appendix: Voucher nr calculation</title>
		<link rel="alternate" type="text/html" href="https://help.onea.be/index.php?title=Appendix:_Voucher_nr_calculation&amp;diff=2072"/>
				<updated>2017-10-10T11:47:23Z</updated>
		
		<summary type="html">&lt;p&gt;Bjorn.misseghers: /* Appendix: Outgoing invoices voucher number calculation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Appendix: Outgoing invoices voucher number calculation==&lt;br /&gt;
Via the company settings, the user can enable a feature to automatically generate a voucher number based on the invoice number. This setting only applies to outgoing invoices.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:voucherNr.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
By default this feature will be disabled. When enabled, Scanpro will use the value in the invoice number to automatically generate a value for the voucher number.&lt;br /&gt;
This is done by only retaining the digits from the invoice number. Because the voucher number in Venice cannot be larger than 999.999, only the 6 last digits are retained.&lt;br /&gt;
Examples:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! InvoiceNr&lt;br /&gt;
! VoucherNr&lt;br /&gt;
|-&lt;br /&gt;
|20170004&lt;br /&gt;
|170004&lt;br /&gt;
|-&lt;br /&gt;
|2017/15&lt;br /&gt;
|201715&lt;br /&gt;
|-&lt;br /&gt;
|F17/39&lt;br /&gt;
|1739&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Bjorn.misseghers</name></author>	</entry>

	<entry>
		<id>https://help.onea.be/index.php?title=Appendix:_Voucher_nr_calculation&amp;diff=2071</id>
		<title>Appendix: Voucher nr calculation</title>
		<link rel="alternate" type="text/html" href="https://help.onea.be/index.php?title=Appendix:_Voucher_nr_calculation&amp;diff=2071"/>
				<updated>2017-10-10T11:45:50Z</updated>
		
		<summary type="html">&lt;p&gt;Bjorn.misseghers: /* Appendix: Outgoing invoices voucher number calculation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Appendix: Outgoing invoices voucher number calculation==&lt;br /&gt;
Via the company settings, the user can enable a feature to automatically generate a voucher number based on the invoice number. This setting only applies to outgoing invoices.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:voucherNr.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
By default this feature will be disabled. When enabled, Scanpro will use the value in the invoice number to automatically calculate a value for the voucher number.&lt;br /&gt;
The logic used for this calculation is to take only the digits from the invoice number. Because the voucher number in Venice cannot be larger than 999.999, only the 6 last digits are retained.&lt;br /&gt;
Examples:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! InvoiceNr&lt;br /&gt;
! VoucherNr&lt;br /&gt;
|-&lt;br /&gt;
|20170004&lt;br /&gt;
|170004&lt;br /&gt;
|-&lt;br /&gt;
|2017/15&lt;br /&gt;
|201715&lt;br /&gt;
|-&lt;br /&gt;
|F17/39&lt;br /&gt;
|1739&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Bjorn.misseghers</name></author>	</entry>

	<entry>
		<id>https://help.onea.be/index.php?title=Release_notes_VIS&amp;diff=2070</id>
		<title>Release notes VIS</title>
		<link rel="alternate" type="text/html" href="https://help.onea.be/index.php?title=Release_notes_VIS&amp;diff=2070"/>
				<updated>2017-10-10T07:52:51Z</updated>
		
		<summary type="html">&lt;p&gt;Bjorn.misseghers: /* Release Oktober 2017 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Release Oktober 2017==&lt;br /&gt;
* Performance updates.&lt;br /&gt;
* For outgoing invoices, the vouchernumber can be generated based on the invoice number. [[Appendix:_Voucher_nr_calculation|This feature]] can be enabled in the company settings.&lt;br /&gt;
* When creating/editing partners, the field &amp;quot;Subject To VAT&amp;quot; is now mandatory. If &amp;quot;false&amp;quot; is selected, the VAT number is set to &amp;quot;BE -&amp;quot; when empty.&lt;br /&gt;
* It is now allowed to book invoices without specifying a journal.&lt;br /&gt;
* The image URL that is sent to Venice is now a read-only URL: users do not have to log in anymore in order to see the image.&lt;br /&gt;
* When changing the selected partner in the document view, the existing posting lines are cleared before any templates are applied.&lt;br /&gt;
* It is now possible to book incoming invoices with [[Appendix:_cutoff|cutoff]] (&amp;quot;afgrenzing&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
==Release June 2017==&lt;br /&gt;
* Improved application stability&lt;br /&gt;
* It is now possible to specify a non-deductible account per posting line. The default value is taken from the company but can be changed or deleted for every posting line.&lt;br /&gt;
* Margin calculation: you can now indicate if invoices are subject to margin calculation for incoming invoices. For outgoing invoices, you can also specify the original purchase value.&lt;br /&gt;
* Global templates (“Boekingsvoorstellen”) from Venice are now synchronized and can be manually applied from the templates overview.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:external_templates.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* The user can now view and edit settings about his/her company via the wrench icon next to the company selection box. Settings available for editing are voucher date calculation settings and mailbox naming.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:my_company.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* Users can edit their Nomadesk account settings via ‘My account’ and choose the vault they would like to use.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:nomadesk_my_account.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* Maintenance messages can be shown on the login page and/or inside the application.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:announcements_archive.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:announcements_login_page.png|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Release May 2017==&lt;br /&gt;
* Improvements for stability and performance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Release January 2017==&lt;br /&gt;
* The financial discount will be set to the payment order for an invoice (not for credit notes) when booking it. This to allow you to use the financial discount when paying an invoice in Venice.&lt;br /&gt;
* Added the possibility to add and synchronize quantities on posting lines.&lt;br /&gt;
* Added the possibility to add and synchronize the website and e-mail addresses of suppliers and customers. This will increase the recognition of your documents.&lt;br /&gt;
* Added the possibility to synchronize aliases of suppliers and customers. &lt;br /&gt;
&amp;lt;br/&amp;gt;{{note|Note that these will only be synchronized from Venice to 1Archive. When adding/editing a supplier/customer in 1Archive, the alias will not appear in Venice.}}&amp;lt;br/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bjorn.misseghers</name></author>	</entry>

	<entry>
		<id>https://help.onea.be/index.php?title=Release_notes_VIS&amp;diff=2069</id>
		<title>Release notes VIS</title>
		<link rel="alternate" type="text/html" href="https://help.onea.be/index.php?title=Release_notes_VIS&amp;diff=2069"/>
				<updated>2017-10-10T07:49:59Z</updated>
		
		<summary type="html">&lt;p&gt;Bjorn.misseghers: /* Release Oktober 2017 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Release Oktober 2017==&lt;br /&gt;
* Performance upgrades.&lt;br /&gt;
* For outgoing invoices, the vouchernumber can be generated based on the invoice number. [[Appendix:_Voucher_nr_calculation|This feature]] can be enabled in the company settings.&lt;br /&gt;
* When creating/editing partners, the field &amp;quot;Subject To VAT&amp;quot; is now mandatory. If &amp;quot;false&amp;quot; is selected, the VAT number is set to &amp;quot;BE -&amp;quot; when empty.&lt;br /&gt;
* It is now allowed to book invoices without specifying a journal.&lt;br /&gt;
* The image URL that is sent to Venice is now a read-only URL: users do not have to log in anymore in order to see the image.&lt;br /&gt;
* When changing the selected partner in the document view, the existing posting lines are cleared before any templates are applied.&lt;br /&gt;
* It is now possible to book incoming invoices with [[Appendix:_cutoff|cutoff]] (&amp;quot;afgrenzing&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
==Release June 2017==&lt;br /&gt;
* Improved application stability&lt;br /&gt;
* It is now possible to specify a non-deductible account per posting line. The default value is taken from the company but can be changed or deleted for every posting line.&lt;br /&gt;
* Margin calculation: you can now indicate if invoices are subject to margin calculation for incoming invoices. For outgoing invoices, you can also specify the original purchase value.&lt;br /&gt;
* Global templates (“Boekingsvoorstellen”) from Venice are now synchronized and can be manually applied from the templates overview.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:external_templates.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* The user can now view and edit settings about his/her company via the wrench icon next to the company selection box. Settings available for editing are voucher date calculation settings and mailbox naming.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:my_company.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* Users can edit their Nomadesk account settings via ‘My account’ and choose the vault they would like to use.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:nomadesk_my_account.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* Maintenance messages can be shown on the login page and/or inside the application.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:announcements_archive.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:announcements_login_page.png|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Release May 2017==&lt;br /&gt;
* Improvements for stability and performance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Release January 2017==&lt;br /&gt;
* The financial discount will be set to the payment order for an invoice (not for credit notes) when booking it. This to allow you to use the financial discount when paying an invoice in Venice.&lt;br /&gt;
* Added the possibility to add and synchronize quantities on posting lines.&lt;br /&gt;
* Added the possibility to add and synchronize the website and e-mail addresses of suppliers and customers. This will increase the recognition of your documents.&lt;br /&gt;
* Added the possibility to synchronize aliases of suppliers and customers. &lt;br /&gt;
&amp;lt;br/&amp;gt;{{note|Note that these will only be synchronized from Venice to 1Archive. When adding/editing a supplier/customer in 1Archive, the alias will not appear in Venice.}}&amp;lt;br/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bjorn.misseghers</name></author>	</entry>

	<entry>
		<id>https://help.onea.be/index.php?title=Appendix:_cutoff&amp;diff=2068</id>
		<title>Appendix: cutoff</title>
		<link rel="alternate" type="text/html" href="https://help.onea.be/index.php?title=Appendix:_cutoff&amp;diff=2068"/>
				<updated>2017-10-10T07:46:02Z</updated>
		
		<summary type="html">&lt;p&gt;Bjorn.misseghers: Created page with &amp;quot;==Appendix: Cutoff (“Afgrenzing”)==  Cutoff is a special way of booking an incoming invoice: it enables the user to periodically book a part of the total invoice amount. F...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Appendix: Cutoff (“Afgrenzing”)==&lt;br /&gt;
&lt;br /&gt;
Cutoff is a special way of booking an incoming invoice: it enables the user to periodically book a part of the total invoice amount. For instance when you get an invoice about maintenance, you would want to spread the total amount over 12 months. This can be done by making a cutoff invoice where you specify that the amount should be spread over a given period.&lt;br /&gt;
&lt;br /&gt;
To enable cutoff bookings in Scanpro, you first need to indicate in the company settings which account is to be used as cutoff account.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:cutoff_settings.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then, when booking the invoices, you use this account as your booking account. When you choose the cutoff account as your account, you will have to fill in the cutoff start, cutoff end and cutoff destination account.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:cutoff_lines.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
When sending this booking to Venice, it will be booked as follows:&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:cutoff_venice_booking.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Next, the cutoff calculation in Venice can be processed by choosing Sundry (“Diverse”) -&amp;gt; Cut off (“Afgrenzing”)&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:cutoff_venice.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:cutoff_venice_result.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bjorn.misseghers</name></author>	</entry>

	<entry>
		<id>https://help.onea.be/index.php?title=File:Cutoff_venice.png&amp;diff=2067</id>
		<title>File:Cutoff venice.png</title>
		<link rel="alternate" type="text/html" href="https://help.onea.be/index.php?title=File:Cutoff_venice.png&amp;diff=2067"/>
				<updated>2017-10-10T07:45:37Z</updated>
		
		<summary type="html">&lt;p&gt;Bjorn.misseghers: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Bjorn.misseghers</name></author>	</entry>

	<entry>
		<id>https://help.onea.be/index.php?title=File:Cutoff_venice_result.png&amp;diff=2066</id>
		<title>File:Cutoff venice result.png</title>
		<link rel="alternate" type="text/html" href="https://help.onea.be/index.php?title=File:Cutoff_venice_result.png&amp;diff=2066"/>
				<updated>2017-10-10T07:43:34Z</updated>
		
		<summary type="html">&lt;p&gt;Bjorn.misseghers: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Bjorn.misseghers</name></author>	</entry>

	<entry>
		<id>https://help.onea.be/index.php?title=File:Cutoff_venice_booking.png&amp;diff=2065</id>
		<title>File:Cutoff venice booking.png</title>
		<link rel="alternate" type="text/html" href="https://help.onea.be/index.php?title=File:Cutoff_venice_booking.png&amp;diff=2065"/>
				<updated>2017-10-10T07:38:44Z</updated>
		
		<summary type="html">&lt;p&gt;Bjorn.misseghers: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Bjorn.misseghers</name></author>	</entry>

	<entry>
		<id>https://help.onea.be/index.php?title=File:Cutoff_lines.png&amp;diff=2064</id>
		<title>File:Cutoff lines.png</title>
		<link rel="alternate" type="text/html" href="https://help.onea.be/index.php?title=File:Cutoff_lines.png&amp;diff=2064"/>
				<updated>2017-10-10T07:38:22Z</updated>
		
		<summary type="html">&lt;p&gt;Bjorn.misseghers: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Bjorn.misseghers</name></author>	</entry>

	<entry>
		<id>https://help.onea.be/index.php?title=File:Cutoff_settings.png&amp;diff=2063</id>
		<title>File:Cutoff settings.png</title>
		<link rel="alternate" type="text/html" href="https://help.onea.be/index.php?title=File:Cutoff_settings.png&amp;diff=2063"/>
				<updated>2017-10-10T07:36:40Z</updated>
		
		<summary type="html">&lt;p&gt;Bjorn.misseghers: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Bjorn.misseghers</name></author>	</entry>

	<entry>
		<id>https://help.onea.be/index.php?title=Release_notes_VIS&amp;diff=2062</id>
		<title>Release notes VIS</title>
		<link rel="alternate" type="text/html" href="https://help.onea.be/index.php?title=Release_notes_VIS&amp;diff=2062"/>
				<updated>2017-10-10T07:33:00Z</updated>
		
		<summary type="html">&lt;p&gt;Bjorn.misseghers: /* Release Oktober 2017 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Release Oktober 2017==&lt;br /&gt;
* Performance upgrades.&lt;br /&gt;
* For outgoing invoices, the vouchernumber can be generated based on the invoice number. [[Appendix:_Voucher_nr_calculation|This feature]] can be enabled in the company settings.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:voucherNr.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* When creating/editing partners, the field &amp;quot;Subject To VAT&amp;quot; is now mandatory. If &amp;quot;false&amp;quot; is selected, the VAT number is set to &amp;quot;BE -&amp;quot; when empty.&lt;br /&gt;
* It is now allowed to book invoices without specifying a journal.&lt;br /&gt;
* The image URL that is sent to Venice is now a read-only URL: users do not have to log in anymore in order to see the image.&lt;br /&gt;
* When changing the selected partner in the document view, the existing posting lines are cleared before any templates are applied.&lt;br /&gt;
* It is now possible to book incoming invoices with cutoff (&amp;quot;afgrenzing&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
==Release June 2017==&lt;br /&gt;
* Improved application stability&lt;br /&gt;
* It is now possible to specify a non-deductible account per posting line. The default value is taken from the company but can be changed or deleted for every posting line.&lt;br /&gt;
* Margin calculation: you can now indicate if invoices are subject to margin calculation for incoming invoices. For outgoing invoices, you can also specify the original purchase value.&lt;br /&gt;
* Global templates (“Boekingsvoorstellen”) from Venice are now synchronized and can be manually applied from the templates overview.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:external_templates.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* The user can now view and edit settings about his/her company via the wrench icon next to the company selection box. Settings available for editing are voucher date calculation settings and mailbox naming.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:my_company.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* Users can edit their Nomadesk account settings via ‘My account’ and choose the vault they would like to use.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:nomadesk_my_account.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* Maintenance messages can be shown on the login page and/or inside the application.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:announcements_archive.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:announcements_login_page.png|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Release May 2017==&lt;br /&gt;
* Improvements for stability and performance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Release January 2017==&lt;br /&gt;
* The financial discount will be set to the payment order for an invoice (not for credit notes) when booking it. This to allow you to use the financial discount when paying an invoice in Venice.&lt;br /&gt;
* Added the possibility to add and synchronize quantities on posting lines.&lt;br /&gt;
* Added the possibility to add and synchronize the website and e-mail addresses of suppliers and customers. This will increase the recognition of your documents.&lt;br /&gt;
* Added the possibility to synchronize aliases of suppliers and customers. &lt;br /&gt;
&amp;lt;br/&amp;gt;{{note|Note that these will only be synchronized from Venice to 1Archive. When adding/editing a supplier/customer in 1Archive, the alias will not appear in Venice.}}&amp;lt;br/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bjorn.misseghers</name></author>	</entry>

	<entry>
		<id>https://help.onea.be/index.php?title=Appendix:_Voucher_nr_calculation&amp;diff=2061</id>
		<title>Appendix: Voucher nr calculation</title>
		<link rel="alternate" type="text/html" href="https://help.onea.be/index.php?title=Appendix:_Voucher_nr_calculation&amp;diff=2061"/>
				<updated>2017-10-10T07:28:46Z</updated>
		
		<summary type="html">&lt;p&gt;Bjorn.misseghers: Created page with &amp;quot;==Appendix: Outgoing invoices voucher number calculation== Via the company settings, the user can enable a feature to automatically calculate a voucher number based in the inv...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Appendix: Outgoing invoices voucher number calculation==&lt;br /&gt;
Via the company settings, the user can enable a feature to automatically calculate a voucher number based in the invoice number. This setting only applies to outgoing invoices.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:voucherNr.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
By default this feature will be disabled. When enabled, Scanpro will use the value in the invoice number to automatically calculate a value for the voucher number.&lt;br /&gt;
The logic used for this calculation is to take only the digits from the invoice number. Because the voucher number in Venice cannot be larger than 999.999, only the 6 last digits are retained.&lt;br /&gt;
Examples:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! InvoiceNr&lt;br /&gt;
! VoucherNr&lt;br /&gt;
|-&lt;br /&gt;
|20170004&lt;br /&gt;
|170004&lt;br /&gt;
|-&lt;br /&gt;
|2017/15&lt;br /&gt;
|201715&lt;br /&gt;
|-&lt;br /&gt;
|F17/39&lt;br /&gt;
|1739&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Bjorn.misseghers</name></author>	</entry>

	<entry>
		<id>https://help.onea.be/index.php?title=Appendixes&amp;diff=2060</id>
		<title>Appendixes</title>
		<link rel="alternate" type="text/html" href="https://help.onea.be/index.php?title=Appendixes&amp;diff=2060"/>
				<updated>2017-10-10T07:18:46Z</updated>
		
		<summary type="html">&lt;p&gt;Bjorn.misseghers: /* VIS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==General==&lt;br /&gt;
* [[Appendix: Shortcuts]]&lt;br /&gt;
* [[Appendix:_Keywords|Appendix: Keywords]]&lt;br /&gt;
* [[Appendix:_Operators_and_functions|Appendix: Operators and functions]]&lt;br /&gt;
* [[Appendix:_XML_mapping_GUI|Appendix: XML mapping]]&lt;br /&gt;
* [[Appendix:_Currency|Appendix: Currency]]&lt;br /&gt;
* [[Appendix:_Partner_settings|Appendix: Partner settings]]&lt;br /&gt;
&lt;br /&gt;
==VIS==&lt;br /&gt;
* [[Appendix:_Voucher_date_calculation|Appendix: Voucher date calculation]]&lt;br /&gt;
* [[Appendix:_Voucher_nr_calculation|Appendix: Voucher nr calculation (outgoing invoices)]]&lt;br /&gt;
* [[Appendix:_Company_settings|Appendix: Company settings]]&lt;br /&gt;
* [[Appendix:_Venice_settings|Appendix: Venice settings]]&lt;br /&gt;
* [[media:Checklist_stand-alone_Venice_installations.pdf|Appendix: Standalone Venice installations]]&lt;br /&gt;
&lt;br /&gt;
==MIS==&lt;br /&gt;
* [[Appendix:_Multivers_settings|Appendix: Multivers settings]]&lt;/div&gt;</summary>
		<author><name>Bjorn.misseghers</name></author>	</entry>

	<entry>
		<id>https://help.onea.be/index.php?title=Release_notes_VIS&amp;diff=2059</id>
		<title>Release notes VIS</title>
		<link rel="alternate" type="text/html" href="https://help.onea.be/index.php?title=Release_notes_VIS&amp;diff=2059"/>
				<updated>2017-10-03T10:14:43Z</updated>
		
		<summary type="html">&lt;p&gt;Bjorn.misseghers: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Release Oktober 2017==&lt;br /&gt;
* For outgoing invoices, the vouchernumber can be generated based on the invoice number. This feature can be enabled in the company settings.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:voucherNr.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* When creating/editing partners, the field &amp;quot;Subject To VAT&amp;quot; is now mandatory. If &amp;quot;false&amp;quot; is selected, the VAT number is set to &amp;quot;BE -&amp;quot; when empty.&lt;br /&gt;
* It is now allowed to book invoices without specifying a journal.&lt;br /&gt;
* The image URL that is sent to Venice is now a read-only URL: users do not have to log in anymore in order to see the image.&lt;br /&gt;
* When changing the selected partner in the document view, the existing posting lines are cleared before any templates are applied.&lt;br /&gt;
* It is now possible to book incoming invoices with cutoff (&amp;quot;afgrenzing&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
==Release June 2017==&lt;br /&gt;
* Improved application stability&lt;br /&gt;
* It is now possible to specify a non-deductible account per posting line. The default value is taken from the company but can be changed or deleted for every posting line.&lt;br /&gt;
* Margin calculation: you can now indicate if invoices are subject to margin calculation for incoming invoices. For outgoing invoices, you can also specify the original purchase value.&lt;br /&gt;
* Global templates (“Boekingsvoorstellen”) from Venice are now synchronized and can be manually applied from the templates overview.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:external_templates.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* The user can now view and edit settings about his/her company via the wrench icon next to the company selection box. Settings available for editing are voucher date calculation settings and mailbox naming.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:my_company.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* Users can edit their Nomadesk account settings via ‘My account’ and choose the vault they would like to use.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:nomadesk_my_account.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* Maintenance messages can be shown on the login page and/or inside the application.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:announcements_archive.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:announcements_login_page.png|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Release May 2017==&lt;br /&gt;
* Improvements for stability and performance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Release January 2017==&lt;br /&gt;
* The financial discount will be set to the payment order for an invoice (not for credit notes) when booking it. This to allow you to use the financial discount when paying an invoice in Venice.&lt;br /&gt;
* Added the possibility to add and synchronize quantities on posting lines.&lt;br /&gt;
* Added the possibility to add and synchronize the website and e-mail addresses of suppliers and customers. This will increase the recognition of your documents.&lt;br /&gt;
* Added the possibility to synchronize aliases of suppliers and customers. &lt;br /&gt;
&amp;lt;br/&amp;gt;{{note|Note that these will only be synchronized from Venice to 1Archive. When adding/editing a supplier/customer in 1Archive, the alias will not appear in Venice.}}&amp;lt;br/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bjorn.misseghers</name></author>	</entry>

	<entry>
		<id>https://help.onea.be/index.php?title=File:VoucherNr.png&amp;diff=2058</id>
		<title>File:VoucherNr.png</title>
		<link rel="alternate" type="text/html" href="https://help.onea.be/index.php?title=File:VoucherNr.png&amp;diff=2058"/>
				<updated>2017-10-03T10:08:39Z</updated>
		
		<summary type="html">&lt;p&gt;Bjorn.misseghers: Bjorn.misseghers uploaded a new version of File:VoucherNr.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Bjorn.misseghers</name></author>	</entry>

	<entry>
		<id>https://help.onea.be/index.php?title=File:VoucherNr.png&amp;diff=2057</id>
		<title>File:VoucherNr.png</title>
		<link rel="alternate" type="text/html" href="https://help.onea.be/index.php?title=File:VoucherNr.png&amp;diff=2057"/>
				<updated>2017-10-03T10:07:20Z</updated>
		
		<summary type="html">&lt;p&gt;Bjorn.misseghers: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Bjorn.misseghers</name></author>	</entry>

	<entry>
		<id>https://help.onea.be/index.php?title=Release_notes_VIS&amp;diff=2056</id>
		<title>Release notes VIS</title>
		<link rel="alternate" type="text/html" href="https://help.onea.be/index.php?title=Release_notes_VIS&amp;diff=2056"/>
				<updated>2017-10-03T09:56:14Z</updated>
		
		<summary type="html">&lt;p&gt;Bjorn.misseghers: /* Release Oktober 2017 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Release Oktober 2017==&lt;br /&gt;
* For outgoing invoices, the vouchernumber can be generated based on the invoice number. This feature can be enabled in the company settings.&lt;br /&gt;
* When creating/editing partners, the field &amp;quot;Subject To VAT&amp;quot; is now mandatory. If &amp;quot;false&amp;quot; is selected, the VAT number is set to &amp;quot;BE -&amp;quot; when empty.&lt;br /&gt;
* It is now allowed to book invoices without specifying a journal.&lt;br /&gt;
* The image URL that is sent to Venice is now a read-only URL: users do not have to log in anymore in order to see the image.&lt;br /&gt;
* When changing the selected partner in the document view, the existing posting lines are cleared before any templates are applied.&lt;br /&gt;
* It is now possible to book incoming invoices with cutoff (&amp;quot;afgrenzing&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
==Release June 2017==&lt;br /&gt;
* Improved application stability&lt;br /&gt;
* It is now possible to specify a non-deductible account per posting line. The default value is taken from the company but can be changed or deleted for every posting line.&lt;br /&gt;
* Margin calculation: you can now indicate if invoices are subject to margin calculation for incoming invoices. For outgoing invoices, you can also specify the original purchase value.&lt;br /&gt;
* Global templates (“Boekingsvoorstellen”) from Venice are now synchronized and can be manually applied from the templates overview.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:external_templates.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* The user can now view and edit settings about his/her company via the wrench icon next to the company selection box. Settings available for editing are voucher date calculation settings and mailbox naming.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:my_company.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* Users can edit their Nomadesk account settings via ‘My account’ and choose the vault they would like to use.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:nomadesk_my_account.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* Maintenance messages can be shown on the login page and/or inside the application.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:announcements_archive.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:announcements_login_page.png|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Release May 2017==&lt;br /&gt;
* Improvements for stability and performance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Release January 2017==&lt;br /&gt;
* The financial discount will be set to the payment order for an invoice (not for credit notes) when booking it. This to allow you to use the financial discount when paying an invoice in Venice.&lt;br /&gt;
* Added the possibility to add and synchronize quantities on posting lines.&lt;br /&gt;
* Added the possibility to add and synchronize the website and e-mail addresses of suppliers and customers. This will increase the recognition of your documents.&lt;br /&gt;
* Added the possibility to synchronize aliases of suppliers and customers. &lt;br /&gt;
&amp;lt;br/&amp;gt;{{note|Note that these will only be synchronized from Venice to 1Archive. When adding/editing a supplier/customer in 1Archive, the alias will not appear in Venice.}}&amp;lt;br/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bjorn.misseghers</name></author>	</entry>

	<entry>
		<id>https://help.onea.be/index.php?title=Release_notes_VIS&amp;diff=2055</id>
		<title>Release notes VIS</title>
		<link rel="alternate" type="text/html" href="https://help.onea.be/index.php?title=Release_notes_VIS&amp;diff=2055"/>
				<updated>2017-10-03T09:21:37Z</updated>
		
		<summary type="html">&lt;p&gt;Bjorn.misseghers: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Release Oktober 2017==&lt;br /&gt;
* For outgoing invoices, the vouchernumber can be generated based on the invoice number&lt;br /&gt;
* When creating/editing partners, the field &amp;quot;Subject To VAT&amp;quot; is now mandatory. If &amp;quot;false&amp;quot; is selected, the VAT number is set to &amp;quot;BE -&amp;quot; when empty.&lt;br /&gt;
* It is now allowed to book invoices without specifying a journal.&lt;br /&gt;
* The image URL that is sent to Venice is now a read-only URL: users do not have to log in anymore in order to see the image.&lt;br /&gt;
* When changing the selected partner in the document view, the existing posting lines are cleared before any templates are applied.&lt;br /&gt;
* It is now possible to book incoming invoices with cutoff (&amp;quot;afgrenzing&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Release June 2017==&lt;br /&gt;
* Improved application stability&lt;br /&gt;
* It is now possible to specify a non-deductible account per posting line. The default value is taken from the company but can be changed or deleted for every posting line.&lt;br /&gt;
* Margin calculation: you can now indicate if invoices are subject to margin calculation for incoming invoices. For outgoing invoices, you can also specify the original purchase value.&lt;br /&gt;
* Global templates (“Boekingsvoorstellen”) from Venice are now synchronized and can be manually applied from the templates overview.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:external_templates.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* The user can now view and edit settings about his/her company via the wrench icon next to the company selection box. Settings available for editing are voucher date calculation settings and mailbox naming.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:my_company.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* Users can edit their Nomadesk account settings via ‘My account’ and choose the vault they would like to use.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:nomadesk_my_account.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* Maintenance messages can be shown on the login page and/or inside the application.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:announcements_archive.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:announcements_login_page.png|link=]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Release May 2017==&lt;br /&gt;
* Improvements for stability and performance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Release January 2017==&lt;br /&gt;
* The financial discount will be set to the payment order for an invoice (not for credit notes) when booking it. This to allow you to use the financial discount when paying an invoice in Venice.&lt;br /&gt;
* Added the possibility to add and synchronize quantities on posting lines.&lt;br /&gt;
* Added the possibility to add and synchronize the website and e-mail addresses of suppliers and customers. This will increase the recognition of your documents.&lt;br /&gt;
* Added the possibility to synchronize aliases of suppliers and customers. &lt;br /&gt;
&amp;lt;br/&amp;gt;{{note|Note that these will only be synchronized from Venice to 1Archive. When adding/editing a supplier/customer in 1Archive, the alias will not appear in Venice.}}&amp;lt;br/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bjorn.misseghers</name></author>	</entry>

	<entry>
		<id>https://help.onea.be/index.php?title=Release_notes_Connected&amp;diff=1956</id>
		<title>Release notes Connected</title>
		<link rel="alternate" type="text/html" href="https://help.onea.be/index.php?title=Release_notes_Connected&amp;diff=1956"/>
				<updated>2017-08-24T07:26:08Z</updated>
		
		<summary type="html">&lt;p&gt;Bjorn.misseghers: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Release August 2017==&lt;br /&gt;
* Added the possibility to recall a document immediately after sending it to autoflow&lt;br /&gt;
* VAT percentages on posting lines are copied from suppliers and/or accounts&lt;br /&gt;
* The webscanning component was updated to enhance processing of PDF documents&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Release July 2017==&lt;br /&gt;
* Users with sufficient rights (SUPERAP) can send ended documents back to 'Ready for download'&lt;br /&gt;
* Improved application stability&lt;br /&gt;
* Added shortcut (ctrl+b) to book an invoice&lt;br /&gt;
* Incoming mail documents now show the body of the mail&lt;br /&gt;
* Added the possibility to clear the contents of the list before importing partners/lookuplists from Excel&lt;br /&gt;
* Added mapping for UBL invoices for every company&lt;br /&gt;
* Added the possibility to display a maintenance message inside the application or on the login page.&lt;br /&gt;
* When the application is in maintenance mode, users will not be able to login. This to allow the admin of the environment to make sure everything works as expected.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:maintenance_no_login.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
* When a supplier/customer could not be recognized based on the data found on the invoice, a suggestion is made to create a new supplier/customer with that data. If that occurs, the supplier/customer field will color orange.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:orange_field.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* Added the possibility to view and edit the company settings and the mailbox addresses. This can be done by using the wrench icon next to the company selection box. See ''&amp;quot;[[Working_with_companies#Editing_a_company|Editing a company]]&amp;quot;'' for more information about the fields that can be edited/viewed.&lt;br /&gt;
* Improved the processing of e-mails&lt;br /&gt;
* Added the functionality to edit your Nomadesk info in ''&amp;quot;My account&amp;quot;''.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:nomadesk_my_account.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bjorn.misseghers</name></author>	</entry>

	<entry>
		<id>https://help.onea.be/index.php?title=Release_notes_Connected&amp;diff=1954</id>
		<title>Release notes Connected</title>
		<link rel="alternate" type="text/html" href="https://help.onea.be/index.php?title=Release_notes_Connected&amp;diff=1954"/>
				<updated>2017-08-10T13:10:15Z</updated>
		
		<summary type="html">&lt;p&gt;Bjorn.misseghers: /* Release July 2017 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Release July 2017==&lt;br /&gt;
* Users with sufficient rights (SUPERAP) can send ended documents back to 'Ready for download'&lt;br /&gt;
* Improved application stability&lt;br /&gt;
* Added shortcut (ctrl+b) to book an invoice&lt;br /&gt;
* Incoming mail documents now show the body of the mail&lt;br /&gt;
* Added the possibility to clear the contents of the list before importing partners/lookuplists from Excel&lt;br /&gt;
* Added mapping for UBL invoices for every company&lt;br /&gt;
* Added the possibility to display a maintenance message inside the application or on the login page.&lt;br /&gt;
* When the application is in maintenance mode, users will not be able to login. This to allow the admin of the environment to make sure everything works as expected.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:maintenance_no_login.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
* When a supplier/customer could not be recognized based on the data found on the invoice, a suggestion is made to create a new supplier/customer with that data. If that occurs, the supplier/customer field will color orange.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:orange_field.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* Added the possibility to view and edit the company settings and the mailbox addresses. This can be done by using the wrench icon next to the company selection box. See ''&amp;quot;[[Working_with_companies#Editing_a_company|Editing a company]]&amp;quot;'' for more information about the fields that can be edited/viewed.&lt;br /&gt;
* Improved the processing of e-mails&lt;br /&gt;
* Added the functionality to edit your Nomadesk info in ''&amp;quot;My account&amp;quot;''.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:nomadesk_my_account.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bjorn.misseghers</name></author>	</entry>

	<entry>
		<id>https://help.onea.be/index.php?title=Release_notes_Connected&amp;diff=1952</id>
		<title>Release notes Connected</title>
		<link rel="alternate" type="text/html" href="https://help.onea.be/index.php?title=Release_notes_Connected&amp;diff=1952"/>
				<updated>2017-08-08T12:32:03Z</updated>
		
		<summary type="html">&lt;p&gt;Bjorn.misseghers: /* Release July 2017 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Release July 2017==&lt;br /&gt;
* Users with sufficient rights can send ended documents back to 'Ready for download'&lt;br /&gt;
* Improved application stability&lt;br /&gt;
* Added shortcut (ctrl+b) to book an invoice&lt;br /&gt;
* Incoming mail documents now show the body of the mail&lt;br /&gt;
* Added the possibility to clear the contents of the list before importing partners/lookuplists from Excel&lt;br /&gt;
* Added mapping for UBL invoices for every company&lt;br /&gt;
* Added the possibility to display a maintenance message inside the application or on the login page.&lt;br /&gt;
* When the application is in maintenance mode, users will not be able to login. This to allow the admin of the environment to make sure everything works as expected.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:maintenance_no_login.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
* When a supplier/customer could not be recognized based on the data found on the invoice, a suggestion is made to create a new supplier/customer with that data. If that occurs, the supplier/customer field will color orange.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:orange_field.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* Added the possibility to view and edit the company settings and the mailbox addresses. This can be done by using the wrench icon next to the company selection box. See ''&amp;quot;[[Working_with_companies#Editing_a_company|Editing a company]]&amp;quot;'' for more information about the fields that can be edited/viewed.&lt;br /&gt;
* Improved the processing of e-mails&lt;br /&gt;
* Added the functionality to edit your Nomadesk info in ''&amp;quot;My account&amp;quot;''.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[image:nomadesk_my_account.png|link=]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bjorn.misseghers</name></author>	</entry>

	<entry>
		<id>https://help.onea.be/index.php?title=Release_notes_Connected&amp;diff=1951</id>
		<title>Release notes Connected</title>
		<link rel="alternate" type="text/html" href="https://help.onea.be/index.php?title=Release_notes_Connected&amp;diff=1951"/>
				<updated>2017-08-08T12:17:13Z</updated>
		
		<summary type="html">&lt;p&gt;Bjorn.misseghers: /* Release July 2017 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Release July 2017==&lt;br /&gt;
* Users with sufficient rights can send ended documents back to 'Ready for download'&lt;br /&gt;
* Improved application stability&lt;br /&gt;
* Added shortcut (ctrl+b) to book an invoice&lt;br /&gt;
* Incoming mail documents now show the body of the mail&lt;br /&gt;
* Added the possibility to clear the contents of the list before importing partners/lookuplists from Excel.&lt;br /&gt;
* Added mapping for UBL invoices for every company&lt;br /&gt;
* We can now show announcements on the logon page and in the application&lt;/div&gt;</summary>
		<author><name>Bjorn.misseghers</name></author>	</entry>

	<entry>
		<id>https://help.onea.be/index.php?title=Release_notes_Connected&amp;diff=1950</id>
		<title>Release notes Connected</title>
		<link rel="alternate" type="text/html" href="https://help.onea.be/index.php?title=Release_notes_Connected&amp;diff=1950"/>
				<updated>2017-08-08T12:16:21Z</updated>
		
		<summary type="html">&lt;p&gt;Bjorn.misseghers: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Release July 2017==&lt;br /&gt;
* Users with sufficient rights can send ended documents back to 'Ready for download'&lt;br /&gt;
* Improved application stability&lt;br /&gt;
* Added shortcut (ctrl+b) to book an invoice&lt;br /&gt;
* Incoming mail documents now show the body of the mail&lt;br /&gt;
* Added the possibility to clear the contents of the list before importing partners/lookuplists from Excel.&lt;br /&gt;
* Added mapping for UBL invoices for every company&lt;/div&gt;</summary>
		<author><name>Bjorn.misseghers</name></author>	</entry>

	</feed>