[ https://issues.apache.org/jira/browse/OFBIZ-6040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14298818#comment-14298818 ] Adrian Crum commented on OFBIZ-6040: ------------------------------------ Here are some order roles I use: {code} <RoleType roleTypeId="ORDER_ROLE" description="Order Role" parentTypeId="PARTY_ROLE" /> <!-- The party that had the original demand for the goods and/or services and therefore initiated the procurement transaction. --> <RoleType roleTypeId="ORD_ORIGIN" description="Order Originator" parentTypeId="ORDER_ROLE" /> <!-- The party that purchases the goods or services on behalf of the Originator. --> <RoleType roleTypeId="ORD_BUYER" description="Order Originator Buyer (Agent)" parentTypeId="ORDER_ROLE" /> <!-- The party to whom goods should be delivered. --> <RoleType roleTypeId="ORD_SHIP_TO" description="Order Ship To Party" parentTypeId="ORDER_ROLE" /> <!-- The party responsible for making settlement relating to a purchase and resolving billing issues using a Debit Note. This is also the "Payee" party mentioned in the UBL. --> <RoleType roleTypeId="ORD_BILL_TO" description="Order Bill To Party" parentTypeId="ORDER_ROLE" /> <!-- The party responsible for handling Originator and Buyer services. --> <RoleType roleTypeId="ORD_SELLER" description="Order Seller" parentTypeId="ORDER_ROLE" /> <!-- The party where goods are to be collected from. --> <RoleType roleTypeId="ORD_SUPPLIER" description="Order Supplier Party (Dispatch)" parentTypeId="ORDER_ROLE" /> <!-- The party who claims the payment and is responsible for resolving billing issues and arranging settlement. --> <RoleType roleTypeId="ORD_BILL_FROM" description="Order Bill From Party" parentTypeId="ORDER_ROLE" /> <!-- The party who receives a shipment into inventory. --> <RoleType roleTypeId="ORD_RECEIVER" description="Order Receiver" parentTypeId="ORDER_ROLE" /> <!-- The party arranging the carriage of goods, including connected services and/or associated formalities. --> <RoleType roleTypeId="ORD_FREIGHT" description="Order Freight Forwarder (Shipping Company)" parentTypeId="ORDER_ROLE" /> <!-- The party approving the order. --> <RoleType roleTypeId="ORD_APPROVER" description="Order Approver Party" parentTypeId="ORDER_ROLE" /> <!-- The party that sells the goods or services on behalf of the Seller. --> <RoleType roleTypeId="ORD_SALES_REP" description="Order Sales Representative" parentTypeId="ORDER_ROLE" /> <!-- The OFBiz user who created the order. --> <RoleType roleTypeId="ORD_TAKER" description="Order Entry (OFBiz user)" parentTypeId="ORDER_ROLE" /> <!-- The party who makes regulatory export declarations, or on whose behalf regulatory export declarations are made, and who is the owner of the goods or has similar right of disposal over them at the time when the declaration is accepted. --> <RoleType roleTypeId="ORD_EXPORTER" description="Order Exporter" parentTypeId="ORDER_ROLE" /> <!-- The party appointed by the Government of a country who has the right to certify a Certificate of Origin. --> <RoleType roleTypeId="ORD_ENDORSER" description="Order Export/Import Endorser" parentTypeId="ORDER_ROLE" /> <!-- The party who makes, or on whose behalf an agent or other authorized person makes, an import declaration. This may include a person who has possession of the goods or to whom the goods are consigned. --> <RoleType roleTypeId="ORD_IMPORTER" description="Order Importer" parentTypeId="ORDER_ROLE" /> {code} > Extend Ordermgr to provide an overview of parties and their roles of an order > ----------------------------------------------------------------------------- > > Key: OFBIZ-6040 > URL: https://issues.apache.org/jira/browse/OFBIZ-6040 > Project: OFBiz > Issue Type: Improvement > Components: order > Affects Versions: Trunk > Reporter: Pierre Smits > Assignee: Nicolas Malin > Labels: order, roles > > Currently the screens of an order show only references to the following parties related to the order: > * the internal party (referenced through OrderRoles) > * the opposing party (the customer or the supplier - referenced through the OrderRoles entity) > * the creator of the order (referenced in the OrderHeader entity) > * the approver, rejecter and on-hold placer (referenced through the OrderStatus entity > But an overview of all the parties involved in the process of creation and evaluation of an order (think responsible sales-/purchase managers of both contract partners, legal counsel of both parties, etc) is not available. Nor can these kinds of players be added or changed in current feature set regarding an order. -- This message was sent by Atlassian JIRA (v6.3.4#6332) |
Free forum by Nabble | Edit this page |