VbzCart/docs/pieces/status: Difference between revisions
Jump to navigation
Jump to search
imported>Woozle ("concepts" section; made "key" into a floating block) |
imported>Woozle (split list into "minimal" and "maintenance" sections) |
||
Line 16: | Line 16: | ||
This doesn't currently show testing status; some items marked "working" may have been temporarily broken by work on other items. | This doesn't currently show testing status; some items marked "working" may have been temporarily broken by work on other items. | ||
===Minimal=== | |||
These features must be working if the store is going to receive and process orders, i.e. function as a business for even a short time. | |||
# <span class=stat-busy>Shopping interface</span> | # <span class=stat-busy>Shopping interface</span> | ||
## <span class=stat-ok>display of individual {{l/sub|title}}s</span> | ## <span class=stat-ok>display of individual {{l/sub|title}}s</span> | ||
Line 44: | Line 45: | ||
### <span class=stat-ok>send full order information (except card #) via email</span> | ### <span class=stat-ok>send full order information (except card #) via email</span> | ||
# <span class=stat-busy>Administrative interface</span> | # <span class=stat-busy>Administrative interface</span> | ||
## <span class=stat-busy>order processing</span> | ## <span class=stat-busy>order processing</span> | ||
### <span class=stat-ok>view shopping carts</span> | ### <span class=stat-ok>view shopping carts</span> | ||
Line 82: | Line 70: | ||
#### <span class=stat-ok>mark shipment as "dedicated" (special purpose)</span> | #### <span class=stat-ok>mark shipment as "dedicated" (special purpose)</span> | ||
#### <span class=stat-busy>mark shipment as mailed (date, carrier)</span> | #### <span class=stat-busy>mark shipment as mailed (date, carrier)</span> | ||
===Maintenance=== | |||
These functions are necessary for the proper maintenance of the store, but the store can still function on a day-to-day basis without them. | |||
# <span class=stat-busy>Administrative interface</span> | |||
## <span class=stat-ok>security</span> | |||
### <span class=stat-ok>create/edit [[/security/group|security group]]s</span> | |||
#### <span class=stat-ok>edit name and [[/security/permission|permission]]s for each group</span> | |||
### <span class=stat-ok>assign {{l/sub|user}}s to groups</span> | |||
### <span class=stat-ok>edit user information</span> | |||
### <span class=stat-ok>only allow access to any admin feature if user has the corresponding permission (via group membership)</span> | |||
### <span class=stat-busy>automatically add new users to admin-specified group(s)</span> | |||
## <span class=stat-busy>manage local catalog</span> | |||
### <span class=stat-ok>edit items</span> | |||
### <span class=stat-ok>edit titles</span> | |||
### <span class=stat-ok>edit departments</span> | |||
### <span class=stat-ok>edit suppliers</span> | |||
### <span class=stat-busy>edit [[/supplier/catalog|supplier catalog]]s</span> | |||
## <span class=stat-busy>manage supplier catalogs</span> | ## <span class=stat-busy>manage supplier catalogs</span> | ||
### <span class=stat-busy>create common groupings of item types/attributes/prices ({{l/sub|suppler/catalog/item-group}})</span> | ### <span class=stat-busy>create common groupings of item types/attributes/prices ({{l/sub|suppler/catalog/item-group}})</span> |
Revision as of 22:36, 13 July 2014
Concepts
Feature Status
Key
|
This doesn't currently show testing status; some items marked "working" may have been temporarily broken by work on other items.
Minimal
These features must be working if the store is going to receive and process orders, i.e. function as a business for even a short time.
- Shopping interface
- display of individual titles
- display of groups of titles
- by topic
- by department
- display of topics
- search topics (as part of catalog search feature)
- display individual topic
- show topic's place in topic hierarchy
- show all available titles for the topic
- list or show unavailable titles for the topic
- display of departments
- same as topics
- display of suppliers
- show individual supplier
- show list of departments; if only one department, show its page instead
- summarize items available by attributes (e.g. item type, size)
- show individual supplier
- show/search stock
- add items to cart
- create an order from cart
- enter shipping and payment information
- log in to re-use/manage previously entered shipping/payment information
- display order confirmation before formal submission
- send full order information (except card #) via email
- Administrative interface
- order processing
- view shopping carts
- order management
- view/edit order
- select items from stock locations to put into a /package for shipment
- process outgoing packages
- calculate proper charges for items
- add charges to payment queue
- print packing list
- enter information for estimating cost (cost of postage, materials, time)
- enter tracking information
- assign package to a shipment
- mark when package was received by customer (if information available)
- process incoming package
- calculate refund, add to payment queue
- record stock location where each returned item was placed
- process payments
- processing page needs to display all information needed for processing in one place
- later: use payment processor's API, where possible, to minimize copying-and-pasting
- record when payment was processed and what its status was (successful or not; error code)
- add charge to package's or order's transaction queue, so current balance can be calculated correctly
- processing page needs to display all information needed for processing in one place
- manage shipments
- create new shipments as needed
- mark shipment as "dedicated" (special purpose)
- mark shipment as mailed (date, carrier)
- order processing
Maintenance
These functions are necessary for the proper maintenance of the store, but the store can still function on a day-to-day basis without them.
- Administrative interface
- security
- create/edit security groups
- edit name and permissions for each group
- assign users to groups
- edit user information
- only allow access to any admin feature if user has the corresponding permission (via group membership)
- automatically add new users to admin-specified group(s)
- create/edit security groups
- manage local catalog
- edit items
- edit titles
- edit departments
- edit suppliers
- edit supplier catalogs
- manage supplier catalogs
- create common groupings of item types/attributes/prices (suppler/catalog/item-group)
- manage supplier catalog
- name, effective date, expiration date, catalog this one supercedes
- enter/edit all titles available, and items or item-groups for each title
- update local catalog from supplier catalog data
- deactivate items not in currently active catalog unless they are in (sellable) stock
- add new items not already in local catalog
- security