-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancement of the functionality - total price calculator #843
Comments
@fredericalpers During my investigate, I found that when calculating values such as "Notary fees", "Land register", "Property transfer tax", "broker commission", rounding needs to be applied for display on the Frontend. Therefore, the rounding rule I will implement is like the example below:
=> Is the rounding method I suggested correct? If not, please help me figure out the proper way to round
In the backend, we can only check the existence of 3 fields "kaufpreis", "aussen_courtage", "bundesland" in the field list As for the requirement "If only one of these fields do not have values in onOffice enterprise the features checkbox should be disabled", we cannot check it in the Admin.
Please let me know your opinion. Thanks! |
@fredericalpers If possible, please answer my questions promptly so I can continue working on the issue. Thank you! |
@fredericalpers I got it, thank you |
@fredericalpers We have found some issues to confirm with you when testing issue 843
|
@fredericalpers Please answer my questions as soon as possible, so I can continue working on the issue. Thank you! |
Please use the field names.
Initially the feature is only working for the German customers. So the format currency should be as seen in your first screenshot. In the future we will enhance this feature to be able to match the regulations of other countries. |
@fredericalpers I have implemented the feature total price calculator. This is evidence 843.mp4Please check and let me know your opinion. Thanks! |
@dai-eastgate thank you, it looks good so far :) we will review this as soon as possible. |
Enhancement of the functionality - total price calculator
User Story
As a real estate agent, I would like to see a visual representation in the detailed view of my properties that breaks down the total price of a property so that my clients have a clear overview of the costs. The chart should be calculated automatically from the values entered in onOffice enterprise and fixed values stored in the plugin. This feature provides a transparent breakdown of the total cost of a property and helps potential buyers to see all the costs involved at a glance, making it easier to make a decision.
Requirements / Tasks
Add new box "Total costs calculator" in detail view in the backend of the onOffice for WP-Websites Plugin.
Add checkbox to activate / deactivate the feature in the frontend. Default = not checked.
Integration of all necessary queries for values from onOffice enterprise (kaufpreis (purchase price), aussen_courtage (broker commmission), bundesland (state)). If only one of these fields do not have values in onOffice enterprise the features checkbox should be disabled. The "aussen_courtage" (Broker commission) field is a text field. For calculations we only want to use the %-value. E.g. 3,57%, all other text needs to be filtered out.
Implementation of the Property transfer tax (see Notes) into the plugin. The values should be used for the calculation according to the "Bundesland" field value in onOffice enterprise.
Implementation of the Notary fees with a standard value of 1,5% into the plugin.
Implementation of the Land register entry with a standard value of: 0,5% into the plugin.
Implementation of the costs overview in the frontend as seen in Design/Screenshot "Frontend".
Notes
Design / Screenshots
Plugin Backend:
Frontend:
The text was updated successfully, but these errors were encountered: