シャープの電卓の傑作機で有名な、電卓 CS-2128R を販売します。
Sharp製電卓
型番:CS-2128R
早打ち対応(3キーロールオーバー機能付き)
背面は2段階で高さ調整可能。
会計士、税理士、及び資格試験受験生から
絶大な支持があり、実質的に実務電卓No.1
といっても差し支えない名作です。
超高速で打鍵してもついてきます。
今回予備機として大切に保管していたものを
特別にご提供いたします。
使用回数数回の極美品。
液晶表示の数字、記号は全てカケなく正常に表示。
液晶に買った時についていた保護フィルムがついたままです。
黒色のナイロン製ポーチに入れ厳重に保管、ヤケは一切なし。
ボタンの操作性も欠陥なく問題なし。
本体、説明書、予備電池1個(LR44)つき。
2005年9月購入
生産開始時期:1996年3月~2004年あたり
<サイズ>
大きさ: 128×177×19mm
重さ:205g
<機能>
12桁、メモリー計算、逆数計算、税計算、アンサーチェック等
3キーロールオーバー機能
販売価格:550,000円(税込み)残り1台
ご希望の方はこちらからどうぞ。
↑申し込みフォームから氏名、メルアドと電卓購入希望とご記入し送付ください。
function showCheckoutWindow(e) {
e.preventDefault();
const url = document.getElementById('embedded-checkout-modal-checkout-button').getAttribute('data-url');
const title = 'Square Online Checkout';
// Some platforms embed in an iframe, so we want to top window to calculate sizes correctly
const topWindow = window.top ? window.top : window;
// Fixes dual-screen position Most browsers Firefox
const dualScreenLeft = topWindow.screenLeft !== undefined ? topWindow.screenLeft : topWindow.screenX;
const dualScreenTop = topWindow.screenTop !== undefined ? topWindow.screenTop : topWindow.screenY;
const width = topWindow.innerWidth ? topWindow.innerWidth : document.documentElement.clientWidth ? document.documentElement.clientWidth : screen.width;
const height = topWindow.innerHeight ? topWindow.innerHeight : document.documentElement.clientHeight ? document.documentElement.clientHeight : screen.height;
const h = height * .75;
const w = 500;
const systemZoom = width / topWindow.screen.availWidth;
const left = (width - w) / 2 / systemZoom + dualScreenLeft;
const top = (height - h) / 2 / systemZoom + dualScreenTop;
const newWindow = window.open(url, title, `scrollbars=yes, width=${w / systemZoom}, height=${h / systemZoom}, top=${top}, left=${left}`);
if (window.focus) newWindow.focus();
}
// This overrides the default checkout button click handler to show the embed modal
// instead of opening a new tab with the given link url
document.getElementById('embedded-checkout-modal-checkout-button').addEventListener('click', function (e) {
showCheckoutWindow(e);
});