Add a new table for inventory with for DIDs/serials/etc., and an additional
authorivan <ivan>
Wed, 8 Mar 2006 10:05:01 +0000 (10:05 +0000)
committerivan <ivan>
Wed, 8 Mar 2006 10:05:01 +0000 (10:05 +0000)
commit600a0939e7e7e589dae4f4f5bfef3650728940b7
tree4e96278b41fc621fa15d03cf2e48a5a3b5a8b72d
parent5809a99d862a6bd0da6742479f18728aae8216a2
Add a new table for inventory with for DIDs/serials/etc., and an additional
new table for inventory category (i.e. to distinguish DIDs, serials, MACs,
etc.)
15 files changed:
FS/FS/Schema.pm
FS/FS/inventory_class.pm [new file with mode: 0644]
FS/FS/inventory_item.pm [new file with mode: 0644]
FS/MANIFEST
FS/t/inventory_class.t [new file with mode: 0644]
FS/t/inventory_item.t [new file with mode: 0644]
bin/generate-table-module
htetc/handler.pl
httemplate/edit/elements/edit.html [new file with mode: 0644]
httemplate/edit/inventory_class.html [new file with mode: 0644]
httemplate/edit/process/elements/process.html [new file with mode: 0644]
httemplate/edit/process/inventory_class.html [new file with mode: 0644]
httemplate/search/elements/search.html
httemplate/search/inventory_class.html [new file with mode: 0644]
httemplate/search/inventory_item.html [new file with mode: 0644]