Hello all,
I'm trying to set up a payment process in webcon for Rents. The idea is:
- Open request and save the date of request (as the current date)
- Calculate how many months until end of year (civil year)
- Initialize the item list with the number of rows as the number of months
- Each row will create independently the payment for that month
Although I have all the idea structured, I'm facing some questions in regards to:
- How can I initialize dynamically the item list with an information from an integer form field? Didn't find anything in the options using SQL query
- Is it possible to translate the number of months as text field, example, from today until end of year, we have September/October/November/December, or at least, have in each row the month number
I'm feeling that this is will be impossible to achieve!
Hope anyone has a brilliant idea!
Thank you!