From db2d0788340e36d132538f763a7601460ec7c117 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 9 Nov 2021 20:15:39 +0000 Subject: [PATCH] --- .vscode/launch.json | 2 +- docs/8.0/ayanova/docs/ay-biz-admin-import-v7.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 924c5283..dde42e99 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -55,7 +55,7 @@ "AYANOVA_FOLDER_USER_FILES": "c:\\temp\\RavenTestData\\userfiles", "AYANOVA_FOLDER_BACKUP_FILES": "c:\\temp\\RavenTestData\\backupfiles", "AYANOVA_FOLDER_TEMPORARY_SERVER_FILES": "c:\\temp\\RavenTestData\\tempfiles", - "AYANOVA_SERVER_TEST_MODE": "true", + "AYANOVA_SERVER_TEST_MODE": "false", "AYANOVA_SERVER_TEST_MODE_SEEDLEVEL": "small", "AYANOVA_SERVER_TEST_MODE_TZ_OFFSET": "-7", "AYANOVA_BACKUP_PG_DUMP_PATH": "C:\\data\\code\\postgres_14\\bin\\" diff --git a/docs/8.0/ayanova/docs/ay-biz-admin-import-v7.md b/docs/8.0/ayanova/docs/ay-biz-admin-import-v7.md index af0434c0..cfc7d347 100644 --- a/docs/8.0/ayanova/docs/ay-biz-admin-import-v7.md +++ b/docs/8.0/ayanova/docs/ay-biz-admin-import-v7.md @@ -138,6 +138,20 @@ Inventory and Serial numbers work differently in v8; Inventory adjustments can n #### Serial numbers Serial numbers also differ in v8 as they are now separated from inventory completely. All serials are migrated into the new v8 serial number system and can be viewed and verified on the Part list "Available serial numbers" column or from within a Part form by selecting the "Available serial numbers" menu item to open the edit form for editing Serial numbers for that part. +### Closed / Service Completed Work orders +V9 does not have a Service Completed or Closed checkbox. Instead those features are replaced by the new status system in v8. + +During migration two locking type Work order status are created automatically "Closed (v7)" and "Service Completed (v7)". +The closed status is a locked type to prevent editing and also a Completed type to signal that the work order is completed and no further edits are anticipated which replaces the Closed checkbox in v7. + +The service completed status is also a locked type to prevent editing but is not a Completed type indicating there may be further edits to the work order and this replaces the Service Completed checkbox from v7. + +When a v7 Work order is migrated, if it is set to Closed then it will have it's status automatically set in v8 to "Closed (v7)" which ensures it is locked to prevent editing and v8 will recognize it as a Completed work order as Closed v7 is a Completed type status. + +If a work order in v7 has it's Service Completed checkbox checked but is not Closed then it will have it's status set to "Service Completed (v7)" which is ensures it is locked to prevent editing. + +The original status in v7 is preserved in v8 as v8 status are now a collection rather than a single item so clicking on status will show the original v7 status. + ## What you need to do after migration ### View the migration log