I tested out latest FA v2.3.14 Build 3165 in Firefox v18.0.1 and the Direct Invoice displays as it should. Attached Screenshot.
5,702 01/27/2013 03:22:15 pm
Re: Release 2.3.14 (10 replies, posted in Announcements)
FA v2.3.14 Mer Build 3165 is attached in this post.
Reverse Chronological Changeset since FA v2.3.14 Release:
==========================================
- Fixed a small bug in cost update
- 0002032: user_theme() should return default if theme does not exist
- Fixed a couple of small bugs in Inventory Purchasing Report.
- Included Sales Pricing, Purchasing Prising, Cost update and Reorder Levels in tabs in Items form.
- Partially delivered Sales Order can now be closed using 'Cancel Order' button on edition.
- In case of document reference already in use, FA suggest the next number (if possible) ready to save again.
- New report, Inventory Movements, added to FrontAccounting core.
- Text not gettextized in /admin/backups.php.
- Fixed 'Moved Temporarily' error after login (on some server configurations).
- Email of Sales Documents now use the General Contact type (fall back if no 'orders', 'invoices' contact types)
- Fixed 'page expired' prevention (white screen/warnings after session timout).
- Fixes in sales credit note voiding procedures (invalid changes in delivery notes).
5,703 01/27/2013 03:19:32 pm
Re: Release 2.3.14 (10 replies, posted in Announcements)
Several fixes / enhancements have been made in the HG Repo since the release of FA v2.3.14 (HG Changeset 3153) and the changed file set along with one new file as of HG Changeset 3165 is attached in this post.
5,704 01/27/2013 02:59:39 pm
Re: How to make a link popup a window? (32 replies, posted in FA Modifications)
Thanks Joe, HG Changeset 3165 fixed it.
5,705 01/27/2013 02:00:59 pm
Re: Allignment of combo boxes (4 replies, posted in Report Bugs here)
In which page?
5,706 01/27/2013 01:59:52 pm
Re: How to translate words from the database (11 replies, posted in Translations)
Translatable Text comes from language *.mo files compiled from the translated empty.po files named according to your language.
The Wiki pages for Language and Translation String updation would be useful.
5,707 01/27/2013 01:49:06 pm
Re: How to make a link popup a window? (32 replies, posted in FA Modifications)
HG Changeset 3162 has a set of changes to implement tabs.
There seems to be one mistake in the file inventory/cost_update.php for the number of arguments of the function called display_notification() that takes only 2 but is given 3, replacing the function called display_note() that took 4.
Both functions are defined in includes/ui/ui_msgs.inc.
5,708 01/27/2013 01:33:11 pm
Re: Stock Movement Report Not Working (9 replies, posted in Reporting)
HG Changeset 3159 introduced the new report. Purchasable Items must be defined first.
5,709 01/27/2013 01:27:40 pm
Re: How to delete outstanding order (14 replies, posted in Accounts Receivable)
HG Changeset 3161 does the job. Thanks Janusz.
5,710 01/27/2013 01:18:49 pm
Re: How to disable "Reference" for invoice (15 replies, posted in Accounts Receivable)
Thanks Joe, your HG commit 3160 does the job.
5,711 01/27/2013 01:14:26 pm
Re: Malicious Files Detected, hosted in BlueHost (3 replies, posted in Report Bugs here)
Where did you get the extension installed from? Must warn the community of blacklisted extension URLs.
5,712 01/27/2013 01:12:47 pm
Re: Translation portal (20 replies, posted in Translations)
use ur_PK.po and compile it to ur_PK.mo and use it.
5,713 01/27/2013 01:10:53 pm
Re: How to send auto email after direct invoice (9 replies, posted in Reporting)
Can have a cronjob to do it.
5,714 01/27/2013 01:09:51 pm
Re: tr_TR Translation (6 replies, posted in Translations)
You may have to put in another parameter for RTL (right to left) rendering of text in the said languages. Please refer the comments in the lang/installed_languages.inc file.
5,715 01/27/2013 01:05:03 pm
Re: Hard coded items unable to translate (7 replies, posted in Translations)
If you are in a hurry, then make your own empty.po files from the latest FA repo code and grab the script from the Wki.
5,716 01/27/2013 01:00:21 pm
Re: Supplier Details Listing - Report (2 replies, posted in Reporting)
Meanwhile just take a nice dump of the suppliers table - Adminer is quite good at it.
5,717 01/27/2013 12:58:04 pm
Re: Creating Items for Domain Names (11 replies, posted in Items and Inventory)
Dimensions and Tags also help segregate transactions for split-up reports.
5,718 01/27/2013 12:50:36 pm
Re: 500 Error After Logging In (After Upgrade to 2.3.14) (17 replies, posted in Installation)
5,719 01/27/2013 12:46:57 pm
Re: install new version of FA on the same server as second company (4 replies, posted in Installation)
You can use separate database and separate prefix for the second company as they own the physical hardware and have access to the MySQL Server itself.
In fact the new install can be on a separate domain with the newest version on the same physical server and you would need to migrate the COA with no opening balances only.
5,720 01/27/2013 12:41:26 pm
Re: Tax calculated wrong (9 replies, posted in Setup)
29.30 * 0.21 = 6.153 (Stored as 6.15)
29.30 - 6.153 = 23.147
23.147 may have been stored as 23.14 in the table
23.14 + 6.15 = 29.29 -> one possibility.
Now when preparing the report (dividing factor = 1.00 - 0.21):
23.14 / 0.79 = 29.2911 rounded off to 29.29 -> second possibility.
That is how the error comes in.
The fix should be in storing the properly rounded value in the table and in small value divisions these errors make it to the hundredths position and show up.
Anyone working in a bank that uses FA type accounting system can take all the less than 1 cent values into their account and make millions on billions of transactions!
5,721 01/27/2013 12:22:43 pm
Re: change customer search option field (4 replies, posted in FA Modifications)
Refer Wiki Screenshot for Setup -> Company Setup -> Search checkboxes.
5,722 01/27/2013 12:19:48 pm
Re: Accounts Receivable for Schools (5 replies, posted in Accounts Receivable)
User Access Roles will overlap and allow one user from one school to enter details in the dimension for another school.
5,723 01/19/2013 01:26:28 am
Re: syncing one database to many (1 replies, posted in Items and Inventory)
Try federated databases - first on databases on the same server.
Or just views on the item related tables form one "main" database (read/write fror items) in the other databases (read only).
In these methods, no "synch"ing will be needed.
5,724 01/19/2013 01:23:30 am
Re: 500 Error After Logging In (After Upgrade to 2.3.14) (17 replies, posted in Installation)
Which version are you upgrading from?
What platform / hosting service is being used?
There is a cache issue introduced in v2.3.14 when adjusting the includes/session.inc for faillog protection (not because of faillog protection) and is a known issue for certain shared hosting that relies on numerous redirects (302 error).
Refer link for causes.
5,725 01/19/2013 01:07:30 am
Re: FA v2.3.12 released (7 replies, posted in Announcements)
First of all you are using a very old update now that FA v2.3.14 has been released.
Your issue is that you need to uncheck the Search boxes in the middle of the right side in the page Setup -> Company Setup.
The screenshot is here.
Please refer the Wiki first and trawl the forum to minimize support issues.