Project

bot_ebill

0.0
No commit activity in last 3 years
No release in over 3 years
台灣銀行電子化收款產生台銀、超商、郵局條碼
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 1.17
~> 10.0
~> 3.0
 Project Readme

BotEbill

台灣銀行電子化收款Barcode內容產生器

  • 請先向台灣銀行申請電子化收款服務。
  • 不產出Barcode圖像,請搭配使用Barcode產生器,如barby(ruby)、JsBarcode(js)等,格式使用code39

Installation

Gemfile 加上:

gem 'bot_ebill'

執行:

$ bundle

或直接執行:

$ gem install bot_ebill

使用方式

@barcode_text = BotEbill::BarcodeText.new(
	collection_no: "代收類別", 
	store_no: "超商代收項目", 
	order_no: "自訂編號", 
	price: "金額"
    )

#台銀條碼內容
@barcode_text.bot_text

#超商條碼內容
@barcode_text.store_text 

#郵局條碼內容
@barcode_text.post_office_text

License

MIT License.