2,151

(11 replies, posted in Manufactoring)

The workflow during Manufacturing is as follows:

When you create a Work Order (WO), you can select Advanced Manufacturing. There are several steps to go after that.
1. First release the WO. No material or GL transactions are done.
2. Issue extra items if needed. No  material of GL transactions are done.
3. Extra costs can be entered. GL transactions are done.
3. Productions of X items (part or all). The Bill of Material (BOM) and extra issued items are transfered. GL transactions are done.

It is not possible to change this behaviour without changing the whole manufacturing system.

/Joe

Please goto to post no. 14 in this topic

/Joe

2,153

(2 replies, posted in Installation)

Please goto to post no. 14 in this topic

/Joe

Please replace your existing /includes/session.inc with this one from the newly updated HG repository.

It removed the error for me on a specific server.

/Joe

Please try to change line 362 in /includes/session.inc from:

header("Cache-control: private");

to

header("Cache-control: no-cache");

and see if it helps.

/Joe

2,156

(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,157

(9 replies, posted in Reporting)

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

/Joe

2,158

(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,161

(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,162

(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,169

(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