diff --git a/devdocs/specs/clients.txt b/devdocs/specs/clients.txt index 2592281c..3f1aa8ed 100644 --- a/devdocs/specs/clients.txt +++ b/devdocs/specs/clients.txt @@ -1,58 +1 @@ C:\data\code\raven\devdocs\specs\clients.txt - 3,17: 37,9: helpUrl: helpUrl - 3,26: 37,9: helpUrl: helpUrl - 4,17: 52,9: helpUrl: helpUrl - 4,26: 52,9: helpUrl: helpUrl - 5,17: 67,9: helpUrl: helpUrl - 5,26: 67,9: helpUrl: helpUrl - 6,17: 81,9: helpUrl: helpUrl - 6,26: 81,9: helpUrl: helpUrl - 9,18: 236,9: helpUrl: "user-intro", - 12,15: 27,7: helpUrl: null - 15,13: 15,5: helpUrl: "", - 18,21: 208,11: helpUrl: "user-form-about", - 21,15: 17,7: helpUrl: "user-form-accounting" - 24,15: 17,7: helpUrl: "ops-form-backup" - 27,15: 17,7: helpUrl: "user-form-change-pw" - 30,15: 17,7: helpUrl: "user-form-contracts" - 33,15: 17,7: helpUrl: "user-form-csrs" - 36,15: 17,7: helpUrl: "user-form-customers" - 39,14: 321,5: helpUrl: "user-form-customize", - 42,15: 17,7: helpUrl: "user-form-dashboard" - 45,15: 17,7: helpUrl: "user-form-files-list" - 48,15: 17,7: helpUrl: "user-form-global-settings" - 51,15: 17,7: helpUrl: "user-form-headoffices" - 54,15: 17,7: helpUrl: "user-form-history" - 57,15: 17,7: helpUrl: "user-form-inventory-adjustment-list" - 60,15: 17,7: helpUrl: "ops-form-jobs" - 63,15: 17,7: helpUrl: "user-form-license" - 66,15: 17,7: helpUrl: "user-form-csrs" - 69,15: 17,7: helpUrl: "user-form-locales" - 72,15: 29,7: helpUrl: "user-form-log", - 75,15: 17,7: helpUrl: "user-form-memo" - 78,15: 17,7: helpUrl: "ops-form-server-metrics" - 81,15: 17,7: helpUrl: "user-form-notify-settings" - 84,15: 17,7: helpUrl: "user-form-notify-subscriptions" - 87,15: 17,7: helpUrl: "user-form-part-inventory-list" - 90,15: 17,7: helpUrl: "user-form-part-request-list" - 93,15: 17,7: helpUrl: "user-form-parts" - 96,15: 17,7: helpUrl: "user-form-pm-templates" - 99,15: 17,7: helpUrl: "user-form-pmlist" - 102,15: 17,7: helpUrl: "user-form-purchase-order-list" - 105,15: 17,7: helpUrl: "user-form-purchase-order-receipt-list" - 108,15: 17,7: helpUrl: "user-form-quote-templates" - 111,15: 17,7: helpUrl: "user-form-quotes" - 114,15: 17,7: helpUrl: "user-form-reminder" - 117,15: 17,7: helpUrl: "user-form-report-list" - 120,15: 17,7: helpUrl: "user-form-schedule" - 123,15: 17,7: helpUrl: "ops-form-server-logs" - 126,15: 17,7: helpUrl: "user-form-kpi" - 129,14: 655,5: helpUrl: "user-form-widget", - 132,15: 65,7: helpUrl: "user-form-inventory" - 135,15: 17,7: helpUrl: "user-form-unit-models" - 138,15: 17,7: helpUrl: "user-form-units" - 141,15: 17,7: helpUrl: "user-form-user-locale" - 144,15: 17,7: helpUrl: "user-form-users" - 147,15: 17,7: helpUrl: "user-form-vendors" - 150,15: 17,7: helpUrl: "user-form-workorder-template" - 153,15: 17,7: helpUrl: "user-form-workorders" \ No newline at end of file diff --git a/server/AyaNova/util/AyaNovaVersion.cs b/server/AyaNova/util/AyaNovaVersion.cs index 2c2a0df7..55b112a9 100644 --- a/server/AyaNova/util/AyaNovaVersion.cs +++ b/server/AyaNova/util/AyaNovaVersion.cs @@ -11,7 +11,7 @@ namespace AyaNova.Util { get { - return "8.0.0-alpha.2019.Dec.19"; + return "8.0.0-alpha.2019.Dec.24"; } }