Created attachment 371184 [details] New version in template format Hello, I've just finished a major rework of the SKR49 template from the 2009 to the 2018 version. This new version is a replacement, there's no need to keep the old one since no information has been deleted. Please send comments.
Created attachment 371185 [details] normal loadable Gnucash file This is the same file in "gnucash"/"xac" format rather than "xea".
Comment on attachment 371184 [details] New version in template format While testing I got confused by '<slot xmlns="">', which is a side effect of the xslt, can you replace it in your other template globally by '<slot>'? I will try a few more tests, i.e. removing the <slot> <slot:key>color</slot:key> <slot:value type="string">Not Set</slot:value> </slot> sections and other default values. 1,3 MBi is a heavy size for a template. ;-)
Created attachment 372973 [details] updated template format This replaces the SKR49 template. This new file includes 2 postprocessing changes from the original XSLT conversion tool performed globally via sed: all occurences of: act:id type="guid are replaced with: act:id type="new all occurences of: slot xmlns="" are replaced with: slot The previous version included only the first change.
commits 116ea7a + e23ce38 Thank you!
Comment on attachment 372973 [details] updated template format commit 116ea7a
Comment on attachment 371185 [details] normal loadable Gnucash file not required