Revisions for merk/lib/Stock.php

Location: [ Horde ] / merk / lib / Stock.php View: Logs | Branches | Statistics
Search Revisions:
Show diffs between and
Show Differences shows diffs to the previous revision. If you select a revision by clicking its row, Show Differences will show the differences to the selected row.
 
  Revision Date Author Log Message
1.11 (+8 -1 lines) 11/10/2007 07:05 AM Duck duck

We don't need to require a default category to be set. If no default category is defined, we show a full items list like in every  common eshop.
Fix bug that double select items.
Declare functions public or private and remove unused hashes.
Use autoload.

1.10 (+2 -2 lines) 11/06/2007 10:03 AM Jan Schneider jan

Copyright assignments.

1.9 (+2 -2 lines) 06/27/2007 01:23 PM Jan Schneider jan

Bump year, looks like a missed a few last time.

1.8 (+6 -6 lines) 06/25/2007 12:09 PM Duck duck

move categories out of DT
php5 style methods definition
move vfs path constant to merk object

1.7 (+3 -3 lines) 04/16/2007 04:27 AM Duck duck

Fix stock value edit option.
Update slovenian translation

1.6 (+4 -4 lines) 11/21/2006 02:19 AM Duck duck

Fix reducing item stock.
Finish processing of direct buy form.

1.5 (+2 -2 lines) 07/26/2006 09:28 AM Duck duck

Merge get and getItemStock in a single function to avoid code duplication

1.4 (+3 -3 lines) 07/24/2006 07:19 AM Duck duck

- Uniform item_id variable name
- Show item category in stock index
- Show full categroy name in item name when setting stock
- Added pager to stock listing
- Added a script to automaticaly generate stock option combination
- Clean ups

1.3 (+21 -1 lines) 07/21/2006 07:28 AM Duck duck

Multi-lingual Deliveries
Added mysql optimised structure
Other clean ups

1.2 (+22 -1 lines) 07/20/2006 06:58 AM Duck duck

Allow to supply item model for every item option combination
Uniform chart display
Clean ups and reformat

1.1 07/20/2006 01:44 AM Duck duck

Move stock functions in a separate driver. To allow different storages, for example one on-line with catalogue an one on company's extranet for stocks updating. Added Null stock driver for supporting shops without stock manipulation.