You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
PackageHelper/www/pages/help/add.html

64 lines
3.7 KiB
HTML

<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<div class="panel panel-right panel-cover">
<div class="view">
<div class="page">
<div class="navbar">
<div class="navbar-bg"></div>
<div class="navbar-inner">
<div class="title">Help</div>
<div class="right">
<a class="link panel-close">
<span>Close</span>
</a>
</div>
</div>
</div>
<div class="page-content">
<div class="block-title">Add a Package/Item</div>
<div class="block">
Enter the house number, street, city, state, and ZIP code. Then choose an item type and
<span class="taptext">tap</span><span class="clicktext">click</span> the <b>+</b> button.
You'll hear a noise and see a message at the bottom of the screen confirming the item was added.
<ul class="padding-left">
<li>The city, state, and ZIP are saved for you so you won't have to enter them every day.
<li>The next time you <span class="taptext">tap</span><span class="clicktext">click</span>
the Number box, it will automatically be erased for you so you can quickly enter the next one.
<li>If you find yourself frequently selecting the same item type, you can add an extra + button that will only
add items as your preferred type. Go to Settings -> Packages and Alerts -> Custom Add Button to set it up.
</ul>
</div>
<div class="block-title">Addresses with Letters</div>
<div class="block">
If the house "number" has letters in it, <span class="taptext">tap</span><span class="clicktext">click</span>
the menu button <i class="fas fa-ellipsis-v"></i> at the top right and select "Address contains letters".
You'll now be able to enter both letters and numbers in the Number box.
</div>
<div class="block-title">Remove an Item</div>
<div class="block">
If you made a mistake, you can quickly remove a recently added item.
On small screens, <span class="taptext">tap</span><span class="clicktext">click</span> the recent tab
or swipe to the left. Then simply <span class="taptext">tap</span><span class="clicktext">click</span> the entry you
want to remove.
If you go to a different part of the app, the recent tab will be empty.
If the item you want to remove isn't in the recent tab, back out to the main screen,
go to the List page, and remove it from there.
</div>
<div class="block-title">Autocomplete</div>
<div class="block">
You'll notice that as you use PackageHelper, it will suggest street names for you. These suggestions
are based on the address number you enter. For example, if you add a package for 1234 Sample Rd, then
for 987 Other St, the next time you type 1234 it will suggest Sample Rd. If multiple addresses share the same
number, the suggestion list will start with the most frequently used at the top.
</div>
</div>
</div>
</div>
</div>