A good idea, but will have to wait until resurces are there.
/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
A good idea, but will have to wait until resurces are there.
/Joe
Fixed. HG repository updated. A new empty.po will have to wait until next minor.
/Joe
This will be done when resources allow it.
/Joe
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
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
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
I don't recognize the report you mention. Is this a Custom Report from Extensions?
/Joe
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
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'.
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
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
FrontAccounting forum → Posts by joe
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 4 official extensions. Copyright © 2003–2009 PunBB.