| | This file copyright (c) 2004 SO.MUS.AR. s.a.s. | Subject to the license published at | http://www.somusar.com/contact/poc_request | store_book "Store book" | Availability of a book in a store link store store_id "Store Id." link book book_id "Book Id." range quantity "Quantity" store.name name "Store name" book.title title "Book title" ----- DEFS quantity: 0/1000000 ----- DB table: store_id, book_id, quantity pkey: store_id, book_id fkey: store_id, book_id extension: name, title ----- LOGIC ----- UI full_view: title name quantity ----- ADJUST DB.test_data_available = "yes" DB.extension.label = "StoreBookWithNames" UI.full_view.title.colspan = 3 UI.full_view.title.textwidth = 60