Skip to content

Commit ddd7754

Browse files
authored
Merge pull request #17 from arthurpar06/importerDocs
Small changes to the import notes
2 parents 2f8a681 + 90e20da commit ddd7754

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/installation/importing.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,13 @@ php artisan phpvms:importer "localhost" "phpvms_legacy" "php_legacy_username" "p
4141

4242
Due to some changes with how some of the fundamentals have changed within the system, be aware of the following:
4343

44-
* Users will have to reset their passwords
44+
* Users will have to reset their passwords by using the 'forgot password' option on the sign-in page
4545
* Column names don't entirely match up between the databases
4646
* IDs will differ (numeric, or PIREP IDs will be converted to the new alphanumeric format)
47+
* To ensure a correct import of finances, PIREPs must either be accepted or rejected in version 5 before launching the import, but they should not be left pending.
4748

4849
#### Post Import Notes
4950

5051
* Aircraft that are imported are all placed in a generic subfleet. You will need to go and either add additional subfleets, or just rename this subfleet to whatever you want
5152
* All flights will be assigned to this subfleet. Unfortunately, you will need to re-assign the flights to be with the proper subfleet
52-
* Ranks are now assigned subfleets they are allowed to fly. This is different from the old version, which operated on a linear progression for the aircraft that are allowable per-rank. You will need to edit the ranks and set the subfleets that are assigned to them.
53+
* Ranks are now assigned subfleets they are allowed to fly. This is different from the old version, which operated on a linear progression for the aircraft that are allowable per-rank. You will need to edit the ranks and set the subfleets that are assigned to them.

0 commit comments

Comments
 (0)