Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.</BLOCKQUOTE>
Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the priority they appear in the source code. This preserves the logical groupings established by the programmer.</BLOCKQUOTE>
"CREATE TABLE product_option_groups (id SERIAL NOT NULL, meta json, name TEXT, required BOOLEAN NOT NULL, default_product_option_id INTEGER, product_id INTEGER NOT NULL, PRIMARY KEY (id))",
"CREATE TABLE product_options (id SERIAL NOT NULL, meta json, name TEXT, priority INTEGER, price_change INTEGER, product_option_group_id INTEGER NOT NULL, PRIMARY KEY (id))",
<p:dataTableborder="1"id="discount"value="#{productView.productLimits}"var="limit"rendered="#{!empty productView.product.id and !empty productView.product.productLimits}">
<p:dataTableborder="1"id="limit"value="#{productView.productLimits}"var="limit"rendered="#{!empty productView.product.id and !empty productView.product.productLimits}">
<p:dataTableborder="1"id="optiongroups"value="#{productView.productOptionGroups}"var="group"rendered="#{!empty productView.product.id and !empty productView.product.productOptionGroups}">
<p:commandButtonvalue="#{i18n['option.setAsDefault']}"update="optionGroup:defaultName"action="#{productView.setDefaultOption(option.id)}"rendered="#{option.id ne null and option.id ne 0}"/>
</p:column>
<!-- TODO: EI IMPLEMENTOITU VIELA MYYNTIPUOLELLE!!!!!
@@ -264,7 +264,7 @@ foodshop.buyAndPayWithCredits = Reserve and pay with credits
...
@@ -264,7 +264,7 @@ foodshop.buyAndPayWithCredits = Reserve and pay with credits
foodshop.buyFromCounter=Pay at info
foodshop.buyFromCounter=Pay at info
foodshop.buyFromInternet=Pay online
foodshop.buyFromInternet=Pay online
foodshop.buyProceedToPay=Reserve and continue to paying
foodshop.buyProceedToPay=Reserve and continue to paying
foodshop.canBuyToCounter=You can buy this bill on infodesk. If you would like to do so, you can close this window and come to the infodesk to pay this order.
foodshop.canBuyToCounter=You can buy this bill on infodesk. If you would like to do so, you can close this window and come to the infodesk to pay this priority.
foodshop.total=Total
foodshop.total=Total
foodwave.buyInPrice=Purchase price
foodwave.buyInPrice=Purchase price
...
@@ -845,7 +845,7 @@ product.vat = VAT-%
...
@@ -845,7 +845,7 @@ product.vat = VAT-%
productFlag.CREATE_NEW_PLACE_WHEN_BOUGHT=Create new place when bought
productFlag.CREATE_NEW_PLACE_WHEN_BOUGHT=Create new place when bought
productFlag.HIDE_FROM_INFOSHOP=Hide from Info shop
productFlag.HIDE_FROM_INFOSHOP=Hide from Info shop
productFlag.PREPAID_CREDIT=Prepaid credit
productFlag.PREPAID_CREDIT=Prepaid credit
productFlag.USERSHOP_AUTOPRODUCT=Product will be added to user's order
productFlag.USERSHOP_AUTOPRODUCT=Product will be added to user's priority
@@ -314,7 +314,7 @@ code.inputfield = Give barcode
...
@@ -314,7 +314,7 @@ code.inputfield = Give barcode
compo.edit=Edit compo
compo.edit=Edit compo
compo.saveVotes=Save votes
compo.saveVotes=Save votes
compo.savesort=Save order
compo.savesort=Save priority
compo.votesSaved=Votes saved
compo.votesSaved=Votes saved
compoMgmtView.compo.entries=Entries
compoMgmtView.compo.entries=Entries
...
@@ -476,7 +476,7 @@ foodshop.buyAndPayWithCredits = Reserve and pay with credits
...
@@ -476,7 +476,7 @@ foodshop.buyAndPayWithCredits = Reserve and pay with credits
foodshop.buyFromCounter=Pay at info
foodshop.buyFromCounter=Pay at info
foodshop.buyFromInternet=Pay online
foodshop.buyFromInternet=Pay online
foodshop.buyProceedToPay=Reserve and continue to paying
foodshop.buyProceedToPay=Reserve and continue to paying
foodshop.canBuyToCounter=You can buy this bill on infodesk. If you would like to do so, you can close this window and come to the infodesk to pay this order.
foodshop.canBuyToCounter=You can buy this bill on infodesk. If you would like to do so, you can close this window and come to the infodesk to pay this priority.
foodshop.total=Total
foodshop.total=Total
foodwave.buyInPrice=Purchase price
foodwave.buyInPrice=Purchase price
...
@@ -1107,7 +1107,7 @@ productFlag.HIDE_FROM_INFOSHOP = Hide from Info shop
...
@@ -1107,7 +1107,7 @@ productFlag.HIDE_FROM_INFOSHOP = Hide from Info shop