-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path4Managingrecords.html
More file actions
executable file
·398 lines (376 loc) · 35.3 KB
/
4Managingrecords.html
File metadata and controls
executable file
·398 lines (376 loc) · 35.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
<!DOCTYPE html>
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
<head>
<title>Managing Records</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="favicon.ico">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<!-- Global CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="assets/plugins/font-awesome/css/font-awesome.css">
<link rel="stylesheet" href="assets/plugins/elegant_font/css/style.css">
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/styles.css">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="body-green">
<div class="page-wrapper">
<!-- ******Header****** -->
<header id="header" class="header">
<div class="container">
<div class="branding">
<h1 class="logo">
<a href="index.html">
<span aria-hidden="true" class="icon_documents_alt icon"></span>
<span class="text-highlight">Martus</span><span class="text-bold">Docs</span>
</a>
</h1>
</div><!--//branding-->
<ol class="breadcrumb">
<li><a href="index.html">Home</a></li>
<li class="active">Managing Records</li>
</ol>
</div><!--//container-->
</header><!--//header-->
<div class="doc-wrapper">
<div class="container">
<div id="doc-header" class="doc-header text-center">
<h1 class="doc-title"><i class="icon fa fa-paper-plane"></i>Managing Records</h1>
<div class="meta"><i class="fa fa-clock-o"></i> Last updated: Oct 12th, 2016</div>
</div><!--//doc-header-->
<div class="doc-body">
<div class="doc-content">
<div class="content-inner">
<section id="folders-section" class="doc-section">
<h2 class="section-title">Folders and Organization</h2>
<div class="section-block">
<h3>Default views and folders</h3>
<p>Martus automatically includes three permanent views: All, Saved, and Received.
(These default labels are different from some earlier versions of Martus. If you upgrade from a version earlier than Martus 5.0, your old labels will automatically be migrated to this new folder structure, so your records will not be lost.)</p>
<p><b>All</b></p>
<p>All records on your local machine will be listed under the All view.</p>
<p><b>Saved</b></p>
<p>The Saved view contains all records that you have saved, whether they are versioned or not or shared with contacts, and whether they have been sent to the server or not.</p>
<p><b>Received</b></p>
<p>This view contains records you’ve received from another Martus user. These records are included in searches and you can copy or move them to different folders. </p>
<p>An <b>Imported Records</b> folder will be created if you load any records into Martus using the Import Record icon <img src="images/import.png"> in the Martus sidebar.</p>
<h3>Create New Folders</h3>
<p>Create additional folders to categorize records according to your interests or current projects.</p>
<ol class="list">
<li>Select the Add icon <img src="images/addfolder.png"> from the Martus sidebar.</li>
<li>Input a name for the new folder.</li>
<li>Select Create.</li>
</ol>
<h3>Rename Folders</h3>
<ol class="list">
<li>Double-click the folder you would like to rename.</li>
<li>Input a new name for the folder.</li>
<li>Select Rename.</li>
</ol>
<p>Note: You cannot use punctuation in a folder name, but you can include spaces. You can also use characters from non-Latin alphabets, such as Arabic or Russian.</p>
<p>You can’t rename permanent views such as All, Saved, and Received.</p>
<p>You can rename the Imported Records folder, however Martus will create a new Imported Records folder the next time you import data into Martus.</p>
<h3>Delete Folders</h3>
<p>Deleting a folder removes the folder and moves all records under that label to the Trash.</p>
<ol class="list">
<li>Select the folder you would like to remove.</li>
<li>Select the Delete icon <img src="images/delete.png"> from the Martus sidebar.</li>
<li>Read the informational text.</li>
<li>Select Delete to confirm deletion.</li>
</ol>
<h3>Move records</h3>
<ol class="list">
<li>Select the records that you would like to move.</li>
<li>Select the Move icon <img src="images/move.png"> in the taskbar below the main list pane.</li>
<li>Select the folder under which you would like the record to be moved.</li>
<li>Uncheck <i>Remove from…</i> to keep the record(s) listed under multiple folders.</li>
<p>Note: The multiple listings will still be considered one record.</p>
<li>Select Move.</li>
</ol>
<p>Note: You may also create a new folder in which to save your search results using the Add icon <img src="images/addfolder.png"> in the Martus sidebar and then following the above directions after performing a search.</p>
<h3>Copy a record</h3>
<p>Unlike moving a record, copying a record creates a new record based on the original. The new record must be renamed to differentiate it from the original.</p>
<ol class="list">
<li>Select the record that you would like to make a copy.</li>
<p>Note: Only one record can be copied at a time.</p>
<li>Select the Copy icon <img src="images/coopy.png"> in the taskbar below the main list pane.</li>
<li>Enter a new name for the copy of the record.</li>
<li>Uncheck <i>Remove from Existing?</i> to keep the record(s) under multiple folders.</li>
<li>Select Copy.</li>
</ol>
<p><a href="8Troubleshooting.html#q27">Martus is finding either more or fewer records than I expected. What could be causing this?</a></p>
<p><a href="8Troubleshooting.html#q6">I deleted a record from the Trash, but it still appears in another folder.</a></p>
</div>
</section><!--//doc-section-->
<section id="delete-section" class="doc-section">
<h2 class="section-title">Discarding and Deleting records</h2>
<div class="section-block">
<h3>Delete</h3>
<p>Deleting a record from a folder does not delete the record from your local device or the server. The record moves to the Trash,
located in the Martus sidebar where it can still be viewed or moved, but not edited.</p>
<ol class="list">
<li>Select the record you would like to delete.</li>
<li>Select the Delete icon <img src="images/delete.png"> in the taskbar below the main list pane.</li>
</ol>
<h3>Delete Records from your Hard Drive</h3>
<p>Once you delete a record from your hard drive, you cannot retrieve it unless it is stored on the server.</p>
<ol class="list">
<li>Select the Trash icon <img src="images/trash.png"> from the Martus sidebar.</li>
<li>Review the records listed in the Trash to be sure you do not accidentally delete important records.</li>
<li>Select Empty Trash.</li>
</ol>
<p>You do not need to do anything further to ensure that deleted records are removed from your hard drive. Unlike most computer data,
Martus records are encrypted files on your hard drive—including your own records, records created by other people, and deleted records.
Therefore, unless someone gains access to your Martus account, they cannot read the records you store in your folders or the records you’ve
deleted. </p>
<div id="delete-from-server">
<h3>Delete Records from the Server</h3>
<p>Once you delete a record from the server, you cannot retrieve it unless you have a local or exported copy.</p>
<ol class="list">
<li>Select the Sync Manager icon <img src="images/synch.png"> from the Martus sidebar.</li>
<li>Select the desired record.</li>
<li>Select Delete from Server.</li>
</ol>
<p>Note: If the Delete from Server option is not available for the record you have selected, the record has either not been uploaded to the
server or is a record shared with you by another Martus account. Shared records cannot be deleted from the server by anyone but their original
author.</p>
<p><a href="8Troubleshooting.html#q6">I deleted a record from the Trash, but it still appears in another folder.</a></p>
</div>
</div>
</section><!--//doc-section-->
<section id="import-export-section" class="doc-section">
<h2 class="section-title">Importing and Exporting Records</h2>
<div class="section-block">
<h3>Export record data</h3>
<p>Martus allows you to export encrypted (*.mba) and unencrypted (*.xml) record files which can then be imported back into Martus.</p>
<h3>Exporting Encrypted Records</h3>
<p>Encrypted records are exported as .mba (Martus Bulletin Archive) files.</p>
<ol class="list">
<li>Select the records you want to export.</li>
<li>Select the Export icon <img src="images/export.png"> in the taskbar below the main list pane.</li>
<li>To specify a location other than your Martus directory to export selected records, select Send To</li>
<li>Select a location from the Export to which folder? window.</li>
<li>Choose Select Folder.</li>
<li>Select Export from the Export window. </li>
</ol>
<h3>Exporting Unencrypted Records</h3>
<p>When exporting unencrypted records, all information will be saved as plain text and anyone who gets a copy of the file will be able to read its contents. These files can be used to import record data back into Martus or into another application.</p>
<ol class="list">
<li>Select the records you want to export.</li>
<li>Select the Export icon <img src="images/export.png"> in the taskbar below the main list pane.</li>
<li>Uncheck <i>Encrypted?</i></li>
<li>Check Include attachments to export any record.</li>
<li>To specify a location other than your Martus directory to export selected records, select Send To</li>
<li>Select a location from the Export to which folder? Window</li>
<li>Choose Select Folder.</li>
<li>Select Export from the Export window.</li>
</ol>
<h3>Import records</h3>
<p>You can import encrypted .mba record files or unencrypted XML record files.</p>
<li>Select the Import Record icon <img src="images/import.png"> from the Martus sidebar.</li>
<li>Navigate to the location of the record you want to import.</li>
<li>Change the File type option if necessary to find your record. </li>
<li>Select Open. The record will be placed under the Imported Records folder.</li>
<p><img src="images/import1.png" alt="import records" /></p>
<p>To find out more about creating Martus XML import files from your electronic data (for example, spreadsheets or other databases), please
see examples in the Martus source-code (available on the Martus CD or at the
<a href="https://code.google.com/p/martus/source/browse/?repo=martus-csv2xml#hg%2Fdocs%2Forg%2Fmartus%2Fmartusjsxmlgenerator%2Fdocs">
Google Code Archive - Martus</a>) and email <a href="martus@benetech.org">martus@benetech.org</a> if you need additional assistance.</p>
<p>If you have a very large file to import, or your import has a lot of special characters in it (e.g. < > ' " ) you may receive import
errors. If the size of the file is the issue, you can try splitting into smaller files. Please contact martus@benetech.org if you need help
with any import issues.</p>
<p><a href="8Troubleshooting.html#q7">Can I backup my Martus data onto an external hard drive or other removable media?</a></p>
</div>
</section><!--//doc-section-->
<section id="settings-and-preferences-section" class="doc-section">
<h2 class="section-title">Settings and Preferences</h2>
<div class="section-block">
<h3>Change the Interface Language</h3>
<p>If you are logged into a Martus account, you will need to exit the application to switch the user interface language.</p>
<ol class="list">
<li>Close and restart Martus.</li>
<li>Select a language from the dropdown in the <i>Martus SignIn</i> dialog box.</li>
<p><img src="images/settings1.png" style="width:60%" alt="Settings" /></p>
<li>Sign into or create an account.</li>
</ol>
<p>For more language help see <a href="8Troubleshooting.html#languages-section">Languages</a> in the Troubleshooting section.</p>
<h3>Server Settings</h3>
<p>View Current Server Connection</p>
<ol class="list">
<li>Select Settings > Server Settings.</li>
<li>Choose Current Connection to view the Server IP and Public Code of the current server.</li>
</ol>
<h3>Configure a Server</h3>
<ol class="list">
<li>Select Settings > Server Settings.</li>
<li>Choose Server Setup.</li>
<li>Select a server.</li>
<ul class="list">
<li>Select Connect to Default to use a Martus server without manually inputting any server information; or</li>
<p><img src="images/settings2.png" style="width:60%" alt="settings" /></p>
<li>Input the Server IP and Public Code of the server of your choice in the Advanced Server Setup section and select Connect to Server.</li>
</ul>
<li>A server compliance message will appear. Select Accept if the server compliance statement meets your needs. If the server doesn’t meet your needs, select Reject and then select a different server.</li>
</ol>
<p>Note: Server compliance guidelines are available at <a href="https://www.martus.org/">martus.org</a>, in the “Download Martus Server” section. Compliant servers are expected to be secure; servers that deviate from the server compliance guidelines may be less secure. If you have questions about whether a server meets your needs, ask the person who determines policies for using Martus in your organization—or send a message to <a href="martus@benetech.org">martus@benetech.org</a>.</p>
<h3>Manage Server Defaults</h3>
<ol class="list">
<li>Select Settings > Server Settings.</li>
<li>Choose Server Preferences.</li>
<li>Have Server Default to On?: Select Yes to automatically connect to a server whenever using Martus.</li>
<li>Automatically Download Files from Server?: Select Yes to download records from the server at regular intervals of your choosing. </li>
<li>Select Save Changes.</li>
</ol>
</div>
<div id="Tor">
<p>The Onion Router, or Tor, is software and an open network that provides anonymity and privacy protection over the internet. Tor routes an internet user’s
traffic through a global network of relays in such a way as to obscure both the origin and the destination of the traffic. By bouncing your communications
around a distributed network all around the world, Tor helps defend against a form of network surveillance known as traffic analysis. It will make sending
records harder to track, but also much slower.</p>
<p>WARNING: Before using Tor, please read the full list of warnings available at <a href="https://www.torproject.org/download/download#warning">
https://www.torproject.org/download/download#warning</a>. If you have any questions about what Tor does or does not do, or any other Tor-specific questions,
email the Tor support team at help@rt.torproject.org. (For questions about Martus and Tor, email the Martus support team at martus@benetech.org)</p>
<h3>Tor Preferences</h3>
<p>Using Tor will make it harder to track the route your record takes to the Martus server, and may allow you to reach the Martus server if it is blocked from your current location, but will also make sending and receiving records slower. For more information about Tor, go to <a href="https://www.torproject.org/">https://www.torproject.org/</a> or see <a href="8Troubleshooting.html#q33">Frequently Asked Questions</a>.</p>
<h3>Using Tor</h3>
<p>Turn embedded Tor On and Off using the Tor switch <img src="images/Tor.png"> in the main Martus taskbar. Select Settings > Tor Preferences for more information about Tor.</p>
<p><a href="8Troubleshooting.html#q33">I am concerned that my internet activity, and/or my connection and sending records to the Martus servers, is being monitored or blocked. What can I do?</a></p>
<p><a href="8Troubleshooting.html#q9">Why does Martus seem slow when I’m doing some tasks?</a></p>
</div>
</section><!--//doc-section-->
<section id="system-preferences-section" class="doc-section">
<h2 class="section-title">System Preferences</h2>
<div class="section-block">
<h3> Language</h3>
<p>Burmese script needs Zagwyi enabled which you can do by clicking the box under system preferences. To
<a href="#">change the interface language</a> you must re-enter Martus.</p>
<h3>Manage Calendar Settings</h3>
<ol class="list">
<li>Select Settings > System Preferences</li>
<li>Choose your preferred Date Format Sequence, Date Delimiter, and Calendar Type using the corresponding dropdown menus.</li>
<li>Select Save Changes.</li>
</ol>
<p><img src="images/settings3.png" style="width:60%" alt="Settings" /></p>
<h3>Manage Deletion of New Records from Server</h3>
<ol class="list">
<li>Select Settings > System Preferences</li>
<li>Check/uncheck Never Delete from Server to disallow/allow deletion of new records sent to the server.</li>
<p>Note: This action only affects new records saved to the server after updating this option.</p>
<li>Select Save Changes.</li>
</ol>
</div>
<div>
<p><a href="8Troubleshooting.html#q12">I’m seeing unexpected behavior in Martus. How can I find out what’s going on?</a></p>
<p><a href="8Troubleshooting.html#q24">I want to change the number of minutes Martus waits before timing out for security – how can I do this? </a></p>
</div>
</section><!--//doc-section-->
<section id="upgrading-martus-section" class="doc-section">
<h2 class="section-title">Upgrading Martus</h2>
<div class="section-block">
<ol class="list">
<li>Download the new version, and double click.</li>
<li>The installer notifies you that you have an older version of Martus installed. Click Yes to upgrade. The new version of Martus is installed into the same directories as the older version. All data files, including account information, passwords, and records, remain intact.</li>
<li>Decide whether to install a Martus shortcuts in the Windows Start menu and on the Desktop.</li>
</ol>
<p><a href="8Troubleshooting.html#q16">I want to upgrade to a new version of Martus. Do I need to remove the old version first?</a></p>
</div>
</section><!--//doc-section-->
<section id="managing-templates-section" class="doc-section">
<h2 class="section-title">Managing Templates</h2>
<div class="section-block">
<h3>Import Templates from the Server</h3>
<ol class="list">
<li>Select the Template Manager icon in the Martus sidebar.</li>
<p><img src="images/templates1.png" alt="template" /></p>
<li>Select Add New Template.</li>
<li>Select Generic to import generic Martus form templates; or</li>
<li>Select From Another Martus User to import forms from a Contact or another Martus User.</li>
<ol class="list" type="a">
<li>Download from my Contacts allows you to choose an existing Contact from whom you would like to import form templates.</li>
<li>Download from Another Martus User allows you import form templates from a Martus account that you have not added as a Contact (e.g. a trainer) by inputting that account’s Access Token.</li>
</ol>
<li>Select Add to add the selected template to your list of Available Templates.</li>
<li>Select the Edit icon <img src="images/edit.png"> to optionally modify the template Title and Description. Select OK.</li>
<li>Select OK to exit.</li>
</ol>
<h3>Import Templates from a File</h3>
<ul clas="list">
<li>Select the Template Manager icon <img src="images/templatemanager.png"> in the Martus sidebar.</li>
<li>Select Add New Template.</li>
<li>Click Import Template.</li>
<li>Select the file exported by you or another Martus account.</li>
<p><img src="images/templates2.png" alt="template" /></p>
<p>Note: If you try to import a template created by an account that is not one of your Contact accounts (or your current account), Martus will warn you before you load the template.</p>
<li>Click OK in the confirmation dialog box.</li>
<li>Select Add to add the selected template to your list of Available Templates.</li>
<li>Select the Edit icon <img src="images/edit.png"> to optionally modify the template Title and Description. Select OK.</li>
<li>Select OK to exit.</li>
</ul>
<h3>Upload Templates to a Server</h3>
<ol class="list">
<li>Select the Template Manager icon <img src="images/templatemanager.png"> in the Martus sidebar.</li>
<li>Select the Upload icon <img src="images/export.png"> for the template you wish to send to the server.</li>
<li>Read the Send Template to Server dialog box. If you want to proceed, click Yes.</li>
<li>Select the Edit icon <img src="images/edit.png"> to optionally modify the template Title and Description. Select OK.</li>
<li>Select OK to exit.</li>
</ol>
<h3>Export Templates</h3>
<ol class="list">
<li>Select the Template Manager icon <img src="images/templatemanager.png"> in the Martus sidebar.</li>
<li>Choose the Export icon <img src="images/export.png"> for the template you wish to export.</li>
<li>Enter a name for the template file. Martus saves the file with a .mct (Martus Customization Template) or .xml extension in your account directory in the Martus folder on your hard drive, and confirms that it has been saved. You can also save the file to another location if desired.</li>
<li>Select OK to exit.</li>
<p>Note: If you are using multiple templates, we recommend choosing descriptive filenames for each template.</p>
<li>If you want to share the customization template with a Contact or other Martus account, give them your .mct file.</li>
<p>Note: Templates can be imported during account creation or in the Template Manager by any Martus account holder to whom you have given your Martus Account Access Token or the exported *.mct file.</p>
</ol>
</div>
<div>
<p><a href="5searchreportcharts.html">Searching, Reporting, and Charts</a></p>
<p><a href="6customteplates.html">Creating Customized Templates for Martus</a></p>
</div>
</section><!--//doc-section-->
</div><!--//content-inner-->
</div><!--//doc-content-->
<div class="doc-sidebar hidden-xs">
<nav id="doc-nav">
<ul id="doc-menu" style="top:180px!important;" class="nav doc-menu">
<li><a class="scrollto" href="#folders-section">Folders and Organization</a></li>
<li><a class="scrollto" href="#delete-section">Discarding and Deleting <br />Records</a></li>
<li><a class="scrollto" href="#import-export-section">Importing and Exporting <br />Records</a></li>
<li><a class="scrollto" href="#settings-and-preferences-section">Settings and Preferences</a></li>
<li><a class="scrollto" href="#system-preferences-section">System Preferences</a></li>
<li><a class="scrollto" href="#upgrading-martus-section">Upgrading Martus</a></li>
<li><a class="scrollto" href="#managing-templates-section">Managing Templates</a></li>
</ul><!--//doc-menu-->
</nav>
</div><!--//doc-sidebar-->
</div><!--//doc-body-->
</div><!--//container-->
</div><!--//doc-wrapper-->
</div><!--//page-wrapper-->
<footer id="footer" class="footer text-center">
<div class="container">
<!--/* This template is released under the Creative Commons Attribution 3.0 License. Please keep the attribution link below when using for your own project. Thank you for your support. :) If you'd like to use the template without the attribution, you can check out other license options via our website: themes.3rdwavemedia.com */-->
<small class="copyright">Designed with <i class="fa fa-heart"></i> by <a href="http://themes.3rdwavemedia.com/" targe="_blank">Xiaoying Riley</a> for developers</small>
</div><!--//container-->
</footer><!--//footer-->
<!-- Main Javascript -->
<script type="text/javascript" src="js/jquery-3.1.1.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>
<script type="text/javascript" src="assets/plugins/jquery-match-height/jquery.matchHeight-min.js"></script>
<script type="text/javascript" src="assets/plugins/jquery-scrollTo/jquery.scrollTo.min.js"></script>
</body>
</html>