526 04/22/2019 08:11:53 am
Re: sales_order_ui.inc has a bug (13 replies, posted in Report Bugs here)
527 04/22/2019 07:24:40 am
Re: removing a company messes up the system (9 replies, posted in Installation)
Ok, we may rather need Janusz's opinion to this.
Joe
528 04/21/2019 08:57:04 pm
Re: sales_order_ui.inc has a bug (13 replies, posted in Report Bugs here)
@kvvaradha.
Did you mean that it was ok to change the
line 505 in /sales/includes/ui/sales_order_ui.inc
from:
sales_items_list_cells(null,'stock_id', last_sales_order_detail($order, 'stk_code'), false, true, true);
to:
sales_items_list_cells(null,'stock_id', null, false, true, true);
?
/Joe
529 04/20/2019 03:35:43 pm
Re: sales_order_ui.inc has a bug (13 replies, posted in Report Bugs here)
@kvvaradha
Please make a comment on this. Do you agree with @apmuthu?
Joe
530 04/20/2019 11:04:00 am
Re: After Closing FY, All profits added into Expenditure Account (18 replies, posted in Banking and General Ledger)
For your information accountants will not be confused about how the accounts are balanced when closing a FY. To bring forward (Close) a balanced accounts to the next FY where balance accounts are equal then the result accounts must also be equal where the former Calculated Return now has landed on the Year Results Account, Debit for Gain or Credit for Loss.
This is normal handling for all accountant.
If you are in doubt, please contact your local accountant.
Joe
531 04/19/2019 08:05:17 pm
Re: After Closing FY, All profits added into Expenditure Account (18 replies, posted in Banking and General Ledger)
As an addendum. Are you using the last 2.4.6 release. Because I maybe recalling an issue a while ago.
/Joe
532 04/19/2019 07:52:00 pm
Re: After Closing FY, All profits added into Expenditure Account (18 replies, posted in Banking and General Ledger)
I don't know what you are doing.
These routines with closing years has been working for at least 12 years without problems.
/Joe
533 04/19/2019 02:42:36 pm
Re: user_list_cells Real name sometimes shows empty (3 replies, posted in FA Modifications)
534 04/16/2019 09:22:44 am
Re: Website Transfer. (7 replies, posted in Announcements)
Sure, it was my plan too. A little more interactive perhaps.
/Joe
535 04/14/2019 09:38:01 pm
Re: user_list_cells Real name sometimes shows empty (3 replies, posted in FA Modifications)
Thanks @kvvaradha.
This has been fixed and committed to stable repo.
The fixed file can be downloaded here.
Joe
536 04/13/2019 07:51:10 am
Re: unnecessary function inside sales_order_db.inc (4 replies, posted in Report Bugs here)
@Braath Waate.
You are right. It was my fault that this was a missing parameter. Thanks.
@kvvaradha.
It was you that suggested the correct fix, but I accidently missed this function call on a line. Sorry for that.
Fixed and committed to stable repo. The /sales/includes/ui/sales_order_ui.inc can be downloaded here.
/Joe
537 04/12/2019 04:47:05 pm
Re: unnecessary function inside sales_order_db.inc (4 replies, posted in Report Bugs here)
Thanks @kvvaradha.
I will check later.
Joe
538 04/07/2019 06:53:30 am
Re: Recurrent Invoices in 2.4 is not sending (15 replies, posted in Report Bugs here)
This has been fixed in core and committed to stable repo.
The fixed file can be downloaded here.
Thanks for finding this!
/Joe
539 04/04/2019 07:28:17 pm
Re: Cannot download repo index file. error 2.4.6 (10 replies, posted in Report Bugs here)
The repo should work again. Sorry for the Miss.
Joe
540 04/03/2019 01:50:48 pm
Topic: Website Transfer. (7 replies, posted in Announcements)
Hello Guys,
We had to transfer the Website to a new Webhost due to outrageous price increase.
This transfer is now done. Hopefully without too much problems.
I can understand that there might be some missing posts. In that case forgive us and try to enter them again.
In a couple of months we will try to release a 2.5 Alpha. Included will be a Human Resource Planning (HRM or Payroll) that has been developed by @notrinos. It will have a few changes to adapt to the core of FA.
There will also be some improvements on the themes. We will implement a poll, with the various new themes presented by some developers.
/Joe
541 04/03/2019 01:40:12 pm
Re: Cannot download repo index file. error 2.4.6 (10 replies, posted in Report Bugs here)
Yes, I can reproduce this. Will talk to Janusz about this.
/Joe
542 03/26/2019 12:48:01 am
Re: Sales Direct Invoice has due_date and delivery_date bug (15 replies, posted in Report Bugs here)
@JimmyC
The file /sales/includes/db/sales_invoice_db.inc has now been fixed and committed to stable.
A Fixed file can be downloaded here
Joe
543 03/26/2019 12:01:39 am
Re: Sales Direct Invoice has due_date and delivery_date bug (15 replies, posted in Report Bugs here)
@JimmyC
Thanks JimmyC. I have found the bug now. There is a zero amount tax record with an amount of 50 that are inserted in the trans_tax-details table.
The tax amount of this is 0 and is inserted as a 0 amount of tax with an unknown account. This record should never create a gl_trans.
I will fix that in a while.
/Joe
544 03/25/2019 08:41:49 am
Re: Sales Direct Invoice has due_date and delivery_date bug (15 replies, posted in Report Bugs here)
@jimmyC
I have been doing some investigation about this empty account line.
This line is created if floatcmp reports a balance. Look in gl_db_trans.inc, line 95.
There should also be an error line in your tmp/errors.log file for the date. Please have a look and report.
But the reason that the account code is empty is that there is no System and GL account for 'exchange_diff_act'.
If you go into Setup/System and GL setup and look up this account, there might be a value here, but if it doesn't show the right account change the account to show the right act, then save the setup.
Then please try another Direct Invoice. Now it should work.
/Joe
545 03/25/2019 12:35:03 am
Re: Sales Direct Invoice has due_date and delivery_date bug (15 replies, posted in Report Bugs here)
the later GL transactions seems to include an empty account line (are there any missing accounts in your chart of accounts.
FA should never post anything to an empty account.
The line could be some rounded values, but the value is 0 so this looks strange.
I have no idea. In my testing everything went ok in the GL lines and it should do so.
Please check that all your default accounts in the System and GL setup are ok. Do this check in the phpMyAdmin.
/Joe
546 03/24/2019 05:06:34 pm
Re: Sales Direct Invoice has due_date and delivery_date bug (15 replies, posted in Report Bugs here)
Hello again.
I found the place to fix the bug and this has been committed to stable repo.
/Joe
547 03/23/2019 10:26:47 pm
Re: Sales Direct Invoice has due_date and delivery_date bug (15 replies, posted in Report Bugs here)
Hello again @JimmyC.
I see the problem now. When the Document date is earlier than todays date, then the duedate becomes todays date. This is only for Cash Payments.
I have problem finding where to fix this error. Janusz wrote these routines. I will ask him to fix this. Thanks for reporting this.
/Joe
548 03/23/2019 09:49:04 am
Re: Sales Direct Invoice has due_date and delivery_date bug (15 replies, posted in Report Bugs here)
@JimmyC.
I cannot reproduce your examples in version 2.4.6. However there was a presentation bug in Sales Order View.
In the Direct Invoice, the Sales Order is automatically created with the reference 'auto'. The value in the due_date field was the later invoice due_date. So in the dispatch view, you will see the label 'Due Date' instead of 'Requested Delivery'.
Therefore I have changed the 'Sales Order View' to present the 'Due Date' value if the reference is 'auto'.
This should eliminate the misunderstanding.
I am open for other users testing this to see if I have missed another bug.
The view_sales_order.php has been committed to stable repo.
/Joe
549 03/21/2019 09:35:25 pm
Re: No exchange rate working in FA now (20 replies, posted in Report Bugs here)
This has been committed to stable repo. Thank you @notrinos for providing this.
Remember to change the settings in config.php also.
/Joe