Gizra / IBLI

0 stars 3 forks source link

Adding a payout/sales box to the map. #219

Closed nedSaf closed 10 years ago

nedSaf commented 10 years ago

202

nedSaf commented 10 years ago

@niryariv This is how the box looks for the current date: selection_037

I just wanna make sure my logic is correct:

If the current month is less than 3 (March): Payout for New purchasers is: October of the same year. Payout for current policyholders is: March of the same year. Next Sales: Jan/Feb of the same year.

If the current month is march: Payout for New purchasers is: October of the same year. Payout for current policyholders is: March of the same year. Next Sales: Aug/Sep of the same year.

If the current month is less than 10 (October): Payout for New purchasers is: March of next year. Payout for current policyholders is: October of the same year. Next Sales: Aug/Sep of the same year.

If the current month is more than 10 (October): Payout for New purchasers is: October of next year. Payout for current policyholders is: March of next year. Next Sales: Jan/Feb of next year.

One more question, Should i leave the Insurer in the popup ? selection_038

nedSaf commented 10 years ago

Fixed box opacity: selection_040

nedSaf commented 10 years ago

Merged.