You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Anil K Patel (JIRA)" <ji...@apache.org> on 2007/03/19 21:40:32 UTC

[jira] Created: (OFBIZ-827) FixedAssetMaintOrder, default to first item on PO

FixedAssetMaintOrder, default to first item on PO
-------------------------------------------------

                 Key: OFBIZ-827
                 URL: https://issues.apache.org/jira/browse/OFBIZ-827
             Project: OFBiz (The Open for Business Project)
          Issue Type: Improvement
          Components: accounting, assetmaint
            Reporter: Anil K Patel


When a PO is added to FixedAssetMaint, If user does not enter orderItemSeqId, look for the first item in orderItems list and use it as default.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OFBIZ-827) FixedAssetMaintOrder, default to first item on PO

Posted by "Anil K Patel (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anil K Patel updated OFBIZ-827:
-------------------------------

    Attachment: FixedAssetMaintPO.patch

> FixedAssetMaintOrder, default to first item on PO
> -------------------------------------------------
>
>                 Key: OFBIZ-827
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-827
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>          Components: accounting, assetmaint
>            Reporter: Anil K Patel
>         Attachments: FixedAssetMaintPO.patch
>
>
> When a PO is added to FixedAssetMaint, If user does not enter orderItemSeqId, look for the first item in orderItems list and use it as default.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-827) FixedAssetMaintOrder, default to first item on PO

Posted by "Anil K Patel (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12483173 ] 

Anil K Patel commented on OFBIZ-827:
------------------------------------

We have a FixedAssetMaintOrder table that will let us relate a FixedAssetMaint with multiple PO. We'll need this in case if we had Maintenance that will result in PO's send out to vender's.

To add PO to FixedAssetMaint, I'll goto Accounting-->FixedAsset-->FixedAssetMaint-->Here we have a Orders tab. Very soon I'll submit patch for adding link to this screen from AssetMaint-->FixedAssetMaint screen (Its just sitting in my workspace).

Regards
Anil



> FixedAssetMaintOrder, default to first item on PO
> -------------------------------------------------
>
>                 Key: OFBIZ-827
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-827
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>          Components: accounting, assetmaint
>            Reporter: Anil K Patel
>         Attachments: FixedAssetMaintPO.patch
>
>
> When a PO is added to FixedAssetMaint, If user does not enter orderItemSeqId, look for the first item in orderItems list and use it as default.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-827) FixedAssetMaintOrder, default to first item on PO

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12483212 ] 

Jacques Le Roux commented on OFBIZ-827:
---------------------------------------

Anil,

You patch is in OFBiz rev. 521333

Not sure to close this issue because of your last comment.

> FixedAssetMaintOrder, default to first item on PO
> -------------------------------------------------
>
>                 Key: OFBIZ-827
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-827
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>          Components: accounting, assetmaint
>            Reporter: Anil K Patel
>         Attachments: FixedAssetMaintPO.patch
>
>
> When a PO is added to FixedAssetMaint, If user does not enter orderItemSeqId, look for the first item in orderItems list and use it as default.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-827) FixedAssetMaintOrder, default to first item on PO

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12483145 ] 

Jacques Le Roux commented on OFBIZ-827:
---------------------------------------

Anil,

I wanted to tried it but I'm a beginner regardind FixedAssetMaint. How to do you add a PO to a FixedAssetMaint. Do you have you a simple example please ?

Thanks

> FixedAssetMaintOrder, default to first item on PO
> -------------------------------------------------
>
>                 Key: OFBIZ-827
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-827
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>          Components: accounting, assetmaint
>            Reporter: Anil K Patel
>         Attachments: FixedAssetMaintPO.patch
>
>
> When a PO is added to FixedAssetMaint, If user does not enter orderItemSeqId, look for the first item in orderItems list and use it as default.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-827) FixedAssetMaintOrder, default to first item on PO

Posted by "Anil K Patel (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12482937 ] 

Anil K Patel commented on OFBIZ-827:
------------------------------------

This patch is good for commit from my side. (I mention this because lately I have uploaded lot of incomplete patches for early review)

> FixedAssetMaintOrder, default to first item on PO
> -------------------------------------------------
>
>                 Key: OFBIZ-827
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-827
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>          Components: accounting, assetmaint
>            Reporter: Anil K Patel
>         Attachments: FixedAssetMaintPO.patch
>
>
> When a PO is added to FixedAssetMaint, If user does not enter orderItemSeqId, look for the first item in orderItems list and use it as default.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (OFBIZ-827) FixedAssetMaintOrder, default to first item on PO

Posted by "Anil K Patel (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anil K Patel closed OFBIZ-827.
------------------------------

    Resolution: Fixed

I'll create another Issue for this.

> FixedAssetMaintOrder, default to first item on PO
> -------------------------------------------------
>
>                 Key: OFBIZ-827
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-827
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>          Components: accounting, assetmaint
>            Reporter: Anil K Patel
>         Attachments: FixedAssetMaintPO.patch
>
>
> When a PO is added to FixedAssetMaint, If user does not enter orderItemSeqId, look for the first item in orderItems list and use it as default.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.