[0004212] Work Order Entry: fixed error when voided WO refence is reused.
[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 
6 contains an array over installed extensions, $installed_extensions.
7 There is an example array in the file.
8
9 app_file = the application to be put inside the /applications directory
10 name = array key name of the application
11 title = menu title
12 folder = directory where the extension resides. Use same structure inside this 
13 as the core extensions.
14
15 The Extension will be placed as the second last menu, before 'Setup'.
16
17 At present there is no automatic installation of the extensions. They will have 
18 to be done manuelly.