Resolve more Phone Lib issues.

This commit is contained in:
Patrick Fic
2021-07-30 10:23:57 -07:00
parent d8e8a8e4e9
commit d3c8b5d731
8 changed files with 47 additions and 7 deletions

View File

@@ -1238,6 +1238,18 @@ export const TemplateList = (type, context) => {
field: i18n.t("scoreboard.fields.date"),
},
},
anticipated_revenue: {
title: i18n.t("reportcenter.templates.anticipated_revenue"),
description: "",
subject: i18n.t("reportcenter.templates.anticipated_revenue"),
key: "anticipated_revenue",
//idtype: "vendor",
disabled: false,
rangeFilter: {
object: i18n.t("reportcenter.labels.objects.jobs"),
field: i18n.t("jobs.fields.scheduled_completion"), // Also date invoice.
},
},
}
: {}),
...(!type || type === "courtesycarcontract"