[jira] [Updated] (OFBIZ-7713) Introduce a quick way for adding Sales Price agreements with customers for any specific product from Catalog

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (OFBIZ-7713) Introduce a quick way for adding Sales Price agreements with customers for any specific product from Catalog

Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-7713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mohammad Kathawala updated OFBIZ-7713:
--------------------------------------
    Attachment: OFBIZ-7713.patch

Added patch with following changes:

1) Added new screen for Create Sales Agreement form in ProductScreens.xml
2) Added new link on View Product Agreements screen of Create Sales Agreement to redirect user to the form and also added controller request for the same.
3) Added Create Sales Agreement form in ProductForms.xml mentioned fields in the ticket.
4) Added a group service called createSalesAgreement which contains 3 services: i) createAgreement ii) createAgreementItem iii) createAgreementProductAppl. Added new groups.xml file in product/servicedef.
5) Added a controller request on submitting the form which will call the group service.

> Introduce a quick way for adding Sales Price agreements with customers for any specific product from Catalog
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-7713
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-7713
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: product
>    Affects Versions: 14.12.01, 15.12.01
>            Reporter: Swapnil Shah
>            Assignee: Mohammad Kathawala
>         Attachments: OFBIZ-7713.patch, SPA.png
>
>
> Currently new pricing agreements creation takes user to Accounting app where it is quite an long and arduous process. And many a times a catalog or sales manager doesn't have accounting permission in case quick pricing agreement needs to be placed with customer for specific product(s).
> We can provide a quick option from Catalog >> Product >> Agreement screen over "Sales" section that could unfold as follows:
> # Have a 'Create Price Agreement' link/button on the Sales Panel and hitting this link could ask user to enter following very basic parameters:
> #- Party Id From
> #- Party Id To (Default it to product store's owner party id)
> #- From Date (default it to show as now() timestamp)
> #- Through Date
> #- Description
> #- Price
> #- Currency
> # Upon successful submission of above details system should create Agreement and Agreement Item between customer and organization by passing following default values:
> #- Role Type Id From = 'Customer'
> #- Role Type Id To = 'Internal Organization'
> #- Agreement Type Id = 'Sales'
> #- Agreement Item Type Id = 'Pricing'
> #- Product Id= '<ProductId on screen>'
> Please refer to attached screenshot for reference placeholder



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)