Almost done with my module. I need help in developing a formula to compute the monthly amortization that looks at dates.
@LeiCuntapay create boolean line items for start period, end period and middle periods and populate the booleans. By using the boolean line items you calculate as shown below start period line item→ if start boolean then Amount spread* Active days/ No.of days middle period line item → if middle boolean then Amount spread else 0 start + Middle line item → start period+ middle period ( start & middle period data in single line item, keep summary method SUM) end period line item → if end boolean then amount- TIMESUM(start+ middle) else start + Middle so end period line item gives you the monthly amortization. By using individual lineitems or by merging the logics in single line item you can do this Hope this helps. Sri Nitya
This could be the total cost, salary, or any other amount that needs to be prorated. This is the number of days for which the pro rata calculation is required. Use 365 for a common year or 366 for a leap year. Multiply the total amount by the number of days in the period, then divide by the total days in the year.
Hi all, The Client ID and Client Secret are available, intended for uploading and downloading files. Could anyone advise how to use these credentials DIRECTLY to make API requests? Thank you!
At Uphold customer support ⭐+1-888-355-2348 accounts may be temporarily disabled or restricted for various reasons. Raise a concern on priority basis at Uphold support ⭐+1-888-355-2348 if you notice any suspected malicious activity, or a problem during account recovery. To contact Uphold support directly at…
I have A6 as the parent list and two sibling lists: A6.5 and A7. The A7 list includes an attribute that maps to A6.5. In the UX, the user will select A6.5 using a content selector, and the grid (dimensioned by A7) should display only the A7 items associated with that selected A6.5. Since the selector is a page context and…