Changed license type to GPLv3 in top of files
[fa-stable.git] / doc / extensions.txt
1 Extensions to FrontAccounting
2 -----------------------------
3
4 We have prepared for installation of Extensions. Like installed modules.
5 In the root directory there is a file, installed_extensions.php. This file contains an array over installed extensions, $installed_extensions.
6 There is an example array in the file.
7
8 app_file = the application to be put inside the /applications directory
9 name = array key name of the application
10 title = menu title
11 folder = directory where the extension resides. Use same structure inside this as the core extensions.
12
13 The Extension will be placed as the second last menu, before 'Setup'.
14
15 At present there is no automatic installation of the extensions. They will have to be done manuelly.