How did you create the FrontAccounting Company database user? If it is from phpMyAdmin, then check the user privileges there.
5,951 11/28/2012 07:26:26 pm
Re: Data does not change despite changed and saved (12 replies, posted in Setup)
5,952 11/28/2012 07:24:08 pm
Re: Simple REST API (45 replies, posted in Modules Add-on's)
SimpleAPI Module Wiki Page has been updated with a full test access script set for remote FA server access.
5,953 11/28/2012 01:22:09 pm
Re: Data does not change despite changed and saved (12 replies, posted in Setup)
Check Update/Insert permission availability for MySQL user in company used. Make sure that the
FLUSH PRIVILEGES;
was done after user rights changes are done.
Do not use the Browser Back Button, instead use the Back link on the web page.
5,954 11/28/2012 01:19:24 pm
Re: Changing VAT from 19 to 21 (6 replies, posted in Banking and General Ledger)
Wikiied it!
5,955 11/28/2012 01:12:41 pm
Re: Auto Update of Reference No. / Invoice No. (2 replies, posted in Accounts Receivable)
What OS are you on (MySQL in Linux is case-sensitive)?
How did you do the upgrade?
Did you synch the db schemas correctly?
5,956 11/28/2012 06:45:30 am
Re: Accessing Inventry Items and Customer list (4 replies, posted in Modules Add-on's)
Check out SimpleAPI for FA in the Wiki.
5,957 11/28/2012 06:44:24 am
Re: Customer/Supplier List View (1 replies, posted in FA Modifications)
Yes a sortable listing of Suppliers, Customers, Sales and Purchase Orders will certainly be nice.
Possibly an option to have the reports available for an extra destination "Screen" with links to their view/edit pages would be a simple workaround for now pending full fledged menu items for them.
5,958 11/28/2012 06:18:11 am
Re: Changing VAT from 19 to 21 (6 replies, posted in Banking and General Ledger)
Move to another less taxed country or buy/elect a cheaper govt
.
5,959 11/25/2012 03:49:25 am
Re: Retail company version (23 replies, posted in Wish List)
@ed10: Double quotes is okay. Two single quotes will be a blank value. The double quotes are to ensure closing the string.
To keep with the coding convention, it can be:
hyperlink_no_params("$path_to_root/sales/inquiry/customer_allocation_inquiry.php?customer_id=", _("Go to Allocation Inquiry"));
Should the hyperlink have some parameter to dictate the customer_id? If not, then we use the blank one like:
hyperlink_no_params("$path_to_root/sales/inquiry/customer_allocation_inquiry.php?customer_id=''", _("Go to Allocation Inquiry"));
The blank parameter expanded with spaces for forum display of the above will be ......customer_id=' ' "
5,960 11/24/2012 03:24:41 am
Re: Retail company version (23 replies, posted in Wish List)
Thanks Janusz, the $auto_create_branch switch was missing. Looks like backward compatibility did me in! Updated config.php page on the Wiki to reflect all variables as on date in the English version. Offline PDF version available.
Also corrected some small typos and included extra variable / necessary comments in the config.default.php file and am attaching the diff patch from Mer 3119.
5,961 11/23/2012 11:50:04 am
Re: The POS (22 replies, posted in Accounts Receivable)
Thankyou tclim - very explicitly put. Have referenced this post in the SimpleAPI page on the Wiki.
5,962 11/23/2012 11:14:44 am
Re: Retail company version (23 replies, posted in Wish List)
Default Branch is created automatically when a new Customer is added, but is not automatically associated with the Customer as yet.
Wikied the rest.
5,963 11/23/2012 07:54:43 am
Re: Retail company version (23 replies, posted in Wish List)
This kind of workflow can use the SimpleAPI extension to create a single web form which posts directly into FA.
If I understand you correctly, in the QB scenario, you did not have the Customer info in QB to start with and after invoicing as well, you do not have a separate Customer record for each customer - just the invoices with several customer names.
FA can simulate the above using a dummy web / cash customer where the Delivery to can be the real customer and his info. That way you need not add customers for each invoice. Just use the dummy one for all such invoices.
5,964 11/23/2012 07:26:49 am
Topic: Wiki DB Compromised? (0 replies, posted in Installation)
Referring to my creation of new page and edits on 21st Nov, it appears that the user who made the changes is listed as admin instead of apmuthu.
Refer history of pages:
https://frontaccounting.com/fawiki/index.php?n=Help.InventoryValuationReport?action=diff
https://frontaccounting.com/fawiki/index.php?n=Help.ReportsAndAnalysis?action=diff
Has the Wiki db been compromised?
5,965 11/21/2012 02:42:15 pm
Re: Help me to start new moduile development (4 replies, posted in Modules Add-on's)
Binary Shift values - php operator
The last 8 bits (LSB) are reserved for System / Later use and hence the <<8 in almost if not all permissions.
5,966 11/21/2012 02:36:48 pm
Re: &$dec deprecated - report 301 bad dec (7 replies, posted in Reporting)
Thanks Joe.
Setting 2 dec places in Items and Inventory -> Standard Costs did the job. Wikied it.
5,967 11/21/2012 06:05:02 am
Re: print in TPV (POS) printers (4 replies, posted in Reporting)
Any change in status for printing POS payment receipts onto thermal printers / ejecting cash drawers?
5,968 11/21/2012 04:46:21 am
Re: Retail company version (23 replies, posted in Wish List)
Even in FA it is just one place and one time for each customer / invoice.
Refer Wiki Pages on Add and manage Customers and Sales Quotation Entry (and then convert to Invoice).
Please state the sequence of operations in FA that you used to achieve your end so that we may check on alternative quick modes to achieve the same to match or better QB.
5,969 11/21/2012 04:35:06 am
Re: &$dec deprecated - report 301 bad dec (7 replies, posted in Reporting)
Yes I figured that out and filed Bug 1906 since the prices_dec field in the #_users table was not being respected for displaying the Unit Cost in the Inventory Valuation Report (rep301.php) as seen from the attachement in the first post in this topic for one item that has 10 decimals in it's Unit Cost.
5,970 11/20/2012 05:25:39 pm
Re: &$dec deprecated - report 301 bad dec (7 replies, posted in Reporting)
Attempting to fix includes/current_user.inc by replacing Line 310:
function price_decimal_format($number, &$dec)
with
function price_decimal_format($number, $dec)
by omitting the pass by reference, the Unit Cost column now has no decimals.
Even any forced value of $dec in Line 312 does not provide any decimals at all in the above attempted fix.
5,971 11/20/2012 05:13:11 pm
Re: Install/Activate Extension, Themes, Chart of Accounts no working (18 replies, posted in Setup)
C.po
What happened on browser?
5,972 11/20/2012 04:10:55 pm
Topic: &$dec deprecated - report 301 bad dec (7 replies, posted in Reporting)
FA v2.3.13 Mer 3109
File: reporting/rep301.php lines 148 to 158 place the individual detail entries for the Inventory Valuation Report. The decimal formatting is not respected as the deprecated
&$dec
is used.
Lines 310 - 312 of includes/current_user.inc:
function price_decimal_format($number, &$dec)
{
$dec = user_price_dec();
clearly do not take in the $dec from the function parameter.
This results in the kind of multi-decimal output in the report snapshot attached.
5,973 11/20/2012 04:04:50 pm
Re: Unable to do work after database restore (6 replies, posted in Setup)
Check the SQL schema diffs between before and after backup/restore
5,974 11/20/2012 04:02:10 pm
Re: Install/Activate Extension, Themes, Chart of Accounts no working (18 replies, posted in Setup)
lang\new_language_template\LC_MESSAGES\empty.po
needs to be copied to
lang\C\LC_MESSAGES\C.po
Beware of case sensitivity and all paths are relative to the FA folder in the webroot.
This is probably specific to Win7 installs.
5,975 11/20/2012 11:51:14 am
Re: Install/Activate Extension, Themes, Chart of Accounts no working (18 replies, posted in Setup)
Copy over the empty.po as C.po.
Create a faillog.php file in the webroot.
It is most certainly a permissions issue on the folders.
Which versions of XAMPP / Uniform server are you using?