WDE Penalty Fee

Get Started. It's Free
or sign up with your email address
WDE Penalty Fee by Mind Map: WDE Penalty Fee

1. Standard AUS

1.1. Penalty Fee exists at Facility Account level(on Facility Level "Donot Pay Charges" is not selected)

1.1.1. Who pays "Customer Pays PF"

1.1.1.1. PF has value

1.1.1.1.1. no records in PF config table

1.1.1.1.2. Many start and end

1.1.1.2. PF has no value

1.1.1.2.1. value is read from country table

1.1.2. Who pays "Facility Pays"

1.1.2.1. PF has a value

1.1.2.1.1. We should display 0 to the customers

1.1.2.2. PF has no value

1.1.2.2.1. value is read from country table

1.1.3. Who pays "No Penalty Fees"

1.1.3.1. Payment Plan tab

1.1.3.2. Sign contract

1.1.3.3. PDF

1.1.3.4. Offline Business

1.1.3.5. Offline Individual

1.1.3.6. whole number

1.1.3.7. Decimal

1.1.3.8. Note: in this case the amount will be read from country cofiguration

1.2. Do not Charge PF at Facility Level

1.2.1. PF should be displayed 0

1.2.1.1. Payment Plan tab

1.2.1.2. Sign contract

1.2.1.3. PDF

1.2.1.4. Offline Business

1.2.1.5. Offline Individual

2. SCOPE : for all test cases we will compare the value displayed in UI and PDF to the results of SQL function dbo.GetFacilityAccountPenaltyFeeAmount we will not validate the correctness of implementation of dbo.GetFacilityAccountPenaltyFeeAmount as Soul Reapers are testing this function and its out of our scope

3. Behavior as per this doc DS Information spaces should be:

3.1. If on Facility Level "Do not Charge PF" is selected , PF will be 0

3.2. IF "Do not Charge PF" on Facility level is not selected

3.2.1. Check if there is PF at account level and an apply it if it exists

3.2.1.1. This is out of the current scope as at the time of of using WDE no Account is created yet .This check will be done at the actual time of Applying the charge

4. Standard NZ

4.1. Penalty Fee exists at Facility Account level(on Facility Level "Donot Pay Charges" is not selected)

4.1.1. Customer Pays PF

4.1.1.1. PF has value

4.1.1.1.1. no records in PF config table

4.1.1.1.2. Many start and end

4.1.1.2. PF has no value

4.1.1.2.1. value is read from country table

4.1.2. Facility Pays

4.1.2.1. PF has a value

4.1.2.1.1. We should display 0 to the customers

4.1.2.2. PF has no value

4.1.2.2.1. value is read from country table

4.1.3. No PF on facility account

4.1.3.1. Payment Plan tab

4.1.3.2. Sign contract

4.1.3.3. PDF

4.1.3.4. Offline Business

4.1.3.5. Offline Individual

4.1.3.6. whole number

4.1.3.7. Decimal

4.1.3.8. Note: in this case the amount will be read from country cofiguration

4.2. Do not Charge PF at Facility Level

4.2.1. PF should be displayed 0

4.2.1.1. Payment Plan tab

4.2.1.2. Sign contract

4.2.1.3. PDF

4.2.1.4. Offline Business

4.2.1.5. Offline Individual