diff --git a/README.md b/README.md index 8e5861c..66371bc 100644 --- a/README.md +++ b/README.md @@ -450,9 +450,6 @@ Module declaration, on `config.json`: } ``` -Where: - -* `xmpp` is your [Prosody](https://prosody.im/) with [appropriate modules](https://git.startinblox.com/infra/prosody-modules/) configured on. ### Job Offers diff --git a/src/dependencies.pug b/src/dependencies.pug index 1ede7e9..169ae73 100644 --- a/src/dependencies.pug +++ b/src/dependencies.pug @@ -36,6 +36,10 @@ if componentSet.has("events") if componentSet.has("events") || componentSet.has("polls") || componentSet.has("resources") script(type="module" src="https://cdn.skypack.dev/@startinblox/component-conversation@0.10" defer) +if componentSet.has("invoices") + script(type="module" src="https://cdn.skypack.dev/@startinblox/component-invoicing@1.2" defer) + //- script(type="module" src="/lib/solid-invoicing/solid-invoicing.js" defer) + if componentSet.has("jobBoard") script(type="module" src="https://cdn.skypack.dev/@startinblox/component-job-board@5.0" defer) //- script(type="module" src="/lib/solid-job-board/dist/index.js" defer) diff --git a/src/locales/en.json b/src/locales/en.json index 955cc4f..f8856ff 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -192,7 +192,8 @@ "buttonMobile": "MENU", "fold": "Fold the menu", "chat": "Chat", - "information": "Information" + "information": "Information", + "invoices": "Invoices" }, "create": { "backlink": "Back", diff --git a/src/locales/es.json b/src/locales/es.json index 9ad1628..8019338 100644 --- a/src/locales/es.json +++ b/src/locales/es.json @@ -192,7 +192,8 @@ "buttonMobile": "MENÚ", "fold": "Contraer el menú", "chat": "Chat", - "information": "Información" + "information": "Información", + "invoices": "Facturas" }, "create": { "backlink": "Atrás", diff --git a/src/locales/fr.json b/src/locales/fr.json index 3cb4ba4..ac3d9dd 100644 --- a/src/locales/fr.json +++ b/src/locales/fr.json @@ -190,7 +190,8 @@ "buttonMobile": "MENU", "fold": "Replier le menu", "chat": "Chat", - "information": "Information" + "information": "Information", + "invoices": "Facturation" }, "create": { "backlink": "Retour", diff --git a/src/views/page-project.pug b/src/views/page-project.pug index eacb578..518e936 100644 --- a/src/views/page-project.pug +++ b/src/views/page-project.pug @@ -54,5 +54,5 @@ nav.jsRightMenu.text-disable-selection.sidebar.whitespace-normal(role='navigatio if extension.type == 'invoices' solid-route.segment.full(name=`${extension.route}-invoices` use-id) li.segment.full.padding-medium - span.icon.ci-list.icon-xlarge.margin-right-medium - a(data-trans='circle.menuRight.invoices') + span.icon.ci-receipt.icon-xlarge.margin-right-medium + a(data-trans='project.menuRight.invoices')