4,851

(12 replies, posted in Setup)

Tryyon and OpenERP are Python based and not PHP based.

If you use the stock empty.po you can translate the strings to Italian afresh, partaking of what may already exist.

If you use the same wiki engine, then probably Joe can provide you a last backup.
Otherwise create a separate Wiki on say Meidawiki base and use some sort code translator between them and then do the actual language translation / initial machine translation.

Just don't look at inventory and let inventory go negative. Later in one shot adjust all the inventory after the manufacturing is done. Very unprofessional but certainly quick and dirty.... Need to do some manual re-conciliation of the quantities where some thumb rules based on experience may be needed.

4,854

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

You can send it to the official FA email id for contributions and please mark a copy to me..... so i can directly update my GitHub repo....

4,855

(12 replies, posted in Setup)

All CoA's are used during company creation only. Any changes thereafter in the browser GUI will be reflected in your company's backup sql.

4,856

(3 replies, posted in FA Modifications)

You can also create a new table relating it to the customers table in a 1:1 manner and make a separate extension to achieve what you want and hack into it each time the core changes.

4,857

(3 replies, posted in FA Modifications)

The Description field is the best place for all of this.

4,858

(5 replies, posted in Report Bugs here)

Which browser and version and on what platform are you accessing FA from?
Also you can update your install by using the fixes since the release.

4,859

(1 replies, posted in Reporting)

Try to use Tags

4,860

(12 replies, posted in Setup)

https://github.com/apmuthu/frontaccounting/tree/master/extensions/Charts/chart_nl_NL-general
and
https://github.com/apmuthu/frontaccounting/tree/master/extensions/Charts/chart_en_FR-general
and
https://github.com/apmuthu/frontaccounting/tree/master/extensions/Charts/chart_fr_CA-general
and
https://github.com/apmuthu/frontaccounting/tree/master/extensions/Charts/chart_fr_FR-general

are available.

Take the 2nd one and edit the account head names in the sql.

Now upload the sql into the sql folder in the FA installation and choose it in creating a new company and then log onto the new company.

4,861

(3 replies, posted in Reporting)

The Reports and Analysis Wiki Page lists all the reports and quite a lot of their screenshots are available - see what suits your need.

In particular Reports 101, 102, 201, 202 may be of interest.

Actually I found your code interesting except that it could not be used offline (non internet environment) - so I just downloaded the necessary js and other supporting files and made it into a simple example for study and implementation. I have not really modified the code except for file paths and localization.

If I intend to use it, I certainly will fork the repo and create my branch for it. Thanks.

I have linked it on GitHub as well for cross-reference purposes.

4,863

(3 replies, posted in Setup)

Unstable Fork's Tree


Unstable Tarball

4,864

(8 replies, posted in Translations)

http://wiki.gnucash.org/wiki/Locale_Settings
https://frontaccounting.com/fawiki/index.php?n=Help.InstallUpdateLanugages

4,865

(12 replies, posted in Setup)

All COAs are in my Unofficial GitHub Repo.

Just importing your inventory can be done using the export from magento to the Items Import module in FA.

4,867

(3 replies, posted in Reporting)

Is it the supplier version of this that you are looking for?

The typeahead sample has been edited to be self contained for modification / study in implementing it for FA.

Try the Comparison at Wikipedia.

WordPress Time Tracker plugins.

Paydirt Chrome Extension

SF.net Time Trackers

Anuko Free

Kimai

PunchOut

Unless you are logged in even if you guess the url how can you see it?

The bug in the Activate extensions that has been rectified in v2.3.22 itself.

Further update by overwriting with the changed files.

4,872

(6 replies, posted in Setup)

Is it the fuzzy logic in lines 43 to 48 in includes/session.inc:

                        // Give a 5% chance of the session id changing on any request
                        }
                        elseif (rand(1, 100) <= 5)
                        {
                                $this->regenerateSession();
                        }

The EMail Name issue is discussed in another thread.

Chief Dev Response

What is proposed as solution for email title issue, will solve problem
for some people and will make things worse for others. The person titles
and order of names in official post exchange is just matter of local
habits. I have decided to leave this as is for now. Proper solution
would require some email template system to be implemented, for which
work we have no free resources now. But anybody interested can customize
the source code in this point with minimal effort.

Each URL has some sort of ID you may want to use...

4,875

(6 replies, posted in Installation)

Company-Setup->Language->Your Language.....