Tax functions are in tax/tax_calc.php, but tax rates are calculated in FA from net value up, so you have to use (0.5/(100-0.5))% rate value instead of 0.5%.
Janusz
726 02/24/2012 01:09:30 pm
Re: make the application fixed (2 replies, posted in FA Modifications)
727 02/24/2012 12:11:23 pm
Re: Customizing FA to use FIFO Costing Method (6 replies, posted in FA Modifications)
No, unfortunatelly there is no central point for cost calculations in FA for now. If you are determined to improve this part of application please do not hesitate to join developers mailing list. This is best place for sharing new development ideas, you can also ask other active developers about FA internals if you are not sure about some design aspects.
Janusz
728 02/24/2012 11:17:39 am
Re: Question marks in chart of accounts (1 replies, posted in Translations)
Starting with next major release FrontAccounting will have better support for multilanguage databases. Please be patient.
Janusz
729 02/24/2012 11:13:22 am
Re: Remove Sales Order - I can't delete the Sales Order (5 replies, posted in Items and Inventory)
Looking into other your posts, seems you are trying to remove all the databse content. Maybe you should just reinstall database from scratch?
Janusz
730 02/24/2012 11:10:57 am
Re: Delete Item - I Can't delete items (2 replies, posted in Items and Inventory)
You can inactivate the item, but stil it have to be in database.
Janusz
731 02/24/2012 11:07:04 am
Re: Removing sales order & purchase order in squence. (2 replies, posted in Accounts Receivable)
The two order documents are not directly related, so you can delete them in any order (providing there was no delivery done on them).
Janusz
732 02/24/2012 11:01:01 am
Re: dpkg: error processing frontaccounting (--configure): (3 replies, posted in Installation)
I guess this is some packaging problem, so maybe you should report the problem to Debian team?
Janusz
733 02/24/2012 10:56:57 am
Re: Local install with online data sync (2 replies, posted in Installation)
No, FrontAccounting have to be installed on central server.
Janusz
734 02/12/2012 01:07:09 pm
Re: how to assign new user to a new company? (3 replies, posted in Setup)
A couple of FA functions (like installing modules) is reserved for site admin. Admin user on first created company i considered site admin, so those functions are not available on other companies.
Every company has its own set of registered users, so you cannot use user account created for first company on others.
Janusz
735 02/12/2012 01:02:33 pm
Re: requestation (1 replies, posted in Report Bugs here)
For some reason you have 'fl_' prefix used on your database tables, which can be not supported by extension modules. Normal FA setup supports numeric (e.g. 0_) or empty prefix only.
Janusz
736 02/11/2012 09:28:37 am
Re: How print invoice in 1/2 letter size page. (13 replies, posted in Reporting)
Sure, please send the files to contributions mailbox. I will look into them in mean time, maybe we can integrate it as an option in any of next releases.
Janusz
737 02/11/2012 09:12:54 am
Re: System diagnostics button always visible (3 replies, posted in Setup)
Oh, yes. Seems this is small inconsistency. To be fixed in next release. In meantime you can just change at security code at applications/setup.php:62 from 'SA_OPEN' TO 'SA_SOFTWAREUPGRADE'.
Janusz
738 02/11/2012 08:58:20 am
Re: Reference number (6 replies, posted in Setup)
Also if your current document number is FV 0012/2012 the next number generated will be FV 0013/2012. Just first digital part is subject to incrementation (preserving leading the part length with leading zeros).
Janusz
739 02/05/2012 02:05:21 pm
Re: big large session files in the tmp folder like 4 to 9 MB=Megabyte. (16 replies, posted in Report Bugs here)
Please test the latest FA release. This issue should be fixed now. If not, please contact me and we can continue debugging.
Janusz
740 02/05/2012 01:59:58 pm
Re: modifying invoice (6 replies, posted in Reporting)
You should change line 105 of doctext.inc to something like:
$this->title = $this->formData['tax_id'] ? _("VAT INVOICE") : _("INVOICE");
Janusz
741 02/05/2012 01:19:22 pm
Re: System diagnostics button always visible (3 replies, posted in Setup)
We prefer to display also inactive menu options, just to make easier admin's decision which option should be switched on/off for which role.
If you wish you can also just comment out the respective line in applications/setup.php.
Janusz
742 01/20/2012 04:59:45 pm
Re: big large session files in the tmp folder like 4 to 9 MB=Megabyte. (16 replies, posted in Report Bugs here)
Sledge, sorry for long delay, seems I have overlooked the thread is still alive.
Seems my patch was buggy - sorry, I have no possibility to test FA on the box without gettext installed, so you will have to wait a little for final solution. In mean time you can eventually try to install native gettext system which should definitely solve the problem (see http://pl.php.net/manual/en/gettext.installation.php).
Janusz
743 01/20/2012 04:31:07 pm
Re: Local PC Install (3 replies, posted in Installation)
Yes, you can. If you want install FA on Win just load some distribution of bundled Apache+PHP+ MySQLe.g WAMP and install it. On Linux you will need to install also the same packages. Download latest FA version, unpack it under www root and direct your browser to index.php file in frontaccounting diectory. Follow installer instructions.
Janusz
744 01/20/2012 04:22:08 pm
Re: Clients keep getting deleted or go missing (1 replies, posted in Setup)
Are you sure you have read FAQ, especially point 2.1?
Janusz
745 01/18/2012 11:59:34 am
Re: Can´t add new bank account (12 replies, posted in Banking and General Ledger)
This constraint has been introduced long time ago, and there are good reasons for this.
GL postings to bank related accounts can be done also via Journal Entry menu option. For each such GL posting bank transaction have to be generated in background to preserve bank report consistency. This is possible only if every bank account use separate GL account.
Janusz
746 01/17/2012 03:54:23 pm
Re: Overdraft Limit Error (11 replies, posted in Banking and General Ledger)
I cannot reproduce your problem, so I cannot help, sorry.
The only check done during cash account payment entry is made on account history starting from the date entered for the payment. If you have current FA version (2.3.9) all should just work.
Janusz
747 01/14/2012 11:27:26 am
Re: Dutch translation of 2.3 RC3 (35 replies, posted in Translations)
sledge,
Please look at your mailbox. You should receive patched file which solving the big session files problem.
Please test it and report whether the patch works for you or not.
Janusz
748 01/13/2012 11:49:11 pm
Re: Dutch translation of 2.3 RC3 (35 replies, posted in Translations)
The nl_NL translation just has been updated in repo. Thanks.
Janusz
749 01/13/2012 11:08:32 pm
Re: Overdraft Limit Error (11 replies, posted in Banking and General Ledger)
I'm not sure whether this is apprioprate explanation for your case, but keep in mind that all the account history after and including the date of payment is considered during the check. For example you could have cash balance on January 1st at $10.000 level, and if today you have only $10, you cannot register e.g. $57 payment made on 5th January as this would result in -$47 balance as today. This constraint is effective only for cash accounts of course.
Janusz
750 01/13/2012 12:28:05 pm
Re: Didn't find a sence of two columns. (3 replies, posted in FA Modifications)
sys_types.type_no was next number for given document type. AFAIK Currently it is not used at all.
sales_orders.type ==1 for template sales orders.