I guess you are using a MySql release greater than 5.6. These versions have been more restrict in handling SQL.
Please try to downgrade your MySql to 5.5 or less.
We are investigating this in the meantime.
Joe
It's much more fun, when you can discuss your problems with others...
You are not logged in. Please login or register.
FrontAccounting forum → Posts by joe
I guess you are using a MySql release greater than 5.6. These versions have been more restrict in handling SQL.
Please try to downgrade your MySql to 5.5 or less.
We are investigating this in the meantime.
Joe
I guess you are using a MySql release greater than 5.6. These versions have been more restrict in handling SQL.
Please try to downgrade your MySql to 5.5 or less.
We are investigating this in the meantime.
Joe
Please usep hpMyAdmin and select the database. In the SQL form:
SET sql_mode = '';
Then try your operation and see if it helps. Please report back.
/Joe
It seemed not to be a good idea to change the '0000-00-00' to '1001-01-01'. Please replace the value back to '0000-00-00' again.
Then go into phpMyAdmin for your database and enter (in the SQL form):
SET sql_mode = '';
using SELECT @@sql_mode; should report an empty value.
Then retry your operation and see if this helps.
Please report back. Thanks in advance.
/Joe
Hello.
We are looking into this.
Joe
Newer versions of MySql don't like the value '0000-00-00' as default values. We are looking into this.
In the meantime you can load your account sql file into an editor. Make a replace of all the '0000-00-00' values with '1001-01-01'. Save your sql file and make another try. It should now work.
Joe
Please look into the error.log file in the /tmp folder. It might give you some more information.
Joe
Good that you solved it. I will have a talk with our chief developer, Janusz, regarding this.
/Joe
No, not that I am aware of. You have to use an utf8 font when printing the reports. Make a search about that. I am not in office at present. So couldn't help you regarding this.
Joe
A solution is to run the English translation in Utf8 instead of iso-8859-1.
I guess you can change that in the language install /activate.
You may also need to change the mysql setup as well.
Maybe someone can give more advice.
Joe
Well, this should be possible. Look into the Report Price List. An option here is to select the picture when printing the report.
You could just implement this algorithm in the sales document.
Joe
Use the account Groups for this.
Create Account Groups 311, 3111.
Let 3111 be a subgroup of 311
Create Account 3111_HCM and use the 3111 Account Group.
Create Account 3111_hanoi and use the 3111 Account Group.
You can even build it a level more, but the more levels the more difficult it is to read the P&L Statement.
/Joe
No, not really. I tried it myself, and it did not work for me. I cannot recall what was wrong. Using WAMP has never caused any problems.
Joe
Glad that you solved it.
I use WAMP myself without problems.
Joe
It is not in the payment form, but in the Supplier and Purchasing Reports.
We have a journal entry form in the Banking and General Ledger setup.
Joe
I don't know exactly what you mean.
If you are looking for a check Printing utility, please login as an admin, and goto install / activate extensions in Setup tab.
Select one of the check Printing extensions. after that activate this for the actual companu.
The report is then shown under Purchasing Reports in the Purchasing tab.
/Joe
@apmuthu
For these simple queries, there are no performance advantages using INNER JOIN in MySql. The WHERE clause is easier to read for not so experienced users.
/Joe
If you copied the file /reporting/103.php to /Company/X/reporting, where X is your Company number, then you can change this file.
FA will look in the Company/X/reporting folder for the report, Before taking the default in the /reporting folder.
It is that simple.
Creating a custom report requires more action.
/Joe
Just copy the existing Customer report (rep103.php) from the /reporting folder to the /company/X/reporting folder where X is the company number.
Then start modify this copied report.
Joe
Ah, I forgot to explain that /Company/X/reporting, where X is your Company number (0, 1 etc.).
/Joe
I guess the easiest way for you is to copy the existing Customer Report from /reporting to /Company/X/reporting and modify/add the info you want. That way you don't interphere with the existing report. FA Always tries to find a local report in the Company folder Before using the reports in /reporting folder.
/Joe
Check the file config.php. There is a flag for doing this. I am out of office at present, so I can't recall the name.
Joe
Another thing. When you do a sales invoice, the shipping cost would never include a COGS account.
The shipping here is for outgoing compensation for the shipping costs that have been entered another way.
Please talk to a local accountant regarding these issues.
Joe
If you haven't bought the service you have no transaction to GL COGS.
If you have bought the service, the GL COGS account is updated when you made a supplier invoice.
/Joe
FrontAccounting forum → Posts by joe
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 4 official extensions. Copyright © 2003–2009 PunBB.