Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

label_me

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

label_me

  • 0.0.3
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

LabelMe

LabelMe is an easy accessor for ColorMe Order CSV.

Installation

Add this line to your application's Gemfile:

gem 'label_me', github: "xxxcaqui/label_me"

And then execute:

$ bundle

Usage

rows = LabelMe::SalesAll::Row.parse("sales_all.csv")

rows.first.order_id #=> "12342345"

Attributes for LabelMe::SalesAll::Row

General

Column in CSVAccessor method
売上IDorder_id
受注日order_date

Customer

Column in CSVAccessor method
購入者 顧客IDcustomer_id
購入者 名前customer_name
購入者 郵便番号customer_postal_code
購入者 都道府県, 購入者 住所customer_address
購入者 メールアドレスcustomer_email
購入者 電話番号customer_phone_number
送料合計total_shipping_charge
メッセージカード手数料合計total_message_card_charge
入金状態paid?

Recipient

Column in CSVAccessor method
配送先IDrecipient_id
配送先 名前recipient_name
配送先 フリガナrecipient_kana
配送先 郵便番号recipient_postal_code
配送先 都道府県名, 配送先 住所recipient_address
配送先 電話番号recipient_phone_number
配送希望日wished_delivery_date
配送希望時間wished_delivery_timezone
配送先 熨斗(のし)recipient_labeling
配送先 メッセージカード種類recipient_message_card_type
配送先 メッセージカード内容recipient_message_card_body
配送先 備考recipient_notes

Line Item

Column in CSVAccessor method
売上詳細IDline_item_id
購入商品 商品IDline_item_code
購入商品 販売価格(消費税込)line_item_unit_price
購入商品 販売個数line_item_quantity

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

FAQs

Package last updated on 24 Sep 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc