ne_api 0.0.12 → 0.0.13

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ace0e613855959b919e7248dd6602457b90ebf92a0c4aa7ea6fdfa778682ce9d
4
- data.tar.gz: 8ac84946919c9e1908113fd64be2d92c5cb87e4458d746d8ac3acb218858da90
3
+ metadata.gz: 59d7891130fedebd87824c21b86178accc5ba581317cf50baeb24dee814b4a98
4
+ data.tar.gz: 70360be450dfb469213093be94bbf628964ef9129fec0ad1c4f4fd5f8d21314e
5
5
  SHA512:
6
- metadata.gz: cb5e39aebc84ca0800787a60e46e55b73be556b14531e717e6ac769cd1c65afb0297f93bb2a3865f04b3c1e8d0c1131de2edf3a31997163ab1d1ca012f18d3e9
7
- data.tar.gz: 0d6b41c6c3ca792aca75bffa854e54cb0ce0311bb5ffb3e27e7e590f96dbc17ce8dc98696e5266d528578037ada468c4cde0e226b3e13225829064e518d79376
6
+ metadata.gz: 3f7add295a9eea58e07c487eecd98ece3fbc8261cf8f21a4172ff2ae621a857aee07aab422cfb8529133335e4f419bfb4d273aa9cf3e77813954559de5e47d89
7
+ data.tar.gz: ee580da759b9daba3a8a4be392b59c204e444be3c0211c9ef40b3ba6d0ab132e01ab34254ee5f800eeae5bf806a905daa7b386e6787b233d02af97e4fe12c642
data/README.md CHANGED
@@ -112,6 +112,9 @@ end
112
112
  5. Create a new Pull Request
113
113
 
114
114
  ## Update
115
+ ### ver0.0.12
116
+ * 受注伝票一括更新・納品書印刷済み一括更新に対応
117
+
115
118
  ### ver0.0.11
116
119
  * NEのログイン認証方式に変更
117
120
 
@@ -216,6 +216,8 @@
216
216
  - shipped
217
217
  - labelprinted
218
218
  - divide
219
+ - bulkupdate
220
+ - bulkupdatereceipted
219
221
  :prefix: receive_order
220
222
  :fields: shop_id,id,shop_cut_form_id,date,import_date,important_check_id,important_check_name,confirm_check_id,confirm_check_name,confirm_ids,mail_status,gruoping_tag,import_type_id,import_type_name,cancel_type_id,cancel_type_name,cancel_date,closed_after_edit_date,order_status_id,order_status_name,delivery_id,delivery_name,payment_method_id,payment_method_name,total_amount,tax_amount,charge_amount,delivery_fee_amount,other_amount,point_amount,goods_amount,deposit_amount,deposit_type_id,deposit_type_name,deposit_date,foreign_total_amount,foreign_tax_amount,foreign_charge_amount,foreign_delivery_fee_amount,foreign_other_amount,foreign_goods_amount,foreign_deposit_amount,note,include_possible_order_id,include_to_order_id,multi_delivery_parent_order_id,multi_delivery_parent_flag,statement_delivery_instruct_printing_date,statement_delivery_printing_date,statement_delivery_text,send_date,send_plan_date,send_sequence,worker_text,picking_instruct,picking_min_supplier_id,picking_min_goods_id,label_print_date,label_print_flag,hope_delivery_date,hope_delivery_time_slot_id,hope_delivery_time_slot_name,delivery_method_id,delivery_method_name,seal1_id,seal1_name,seal2_id,seal2_name,seal3_id,seal3_name,seal4_id,seal4_name,business_office_stop_id,business_office_stop_name,invoice_id,invoice_name,temperature_id,temperature_name,business_office_name,gift_flag,delivery_cut_form_id,delivery_cut_form_note,credit_type_id,credit_type_name,credit_approval_no,credit_approval_amount,credit_approval_type_id,credit_approval_type_name,credit_approval_date,credit_approval_rate,credit_number_payments,credit_authorization_center_id,credit_authorization_center_name,credit_approval_fax_printing_date,customer_type_id,customer_type_name,customer_id,purchaser_name,purchaser_kana,purchaser_zip_code,purchaser_address1,purchaser_address2,purchaser_tel,purchaser_fax,purchaser_mail_address,consignee_name,consignee_kana,consignee_zip_code,consignee_address1,consignee_address2,consignee_tel,consignee_fax,reminder_start_date,reminder_last_date,reminder_count,important_check_pic_id,important_check_pic_name,pic_id,pic_name,send_pic_id,send_pic_name,deleted_flag,creation_date,last_modified_date,last_modified_null_safe_date,creator_id,creator_name,last_modified_by_id,last_modified_by_null_safe_id,last_modified_by_name,last_modified_by_null_safe_name
221
223
  :receiveorder_option:
@@ -1,3 +1,3 @@
1
1
  module NeApi
2
- VERSION = "0.0.12"
2
+ VERSION = "0.0.13"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ne_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.12
4
+ version: 0.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yuuna Kurita
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2020-05-21 00:00:00.000000000 Z
12
+ date: 2020-08-31 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler