Topic: What is the right config.php for WIKI module HELP ?

Hello ALL,

I tried several combination for the :

modules/wiki/local/config.php

existing with downloaded module.

also I tried the simple-config.php  existing in :

modules/wiki/docs/sample-config.php

Always I failed to let the Help Wiki works properly, always I got a blank page and

not the expected :

https://frontaccounting.com/wbt/pages/forum.php

So, I will be thankfull if someone send us the convinient config.php to let the Help

option works well in frontaccount.


Regards,


Kalido

Re: What is the right config.php for WIKI module HELP ?

I managed to let WIKI work as supposed to be through the Module/Install procedures,

But still :

http://localhost/frontaccount214/modules/wiki/index.php?n=Help.NewSalesOrderEntry

OR Similar , issue a Blank Page

Any Solution ?

Regards,


Kalido

Re: What is the right config.php for WIKI module HELP ?

The wiki module is only skeleton with no content. After install you should have wiki interface available at right top corner on every page, but content describing every individual page you have to entry yourself. So far there was no volunteer to fulfill the need for complete FA help system, so you can be the first one smile.

Janusz

Re: What is the right config.php for WIKI module HELP ?

To resolve the problem I asked for yesterday I did the following :

1.

I changed in config.php :

$help_base_url = $path_to_root.'/modules/wiki/index.php?n='._('Help').'.';

to

$help_base_url = $path_to_root.'/modules/wiki//pmwiki.php/Help/';   

Then, When I press on the ' Help Button ' , a WIKI page is called and

opened correctly.

2.

I installed the WIKI module through FA installer as REPGEN


& So, it works well. But you need to make sure of wiki/local/config.php :

it should be configurred well.


Now I am Searching for a WIKI WYSIWYG Editor to simplify the update of the Help Pages.

Do you know any ?


Regards,


kalido

Re: What is the right config.php for WIKI module HELP ?

Well, frankly speaking this is NOT right setup if you want to use wiki as interactive contextual help. Changing the help_base_url as described above Help.Help wiki page is always displayed regardless of current screen content.
Regarding wysiwyg editor I doubt there is any available, but you can try to find something  on pmwiki home site.

Janusz

Re: What is the right config.php for WIKI module HELP ?

You are absolutly right.

But how can I let the :

http://localhost/frontaccount214/modules/wiki/index.php?n=Help.NewSalesOrderEntry


OR Similar ,not to issue a Blank Page ?


Any Solution ?

I did not discover the Trick. I followed Exactly the Installation recommendation, but it always issue that Blank Page.

I am sure it is a matter of web page redirecting problem, because when i use the other method :

$help_base_url = $path_to_root.'/modules/wiki//pmwiki.php/Help/';   

it woeks, but in the mode as you mentionned (WIKI Pages Interfaced).


Regards,

Kalido

Re: What is the right config.php for WIKI module HELP ?

I tried Also :


$help_base_url = $path_to_root.'/modules/wiki/pmwiki.php?n='._('Help').'.';

                                     instead of

$help_base_url = $path_to_root.'/modules/wiki/index.php?n='._('Help').'.';

                                     in the FA : config.php

                                     it works also the same like  :

$help_base_url = $path_to_root.'/modules/wiki/pmwiki.php/Help/';


Kalido

Re: What is the right config.php for WIKI module HELP ?

Try to set $go_debug=1 in config.php. This should produce some additional error messages.
Janusz

Re: What is the right config.php for WIKI module HELP ?

Thanks, I will Try that : $go_debug =1.

From other side you said that : " So far there was no volunteer to fulfill the need for complete FA help system, so you can be the first one . "

If we Split the Help files to several modules, you will Have :

Module 1. Installation of FA + Declaration of a New Company
              ( already fully covered )

Module 2. Setup a New Company w/ Data Ranging from : Currency
               Definitions , Up to Dimensions Setup.

Module 3. Banking & General Ledger Transactions & Tasks + Dimensions

Module 4. Sales (Receivables) & Purchases (Payables) entory

Module 5. Inventory

Module 6. Manufacturing

Module 7. Reporting

For Myself, I will try to cover the Modules 2 & 3. When finished my 1st attempts
I will send to you to revising it.

I hope from other side somebody will interfer and do other modules

Example 1 :

Preparation Checklist for the Company :

This Preparation Checklist is to assist you in making the decisions and assembling the information needed to set up a business in FA.

The Checklist covers Setup-Task areas corresponding to the pages in FA.
You should respect the order in Fullfilling the Data bellow.

Data to Prepare                                Accessed from the Menu :

1. Currencies:                                    Banking & General Ledger               
2. Fiscal Years:                                   Setup
3. Sales Type:                                    Sales
4. Company Profile:                            Setup
5. Display Setup:                                Setup
6. Forms Setup:                                  Setup
7. Printers:                                         Setup
8. Print Profiles:                                  Setup
9. General Ledger:                             GL Account Classes
                                                        GL Account Groups
                                                        GL Accounts
                                    Nec. A/C's -> Exchange Variances, Shipping Charges,
                                                        A/R, Sales, Sales Discounts Given,
                                                        Sales Prompt Pymnt Discounts,
                                                         A/P, Discounts Received,
                                                         Inventory, C.O.G.S., Inventory
                                                         Adjustments, Item Assembly Costs
                                                         Account
10. System and General GL Setup:       Setup
11. Taxes:                                          Setup
12. Tax Groups:                                  Setup
13. Payment Terms:                            Setup
14. Shipping Company:                       Setup
15. Inventory Locations:                      Items and Inventory
16. Bank Accounts:                             Setup
17. Points of Sale:                               Setup
18. Quick Entries:                                Setup
19. Dimension Entry:                           Dimensions
20. User Accounts Setup:                     Setup

Notes :
- Beginning Balances : Initialized via a " Journal Voucher "
  They represent any outstanding customer or vendor invoices, outstanding
  earnings and deductions for employees/sales reps, outstanding invoices and
  payments for jobs, and the quantity and cost of inventory items currently on
  hand.

Example 2 :

Note: I assume you start to adopt the Account Group id as varchar(6)

Account Classes :
- Max lentgh = 3 Digits Numbers from 0 to 999. ex : 100 ; 200 ; 300 ; 400 ; 500 ; etc..
- Define how the accounts will be Organized/Grouped in Reports and Financial Statements.
- They also control what happens during fiscal year-end.


Account Groups :
- Max lentgh = 6 Characters. ex: 42 ; 420 ; 421 ; etc...
- An Account Group is a " Header Account " and he is used to summarize the transaction results of the " Active Accounts " belong to it.
- An Account Group may have Multiple Hierarchically " Sub Header Accounts ", but they all should have the same " Account Class " Types Definition.
- It is well recommended to include the " Account Group " number as a part of the begining " Account Group " Description Field. This will help you recognisze them easely later on because the Software do not show the " Account Group " Numbers in the reports and rely only on showing the Description Field of it.

Accounts : ( Active Accounts )
- Max lentgh = 15 Characters. ex: 4213 ; 42214 ; etc..
- An " Active Account " is the Bottom Low Level of the Chart of Accounts Hierarchy Tree for the company where all the transactions occur on.
- It is well recommended to include the " Account Group " number as a part of the " Active Account " number to profit from the " Department Masking " Report Facilities. In this case you should define your account as :
- let say that you have an "Account Group " nb = 421
- So you need to use an " Active Account " nb such as : 4211 ; 4212 ; etc..
- Generally, it is recommended to Define the " Active Account " as a composition of 2 parts :
[ A/C Group Part ][A/C Part] where the Max Total Length = 15 Characters
[ A/C Group Part ] Max length = 6 Char
[ A/C Part ] Max length = 15 - Length ( A/C Group Part )
ex : [ A/C Group Part ] <--- 421 345 ----> [ A/C Part ] & the A/C Number will be: 421345


Department Masking :
FA offers a powerful feature called Masking that helps you departmentalize your financial statements. To take advantage of this feature, you need :
- 1st Define your account numbers in hierarechical way.
- 2nd include the Account Group Numbers as a part of the " Active Account ".
- 3rd Setup your Account Numbers in a special way to consider the departments or branches
Say you want to set up a company that comprises :
- Main + Remote Branch
- Sales + Service Departments.
You could establish a 9 x Character Account Number :
- with the 7th character representing the Location ( Main ; Remote branches )
- and the 8th + 9th character representing Departments (01 = Sales ; 02 = Services)
Then you would enter each Normal Account Number in your chart of accounts 4 times, with each combination of Locations and Department codes:

Account nbs : -------M01 ; -------R01 ; -------M02 ; -------R02

When you order a reports later on using REPGEN or Other Reports Generators you may use < Department Masking > to analyse Departments or Locations Transactions such as:
SQL for All Departments 02 : *****02
SQL for Remote Bransh + Department 01: *****R02
Masking offers a lot of possibilities. You know your needs, so use your imagination when setting up your chart of accounts to take advantage of this powerful feature.


smile

Re: What is the right config.php for WIKI module HELP ?

Well, looks interesting although it seems to be rather  a set of hints to FA configuration according to conventions used in your region than general contextual help. Anyway if you would like to describe some significant part of FA functionality, it would be worth of effort to pack and distribute your work as standalone howto document helpfull for other users from your region.
Janusz.