This commit is contained in:
@@ -343,6 +343,8 @@ namespace AyaNova.PlugIn.V8
|
|||||||
await ExportMemos(progress);
|
await ExportMemos(progress);
|
||||||
|
|
||||||
await ExportServiceWorkorders(progress);
|
await ExportServiceWorkorders(progress);
|
||||||
|
//MIGRATE_OUTSTANDING - here can fixup loanitem workorder id's
|
||||||
|
|
||||||
//todo: these are now invalid and awaiting RAVEN end implementation
|
//todo: these are now invalid and awaiting RAVEN end implementation
|
||||||
//after which can copy mostly from service workorder block
|
//after which can copy mostly from service workorder block
|
||||||
// await ExportQuotes(progress);
|
// await ExportQuotes(progress);
|
||||||
@@ -1326,6 +1328,19 @@ namespace AyaNova.PlugIn.V8
|
|||||||
progress.Op(ObjectTypeName + " " + d.name);
|
progress.Op(ObjectTypeName + " " + d.name);
|
||||||
d.active = c.Active;
|
d.active = c.Active;
|
||||||
d.notes = c.Notes;
|
d.notes = c.Notes;
|
||||||
|
d.serial = c.Serial;
|
||||||
|
//MIGRATE_OUTSTANDING
|
||||||
|
//fixup after workorders
|
||||||
|
// d.workorderItemLoanId=
|
||||||
|
d.rateHour = c.RateHour;
|
||||||
|
d.rateHalfDay = c.RateHalfDay;
|
||||||
|
d.rateDay = c.RateDay;
|
||||||
|
d.rateWeek = c.RateWeek;
|
||||||
|
d.rateMonth = c.RateMonth;
|
||||||
|
d.rateYear = c.RateYear;
|
||||||
|
d.defaultRate = 1;
|
||||||
|
|
||||||
|
|
||||||
TagFromv7Guid(c.RegionID, tags);
|
TagFromv7Guid(c.RegionID, tags);
|
||||||
SetTags(d, tags);
|
SetTags(d, tags);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user