Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Version

Version

date

comment

changes

1

06-2021

formal sector

2

08-2021

Payment layer

add Type and sub-type

add bill and invoice service and signals

Example:

https://github.com/openimis/openimis-be-calculation_rule_fs_income_percentage_py

...

  • account_receivables :

    • contribution

    • reinsurance_payment

    • funding

  • account_payable:

    • third_party_payment (toward HF)

    • reimboursment reimbursement(toward Insuree)

    • commissions (toward User)

    • fees (toward other)

    • reinsurance_contribution

  • tax

    • local_tax

    • state_tax

    • country_tax

Models

  • None (using no database approach for CalculationRule) - Calculation Rule is saved by defining class extending the ABSCalculationClass from core module.

...