Woodruff-Scientific-Ltd / PyFECONS

5 stars 0 forks source link

Custom templates #41

Closed craastad closed 5 months ago

craastad commented 5 months ago

Closes issue https://github.com/Woodruff-Scientific-Ltd/PyFECONS/issues/38.

Allow customization of reports by replacing templates and included_files of the same name in the customer directory.

In the following example StandardFigures/WSLTD_logo.png and CAS100000.tex will use substitution in customer folder over the ones in the included_files and templates in the library.

Customer directory structure with overrides:

Screenshot 2024-06-11 at 10 58 43

Replaced logo:

Screenshot 2024-06-11 at 10 47 54

Replaced template:

Screenshot 2024-06-11 at 10 48 10

Other changes