It is Fuel and not Feul.
The first menu entry has two keyboard shortcuts : &.
6,001 11/04/2012 07:34:55 pm
Re: Vehicle Maintanance (5 replies, posted in Wish List)
6,002 11/04/2012 07:30:28 pm
Re: Outstanding List per Customer (5 replies, posted in Accounts Receivable)
Banking and General Ledger -> GL Inquiry -> Choose Account -> Choose Period -> Show
You will see the Ledger Folio of the Account chosen and can see the details of the Outstanding balance.
6,003 11/04/2012 01:52:13 pm
Re: Styling/modifying the login form - best method (2 replies, posted in FA Modifications)
We may need a hook after all the login fields and before the submit button. This way we can include the Securimage CAPTCHA as an extension.
6,004 11/04/2012 01:50:16 pm
Re: Incomplete changeset 3090 (4 replies, posted in Report Bugs here)
Normally it would not be a problem for me, as I use only the English language. In the case of changeset 3090, it s a replacement of a translate string - that has to be uniformly carried over to all affected files and the empty.po as well.
In the case of 3091, the new strings can come in during an FA release - if it was done at once, then those using non-English languages can also partake of debugging - we need as many eyeballs as possible on the code to get it up to speed. It will also help those translators in getting the strings translated well before the FA release.
Otherwise, such translate string changes should be withheld till the FA release whence it would update the empty.po as well.
A policy on this score would augur well when more than the current couple of committers comes to pass.
6,005 11/04/2012 06:42:31 am
Re: Import csv or xml or text file in Bnaking en General Ledger (7 replies, posted in Banking and General Ledger)
Contact the consultants in the Wiki for custom interface scripts.
6,006 11/04/2012 06:41:09 am
Re: Importing Invoice (3 replies, posted in Items and Inventory)
What is the other software and what is the sample output format of your sales that you wish to import? Contact the consultants in the Wiki for any custom interface scripts.
6,007 11/04/2012 06:37:02 am
Re: Outstanding List per Customer (5 replies, posted in Accounts Receivable)
See the GL folio for that customer
6,008 11/04/2012 06:34:25 am
Re: Quickbooks data import (10 replies, posted in Wish List)
Application agnostic CSV import would be nice - templates for each Application to import from.
6,009 11/04/2012 06:23:24 am
Re: Interesting Config file parameters (1 replies, posted in Setup)
Please refer Wiki page at:
https://frontaccounting.com/fawiki/index.php?n=Main.Config
for all config variables and their possibilities.
6,010 11/04/2012 06:21:09 am
Topic: Incomplete changeset 3090 (4 replies, posted in Report Bugs here)
A translate string change has been done in sales/manage/recurrent_invoices.php in Mercurial Changeset 3090.
Whenever a translate string change is done, an inclusion and / or substitution in the lang/new_language_template/LC_MESSAGES/empty.po file should be done and all the files that refer to the original string need to be checked for similar substitution.
In this case line 30 of sales/manage/sales_groups.php needs to have a different string but sales/manage/sales_areas.php should remain unchanged.
Also line 13124 in lang/new_language_template/LC_MESSAGES/empty.po needs to be suitably altered.
Changeset 3091 introduces 2 new strings not yet present in the empty.po file:
Cannot download repo index file.
and
Cannot download '%s' file.
6,011 10/31/2012 11:03:40 am
Re: Multiple Entries on Bank Statement for some Journal Entries (2 replies, posted in Reporting)
Thanks Joe, your Mercurial changeset 3088 does it.
6,012 10/31/2012 10:58:02 am
Re: Unable to Edit Fiscal Year Starting from July Ending at June 30th (2 replies, posted in Setup)
Lookup Fiscal Years in the Wiki.
6,013 10/29/2012 09:20:57 am
Re: Need support!! Ready to pay (7 replies, posted in Jobs wanted/offered, non-free offers)
Check the First Steps in the Wiki.
What format is your existing data in? CSV, Excel, DBF, Oracle, MSSQL, MS Access MDB, etc.,.
Using CSV files and phpMyAdmin, you should be able to get the data into the relevant tables.
6,014 10/29/2012 09:14:59 am
Re: Add fields to direct invoice (3 replies, posted in Jobs wanted/offered, non-free offers)
If the intention is to keep the changes private, then, it is better to create a separate table for your new fields with a 1:1 relation to the invoice table and keep your changes as an extension. That way, when the base code changes, your extension functionality will be retaianed and extra table(s) fields will not get erased.
Submitting the changes back to the code base is advisable to avoid re-jig of functional code / table(s) at each upgrade.
6,015 10/29/2012 09:11:08 am
Re: PHP Developer need (4 replies, posted in Jobs wanted/offered, non-free offers)
You may want to post in the Wish List and submit changes / additions to be included in the FA code base or as an extension. That way you can be sure that it would be part of fututre releases and not have to re-jig your changed code each time. Maintaining several code bases for the same project and attempting to patch them at each change is time consuming effort that may not be desirable in the long run....
6,016 10/28/2012 02:17:09 pm
Re: Landed Costing of Inventory Items (26 replies, posted in Items and Inventory)
If there are many lines (yes the order of the lines would matter and a form field in each line would be needed which will take care of it), then we can apportion amounts in any way we choose like loading costs to larger value items or to rounded costs, etc., and possibly with some items not having any shipping costs at all (enter 0 value).
The "N-1" approach was to alleviate the need to manually compute the balance if the total was entered and only one line had the new field blank.
6,017 10/28/2012 02:07:46 pm
Re: Simple REST API (45 replies, posted in Modules Add-on's)
Thanks Andres for starting out on PUT....
It would be useful to put in the Wiki Page URL in the README file in the GitHub so that users can partake of the updated Wiki.
https://frontaccounting.com/fawiki/index.php?n=Devel.SimpleAPIModule
6,018 10/28/2012 01:10:45 pm
Re: Workorder Issue (7 replies, posted in Manufactoring)
Thanks Joe for fixing it in Mercurial Changeset 3087.
6,019 10/28/2012 01:06:16 pm
Re: Landed Costing of Inventory Items (26 replies, posted in Items and Inventory)
Apportion costs to "N-1" items (till amount available) and let the "N"th item have the rest if still positive.
6,020 10/28/2012 03:35:24 am
Re: Landed Costing of Inventory Items (26 replies, posted in Items and Inventory)
A 4th option to manually apportion the amount!
6,021 10/28/2012 03:32:00 am
Re: Workorder Issue (7 replies, posted in Manufactoring)
This might as well be put into the HG repo. It is the last appearance of Session_register( function that needs to be commented out. In fact all such lines (including needless preceding ifs) can be weeded out:
Line 65 in manufacturing/work_order_issue.php
Line 103 in includes/page/header.inc
Line 72 in inventory/adjustments.php
Line 68 in inventory/transfers.php
Line 40 in purchasing/allocations/supplier_allocate.php
Line 39 in sales/allocations/customer_allocate.php
6,022 10/28/2012 03:18:56 am
Re: Undefined index: ...../fa/includes/session.inc at line 158 (2 replies, posted in Report Bugs here)
Fixed in v2.3.12+ Mercurial Changeset 3066 on Sep 17th 2012.
6,023 10/28/2012 02:10:03 am
Re: In-house Training (8 replies, posted in Jobs wanted/offered, non-free offers)
Contact LC Chen of Sita - they undertake training in KL / Selangor area.
6,024 10/28/2012 01:58:56 am
Re: I want to add " attention to : " contact on quotation and sales order (4 replies, posted in Accounts Receivable)
6,025 10/28/2012 01:53:20 am
Topic: Tags on Wiki - Feedback (0 replies, posted in Setup)
I have updated the wiki with info on Tags and it's ERD. Kindly provide feedback and updates with other pertinent info. Sample SQL for explaining the relationship and usage in other scipts is provided.