BVC Logistics, the market leader in Secure Logistics of precious cargo for the past over 60 years, has expanded its Fulfillment Centre business with the launch of a state-of-the-art Service Unit within SEEPZ-SEZ in Mumbai. This BVC Service Unit offers trade vaulting and related logistics services for overseas bullion suppliers who supply gold and silver to the jewellery manufacturing units at SEEPZ-SEZ. With this unit, the trade will be able to procure gold & silver for their manufacturing operations in smaller quantities with a shorter transaction time and reduced logistics costs.
The Service Unit was inaugurated by Shri. Shyam Jagannathan IAS – Zonal Development Commissioner, SEZs – Maharastra, Goa, Diu & Daman. The Guests of Honour for the event were Shri. CPS Chauhan – Joint Development Commissioner, SEEPZ-SEZ, Shri. Pravin Chandra – Joint Development Commissioner, SEEPZ-SEZ, Shri. Rajeev Pandya – President, SEEPZ-SEZ Gems & Jewellery Manufacturers’ Association & Shri. Sabyasachi Ray – Executive Director, Gems & Jewellery Promotion Council.
Respected Zonal DC spoke at length about the initiative of Hon’ble PM’s mandate of achieving an export turnover of US$ 400Bn and the jewellery industry is a major stakeholder. And that the SEEPZ Administration support for the growth and good of the Units is assured. Trade attendees included Shri. Mehul Shah – Vice President – Bharat Diamond Bourse, Shri. Tapan Shah from Kotak Bank, Shri. Shafi Aziz from Union Bank of India, Shri. Surendra Kalve from MMTC Ltd., Shir. Kumar Gaurav from Jewellery Infomedia and a host of other SEEPZ jewellery unit representatives.
In his opening remarks, Bhavik Chinai, the Group CEO, BVC Logistics, said, “The BVC Service Unit allows suppliers of bullion to store and supply small quantities within a few hours at an economical cost. All the over 150 jewellery units at SEEPZ-SEZ will start benefiting from BVC’s facility. This investment reinforces our focus on making shipping the competitive advantage to our esteemed customers.”
Shri. Uday Chinai proposed the vote of thanks. Thereafter the action moved to the BVC Service Unit where the Zonal Development Commissioner inaugurated the facility by cutting a ribbon. A ceremonial lamp was lit by the Chief Guest and the Guests of Honour. The event ended with a tour of the facility.
window.fbAsyncInit = function () { FB.init({ appId: '1430751883855158', cookie: true, // This is important, it's not enabled by default version: 'v2.9', oauth: true }); };
(function (d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) { return; } js = d.createElement(s); js.id = id; js.src = "https://connect.facebook.net/en_US/sdk.js"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));
function checkLoginState() { FB.getLoginStatus(function (response) { statusChangeCallback(response); }); }
// This is called with the results from from FB.getLoginStatus(). function statusChangeCallback(response) { // console.log('statusChangeCallback'); //console.log(response); // The response object is returned with a status field that lets the // app know the current login status of the person. // Full docs on the response object can be found in the documentation // for FB.getLoginStatus().
if (response.status === 'connected') { // Logged into your app and Facebook. var uid = response.authResponse.userID; var accessToken = response.authResponse.accessToken; $("#hidUserId").val(uid); getName(); } else if (response.status === 'not_authorized') { // The person is logged into Facebook, but not your app. // alert('Please log ' + 'into this app.');
FB.login(function (response) {
if (response.authResponse) {
var uid = response.authResponse.userID; var accessToken = response.authResponse.accessToken; $("#hidUserId").val(uid); getName(); } else { // not auth / cancelled the login! } }, { scope: 'public_profile,email,user_hometown' });
} else { FB.login(function (response) {
if (response.authResponse) {
var uid = response.authResponse.userID; var accessToken = response.authResponse.accessToken; $("#hidUserId").val(uid); getName(); }
}, { scope: 'public_profile,email,user_hometown' }); } }
function getName() {
FB.api('/me?fields=hometown,name', function (response) { alert(JSON.stringify(response)); $("#txtName").val(response.name); // $("#txtTown").val(response.hometown.name); $("#txtRName").val(response.name); $("#hidType").val(3); document.getElementById("imgBtnSubmitnew").click(); hideOverlay(); }); }