Author: apatel
Date: Thu Jul 2 13:28:36 2009
New Revision: 790582
URL: http://svn.apache.org/viewvc?rev=790582&view=rev
Log:
Demo data to show financial account of type Bank account. Ofbiz Jira 2686.
Thanks Rishi.
Added:
ofbiz/trunk/applications/accounting/data/DemoFinAccountData.xml (with
props)
Modified:
ofbiz/trunk/applications/accounting/ofbiz-component.xml
Added: ofbiz/trunk/applications/accounting/data/DemoFinAccountData.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/data/DemoFinAccountData.xml?rev=790582&view=auto
==============================================================================
--- ofbiz/trunk/applications/accounting/data/DemoFinAccountData.xml (added)
+++ ofbiz/trunk/applications/accounting/data/DemoFinAccountData.xml Thu Jul 2
13:28:36 2009
@@ -0,0 +1,34 @@
+<?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.
+-->
+<entity-engine-xml>
+
+ <FinAccount finAccountId="9000" finAccountTypeId="BANK_ACCOUNT"
statusId="FNACT_ACTIVE" finAccountName="Standard Chartered"
finAccountCode="1247854852147" finAccountPin="1234"
+ currencyUomId="USD" organizationPartyId="Company"
ownerPartyId="Company" postToGlAccountId="111000" isRefundable="Y"
replenishLevel="0.00" actualBalance="0.00" availableBalance="0.00"/>
+ <FinAccountStatus finAccountId="9000" statusId="FNACT_ACTIVE"
statusDate="2009-04-01 00:00:01.000"/>
+ <FinAccountTrans finAccountTransId="9100" finAccountTransTypeId="DEPOSIT"
finAccountId="9000" amount="50000.00"
+ partyId="Company" transactionDate="2009-04-01 00:00:01.000"
entryDate="2009-04-01 00:00:01.000" performedByPartyId="admin"/>
+
+ <FinAccount finAccountId="9001" finAccountTypeId="BANK_ACCOUNT"
statusId="FNACT_ACTIVE" finAccountName="ABN AMRO"
finAccountCode="6577852521447" finAccountPin="1234" currencyUomId="USD"
+ organizationPartyId="Company" ownerPartyId="Company"
postToGlAccountId="111000" isRefundable="Y" replenishLevel="0.00"
actualBalance="0.00" availableBalance="0.00"/>
+ <FinAccountStatus finAccountId="9001" statusId="FNACT_ACTIVE"
statusDate="2009-04-01 00:00:01.000"/>
+ <FinAccountTrans finAccountTransId="9101" finAccountTransTypeId="DEPOSIT"
finAccountId="9001" amount="75000.00"
+ partyId="Company" transactionDate="2009-04-01 00:00:01.000"
entryDate="2009-04-01 00:00:01.000" performedByPartyId="admin"/>
+
+</entity-engine-xml>
\ No newline at end of file
Propchange: ofbiz/trunk/applications/accounting/data/DemoFinAccountData.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: ofbiz/trunk/applications/accounting/data/DemoFinAccountData.xml
------------------------------------------------------------------------------
svn:keywords = "Date Rev Author URL Id"
Propchange: ofbiz/trunk/applications/accounting/data/DemoFinAccountData.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Modified: ofbiz/trunk/applications/accounting/ofbiz-component.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/ofbiz-component.xml?rev=790582&r1=790581&r2=790582&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/ofbiz-component.xml (original)
+++ ofbiz/trunk/applications/accounting/ofbiz-component.xml Thu Jul 2 13:28:36
2009
@@ -45,6 +45,7 @@
<entity-resource type="data" reader-name="demo" loader="main"
location="data/DemoGlSetupData.xml"/>
<entity-resource type="data" reader-name="demo" loader="main"
location="data/PaymentsInvoices.xml"/>
<entity-resource type="data" reader-name="demo" loader="main"
location="data/DemoAcctgTransactionData.xml"/>
+ <entity-resource type="data" reader-name="demo" loader="main"
location="data/DemoFinAccountData.xml"/>
<!-- General Payment Service Definitions -->
<service-resource type="model" loader="main"
location="servicedef/services_agreement.xml"/>