dear sir,
i like to develop a site that each cleint can enter private area and enter his income and outcome and after that to show him reports and graphs about his budget.
Please note this requires a custom code or modifications which falls into Custom coding & custom development and it is out of support policy (https://toolset.com/toolset-support-policy/). So we recommend to contact Toolset recommended service providers to further discuss the custom approach. We have some recommended list of service providers here if you would like to take a look: https://toolset.com/consultant/
tnx for your fast replay,
maybe i didnt explane my self,
i want to use the access tools to make the private area and then create a post type for the income/outcome with taxonomy on income and outcome that the user can enter.
then i was whinking to use the views to get the date for the calculation and graphs.
1. can my plane will work ?
2. is the views can give me integer number for calculations ?
2. 2. is the views can give me integer number for calculations ?
Yes, you can remove extra divs from view and get only integer value for calculation.
1. To do this please add following code in your theme’s or child theme’s functions.php file:
add_shortcode('hide-it', 'hide_it_func');
function hide_it_func(){
return;
}
2. Then please register "hide-it" custom shortcode in Toolset >> Settings >> Front-end Content >> Third-party shortcode arguments -- see attached screenshot.
3. Finally edit your View, and wrap the code [wpv-layout-start] and [wpv-layout-end] with [hide-it] shortcode, please see attached screenshot and example below: