MD001 Header levels should only increment by one level at a time
This commit is contained in:
@@ -7,7 +7,7 @@ It should be noted that to properly configure this connection will require a tec
|
||||
Currently the application was designed to send only the **document number** and **document type**. With this new feature is enabled the possibility of sending if necessary the fields **date of birth** and **postal code**.
|
||||
|
||||
|
||||
#### Activate feature
|
||||
### Activate feature
|
||||
In the section **Configuration > Global Configuration** a new tab **Remote Census Configuration** has been added.
|
||||
|
||||
If we have the feature deactivated we will see an informative text that will indicate us how to activate it:
|
||||
@@ -17,7 +17,7 @@ To activate the feature you must follow the instructions of the previous image:
|
||||
1. Access through the administration panel of your application to the section **Settings > Features** and activate the module **Configure connection to the remote census (SOAP)** as shown below:
|
||||

|
||||
|
||||
#### Configuration
|
||||
### Configuration
|
||||
Once the feature is activated, we can access the section **Settings > Global Settings** and click on the tab **Remote Census Configuration**.
|
||||
In this screen you will be able to fill in all the necessary information to be able to configure the connection with the Census of each Town Hall.
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ Allow administrators users to manage this table in two different ways:
|
||||
- **Manually**: one by one through a CRUD interface.
|
||||
- **Automatically**: through an importation process.
|
||||
|
||||
#### Manually
|
||||
### Manually
|
||||
Provide a way to manage local census records to administrator users through administration interface.
|
||||
|
||||
- Local Census Page
|
||||
@@ -20,7 +20,7 @@ Features:
|
||||
1. Search by document_number: As local_census_records could contain a lot of records we have added a search feature to allow administrators to find existing records by document_number.
|
||||
1. Avoid the introduction of duplicated records: A model validation has been added to the following attributes pair [:document_number, :document_type]
|
||||
|
||||
#### Automatically
|
||||
### Automatically
|
||||
Allow administrator users to import local census records though CSV file.
|
||||
|
||||
- Local Census Page
|
||||
|
||||
Reference in New Issue
Block a user