We have been running a Domino application for 20 years to allow employees to request transportation expenses from the company.
IC cards using NFC (FeliCa) are widely used in Japan, and one IC card is enough to get on almost all public transportation systems such as trains and buses. And if you use an IC card reader, including the iPhone, you can read your boarding history, including the date, time, transportation, and cost. Users can make typos, but the information captured from NFC is accurate.
https://developer.apple.com/documentation/corenfc
I want my Domino application to be able to capture the ride history as typed by the user now, and as read from NFC in the future. I envision the user interaction as follows
-----
(1) The user opens the Domino application to request transportation expenses from Nomad Mobile.
(2)The user touches the "Get NFC History" button to make the iOS NFC readable.
(3) When the user holds the IC card over the iPhone, the boarding history is read and captured by the Domino application.
(4) The user selects only the items to be claimed as transportation expenses from the list of ride histories imported into the Domino app and submits them.
-------
NFC can be used not only for transportation, but also for cafeterias, vending machines, convenience stores, etc. Since there are cases where people use transportation for personal use, it is necessary to remove information that is not charged to the company from the scanned information. This is why the operation (4) is necessary.