Add more docs for Feature Layer

not complete, but progress..
This commit is contained in:
Lance Edgar 2022-03-20 13:57:06 -05:00
parent f2fd88fc63
commit db50895459
40 changed files with 998 additions and 14 deletions

View file

@ -0,0 +1,15 @@
Receiving
=========
In the context of Customer Orders, our concern here is making sure the
Receiver knows about them and sets them aside while receiving the
Purchase Order, once it's arrived from the Vendor.
Another concern is how/when/who should contact the Customer to notify
them that their order has arrived. If the Customer account has a
valid email address on file then perhaps they are emailed
automatically; otherwise an Employee must call their phone number etc.
In either case the *attempt* to contact the Customer should be
recorded somehow, along with notes e.g. indicating if it was
successful.