Ajax login can have security issues - what field(s) would you want to ajax anyway? If the username field or company name field are ajaxed, then it might become easy to guess them.
5,027 09/19/2014 06:19:38 am
Re: Extension Development Tutorials (8 replies, posted in Modules Add-on's)
Done updation! Attached herein. Now with Menu Icons change info.
5,028 09/18/2014 07:01:03 pm
Re: Git clone from official repository (10 replies, posted in Installation)
Use TortoiseGit and do a fetch/pull if you cannot clone..
5,029 09/18/2014 06:58:54 pm
Re: Foreign Currency Total (9 replies, posted in Report Bugs here)
Thanks. Done.
5,030 09/18/2014 04:32:58 pm
Re: Name of person whom generated the quotation (13 replies, posted in Reporting)
Joe - can a flag in the config.php be used to toggle this in all reports possibly in the header2.inc or some footer page? This will help avoid having to change each and every report. Also a barcode in the footer of each report too may be useful.
5,031 09/18/2014 04:29:43 pm
Re: Can't log in again after first logout (3 replies, posted in Installation)
Check if this is a timing issue - NTP synch your server and your client machines and try. Also see that you have the most recent code snapshot from the Official Git Mirror.
5,032 09/18/2014 04:28:30 pm
Re: Foreign Currency Total (9 replies, posted in Report Bugs here)
Thanks Joe. Wiki-ed it.
5,033 09/18/2014 03:50:52 pm
Re: Customer Balance Report (6 replies, posted in Report Bugs here)
Wiki-ed it.
5,034 09/18/2014 03:41:52 pm
Re: Foreign Currency Total (9 replies, posted in Report Bugs here)
Then, are all forex transactions converted to domestic currency and displayed with all the others already in domestic currency or just the latter alone when "No Currency Filter" is chosen?
5,035 09/18/2014 06:58:39 am
Re: Foreign Currency Total (9 replies, posted in Report Bugs here)
Then Joe, it should be made to choose the company's default currency if no currency is chosen and an "all currencies" option be provided to generate one without the final grand (meaningless) total!
5,036 09/18/2014 05:45:04 am
Re: Is there any time masked input field in FA? (4 replies, posted in Setup)
Do you mean a time slot for access permissions?
5,037 09/18/2014 05:41:18 am
Re: Extension Development Tutorials (8 replies, posted in Modules Add-on's)
Attached herewith is an English Translated and proofed version.
5,038 09/18/2014 03:44:53 am
Re: Restricted Login Access and Limit to access in on Office hours. (4 replies, posted in FA Modifications)
Any sql changes needed like setting up additional tables can be in special CoAs or done with appropriate hooks like the other parts of the code. Settings can be added to the system_defaults table.
5,039 09/18/2014 03:42:51 am
Re: CoA for South Africa (4 replies, posted in Misc. Charts of Accounts)
Or just copy paste in the forum.
Or edit the sql for the existing SA CoA.
5,040 09/18/2014 03:41:32 am
Re: Additional dimensions needed (6 replies, posted in Setup)
To help with such OLAP (OnLine Analytical Processing), I have just resurrected the abandoned / forgotten phpMyOLAP in my GitHub Repo.
5,041 09/18/2014 03:38:42 am
Re: Error in inventory valuation report (45 replies, posted in Report Bugs here)
That's fantastic thinking out of the box @joe as always and quick and clear testing and feedback by @MarkAndrew. Thanks.
5,042 09/18/2014 03:33:39 am
Re: How to use ""ALTER TABLE" and add a column? (5 replies, posted in Report Bugs here)
$cust_id should be a string with the name of the field and not it's value. If it is a reserved keyword then backquote it.
5,043 09/18/2014 03:28:28 am
Re: How to handle bounced cheques (3 replies, posted in Banking and General Ledger)
Wiki-ed it.
5,044 09/18/2014 03:14:52 am
Re: Direct invoice sales with SOAP Web Service API. (1 replies, posted in Modules Add-on's)
Please checkout the textcart extension and the Simple REST API as well.
5,045 09/18/2014 03:11:57 am
Re: Frontaccounting mobile insert data into database? (2 replies, posted in Setup)
Please upgrade to v2.3.21 (preferably the latest HG/Git version) so that any changes you make will be easily comparable and testable for inclusion into the current codebase.
Joe/Janusz - if FA on mobile is readonly, please state it in the feature list.
5,046 09/18/2014 03:09:44 am
Re: Journal Entry Dates Issue(s) (3 replies, posted in Report Bugs here)
Wiki-ed it.
5,047 09/18/2014 02:03:42 am
Re: Delivery date is a day before invoice date (7 replies, posted in Accounts Receivable)
Wiki-ed.
5,048 09/18/2014 02:00:23 am
Re: Extension Development Tutorials (8 replies, posted in Modules Add-on's)
Your site has been placed in the FA Wiki.
We appreciate your valuable effort towards making FA more understandable and hence improving it's usage.
5,049 09/18/2014 01:48:55 am
Re: In process rejection (7 replies, posted in Manufactoring)
Just mark any wastage in resources using a flag in the table that automatically gets added to the work order without any arbitrary % increase in the initial WO. Such wastage would be needed to be incorporated even in jewellery industries and possibly accommodate unaccounted / not accounted / adjusted resources / organized embezzlement as well.
Tags might come in handy for wastage that need to be attributed to a particular WO.
5,050 09/18/2014 01:42:30 am
Re: FrontAccounting implement as Restaurant Management system (2 replies, posted in Installation)
The POS in FA is best suited for light operations (per operative) in a retail environment.
Forum member @elax has his POS connector usable with major POS vendors.
Changing the Cash sales screen by implementing it in another tab without disturbing the existing codebase as @riaz stated would be fine as well.
Using an entirely different application like MySeat and then tying it into FA for the accounting would be another alternative.