0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Freeeでレシートを撮影して登録する時、決済方法を一括で「プライベート資金」にする

Posted at

Freeeでレシートを撮影して登録する時、決済方法がデフォルトで「現金」になっているので、それをプライベート資金にしたい。

image.png

Chrome コンソールを開いて、下記コマンドを入れればOK

Array.from(document.querySelectorAll('#walletable')).forEach(x => x.value = '事業主借')

ID なのに複数要素があるのが疑問ではある。

自分用の Chrome 拡張作るか

0
0
4

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?