Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use wrapper over excel4node to convert sheetBuilder to xlsx-populate * Implement getExcelAlpha excel4node in wrapper * Use solid fill * Use new cell.comments in xlsx-populate fork * [fix] fillDataEntrySheet must be executed after fillValidationSheet * Fix linting warnings * Adjust dataValidation formulas format * Minor refactor on Workbook * Extra check on d2 relationship * Add option to fill custom template with metadata * [sheetBuilder] Override cells unless empty * Add conditional formatting * Remove static templates * temporal * Add customTemplate.isDefault * Add boolean setting showAutogeneratedForms * Support default custom forms on settings page * add nrc custom module * Update i18n * Temporal code using dataSetId-teamplateId * NRC module template (to clean) * update xlsx-populate dependency * Skip date row if not org unit * Update NRC module metadata sheet * Add showPopulateInCustomForms setting * Refactor and clean NRCModule1.01.ts * Use DataFormTemplate to modelize id/templateId combos * Update i18n * Use code equality to match dataSet/categoryOption * Refactor getDataSetPackage to get only required metadata * bump version * Use case-insensitive sorting for indexable columns * Protect NRC sheets Metadata/Validation * Apply greyed fields to NRC template * A user with authority ALL is grated all permissions * Use Version_ without spaces for defined name * [nrc] Refactor dataElement/categoryOptionCombos metadata * Update NRC form setup * Pass data set id on data values post to narrow period restrictions * Remove now unused dependency excel4node * Disable no-constant-condition lint rule * Re-use initial sheet instead of deleting of write (this created wrong indexes) * Fix defined name for template code * Quote string on createColumn data validation * Update yarn.lock * Update to latest xlsx-populate beta * Update i18n * Add MSF custom module * Fix merge * Add custom entry form for MSF Module 1 * add styles for entry form sheet * allow select language and periods for custom template * update i18n * bump version * fix: group dataElements by category combo in a same section * added support for greyedfield * fix unsorted category option combos * add missing types for category, cat. combo and cat. option combo * hide check to override org unit if visibility is set to import * set orgunit/period if custom template does not have datavalues * add data validation according the dataElement valueType * update i18n * show only dataSet name in header section * [NRC] Intersection of orgUnit: dataSet + categoryOptions + current user (new) * Add constant.shortName to payload * Perform uniqueness of tei.orgUnits on getBuilderMetadata * [fix] use validated sheet name for data entry tabs * [fix] Make Split-data-entry-tabs visible for data sets * Hide UI flag Also-filter-TEI-and-relationships for data sets * Fix error while changing theme permissions and improve UX (#322) * fix: set shortName also for defaultValue * feat: exchange select position (#325) * use default app namespace (#326) * chore: set default namespace in app context * chore: update translation files * feat: remove setDefaultNamespace in download template use case * remove unused i18n import --------- Co-authored-by: Eduardo Peredo Rivero <jrperedo@gmail.com> * bump version --------- Co-authored-by: Arnau Sanchez <pyarnau@gmail.com> Co-authored-by: Adrian Quintana <adrianquintana@gmail.com> Co-authored-by: Eduardo Peredo Rivero <jrperedo@gmail.com> Co-authored-by: Ramon-Jimenez <151524506+Ramon-Jimenez@users.noreply.github.com> Co-authored-by: Ana García <ana.garcia.peral@gmail.com> Co-authored-by: Adrian Quintana <adrianq@users.noreply.github.com> Co-authored-by: María Ozámiz <ozamiz.m@gmail.com> Co-authored-by: Chukwudumebi Onwuli <37223065+deeonwuli@users.noreply.github.com>
- Loading branch information