<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://atk-framework.com/index.php?action=history&amp;feed=atom&amp;title=Achievo%2FManual%2FInstallation%2FConfiguration%2Fdocmanager.inc.php</id>
	<title>Achievo/Manual/Installation/Configuration/docmanager.inc.php - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://atk-framework.com/index.php?action=history&amp;feed=atom&amp;title=Achievo%2FManual%2FInstallation%2FConfiguration%2Fdocmanager.inc.php"/>
	<link rel="alternate" type="text/html" href="https://atk-framework.com/index.php?title=Achievo/Manual/Installation/Configuration/docmanager.inc.php&amp;action=history"/>
	<updated>2026-09-21T02:47:20Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://atk-framework.com/index.php?title=Achievo/Manual/Installation/Configuration/docmanager.inc.php&amp;diff=19677&amp;oldid=prev</id>
		<title>Klaaspeter: Created page with &quot;{{Achievo_manual|Easy|Klaaspeter}}  The config.inc.php file is made to config the installation and some options.  The config file: &lt;php&gt; &lt;?php // Ask for a filename when generati...&quot;</title>
		<link rel="alternate" type="text/html" href="https://atk-framework.com/index.php?title=Achievo/Manual/Installation/Configuration/docmanager.inc.php&amp;diff=19677&amp;oldid=prev"/>
		<updated>2011-04-08T12:02:21Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{Achievo_manual|Easy|Klaaspeter}}  The config.inc.php file is made to config the installation and some options.  The config file: &amp;lt;php&amp;gt; &amp;lt;?php // Ask for a filename when generati...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Achievo_manual|Easy|Klaaspeter}}&lt;br /&gt;
&lt;br /&gt;
The config.inc.php file is made to config the installation and some options.&lt;br /&gt;
&lt;br /&gt;
The config file:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
// Ask for a filename when generating a new document?&lt;br /&gt;
// Example: $config[&amp;#039;documentgenerateaskfilename&amp;#039;] = false;&lt;br /&gt;
$config[&amp;#039;documentgenerateaskfilename&amp;#039;] = true;&lt;br /&gt;
// (Optionally) specify a module to use when creating a documentcode&lt;br /&gt;
// Example: $config[&amp;#039;documentnumbermodule&amp;#039;] = &amp;quot;mymodule&amp;quot;;&lt;br /&gt;
$config[&amp;#039;documentnumbermodule&amp;#039;] = &amp;quot;&amp;quot;;&lt;br /&gt;
// Use this template to determine the document filename&lt;br /&gt;
// Example: $config[&amp;#039;documentfilenametemplate&amp;#039;] = &amp;quot;[year]-[month]-[day] [doctypetemplate.template.filename]&amp;quot;;&lt;br /&gt;
$config[&amp;#039;documentfilenametemplate&amp;#039;] = &amp;quot;[year]-[month]-[day] [doctypetemplate.template.filename]&amp;quot;;&lt;br /&gt;
/* class.documentfileattribute.inc */&lt;br /&gt;
// @todo unknown till now&lt;br /&gt;
$config[&amp;#039;docmanageroptions&amp;#039;] = array();&lt;br /&gt;
// Filegroup for the uploaded files&lt;br /&gt;
$config[&amp;#039;docmanager_filegroup&amp;#039;] = &amp;quot;&amp;quot;;&lt;br /&gt;
/* class.document.inc */&lt;br /&gt;
$config[&amp;#039;documentpath&amp;#039;] = &amp;quot;documents/&amp;quot;;&lt;br /&gt;
$config[&amp;#039;docmanager_localdocumentpath&amp;#039;] = &amp;quot;&amp;quot;;&lt;br /&gt;
// don&amp;#039;t use document writer&lt;br /&gt;
$config[&amp;#039;docmanager_dontusedocumentwriter&amp;#039;] = false;&lt;br /&gt;
/* class.documenttype.inc */&lt;br /&gt;
$config[&amp;#039;docmanager_doctypetemplatepath&amp;#039;] = &amp;#039;&amp;#039;;&lt;br /&gt;
$config[&amp;#039;docmanager_localdocumenttypepath&amp;#039;] = &amp;#039;&amp;#039;;&lt;br /&gt;
$config[&amp;#039;docmanagernodes&amp;#039;] = array();&lt;br /&gt;
&lt;br /&gt;
// Default file types that are supported in the docmanager&lt;br /&gt;
$config[&amp;#039;docmanager_allowedfiletypes&amp;#039;] = array(&amp;#039;doc&amp;#039; , &amp;#039;odt&amp;#039;, &amp;#039;pdf&amp;#039; , &amp;#039;xls&amp;#039; , &amp;#039;ppt&amp;#039; , &amp;#039;zip&amp;#039; , &amp;#039;rar&amp;#039; , &amp;#039;gif&amp;#039; , &amp;#039;png&amp;#039; , &amp;#039;jpeg&amp;#039; , &amp;#039;txt&amp;#039; , &amp;#039;jpg&amp;#039;);&lt;br /&gt;
?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
About the config file is not much to say, the most options is done by there own config files.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;See more:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
[[Achievo/Manual/Installation/Configuration/project|Project.inc.php]]&lt;br /&gt;
&lt;br /&gt;
[[Achievo/Manual/Installation/Configuration/qoution|Qoution.inc.php]]&lt;br /&gt;
&lt;br /&gt;
[[Achievo/Manual/Installation/Configuration/timereg.inc.php|Timereg.inc.php]]&lt;/div&gt;</summary>
		<author><name>Klaaspeter</name></author>
	</entry>
</feed>