Hello, everyone!
Well, my situation is this: I have a program and I want to charge for the use, but I realized that if I left free there would be more customers. So I thought of limiting the system and charging a monthly fee for what the user wants the most. But there are several tool options that I offer at a cost. For example:
-
Starting value: $ 0.00
-
Function1: + R $ x, 00 monthly
- Function2: + R $ x, 00 monthly
- ...
Here is where the problem is, how can I make such software? I would like to generate a ticket only at the end of the month and not several for each function that the client wants ... I need help to create a logic
I would like to give the user the opportunity to add and remove functions ... So he could choose the amount he wants to pay according to his needs ...
Does anyone have any idea how to do something like this? Have you ever worked like this? Does it have a chance to work out or are there better options?