2,151

(38 replies, posted in Accounts Receivable)

An error happened when implementing the email of sales document.

In /reporting/rep111.php, line 83 
    
    $contacts = get_branch_contacts($branch['branch_code'], 'order', $branch['debtor_no'], false);

The last parameter in get_branch_contacts should be true

    $contacts = get_branch_contacts($branch['branch_code'], 'order', $branch['debtor_no'], true);

You can look up this function call in rep109.php, rep110.php, rep111.php nd rep113.php and change the last paraameter to true.

These change has been changed in the HG repository.

Thanks for pointing this out!

/Joe

2,152

(9 replies, posted in Reporting)

I don't recognize the report you mention. Is this a Custom Report from Extensions?

/Joe

2,153

(2 replies, posted in Items and Inventory)

This is strange. I cannot reproduce this. If you look at the Standard Cost for the items in Items and Inventory you should see the correct values.

Did you do some item adjustments with zero price? Or something else that influenced the Cost Price?

/Joe

This works just as it should.

Check to see the standard cost in items and inventory tab for the item.

Joe

Are you sure there is a standard cost for the item?

/Joe

2,156

(10 replies, posted in Announcements)

Announcement
------------
This release is a 2.3.14 release, and is considered as stable.

Common
------
- Fixes for Graphic Pie and Donut.
- Added back links to allocation inquiries on final page of customer/supplier payment.
- Fixed Customer Payment Edition.
- 'Page expired' prevention rewritten due to caching problems in some browsers.
- Database structure was not updated for extension packages activated by default.
- Fixed write test for main directory during install.
- All outgoing emails are optionally send also to BCC mailbox configured in company setup.
- Increased the allowed entry of chars in company name, login and create_coy to 50.
- New $def_print_orientation variable in config.default.php
- Print Links uses def_print_orientation value.
- Implemented Selectable Print Orientation (Portrait, Landscape) for all reports in report centre.

Sales
-----
- Added option to sort by customer and order number in customer allocations.

Purchasing
---------

Items and Inventory
------------------
- New core report, Inventory Purchasing Report in Items and Inventory.

Banking and General Ledger
--------------------------
- Added check for correct account selected for Retained Earnings and Profit/Loss Year in GL Setup.
- The on-screen reports Trial Balance and P&L Drilldown now follow the printed reports periods.
- Translation conflicts in Bank Deposit/Payment. The 'To' should be 'Into'.

2,157

(3 replies, posted in Reporting)

No, I think not. We can send out statements when appropriate. Not balance on invoice.

/Joe

Done!

/Joe

It has been fixed with the last commit to HG repository for both 2.3 and 2.4.

/Joe

Hello Apmuthu,

The 2 warnings in line 310 and 317 are from the database. We have decided to report all errors/warnings from database in English only.

The sales quotation and other documents will now break if there are no documents in database.

/Joe

Thanks, I have already done it. However much appreciated for info to check. Thanks again. Will be checked before testing.

Joe

Stay cool guys, we felt that we have to implement the Page Orientation also in the upcoming 2.3.14 that are about to release tomorrow.

We will use the night for testing, so no side-effect should be there.

/Joe

No, they require some smaller changes in recalculating column offsets.
Due to the huge amount of file changes, I have decided to let it go into release 2.4.

Just another reason to upgrade, when we are through the testing period after release of 2.4 RC.
I would guess that this release is going to be in a month or two.

Joe

2,164

(1 replies, posted in Wish List)

You can achieve the same thing by doing the following. F.i.  Letting 100201 and 100202 belong to the same and only group. The groups can even be parents to another group. So you can build sophisticated accumulators.

Joe

I guess we are close, but I am not the only one to decide this. A realistic guess would be one or two months.

/Joe

The Report Selector Orientation (Portrait, Landscape) is now implemented in Report Centre for all Reports in FA Release 2.4 (unstable).

If Landscape is selected, the column offsets are recalculated with the new page width.

In config.default.config.php (config.php) a flag for this orientation is added

    /* default print orientation. 0 = Portrait, 1 = Landscape */
    $def_print_orientation = 0;

/Joe

Yes, I know this is possible, but this is another unneeded support issue.

The other argument against it is that a good typist could easily enter the URL in a browser from a printed copy. This is not possible at all with this new implementation.

Joe

We are not planning to update the TCPDF  in a while. They used to have upgrades every week a while ago.

As told, this doesn't work in Foxit reader and we should not change something that does not work in all pdf viewers.

/Joe

Foxit reader!

/Joe

Hold your horses a bit. This new link does not work in certain PDF-readers.

The old, ugly one, did work. And for printed copies, you could just enter the URL in your browser and pay it this way too.

/Joe

The link does not work from the pdf-reader.

The full link before (the ugly one if you like) worked like it should.
And for those who have a printed copy, they can just enter the link as is in the browser and they can pay it this way too.

/Joe

Done.

I guess we are done with this topic now.

/Joe

Well, frankly speaking, I am not sure. It is several years since this link to paypal was added. And of course it is only good when viewing the document in the pdf reader.

apmuthu, you are mostly on your own here. Please test it and see.

/Joe

The paper sizes should not be selectable in the form. This is set in the Display Setup / Preferences.

However one solution could be so have a selector for the portrait/landscape mode (just before the destination selector).

If landscape is chosen, then the column starts could just be recalculated accordingly to the new paper width.

If the report from the beginning is in landscape (custom report), then this portrait/landscape selector should not be there.

We could try to adapt this in the upcoming release 2.4, due to that all the reports have to be changed.

What do you say, guys?

/Joe

2,175

(24 replies, posted in Setup)

If you send me a csv file with the accounts/groups/classes I can help you prepare one.

/Joe