This is an automated email from the ASF dual-hosted git repository. holivier pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
commit 49de6efaf2880c8db2cf66dcc422bb0136ca44e7 Author: holivier <[email protected]> AuthorDate: Tue Mar 31 17:22:57 2020 +0200 Documented: SFA migration to asciidoc (OFBIZ-11577) For all of HELP_SFA files content has been directly put in sfa.adoc --- applications/marketing/src/docs/asciidoc/sfa.adoc | 45 +++++++++++++++++++++++ docs/asciidoc/user-manual.adoc | 2 + 2 files changed, 47 insertions(+) diff --git a/applications/marketing/src/docs/asciidoc/sfa.adoc b/applications/marketing/src/docs/asciidoc/sfa.adoc new file mode 100644 index 0000000..1e86333 --- /dev/null +++ b/applications/marketing/src/docs/asciidoc/sfa.adoc @@ -0,0 +1,45 @@ +//// +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +//// += SFA + +Sale Force Automation component. + +== Overview +The main purpose of the SFA application is to support the process of creating orders for leads. + +The SFA application is for a specific user to list his leads, contacts accounts and opportunities. + +He can create new parties or he can assign existing parties to himself. + +== SFA in User Interface + +=== Main screen +The SFA main screen allows the quick create of any new lead and/or contact which is available on any SFA screen. +Further this screen is designed to provide an overview of this users activity. + +=== SFA Accounts find/list screen +The Accounts screen will show you the list which you have created or which have been assigned to you. + +=== SFA Contacts find/list screen +The Contact screen will show you the list which you have created. + +=== SFA Leads find/list screen +The leads screen will show you the list which you have created or which have been assigned to you. + +=== SFA SalesOpportunity find/list screen +The SalesOpportunity screen will show you the list which you have created. diff --git a/docs/asciidoc/user-manual.adoc b/docs/asciidoc/user-manual.adoc index 74b46d0..0c81f3d 100644 --- a/docs/asciidoc/user-manual.adoc +++ b/docs/asciidoc/user-manual.adoc @@ -162,3 +162,5 @@ include::../../applications/humanres/src/docs/asciidoc/humanres.adoc[leveloffset include::../../applications/manufacturing/src/docs/asciidoc/manufacturing.adoc[leveloffset=+2] include::../../applications/marketing/src/docs/asciidoc/marketing.adoc[leveloffset=+2] + +include::../../applications/marketing/src/docs/asciidoc/sfa.adoc[leveloffset=+2]

