Item Due Date
|
03-13-2018, 03:14 AM
(This post was last modified: 03-13-2018 04:06 AM by VortecCPI.)
Post: #4
|
|||
|
|||
RE: Item Due Date
Looks like this:
PHP Code: $NewItemDue = date($_SESSION['DefaultDateFormat']); Should be this in a few places: PHP Code: $NewItemDue = DateAdd (Date($_SESSION['DefaultDateFormat']),'d', $_SESSION['Items'.$identifier]->DeliveryDays); Specifically on lines 1222 and 1271 in my case of non-kit parts being sold. Also... Should we not compare that value to purchdata.leadtime value to be sure the dates work? Can a webERP expert please help clarify? https://www.linkedin.com/in/eclipsepaulbecker |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Item Due Date - Jeff Harr - 03-10-2018, 02:00 AM
RE: Item Due Date - phil - 03-10-2018, 02:16 PM
RE: Item Due Date - Jeff Harr - 03-13-2018, 01:23 AM
RE: Item Due Date - VortecCPI - 03-13-2018 03:14 AM
RE: Item Due Date - phil - 03-13-2018, 04:58 AM
RE: Item Due Date - Jeff Harr - 03-13-2018, 06:17 AM
|
User(s) browsing this thread: 2 Guest(s)