Skip to content

cellvinchung/bot_ebill

Repository files navigation

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.

About

台灣銀行電子化收款條碼資料產生器

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published