Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Line edit #465

Merged
merged 8 commits into from
Jan 31, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions briefcase-api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Interfaces used during Pull actions.
The APIs used:

1. OpenRosa Form Discovery API
2. download forms and media files using URLs form discovery.
2. Download forms and media files using URLs form discovery.
3. ``view/submissionList`` to obtain a chunk of submission keys.
4. ``view/downloadSubmission`` to download an individual submission.

Expand All @@ -33,7 +33,7 @@ Interfaces used during Push actions.

1. *formUpload* to upload a form and its media files to ODK Aggregate.
2. ``view/submissionList`` to obtain a chunk of submission keys.
3. OpenRosa Form Submission/Overwite API (with extensions)
3. OpenRosa Form Submission/Overwrite API (with extensions)

.. _interface-details:

Expand Down
8 changes: 4 additions & 4 deletions briefcase-forms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Pulling forms from ODK Aggregate
- Open *ODK Briefcase*.
- In the window which opens up select :guilabel:`pull` tab.
- Select Aggregate 0.9.x or Aggregate 1.0 in the :guilabel:`pull data from` the drop-down.
- Enter the url of your ODK Aggregate server in :guilabel:`url` option. For instance `https://proj1.appspot.com` and click on connect.
- Enter the URL of your ODK Aggregate server in :guilabel:`url` option. For instance `https://proj1.appspot.com` and click on connect.
- You can either leave the username blank if the anonymousUser is granted Data Viewer permissions or specify an ODK Aggregate user (Account Type 'ODK') that has been granted Data Viewer permissions.
- A list of forms will be displayed. Select the ones you want to pull and click on :guilabel:`pull` button at the bottom of the window. The forms will be pulled to ODK Briefcase Storage on your local system.

Expand All @@ -33,7 +33,7 @@ Pushing forms to ODK Aggregate
- Open *ODK Briefcase*.
- In the window which opens up select :guilabel:`push` tab.
- Select Aggregate 1.0 in the :guilabel:`push data to` drop-down.
- Enter the url of your ODK Aggregate server in :guilabel:`url` option. For instance `https://proj1.appspot.com` and click on connect.
- Enter the URL of your ODK Aggregate server in :guilabel:`url` option. For instance `https://proj1.appspot.com` and click on connect.
- You can either leave the username blank if the anonymousUser is granted Data Viewer permissions or specify an ODK Aggregate user (Account Type 'ODK') that has been granted Data Viewer permissions.
- A list of forms will be displayed. Select the ones you want to push and click on :guilabel:`push` button at the bottom of the window. The forms will be pushed to ODK Aggregate Server.

Expand Down Expand Up @@ -111,7 +111,7 @@ Export forms to CSV
- Open *ODK Briefcase*.
- In the window which opens up select :guilabel:`export` tab.
- Select the form you wish to export from the :guilabel:`form` dropdown. It displays a list of all forms on your ODK Briefcase Storage.
- Specify the location where you wish to export form as csv on your system in the :guilabel:`Export Directory` option.
- Specify the location where you wish to export form as CSV on your system in the :guilabel:`Export Directory` option.
- Click on :guilabel:`Export` at the bottom of the window.


Expand Down Expand Up @@ -151,4 +151,4 @@ To get help about the command line operation type :command:`java -jar path_to_ja

.. code-block:: console

$ java -jar "/home/pc123/Desktop/ODK Briefcase v1.8.0 Production.jar" -help
$ java -jar "/home/pc123/Desktop/ODK Briefcase v1.8.0 Production.jar" -help