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
(removed link to one vbzwiki page that doesn't exist, moved other vbzwiki link to /archive)
 
(6 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
</hide>
 
</hide>
 
==About==
 
==About==
[[VbzCart]] is [[free/open-source]] software for running an [[online retail]] operation. The author is in the process of documenting it and publishing the source code.
+
[[VbzCart]] is [[free/open-source]] software for running an [[online retail]] operation.
 +
 
 +
* '''[[/install]]''' has deployment instructions
 +
* '''[[/status]]''' critical pieces still need to be (re)written, though most of it is working well (2017-06-25)
 
==Purpose==
 
==Purpose==
VbzCart [[/history|started life]] as a nameless shopping-cart application written specifically for [[vbz.net]], mostly coded in [[Visual Basic for Applications|VBA]] on [[MS Access 97]]. By 2003 at the latest, I had already decided that it would be better for vbz.net's administration functions to be web-based, but I didn't see any way forward with this that didn't require a massive amount of up-front time investment before being able to gain any actual functionality.
+
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 [[/pieces|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.
 
 
I evaluated [[osCommerce]] and [[ZenCart]] as alternatives and found that although they both had many features I would like to have on vbz.net, they also lacked some key features I would need (some of which VbzCart already had, and some of which would be needed to migrate VbzCart's data from Access).
 
 
 
Eventually (after a false start in [[Perl]]), around 2007 I came up with the idea of writing VbzCart's admin functions as a [[MediaWiki]] extension, saving the trouble of writing a user management/login system and gaining some additional interface functionality into the bargain.
 
 
 
Development and migration has continued since then in fits and starts, with interruptions due largely to family obligations (especially [[htwiki:Josh|this]]), but as of August 2011 I consider the migration essentially complete; there are no order-processing functions that still need to be done in VB (the last "piece" of this, completed in July, was working out a system to produce "[[database/report|report]]s" so I could print packing slips formatted as nicely as the ones in Access), and there are no admin functions that aren't at the stage of being at least written if not yet debugged.
 
 
 
* '''Status''' (2014-12-18) What seemed like a relatively small feature -- the need to let users access their pre-existing address records -- resulted in rewriting the entire admin interface to work without MediaWiki, which in turn resulted in creating an application framework to manage everything. The app framework is working adequately, and now I'm just tidying up the checkout process and doing other cleanup prior to moving the whole thing from Rizzo to a commercial web server.
 
  
==Documents==
+
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 {{l/ig|federated retail}} functionality
 +
==Pages==
 
{|
 
{|
 
|-
 
|-
 
|
 
|
* [[/features]]
+
* [[/ui]]: help pages
* [[/coding]]
+
* [[/pieces]]: features and concepts
* '''Data design''':
+
* [[/coding]]: technical documentation
** [[/tables]]: all tables used by VbzCart
 
** [[/procs]]: stored procedures
 
** [[/queries]]
 
* '''Data concepts''':
 
** [[/cart]]
 
** [[/order]]
 
** [[/session]]
 
 
|
 
|
* '''Subsystems''':
+
* [[/history]]: how we got here
** [[/catalog/building]]: how the catalog is built from stock and supplier catalogs
+
* [[/archive]]: obsolete pages
** [[/checkout]]: notes on the checkout subsystem
+
* [[/meta]]: how to document
** [[/packages]]: how package records work
 
** [[/security/customer]]: keeping customer data secure
 
* '''Other''':
 
** [[/archive]]: obsolete documentation
 
 
|}
 
|}

Latest revision as of 22:43, 17 August 2019

About

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

  • /install has deployment instructions
  • /status critical pieces still need to be (re)written, though most of it is working well (2017-06-25)

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