5,526

(40 replies, posted in Modules Add-on's)

RepGen Extension v2.3.9-3 has been updated to v2.3.13-1 in my personal GitHub repo.

Thanks Joe. HG 3122 did the job.

5,528

(3 replies, posted in Installation)

In the config.php file, set:

$text_company_selection  = true;

5,529

(5 replies, posted in Translations)

Updated Wiki at:
https://frontaccounting.com/fawiki/index.php?n=Help.InstallUpdateLanugages

5,530

(4 replies, posted in Announcements)

Thanks Janusz.
Now we can take snapshots at will.
Please update the git/hg with the missing rep308.php file

5,531

(8 replies, posted in Setup)

Review transactions in each company and take action (contra to revert) even if they stand posted in real time.
Each branch can be a profit centre - Use Dimensions / Tags

5,532

(4 replies, posted in FA Modifications)

Dimensions and Tags may solve your issues.

Otherwise, a federated table structure may help outside of FA.

Creating UNIONised VIEWS (with apporpiately prefixed primary keys) of corresponding tables from all companies into a read-only consolidated virtual company's database will enable FA to do what you want.

It will work in current PHP v5.3.x - maybe specific early versions in PHP 5.3.x may be broken.

Just remove the .htaccess file and see if it works - then fix the .htaccess settings to match your hosting provider.

Quite a few DB changes have been done and older variables may be deprecated. Check out the apache error log and see what gives.

5,535

(45 replies, posted in Modules Add-on's)

The account numbers for the Journal Entries are hardcoded in inventory.inc - lines 321-323 are:

             // TODO Obtener cuentas contra las cuales hacer asientos
             $_SESSION['gl_items']->add_gl_item('1510', 0, 0, ($info['quantity']*$info['standard_cost']*-1), $info['memo']); // Cta de Inventario del Producto
             $_SESSION['gl_items']->add_gl_item('4010', 0, 0, ($info['quantity']*$info['standard_cost']), $info['memo']); // Cta Configurada para Obsolteos, Propios, etc ...

The comments are in Spanish - Please make it in English.

5,536

(2 replies, posted in Modules Add-on's)

Please use the SimpleAPIModule.

5,537

(45 replies, posted in Modules Add-on's)

@andresamayadiaz:
Your recent GitHub change has an error in line 14 of inventory.inc:

include_once($path_to_root . "/gl/includes/dl_db.inc"); 

should be

include_once($path_to_root . "/gl/includes/gl_db.inc"); 

The included file name is gl_db.inc and not dl_db.inc

To save us the trouble, please list a set of URLs that you would use to achieve all of this along with the original source URL for the invoice. That way we can build the URL with the variables needed and put it in the invoice page.

Looks like the FA team has not yet returned from the Easter holidays as a few of the bugfixes (2172, 2183) in the Bugtracker have yet to find their way into the code base.

5,539

(8 replies, posted in Setup)

AFAIK FA has real time posting and real time import (using addon).

Batch upload and review before posting is a nice feature - do not know if FA can accomodate it in the current version.

Possible Workaround:

  • Take backup

  • Do real time batch import

  • Check the registers and printouts

  • If found to need major record level corrections, then edit in the import source file

  • Restore from earlier backup

  • Re-import after corrections.

5,540

(8 replies, posted in Setup)

Why do you need to switch at all?
Just keep it real time and post batch realtime as well.

The view pages can have hyperlinks to the detail pages requested.
Very nice feature that FA can benefit from.

What language do you want to use? Will en_US suffice?
What kind of COA do you want - Service, Manufacturing, Trading, etc?
How many digits do you want in the COA - 4, 5, or 8 or any other?

Be more specific.
Do any of the COAs from the FA Repo suffice?
Can you not be modify them to suit your needs?

5,544

(5 replies, posted in Reporting)

In FireFox, go to

File -> Page Setup -> Margins & Header/Footer

And chose to remove any Headers and Footers (set them to blank).

5,545

(9 replies, posted in Banking and General Ledger)

Interest on Principal
or
Interesting (LIKES) Interest in FA?

5,546

(5 replies, posted in Reporting)

This is a browser print default setting. Probably it got reset to defaults. What browser are you using?

5,547

(0 replies, posted in Announcements)

Technical FAQ page has been placed on the Wiki. Please gather pertinent info into it without flooding it.

Thanks Janusz for the HG 3213 Fix.

Does this affect only the report or the actual invoice and legder entries as well?

What version of FA are you using. It will need the latest v2.3.15 and the HG updates till 3212 - read the Release Announcement Post.

Also try to disable the .htaccess file in the distribution and troubleshoot the Apache errors thereafter to see what can be accomodated / changed (httpd.conf) in it.