1pilot-install-exp(1) PILOT-LINK pilot-install-exp(1)
2
3
4
6 pilot-install-expenses - Install an expense record entries onto your
7 Palm handheld device.
8
10 pilot-link: Userland conduits
11
12
14 pilot-install-expenses [-p|--port <port>] [--version] [-q|--quiet]
15 [-?|--help] [--usage] [-t|--ptype STRING] [-e|--etype STRING]
16 [-a|--amount STRING] [-V|--vendor STRING] [-i|--city STRING]
17 [-g|--guests NUMBER] [-n|--note STRING] [-c|--category STRING]
18 [--replace]
19
20
22 pilot-install-expenses allows a Palm handheld with the Expense appli‐
23 cation to have expense records synchronized to it from the commandline.
24 You can pass any of the fields (except categories, currently) to
25 pilot-install-expenses and create new expense records on your Palm
26 handheld.
27
28
30 pilot-install-expenses options
31 -t,
32 --ptype STRING
33
34
35 Add entries to the "Payment Type" field. These can be in the form of
36 "Cash", "Cheque" and others. See the Expense application on your Palm
37 device for full details on payment types.
38
39
40 Note that the long name for this option has been renamed since 0.11.8.
41
42 -e,
43 --etype STRING
44
45
46 Add entries to the "Expense Type" field. These can be in the form of
47 Airfare, Meals, and Others. See the Expense application on your Palm
48 device for full details on expense types.
49
50 -a,
51 --amount STRING
52
53
54 Add currency amount entries to the "Amount" field. These can be in the
55 form of 1.00 or "$10.00" and so on. See the Expense application on your
56 Palm device for full details on amount types.
57
58 -V,
59 --vendor STRING
60
61
62 Add entries to the "Vendor" field. These are free-form values, and can
63 be the name of a restaurant, an airline, or any other text value you
64 wish to use.
65
66 -g,
67 --guests DIGIT
68
69
70 Add the number of attendees to the expense record, identified by DIGIT.
71 If you ate lunch with four (4) additional people, you would put five
72 (5) here, a numeric value.
73
74 -i,
75 --city STRING
76
77
78 Add entries to the "City" field in the expense record. These are
79 free-form values, and can be the name of the location, city, or town
80 that the expense record occurred in.
81
82 -n,
83 --note STRING
84
85
86 Add a "Note" entry to the expense record. These are free-form values,
87 and can be some notes related to the expense entry.
88
89 -c,
90 --category STRING
91
92
93 Install entries into the named category defined here. See the Expense
94 application on your Palm device for full details on using these cate‐
95 gories.
96
97 --replace
98
99
100 Replace the entry found in the named category identified by the --cate‐
101 gory option
102
103
104 Note that the short name for this option has been removed since 0.11.8
105
106
107 Conduit Options
108 -p, --port
109 <port>
110
111
112 Use device file <port> to communicate with the Palm handheld. If this
113 is not specified, pilot-install-expenses will look for the $PILOTPORT
114 environment variable. If neither are found or supplied,
115 pilot-install-expenses will print the usage information.
116
117 -q,
118 --quiet
119
120
121 Suppress 'Hit HotSync button' message.
122
123 --version
124
125
126 Display version information for pilot-install-expenses and exit without
127 connecting.
128
129
130 Help options
131 -h, --help
132
133
134 Display the help synopsis for pilot-install-expenses and exit without
135 connecting.
136
137 --usage
138
139
140 Display a brief usage message and exit without connecting.
141
142
144 The program will connect to the Palm handheld, and install entries into
145 the Expense application based on values passed to
146 pilot-install-expenses arguments.
147
148
150 pilot-install-expenses -p /dev/pilot -c Unfiled -t Cash -e Meals -a
151 10.00 -V McDonalds -g 21 -l "San Francisco" -N "This is a note"
152
153
154 Installs a new expense; you are recording having 21 guests at McDonalds
155 in the city of San Francisco for a meal which cost 10.00 units of your
156 default currency and you added a simple note. The expense will take the
157 default date - today.
158
159
161 pilot-install-expenses was originally written by community authors,
162 the original author is unknown.
163
164
165 This manual page was converted to XML by Neil Williams <linux@code‐
166 help.co.uk>
167
168
170 We have an online bug tracker. Using this is the only way to ensure
171 that your bugs are recorded and that we can track them until they are
172 resolved or closed. Reporting bugs via email, while easy, is not very
173 useful in terms of accountability. Please point your browser to
174 http://bugs.pilot-link.org: http://bugs.pilot-link.org and report your
175 bugs and issues there.
176
177
179 This program is free software; you can redistribute it and/or modify it
180 under the terms of the GNU General Public License as published by the
181 Free Software Foundation; either version 2 of the License, or (at your
182 option) any later version.
183
184
185 This program is distributed in the hope that it will be useful, but
186 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
187 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
188 Public License for more details.
189
190
191 You should have received a copy of the GNU General Public License along
192 with this program; if not, write to the Free Software Foundation, Inc.,
193 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
194
195
197 read-expenses (1), pilot-link(7).
198
199
200
201
2020.12.5 Copyright 1996-2007 FSF pilot-install-exp(1)