This commit is contained in:
@@ -361,13 +361,26 @@ CURRENTLY DOING: workorder round two electric boogaloo
|
||||
basics first then increasingly esoteric features
|
||||
|
||||
Biggies
|
||||
todo 3: actual inventory (see below)
|
||||
todo 3: actual inventory
|
||||
1961 / 3752- auto remove from inventory immediately when wo saved and re-instate if changed
|
||||
see PO back end for example of exactly this
|
||||
SEEDER
|
||||
make sure generated inventory and workorders are going to work with enough quantity etc
|
||||
todo: No inventory setting *IMPORTANT* must test with inventory turned off for this and for PO system as well or whatever is necessary
|
||||
make it work like v7
|
||||
todo 3: service bank (see below)
|
||||
todo 3: notification (see below)
|
||||
NOTE: In v7 selecting serial copied to description field for some reason, but v8 has dedicated serial field so this is probably an import issue i.e. make sure import copies serials to serials
|
||||
|
||||
NEED:
|
||||
on WO must hide all serial number selection elements if useinventory is off
|
||||
but it seems reasonable to leave the field to just hand enter them in if desired
|
||||
WO part selection: if useinventory then must run CheckIfEnoughInventory and offer to request or set to zero
|
||||
in v7 when useinventory=true you cannot enter a quantity that is more than is in stock, you either initiate a request or it sets it to zero and won't allow any other value
|
||||
so this must be replicated in v8 exactly and dynamically, not from server itself, but server must still check at last moment of save and return error if unavailable
|
||||
See v7 project workorderform.cs line 8878 for the code in question
|
||||
|
||||
|
||||
todo 3: service bank
|
||||
todo 3: notification
|
||||
|
||||
todo 3: signature: report helper display signature and form ui control to capture /display signature
|
||||
for both tech and customer
|
||||
|
||||
Reference in New Issue
Block a user