CORE-POS/IS4C

View on GitHub
documentation/Reference Code/Wedge/installation/mysql/is4c_op/views/volunteerDiscounts.viw

Summary

Maintainability
Test Coverage
use is4c_op;

DROP VIEW IF EXISTS `volunteerDiscounts`;
CREATE VIEW `volunteerDiscounts` AS 
select 

`CardNo` AS `CardNo`,
`SSI` AS `hours`,
(`SSI` * 20) AS `total`,
`id` AS `id` 

from `custdata` where `staff` = 3