You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Bilgin Ibryam (JIRA)" <ji...@apache.org> on 2007/08/17 15:06:30 UTC

[jira] Commented: (OFBIZ-1209) Canceling rental product reservations (room booking)

    [ https://issues.apache.org/jira/browse/OFBIZ-1209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520548 ] 

Bilgin Ibryam commented on OFBIZ-1209:
--------------------------------------

May be it is also a good idea  to change the status of the associated workefforts to CAL_CANCELLED.
This way  we can keep track (through WorkEffortStatus entity) who and when canceled the rental product .

> Canceling rental product reservations (room booking)
> ----------------------------------------------------
>
>                 Key: OFBIZ-1209
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1209
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Bilgin Ibryam
>            Assignee: Hans Bakker
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: cancelRental.patch
>
>
> Hi all,
> This is an initial service for canceling rental product reservations, visible through fixed asset calendar.
> It is called on a seca rule while canceling order items and cancel the whole future reservation, or if the order is canceled in the middle of reservation period, only the future dates (from tomorrow till the end of reservation) will be canceled.
> For now i put it in OrderServices.java file, but i see that there is new directory for rental things in product, so may be that is the right place.
> This service is working fine for me but may be needs some changes/improvements, so i'll be happy to hear any comments.
> Regards,
> Bilgin Ibryam

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