Latest version of all available packages are installable directly in FrontAccounting application. Really I don't know what you mean by 'password protected'. If you have any problems with your company policy, just install FA on your home box, install the packages, and you will find all the current source files in 'modules' directory. That's all.
Janusz
251 09/13/2013 07:06:38 pm
Re: downloading modules directly - possible ? (5 replies, posted in Modules Add-on's)
252 09/10/2013 10:22:56 pm
Re: Textcart Git lag (8 replies, posted in Modules Add-on's)
Latest package version is already available.
Janusz
253 09/06/2013 06:57:37 pm
Re: Custom Title for Invoice (18 replies, posted in Reporting)
Sure, if you have a chance to install gettext on the server, just do it. gettext works as binary php extension and uses optimized binary *.mo translation files. This is surely less resource consuming than php implementation.
Janusz
254 09/06/2013 09:08:14 am
Re: Query - How to install from repos in Linux MInt / Ubuntu (10 replies, posted in Installation)
Just read install.html file attached to every FA release tarball.
Janusz
255 09/06/2013 09:06:13 am
Re: Custom Title for Invoice (18 replies, posted in Reporting)
No, gettext is optional php module, but when it is active on your server, the server have to support locale defined by FA language extension you have selected, otherwise the translation will not work.
Janusz
256 09/06/2013 09:00:51 am
Re: Imported files location (2 replies, posted in Items and Inventory)
All transactions are stored in database (i.e. imported). Attachement files are stored in company/*/attachments folders.
Janusz
257 09/06/2013 08:58:24 am
Re: International Wire Fee's (2 replies, posted in Accounts Receivable)
If you are asking about whether the wire fee should be paid by customer or put in costs, then I don't know, it depends on agreement and/or local habits.
Technically you can enter wire fee directly in Customer Payment form, and the fee will be included in AR, but subtracted from the amount registered on bank account.
Janusz
258 09/06/2013 08:45:11 am
Re: Query - How to install from repos in Linux MInt / Ubuntu (10 replies, posted in Installation)
FrontAccounting is available both in Debian and Ubuntu repositories, but this is quite ancient version (2.2.10), so I guess you would like just install latest tarball from Sourceforge.net project site. You can also use git/hg repo clone and update your installation with 'git/hg pull' when new minor FA releases are available.
Janusz
259 09/05/2013 09:49:19 pm
Re: check overdue delivery date (5 replies, posted in Report Bugs here)
There was big Sourceforge site upgrade these days, so the Repo could be unavailable for some time. Now all works as before, but on new URLs.
Janusz
260 09/05/2013 09:32:30 pm
Re: Page numbering on sales invoice PDF's (12 replies, posted in Accounts Receivable)
If page numbering starting from second page is acceptable for you (i.e. without page number on first page), we can switch the numbering on for all documents since next minor release.
Janusz
261 09/05/2013 09:21:29 pm
Re: Implications of changing table storage from MyISAM to InnoDB (2 replies, posted in Installation)
Practically none. We consider switching to InnoDB only database in next major release as prepartion to foreign keys constraint.
Janusz
262 09/04/2013 07:53:07 am
Re: inventory gl inquiry does not match balance (2 replies, posted in Items and Inventory)
No. This excludes voided transactions from the query results. Voided transactions should never be taken into account.
This is weird, transaction type 22 is Supplier Payment, so the transactions of this type should never appear in inventory account.
I get different total amounts when displaying the gl ledger inquiry and balance for the inventory account in the same date range.
Which menu options are you using to retrieve those data?
Janusz
263 09/04/2013 07:36:18 am
Re: Seeking FA expert in Santa Clara area (2 replies, posted in Jobs wanted/offered, non-free offers)
Hi Bob,
Consider opening FA Online account on our server. You have technical support included in small monthly subscription.
Janusz
264 09/04/2013 07:31:59 am
Re: Enter "Create new item" button on Direct invoice (12 replies, posted in FA Modifications)
Yes, it was added here
Janusz
265 09/04/2013 07:26:01 am
Re: Email Client name in Invoice sending displayed wrong (6 replies, posted in Report Bugs here)
Whether first name, last name or both, as well as the names order strictly depends on local habits. IMHO the only sensible way to fix this problem in FA is providing mail templates in FA.
Janusz
266 09/04/2013 07:20:13 am
Re: check overdue delivery date (5 replies, posted in Report Bugs here)
No, it was fixed in git 5 day ago.
BTW Git repo is still only the mirror of SF mercurial repo which is official one.
Janusz
267 09/04/2013 05:37:58 am
Re: Page numbering on sales invoice PDF's (12 replies, posted in Accounts Receivable)
You can comment out line 142 in reporting/includes/header2.inc, then you will have page numbering on all reports.
Janusz
268 09/04/2013 05:23:41 am
Re: Release 2.3.17 (12 replies, posted in Announcements)
Due to the problems found in 2.3.17 next release is planned this week.
Janusz
269 09/02/2013 08:24:28 am
Re: Add custom fields into item (24 replies, posted in FA Modifications)
FA does not have user fields suppot just now, so you are on your own. Most of database related code is stored in includes/db/* files, so if you want to make use of extra data fields you have to start your changes from here, and continue in user interface files (i.e. those called from main menu).
Janusz
270 09/02/2013 08:18:42 am
Re: Urgent in V2.3.17 Languages,Extensions,Themes,Chart of Accounts (8 replies, posted in Installation)
Please make forum lookup first. AFAIK this is windows related problem and was described a couple of times on the forum. Working under linux I have no more usefull advice for you.
Janusz
271 09/01/2013 09:23:41 am
Re: upgrade to 2.3.17 to force or not to force? (2 replies, posted in Installation)
Software Upgrade menu option should be used only in case you want to install new FA version, but the one you have already installed has different major release number, e.g. you want to upgrade from 2.2.xx to 2.3.17. Otherwise it should not be used at all - see upgrade.html instructions.
Force option is last resort which should not be used unless normal upgrade fails. This option is provided here for rare situations when some changes have been done in company database scheme outside FA application control, and normal upgrade process fails.
Janusz
272 08/31/2013 12:50:17 pm
Re: the import item csv module not showing up (4 replies, posted in Items and Inventory)
Also the module have to be activated for all companies (see Extensions selector on Install/Activate Extensions page).
Janusz
273 08/31/2013 07:44:22 am
Re: Incorrect application of exchange rate (16 replies, posted in Accounts Receivable)
Yes, you are right again. I have finally found the original problem. Simply the calculated exchange rate should not be stored in customer Payment record (bank to home currency is stored here, and not bank to customer currency exrate; this is done later in the code).
I have run a couple of tests covering various currencies combinations on the write_customer_payment function, and now all looks OK (repo updated).
Thank you very much for your help .
Janusz
274 08/29/2013 08:21:21 pm
Re: check overdue delivery date (5 replies, posted in Report Bugs here)
Yes, you are right. Will be fixed in next release. Thanks.
Janusz
275 08/29/2013 07:37:38 pm
Re: Incorrect application of exchange rate (16 replies, posted in Accounts Receivable)
The Customer Balances and Supplier Balances reports are fixed in mercurial.
But I cannot reproduce the problem problem with the amounts recalculation. When the EUR and GBP amounts are not selected exactly as they would result from exchange rate stored in application, you will always end with some posting to Foreign Exchange Gain GL account. If you are sure there is still some bug here, please provide exact scenario step by step, with all currency details.
Janusz