Administrative Assistant

Install latest/stable of Administrative Assistant

Ubuntu 16.04 or later?

Make sure snap support is enabled in your Desktop store.


Install using the command line

sudo snap install administrative-assistant

Don't have snapd? Get set up for snaps.

Channel Version Published

Administrative Assistant

An Assistant Administrator provides administrative support to the employees in your company. They perform clerical and administrative duties that help your organization run more efficiently. Assistant Administrators answer phones, direct inquiries to the appropriate person, and take messages. They also schedule appointments and set up staff meetings, sometimes managing catering and audiovisual requirements.

Assistant Administrators are in charge of working with vendors to maintain office equipment and supplies. Editing documents, basic bookkeeping and keeping files or libraries organized are all parts of the Assistant Administrator’s job. The creation of reports, spreadsheets, and presentations may also be included in their job description.

The primary purpose of the Administrative Assistant application will be to maintain a thin, but highly effective upper management corporate tier, in order to support an appreciative workforce through employer-paid healthcare, pension, meals, etc.

After the administrative-assistant.json file is created, edit this file and change the sqlite_fullpathname directory reference of /x1/ to /current/, this ensures your will always reference the current database.

CHANGING timedate column in the following tables to TIMESTAMP versions prior to 1.2.8. 0. Backup your datbase first.

  1. ALTER TABLE notes DROP column timedate;
  2. ALTER TABLE notes ADD column timedate TIMESTAMP;
  3. ALTER TABLE domains DROP column CREATED;
  4. ALTER TABLE domains DROP column EXPIRES;
  5. ALTER TABLE domains DROP column RENEWAL;
  6. ALTER TABLE domains DROP column DISPOSED;
  7. ALTER TABLE notes ADD column CREATED TIMESTAMP;
  8. ALTER TABLE notes ADD column EXPIRES TIMESTAMP;
  9. ALTER TABLE notes ADD column RENEWAL TIMESTAMP;
  10. ALTER TABLE notes ADD column DISPOSED TIMESTAMP;
  11. ALTER TABLE procurement_schedule DROP column due_date;
  12. ALTER TABLE procurement_schedule ADD column due_date TIMESTAMP;

Details for Administrative Assistant

License
  • CC-BY-NC-ND-4.0

Last updated
  • 25 October 2022 - latest/stable

Websites

Contact

Donations

Report a bug

Share this snap

Generate an embeddable card to be shared on external websites.


Install Administrative Assistant on your Linux distribution

Choose your Linux distribution to get detailed installation instructions. If yours is not shown, get more details on the installing snapd documentation.


Where people are using Administrative Assistant

Users by distribution (log)

Ubuntu 22.04

Is there a problem with Administrative Assistant? Report this app