Difference between revisions of "VbzCart"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
m (removed unnecessary/outdated sentence)
(→‎Pages: removed redundant links)
Line 19: Line 19:
 
|-
 
|-
 
|
 
|
 +
* [[/ui]]: help pages
 
* [[/pieces]]: features and concepts
 
* [[/pieces]]: features and concepts
* [[/coding]]
+
* [[/coding]]: technical documentation
* '''Data design''':
 
** [[/tables]]: all tables used by VbzCart
 
** [[/procs]]: stored procedures
 
** [[/queries]]
 
* '''Data concepts''':
 
** [[/order]]
 
** [[/session]]
 
 
|
 
|
* '''Subsystems''':
+
* [[/history]]: how we got here
** [[/checkout]]: notes on the checkout subsystem
+
* [[/archive]]: obsolete pages
** [[/packages]]: how package records work
 
** [[/security/customer]]: keeping customer data secure
 
* '''Other''':
 
** [[/history]]: how we got here
 
** [[/archive]]: obsolete documentation
 
 
|}
 
|}

Revision as of 20:57, 9 January 2016

About

VbzCart is free/open-source software for running an online retail operation.

  • Status (2015-12-25) Getting closer to going back online, but there's still some work to do.

Purpose

The immediate purpose is to handle the more data-intensive aspects of managing a small online retail operation that offers a wide variety of products in a wide variety of choices. This includes tracking orders, tracking packages sent to fill those orders, stock and inventory, which items need to be reordered from suppliers, what is currently expected from suppliers, what suppliers have sent in the past, etc.

Once that is up and running, I'll begin work on additional functionality:

  • "marketplace" ability -- 3rd parties can sell their items through the same site, and VbzCart will provide most of the same functionality to them
  • distributed catalog search and other federated retail functionality

Pages