diff --git a/print/templates/email/notification-itemCategory/assets/css/import.js b/print/templates/email/notification-itemCategory/assets/css/import.js new file mode 100644 index 000000000..1582b82c5 --- /dev/null +++ b/print/templates/email/notification-itemCategory/assets/css/import.js @@ -0,0 +1,12 @@ +const Stylesheet = require(`vn-print/core/stylesheet`); + +const path = require('path'); +const vnPrintPath = path.resolve('print'); + +module.exports = new Stylesheet([ + `${vnPrintPath}/common/css/spacing.css`, + `${vnPrintPath}/common/css/misc.css`, + `${vnPrintPath}/common/css/layout.css`, + `${vnPrintPath}/common/css/email.css`]) + .mergeStyles(); + diff --git a/print/templates/email/notification-itemCategory/locale/en.yml b/print/templates/email/notification-itemCategory/locale/en.yml new file mode 100644 index 000000000..e69de29bb diff --git a/print/templates/email/notification-itemCategory/locale/es.yml b/print/templates/email/notification-itemCategory/locale/es.yml new file mode 100644 index 000000000..e69de29bb diff --git a/print/templates/email/notification-itemCategory/notification-itemCategory.html b/print/templates/email/notification-itemCategory/notification-itemCategory.html new file mode 100644 index 000000000..bfbe883a1 --- /dev/null +++ b/print/templates/email/notification-itemCategory/notification-itemCategory.html @@ -0,0 +1,11 @@ + +
+
+

{{ $t('title', [week, year]) }}

Nueva inserciĆ³n en la tabla ItemCategory + +

+ +

{{$t('description')}}

Se ha hecho una inserciĆ³n de "datos" a la tabla ItemCategory +
+
+
diff --git a/print/templates/email/notification-itemCategory/notification-itemCategory.js b/print/templates/email/notification-itemCategory/notification-itemCategory.js new file mode 100644 index 000000000..e69de29bb