Software update 07/30/2018
**1. A new boolean field has been added for unit contracts - the Client's Account. When creating a client, a share contract with this attribute is created and the process of Accepting the share (by constant) is carried out.**
When creating a new client, if the constant "Create an additional share when creating a client" is set, a share contract is created with the attribute "Client's Account" and the process of Accepting the share (with a zero amount) is carried out.
**2. Adding the attribute Shareholder to the metadata of the client-legal entity**

**3. The possibility to specify the period of lead in weeks has been added**
``` php
WEEKS; // Недели
```
**4. The functionality of applying a preferential interest rate for the initial period has been implemented.**
Previously, the field was called "Interest-free period (in days)" now "Deferred Grace period (in days)"

Also, a new field "Interest rate for the deferred grace period" has been added

Changes in the logic of interest accrual - if you set the number of days for a Deferred Grace Period and specify a preferential interest rate for it , then for the specified grace period, interest is accrued at the preferential rate, and after the expiration, it is recalculated at the standard rate from the contract.
When creating a new client, if the constant "Create an additional share when creating a client" is set, a share contract is created with the attribute "Client's Account" and the process of Accepting the share (with a zero amount) is carried out.
**2. Adding the attribute Shareholder to the metadata of the client-legal entity**

**3. The possibility to specify the period of lead in weeks has been added**
``` php
WEEKS; // Недели
```
**4. The functionality of applying a preferential interest rate for the initial period has been implemented.**
Previously, the field was called "Interest-free period (in days)" now "Deferred Grace period (in days)"

Also, a new field "Interest rate for the deferred grace period" has been added

Changes in the logic of interest accrual - if you set the number of days for a Deferred Grace Period and specify a preferential interest rate for it , then for the specified grace period, interest is accrued at the preferential rate, and after the expiration, it is recalculated at the standard rate from the contract.