View • Attachments (0) • Info
| Version | Date | User | Description |
|---|---|---|---|
| 1.0 | 02/09/2009 | |
Initial Spec |
| 1.0 | 02/16/2009 | |
Modified after updated functional spec |
| 1.1 | 02/18/2009 | |
Final Spec (that describes steps completed so far) |
| 1.2 | 02/25/2009 | |
Final Spec (renamed taxRegionCode attribute to taxRegionCodeExt and taxRegion object to TaxRegionObj) |
An account-related field called "Sales Tax Code" exists in FRS, but not in KFS. An extended attribute called "Tax Region Code" will represent this sales tax code, and will apply to all accounts. It will link to the existing Tax Region Code in KFS and will need to be displayed on the Account Inquiry screen in the Extended Attributes tab.
<bean id="AccountExtension-taxRegionCode" parent="AccountExtension-taxRegionCode-parentBean" /> <dd:boAttributeRef id="AccountExtension-taxRegionCode-parentBean" abstract="true" parent="TaxRegion-taxRegionCode-parentBean" attributeName="taxRegionObJ.taxRegionCode" />
<bean id="Account-taxRegionCode" parent="Account-taxRegionCode-parentBean" /> <dd:boAttributeRef id="Account-taxRegionCode-parentBean" abstract="true" parent="AccountExtension-taxRegionCode-parentBean" attributeName="extension.taxRegionCodeExt" />
<property name="relationships"> <list merge="true"> <dd:relationship objectAttribute="extension.taxRegionObj"> <dd:primitiveAttribute source="extension.taxRegionCodeExt" target="taxRegionCode" /> </dd:relationship> </list> </property>
<bean id="AccountMaintenanceDocument" parent="AccountMaintenanceDocument-parentBean"> ... <property name="defaultExistenceChecks"> <dd:defaultExistenceChecks> ... <!-- includes all delivered boAttribute definitions --> <dd:check boAttribute="extension.taxRegionObj" attributeToHighlightOnFail="extension.taxRegionCodeExt" /> </dd:defaultExistenceChecks> </property> </bean>
|
Browse Space |
Explore Confluence |
Your Account |
Add Content |