Tryyon and OpenERP are Python based and not PHP based.
4,851 11/16/2014 09:03:13 am
Re: Setup FrontAccounting for a defined country (12 replies, posted in Setup)
4,852 11/12/2014 04:53:53 am
Re: Wiki translation into Italian language (1 replies, posted in Translations)
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.
4,853 11/12/2014 04:51:20 am
Re: Any idea on how to automate manufacturing from sales order (3 replies, posted in Manufactoring)
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 11/12/2014 04:48:47 am
Re: Asset register problem (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 11/12/2014 04:47:29 am
Re: Setup FrontAccounting for a defined country (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 11/10/2014 06:56:07 pm
Re: Customer Invoice (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 11/10/2014 03:39:13 pm
Re: Customer Invoice (3 replies, posted in FA Modifications)
The Description field is the best place for all of this.
4,858 11/10/2014 03:36:51 pm
Re: Anomaly in payment due date (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 11/10/2014 03:34:54 pm
Re: Cost Splitting: ABC? (1 replies, posted in Reporting)
Try to use Tags
4,860 11/10/2014 03:25:22 pm
Re: Setup FrontAccounting for a defined country (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 11/10/2014 03:18:25 pm
Re: Subsidiary Ledger Report (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.
4,862 11/10/2014 01:50:01 pm
Re: Better UI for customer management (mockup inside) (11 replies, posted in Wish List)
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 11/09/2014 01:35:31 pm
Re: monthly closing (3 replies, posted in Setup)
4,864 11/09/2014 01:33:10 pm
Re: Can't Install Another Language (8 replies, posted in Translations)
http://wiki.gnucash.org/wiki/Locale_Settings
https://frontaccounting.com/fawiki/index.php?n=Help.InstallUpdateLanugages
4,865 11/09/2014 01:27:43 pm
Re: Setup FrontAccounting for a defined country (12 replies, posted in Setup)
All COAs are in my Unofficial GitHub Repo.
4,866 11/09/2014 01:23:58 pm
Re: Looking for FA contractor to import data - ASAP (2 replies, posted in Jobs wanted/offered, non-free offers)
Just importing your inventory can be done using the export from magento to the Items Import module in FA.
4,867 11/09/2014 01:19:16 pm
Re: Subsidiary Ledger Report (3 replies, posted in Reporting)
Is it the supplier version of this that you are looking for?
4,868 11/09/2014 11:32:39 am
Re: Better UI for customer management (mockup inside) (11 replies, posted in Wish List)
The typeahead sample has been edited to be self contained for modification / study in implementing it for FA.
4,869 11/09/2014 10:45:21 am
Re: Experience with time tracking and billing software? (6 replies, posted in Accounts Receivable)
4,870 11/09/2014 10:27:48 am
Re: Prevent access to other users information/entry (6 replies, posted in Setup)
Unless you are logged in even if you guess the url how can you see it?
4,871 11/09/2014 10:25:09 am
Re: Install/Activate Extensions, Theme, Chart of Accounts not working (27 replies, posted in Installation)
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 11/06/2014 07:26:33 am
Re: New company creating - will not let me login (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();
}
4,873 11/06/2014 07:19:39 am
Re: email single invoice to multiple recipients (31 replies, posted in Accounts Receivable)
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.
4,874 11/06/2014 07:09:49 am
Re: Prevent access to other users information/entry (6 replies, posted in Setup)
Each URL has some sort of ID you may want to use...
4,875 11/06/2014 07:08:27 am
Re: Change display language (6 replies, posted in Installation)
Company-Setup->Language->Your Language.....