Prefix logo with some variable that denotes these branches.
1,576 07/19/2018 01:06:14 am
Re: Transaction References : The value is not incremented (10 replies, posted in Setup)
1,577 07/16/2018 06:14:58 pm
Re: Starting Balances (6 replies, posted in Setup)
Yes. Looks like it got orphaned:
https://frontaccounting.com/fawiki/index.php?n=Main.OpeningBalances
https://frontaccounting.com/punbb/viewtopic.php?pid=30427#p30427
https://frontaccounting.com/punbb/viewtopic.php?pid=31547#p31547
https://frontaccounting.com/punbb/viewtopic.php?id=1587
https://frontaccounting.com/punbb/viewtopic.php?id=7387
https://frontaccounting.com/punbb/viewtopic.php?pid=31548#p31548
1,578 07/16/2018 04:39:31 pm
Re: Removing the GL Account code (1 replies, posted in Banking and General Ledger)
Remove == Void ?
There are some audit trail entries and average costs of stocks that may need to be re-computed as well and the actual comment entries in the removed invoice numbers that may still exist in some tables.
1,579 07/16/2018 04:37:37 pm
Re: Starting Balances (6 replies, posted in Setup)
If all receivables and payables are moved into the new FA using Journal entries, then allocation towards invoices cannot be done. Where such allocations are desired, the invoices that remain unpaid need to be manually entered in the previous fiscal year and the remaining should be entered using the Journal entry method.
1,580 07/13/2018 02:59:59 pm
Re: Summary 'total' table underneath Sales Order/Quotation Inquiry (3 replies, posted in Setup)
This is generally provided through widgets in a dashboard or custom reports.
1,581 07/13/2018 09:18:39 am
Re: Summary 'total' table underneath Sales Order/Quotation Inquiry (3 replies, posted in Setup)
What about the paginated entries that overflow to next page?
1,582 07/13/2018 09:14:27 am
Re: Recovery of old installation (5 replies, posted in Installation)
Just fix your config_db.php file to point to your upgraded database correctly and that the access credentials are okay.
1,583 07/13/2018 09:12:47 am
Re: How to choose which account to use for 'Cash Only' Payment type (1 replies, posted in Accounts Receivable)
Banking and General Ledger => Maintenance => Bank Accounts +> Select Bank Account and make it Default (Dflt).
1,584 07/13/2018 07:31:23 am
Re: Editable Item Description's Input is TextBox. How to Enable TextArea (13 replies, posted in FA Modifications)
A screenshot using the standard default theme (and not the dashboard/canvas) theme would be better for design purposes.
1,585 07/13/2018 05:59:56 am
Re: Editable Item Description's Input is TextBox. How to Enable TextArea (13 replies, posted in FA Modifications)
@joe: a nice functionality but may affect a lot more tables fields / scripts.
1,586 07/12/2018 05:41:14 am
Re: Hiding prices for purchasing (5 replies, posted in Setup)
Study some of the extensions that create new permissions that can be allocated to any role (new or old) and make yours.
1,587 07/12/2018 04:04:37 am
Re: Hiding prices for purchasing (5 replies, posted in Setup)
That will just prevent editing an existing Purchase Order's price.
Probably clone the said role as a new role, switching of the edit permission and create one for switching off the add/view purchase price permission as well which needs to be instantiated in the role instanciation script as well. Then use that role in your new purchase order form to replace the existing one possibly as an extension.
1,588 07/12/2018 03:47:13 am
Re: Hiding prices for purchasing (5 replies, posted in Setup)
FA probably does not have this kind of filtered data input feature. Create a restricted Purchase Admin role and toggle the price field to be hidden.
1,589 07/12/2018 03:35:11 am
Re: Install trouble on shared hosting using Microsoft IIS and Plesk (14 replies, posted in Installation)
Your genealogy site is proprietary that may result in externally processed PHP code obfuscated/encoded code being used.
Your server's PHP can be tested by running a php file having <?php echo "Hello World!"; ?>.
PM the access details to have a look removing and confidential info / resetting passwords to be other than your normally used ones you can revert to later.
1,590 07/11/2018 08:46:55 am
Re: Hide Menu options if not authorized (7 replies, posted in Wish List)
The current variable in the config.php for this functionality is $hide_inaccessible_menu_items. The permissions are set in the report file in the variable $page_security.
1,591 07/11/2018 08:25:43 am
Re: Install trouble on shared hosting using Microsoft IIS and Plesk (14 replies, posted in Installation)
Since your FA webroot does not have config.php and config_db.php files, FA has not been installed. It could be a matter of file permissions of the webserver user for the folder in question.
1,592 07/11/2018 06:59:03 am
Re: Adding Column Value in Drop Down (3 replies, posted in FA Modifications)
You can replace the i.description with the s.long_description with appropriate substitution there or add in the latter where the former is.
1,593 07/10/2018 04:28:31 pm
Re: Fiscal year delete leads to undefined variable $total (4 replies, posted in Report Bugs here)
@joe: How did this miss us? Probably no one generally deletes fiscal years that often....
There is no $total available anywhere in the said function's scope. Is it any global one?
The commit that introduced this line of code is here.
What is the need to add this journal entry here? There is no such addition in FA 2.3.26 and the rest of the code in this block was introduced in July 2011 in FA v2.3.6.
1,594 07/08/2018 04:24:51 pm
Re: Test out new Sales Map and other Modules (25 replies, posted in Modules Add-on's)
Let us push it for a later release when you have more time as vetting it and it's ramifications are important. At the moment, @brathwaate's fork can be used by those interested.
1,595 07/08/2018 04:30:03 am
Re: Test out new Sales Map and other Modules (25 replies, posted in Modules Add-on's)
@joe: is it worth adding in this core feature?
1,596 07/07/2018 06:51:55 pm
Re: VAT Payment and Repayment (5 replies, posted in Banking and General Ledger)
Check the for Sales Return and De-Allocation
1,597 07/07/2018 04:45:55 am
Re: FA Upgrade (2 replies, posted in Setup)
The list of changed files is available in an Announcements post from previous version to current one and from current one to bleeding edge master set. Just use those files to overwrite the counterparts in the working fileset one after the other. Take a look at the differences in the en_US-new.sql file between the existing and new versions using a diff tool like WinMerge. Generally there may be minor schema differences (not in your instance) and some extra records / change in defaults especially in the sys_prefs table. Synch with your working tables and chosen Chart of accounts accordingly.
The method you listed will need to migrate your files from the company/# folders as well besides affecting the dependencies - files, tables and security choices - of various addons like languages, themes, extensions, etc.
1,598 07/07/2018 04:38:17 am
Topic: FA Upgrade (2 replies, posted in Setup)
This topic is for upgrade issues / best practices.
1,599 07/07/2018 04:35:08 am
Re: Transaction References : The value is not incremented (10 replies, posted in Setup)
Not displaying the reference number in such forms and then automatically generating it and populating the appropriate tables with it was discussed but that detracted from the freedom to make any non standard transaction reference by the end user and hence given up.
This happens when two or more transactions of the same type are being created and submitted (by different users or the same user from different browser tabs/windows) either simultaneously or one after the other after all had opened the entry form for creation.
When each instance opens an entry form for record creation, the current accepted dispensation makes the next available reference number as the default value in the form. This will be the same in all such form instances across users / browser instances as long as the last record for the transaction type reference has not changed. When the first one submits the record it is taken without any error. When the second one is submitted, it is bearing the old "next reference" still and hence is rejected as it had been allotted to the one which was submitted first. Whilst it is possible to allot the real next reference that obtains at the time of submission, it was thought to be best presented to teh end user for choice of reference number instead - it may be implemented in private FA dispensations by allotted the next reference directly though and the code for it has been placed in the forum and possibly in the wiki adn the end user can make a choice.
The best way forward to have made a sys_prefs flag for prompting the enduser for choice of new reference or automatically take on the next available one. Although this affects a plethora of forms, it can be implemented directly in the add method of the relevant class definition.
@joe: If taken into the core with the appropriate default, it will save a few heart stops.
1,600 07/07/2018 04:23:20 am
Re: Access setup: Edit one's own transactions (6 replies, posted in Setup)
@joe: This may be integrated into thec ore, but study it's ramifications on related entries / derived / child entries of such "owners".