This commit is contained in:
@@ -5,6 +5,14 @@
|
||||
|
||||
MISC ITEMS THAT CAME UP
|
||||
|
||||
todo: customer popup notes need to pop pop pop, forgot to code for that before
|
||||
It's been requested for a couple of other places as well so I need a re-usable solution for this
|
||||
maybe it requires dismissal rather than what I was thinking of which is a self closing alert as people may want to read it for a while.
|
||||
However, I also find that incredibly annoying but I guess that's the point :)
|
||||
|
||||
todo: vendor add popup notes and implement on form
|
||||
case 3300
|
||||
|
||||
todo: v8migrate should handle UnitModel without a vendor as that's permitted in v7 and it's not required in v8 either
|
||||
Currently it just bombs and errors that it's required
|
||||
|
||||
@@ -105,11 +113,13 @@ todo: server boot up message should show the port it's listening on if possible
|
||||
|
||||
|
||||
|
||||
CURRENTLY DOING:
|
||||
CURRENTLY DOING: INVENTORY
|
||||
part assembly new tables and objects first then part so migrate can handle the new assembly method
|
||||
Parts
|
||||
add popup notes
|
||||
remove assembly field / migrate into assemblyitem table
|
||||
part pick list ensure unit of measure is a field displayable (2038)
|
||||
|
||||
|
||||
next: Inventory is next, look at cases and decide what is first, lots to dig into here and many new features and changes
|
||||
|
||||
|
||||
|
||||
PURCHASE ORDER:
|
||||
@@ -166,6 +176,10 @@ PURCHASE ORDER:
|
||||
PART REQUESTS:
|
||||
# QUESTION: can it be untied from po once it's fulfilled?
|
||||
|
||||
PART ASSEMBLIES
|
||||
A couple of cases related to this, it either needs to be expanded or reduced depending on what case we go with. One case wants it to be able to pick an assembly and populate all parts from that assembly (1757)
|
||||
which I figure could be implemented by a multi select feature so user searches by tag or whatever then clicks a button that says add ALL these to the workorder / po whatever you select a part.
|
||||
Another case wants
|
||||
|
||||
|
||||
#TENTATIVE CHANGE IDEAS FOR INVENTORY
|
||||
|
||||
Reference in New Issue
Block a user