Author: deepak
Date: Sat Sep 3 19:36:07 2016 New Revision: 1759130 URL: http://svn.apache.org/viewvc?rev=1759130&view=rev Log: (OFBIZ-7969) Added missing file in my last commit related to AgreementContent feature. Added: ofbiz/trunk/applications/accounting/data/helpdata/HELP_ACCOUNTING_EditAgreementContents.xml (with props) Added: ofbiz/trunk/applications/accounting/data/helpdata/HELP_ACCOUNTING_EditAgreementContents.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/data/helpdata/HELP_ACCOUNTING_EditAgreementContents.xml?rev=1759130&view=auto ============================================================================== --- ofbiz/trunk/applications/accounting/data/helpdata/HELP_ACCOUNTING_EditAgreementContents.xml (added) +++ ofbiz/trunk/applications/accounting/data/helpdata/HELP_ACCOUNTING_EditAgreementContents.xml Sat Sep 3 19:36:07 2016 @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +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. +--> +<section xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + version="5.0" xmlns:xl="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude" + xsi:schemaLocation="http://docbook.org/ns/docbook ../../../content/dtd/docbook.xsd" + xmlns="http://docbook.org/ns/docbook"> + <title>The Agreement Content help screen</title> + <para>This screen use for uploading any contents that concern the agreement. The screen consists of :</para> + <itemizedlist> + <listitem><para>- Add Agreement Content</para></listitem> + <listitem><para>- Agreement Content List</para></listitem> + </itemizedlist> + <section> + <title>Add Agreement Content</title> + <para> + To upload the content. The content can be classified by choosing the Content Type Id and Mime Type Id. + </para> + </section> + <section> + <title>Agreement Content List</title> + <para> + To Show the list of contents. There are 2 buttons in each content: + <orderedlist> + <listitem><para>Download : To download the uploaded content</para></listitem> + <listitem><para>Delete : To delete the uploaded content</para></listitem> + </orderedlist> + </para> + </section> +</section> Propchange: ofbiz/trunk/applications/accounting/data/helpdata/HELP_ACCOUNTING_EditAgreementContents.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/trunk/applications/accounting/data/helpdata/HELP_ACCOUNTING_EditAgreementContents.xml ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/trunk/applications/accounting/data/helpdata/HELP_ACCOUNTING_EditAgreementContents.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml |
Free forum by Nabble | Edit this page |