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.
5,951 11/04/2012 01:52:13 pm
Re: Styling/modifying the login form - best method (2 replies, posted in FA Modifications)
5,952 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.
5,953 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.
5,954 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.
5,955 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
5,956 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.
5,957 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.
5,958 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.
5,959 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.
5,960 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.
5,961 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.
5,962 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.
5,963 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....
5,964 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.
5,965 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
5,966 10/28/2012 01:10:45 pm
Re: Workorder Issue (7 replies, posted in Manufactoring)
Thanks Joe for fixing it in Mercurial Changeset 3087.
5,967 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.
5,968 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!
5,969 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
5,970 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.
5,971 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.
5,972 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)
5,973 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.
5,974 10/24/2012 05:27:43 pm
Re: Simple REST API (45 replies, posted in Modules Add-on's)
synPOS v0.9.3 was the last released version on 2006-11-07.
POSxp looks promising and seems current.
Will check out the REST clients listed. I just wanted to know the way the API would distinguish between similar Select Specific, Edit and Delete URLs since all requestes would come thru the URL parts only. At least the Edit would have a POST array, the Select Specific and Delete requests would be similar.
5,975 10/24/2012 01:36:59 pm
Re: FA 2312+ User Print Profile Update CSRF Attack Error (1 replies, posted in Setup)
It seems to work after 9pm server time!
Failed atleast from 7:30pm till then.
No change in any scripts and it works by magic!
Even a ipconfig /flushdns with browser clear cache - MSIE and FF - on intranet (VPN) and on WAN redirection from Nettica earlier did not solve the issue earlier.
The question is how does a CSRF attack get manifest in the FA code to work at the will of an unknown hand?