Saturday, June 28, 2025
30.9 C
Singapore

Woman who said she "escaped death" in SIA flight fire was convicted for GST evasion

One of the first passengers to share a video of an SIA flight’s engine going up in flames yesterday was Lee Bee Yee. She shared the video on her online store’s Facebook page, and claimed, “I just escaped death!!!!”.

All mainstream media interviewed her to better understand what happened in the minutes after Singapore Airlines flight (SQ 368) bound for Milan returned to Changi Airport, when its engine burst into flames upon touch down.
One hawk-eyed Forumer has spotted that the Lee Bee Yee mentioned in the mainstream media reports could be the same Lee Bee Yee who was prosecuted for failing to declare and pay GST on the 195 handbags and wallets she had purchased overseas.
screenshot_20160628_205337Other HWZ forumers wondered if Lee was on her way to Milan again to stock up on more tax-free luxury handbags and wallets (link: http://forums.hardwarezone.com.sg/eat-drink-man-woman-16/%5Bbk%5D-sinkie-who-evade-gst-sabo-rest-us-peasants-5404618.html)
Lee paid for her crimes two years ago, and according to Singapore Customs, this was what happened:
“Lee Bee Yee, 43, was prosecuted for failing to declare and pay GST on the 195 handbags and wallets she had purchased overseas. Lee had hand-carried the bags and wallets into Singapore on four occasions. She had also under-declared the values of another 201 handbags and wallets imported via parcel post on 11 occasions. The total GST evaded exceeded $12,000. Lee was sentenced by the State Courts to a fine of $23,000 on 6 November 2014.”
Lee’s Facebook page for her online store has about 14,000 likes.

See also  Pasir Ris One - One developer is headed by CCC Chairman the other by Chinese nationals and Bush

Hot this week

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });