PriceRule: Erste Version
authorSven Schöling <s.schoeling@linet-services.de>
Thu, 31 Jul 2014 11:25:05 +0000 (13:25 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Thu, 18 Dec 2014 15:18:50 +0000 (16:18 +0100)
commit9589ecd776677cdeb2fbaf8de211963d24cf5aa1
tree328473c1a0a778e8bc6a19b3c75374624ea72df5
parent859394a5b4389f497ce493d11d29882ef66f2e47
PriceRule: Erste Version
22 files changed:
SL/Controller/PriceRule.pm [new file with mode: 0644]
SL/DB/Helper/ALL.pm
SL/DB/Helper/Mappings.pm
SL/DB/Manager/PriceRule.pm [new file with mode: 0644]
SL/DB/Manager/PriceRuleItem.pm [new file with mode: 0644]
SL/DB/MetaSetup/PriceRule.pm [new file with mode: 0644]
SL/DB/MetaSetup/PriceRuleItem.pm [new file with mode: 0644]
SL/DB/Order.pm
SL/DB/PriceRule.pm [new file with mode: 0644]
SL/DB/PriceRuleItem.pm [new file with mode: 0644]
SL/PriceSource/ALL.pm
SL/PriceSource/PriceRules.pm [new file with mode: 0644]
js/kivi.PriceRule.js [new file with mode: 0644]
locale/de/all
menus/erp.ini
sql/Pg-upgrade2/price_rules.sql [new file with mode: 0644]
templates/webpages/price_rule/_filter.html [new file with mode: 0644]
templates/webpages/price_rule/empty_item.html [new file with mode: 0644]
templates/webpages/price_rule/form.html [new file with mode: 0644]
templates/webpages/price_rule/item.html [new file with mode: 0644]
templates/webpages/price_rule/report_bottom.html [new file with mode: 0644]
templates/webpages/price_rule/report_top.html [new file with mode: 0644]