Skip to forum content
FrontAccounting forum
It's much more fun, when you can discuss your problems with others...
You are not logged in. Please login or register.
Active topics Unanswered topics
Search options (Page 40 of 200)
Topics by joe User defined search
Posts found: 976 to 1,000 of 4,990
FA WIki is located at https://frontaccounting.com/fawiki.
Please help us make this Wiki as good as possible by contributing with your tips and instructions.
To edit the wiki yourself, simply log-on using your forum sign-in name & password and go to the page you wish to edit and click the edit button in the bottom left corner.
Joe
You can create a service item called Discount. Use each as uom. Create an item tax type with total tax exempt and put this on the item.
Then you can enter a Discount item with negative amount per item.
That's it.
Joe
This change was done by mistake. Please use an editor, open the file version.php and change the $db_version to '2.4.1'. this will be committed to the repository in a while.
The tarballs at Sourceforge.net have been replaced, so you can also download a new file. Sorry for the inconvenience.
Joe
Announcement
This is a 2.4.2 release.
This version fixes a couple of serious bugs as well as some minor bugs.
Please report any bugs/problems found via our
Mantis Bugtracker at http://mantis.frontaccounting.com.
Download instructions
In Sourceforge FrontAccounting https:/sourceforge.net/projects/frontaccounting), select
Files -> FrontAccounting 2.4 ->2.4.2.
For Windows users select the zip file. For all other users select the tar.gz file.
Common
Fixed more rows when reporting to Excel Reports. Greater then 65535 rows.
0003876: Notice: Trying to get property of non-object in C:\Apache24\htdocs\frontaccounting\includes\errors.inc on line 74
Database connection issue with non standard port.
Updated language templates.
Sales
Fixed payments reallocation for prepayment orders; blocked edition for open prepayment orders.
Fixed document total presentation in customer transaction inquiries.
Undefined myrow ['trans_type'] when updating sales order
0003954: RB not correct in Customer Transactions Inquiry. Removed RB from customer transactions.
Purchasing
Fixed dashboard page in Setup tab. Mixing customers in the Supplier diagram.
Fixed document total presentation in supplier transaction inquiries.
0003962: In Inventory Purchasing Report the result is wrongly showing.
Items and Inventory
Fixed Assets
Bank and General Ledger
Quick Entries. Wrong number of QE rows in presentation. Fixed.
0003921: Bug in Tax Groups fixed.
0003961: Undefined variables used during journal modify (tax included)
The issue item takes extra material besides the bom. When you produce it always takes the bom items.
Joe
Now I recall the flag. It is in the user preferences. Left pane. Save Report Selection days. If you set this to 30 days, the report selections are saved for 30 days.
Maybe this can be used.
Joe
There should be a a variable for saving the last report selections. I cannot recall which. I am not in office right now.
Joe
Thanks for pointing this out.
We are no longer supporting release 2.3, but for those still using it they could just set the value $use_costed_values to 1 instead of 0 in config.php.
For backwards compatibility in 2.4 we will just change the value $use_costed_values to 1 in config.default.php, so all new users will automatically get this option.
Should they prefer the old method for some reason, they can set this value to 0.
Thanks @boxygen for helping with this.
/Joe
Will send this to Janusz.
Joe
Are you updated with the latest repo build. I vannot reproduce this error, either on screen or in rep601.php report.
Everything is ok.
However we are planning an upgrade to 2.4.2, due to a couple of bugs.
/Joe
We will have to consult Janusz with this. I will.
/Joe
Ok, sorry my mistake. Then it is per default set to 1 in the sys_pref class. That is to say that the $SysPref->use_date_picker is set to 1 per default.
/Joe
In 2.4 all the global defined variables in config.php is assembled into the global $SysPrefs variable, so the name of the global variables is now $SysPrefs->use_date_picker. Then we only need to declare the $SysPrefs variable as global.
However if you are using the old $use_date_picker in an extension and you declare this as global in your routines is should work adequate.
For simplicity we have surrounded the new global members by macros, like user_use_date_picker();
There should be no occurrencies of the old $use_date_picker in the core, besides the one in config.php.
/Joe
Please don't use this anouncement forum for this.
However the issue has been fixed and the Repository is updated.
/Joe
Yes, but if you want to select a period less than a month this will not work. For those who absolutely want this to work on a monthly base, then it could be done this way.
Joe
If the year ends in 28.2 then it will always end in 28.2. this will always be a tricky case and I guess the Auditors will agree on that. I have never heard about a fiscal year ending on 28.2 just because of the leap year problem.
Joe
Janusz will have a look at this. Sounds like a good idea.
Joe
I guess we will let Janusz look into this.
Joe
I think I will commit these files now. I have tested them without any problems.
/Joe
Please set the variable, $go_debug, in config.php to a value of 2 to trap some errors.
Joe
Yes, you are right. The internal variable was not zeroed out before use in the Suppliers. Thanks for detecting this.
It will be committed asap to 2.4 stable repo.
In the meantime you can download the /includes/dashboard.inc and replace it in your setup.
/Joe
@nashirbadu
Did you get the time to test these 2 files. It would be nice to commit them asap.
/Joe
The implemented algorithm is the fastest way of doing it. In C/C++ these check are internally converted to assembly instructions of one line.
Still, I am waiting for test result before committing it to 2.4. And as told, it is possible to use the files in 2.3.X also as the code are the same in both releases and files. Only you will have to replace the files yourself.
/Joe
@apmuthu
No, the dates are correctly displayed in the excel report, and that is the main issue 
And yes, it is possible to backport the files to 2.3.x, however we are no longer maintaining this version, so you have to do it yourself.
But just wait a while to hear if the files are ok for shipping!
/Joe
Posts found: 976 to 1,000 of 4,990