Description: In Calc's Function Wizard, the user is requested to enter the following parameters: Settlement, Maturity, Coupon, Yield, Frequency and Basis. In the Help files, the following different set of parameters is described for the function: Rate, PV and FV. Also pressing the Help button with the Duration function displayed on the Function Wizard invokes the wrong Help page. The information for DURATION_ADD is displayed. Steps to Reproduce: 1.Open Function Wizard, select Financial category and select Duration function. 2.Inspect list of parameters in Function Wizard. 3.Press Help button on Function Wizard. 4.Note that Help button links to DURATION_ADD function rather than DURATION function. 5.At top of Help file, search for "Duration function" and select Duration function link. 5.Inspect list of parameters in Help page. Actual Results: Different parameters listed in Help and Function Wizard. Help button targets wrong Help. Expected Results: Same parameters listed in Help and Function Wizard. Help button targets correct Help. Reproducible: Always User Profile Reset: No Additional Info:
Olivier, I think it's your theme
in Help 6.3 The DURATION function maps to DURATION_ADD, and the help pages opens correctly with a info box explaining the _ADD suffix. The MDURATION function maps to MDURATION and right Help page The PDURATION function is actually the (old) DURATION function, which has been renamed in the past. The fix is to rename DURATION to PDURATION, DURATION_ADD to DURATION in the Help.
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/2e263815cad73dd9b350cb4f679bc69c551e89ab tdf#129057 Correct DURATION and PDURATION Help
Olivier Hallot committed a patch related to this issue. It has been pushed to "libreoffice-6-4": https://git.libreoffice.org/help/commit/07a573b651b1378ba70f8a06b2bbfdc163a96da5 tdf#129057 Correct DURATION and PDURATION Help
A polite ping to Olivier Hallot: Is this bug fixed? if so, could you please close it as RESOLVED FIXED ? Otherwise, Could you please explain what's missing? Thanks