8 Nov

E-Office System

E-Office System

E-Office System is a correspondence system that functions to create, review approval of official manuscript documents. In managing company documents that are still manual processes, it takes printed documents and a collection of paper to make requests for approval, review, repair, and trace the required documents. Because the manual process, these activities cause several problems that can result in decreased work productivity.

Handle Outgoing Incoming letter more safeeasyfastefficient

The problems that commonly occur in the management of Company documents manually, including :

  • Due to hardcopy, if the relevant official is not present it will be difficult to obtain approval from the authorized official. It is difficult to know the status of outgoing mail, the position of the letter and the approval process cannot be known quickly and precisely. The search flow for company documents takes a long time, so it takes time to search the archive storage location, and find it in a file cabinet, or other collection of stationery. Relevant officials will have difficulty in tracing and disposing of letters.Checking and distributing documents is processed manually, so it takes a long time. The high burden for the cost of purchasing paper, because the document is still hardcopy. such as: The document is photocopied and distributed to relevant sections. Requires space for storage, it should be used for other useful activities.It is difficult to see the approval process or disposition of a document.

These problems can be solved by a system that works well together, namely E-Office.

E-Office

E-Office system could handle these outgoing and incoming letters :

  • Announcement
  • Nota Dinas
  • Memorandum
  • Minutes of Meeting
  • Invitatation
  • Decision Letter
  • Request Letter
  • Instruction Letter
  • Letter of statement
  • Letter from other institutions
  • etc

Benefits :

  • Documents are made electronically well-organized and neat, with the aim that documents are easily seen, managed, found and reused.
  • The task will become easier, and the work will be completed more quickly and well structured and structured.
  • Making the format of the letter in accordance with general provisions, so that the invalid format and structure of the letter does not occur.
  • Simplified in making dispositions on letters obtained from outside parties, because the system already provides.
  • Users can easily find the letter through several keywords and indicators.
  • E-Office is equipped with a system of searching letters and company documents based on the name of the letter, the title of the letter, the contents of the letter, the type of letter and the condition of the letter, and the search process will be easier.
  • The disposition tracking process can be quickly carried out by relevant officials.
  • A user friendly system can make it easier for relevant Officials to log in to this system, in approval or disposition of letters from anywhere, without the need to be in the office.
  • No need to spend paper and send mail so it is more efficient.
  • Letters are sent online to Users, no need to be sent manually.
  • It's easy to see and get information about the approval and tracking process of a document.
  • Can be used anywhere, while the internet and intranet networks are well connected to the system, the use of E-Office can be done anytime and anywhere.
  • It's easier to get information about the approval letter, with one click.

E-Office System is an efficient solution in managing correspondence so that it can improve work efficiency and achieve Company progress. Softbless has the right solution for Corporate Document Management called E-Office which is useful for managing your Company's letters and documents.

Softbless built an E-Office System based on the Liferay and Alfresco frameworks. Liferay is a solution for portals, and Alfresco is a solution for Document Management System (DMS) that works by storing all related documents in one place. LIferay and Alfresco have been in Gartner Magic Quadrant since 2011. Liferay and Alfresco are in the head to head competitor category for similar solutions to compete with IBM, Oracle, Laserfische, etc.

Softbless has very competent experience and knowledge in handling business processes, in implementing E-Office System in Indonesia.
Our services include implementation, installation, customization, support and training for E-Office applications. Make us part of you in finding your Corporate Document Management solution with E-Office. Contact and consult what you need and immediately get information about the solutions we have.

Contact Us

Email: info@softbless.com

Phone: +62-21-85918058 & +62-21-85918059

Mobile & Whatsapp: +62-811-221-305

Click here to Chat via Whatsapp : +62-811-221-305

9 Feb

Setting Online Preview Alfresco

Setting Preview Alfresco Online does not have a limit size document that can be used as an online preview (unlimited size). But using an unlimited size setting can increase the server load.
 
In alfresco-global.properties in the "Tomcat \ shared \ classes \ alfresco-global.properties" directory add the following script:
 
## transfrom ##
content.transformer.default.timeoutMs=-1
content.transformer.PdfBox.TextToPdf.maxSourceSizeKBytes=-1
content.transformer.Pdf2swf.maxSourceSizeKBytes=-1
content.transformer.complex.Text.Pdf2swf.maxSourceSizeKBytes=-1
 
content.transformer.OpenOffice.mimeTypeLimits.txt.pdf.maxSourceSizeKBytes=-1
 
content.transformer.OpenOffice.mimeTypeLimits.doc.pdf.maxSourceSizeKBytes=-1
content.transformer.OpenOffice.mimeTypeLimits.docx.pdf.maxSourceSizeKBytes=-1
content.transformer.OpenOffice.mimeTypeLimits.docm.pdf.maxSourceSizeKBytes=-1
content.transformer.OpenOffice.mimeTypeLimits.dotx.pdf.maxSourceSizeKBytes=-1
content.transformer.OpenOffice.mimeTypeLimits.dotm.pdf.maxSourceSizeKBytes=-1
content.transformer.OpenOffice.mimeTypeLimits.ppt.pdf.maxSourceSizeKBytes=-1
content.transformer.OpenOffice.mimeTypeLimits.pptx.pdf.maxSourceSizeKBytes=-1
content.transformer.OpenOffice.mimeTypeLimits.pptm.pdf.maxSourceSizeKBytes=-1
content.transformer.OpenOffice.mimeTypeLimits.ppsx.pdf.maxSourceSizeKBytes=-1
content.transformer.OpenOffice.mimeTypeLimits.ppsm.pdf.maxSourceSizeKBytes=-1
content.transformer.OpenOffice.mimeTypeLimits.potx.pdf.maxSourceSizeKBytes=-1
content.transformer.OpenOffice.mimeTypeLimits.potm.pdf.maxSourceSizeKBytes=-1
content.transformer.OpenOffice.mimeTypeLimits.ppam.pdf.maxSourceSizeKBytes=-1
content.transformer.OpenOffice.mimeTypeLimits.sldx.pdf.maxSourceSizeKBytes=-1
content.transformer.OpenOffice.mimeTypeLimits.sldm.pdf.maxSourceSizeKBytes=-1
content.transformer.OpenOffice.mimeTypeLimits.vsd.pdf.maxSourceSizeKBytes=-1
content.transformer.OpenOffice.mimeTypeLimits.xls.pdf.maxSourceSizeKBytes=-1
content.transformer.OpenOffice.mimeTypeLimits.xlsx.pdf.maxSourceSizeKBytes=-1
content.transformer.OpenOffice.mimeTypeLimits.xltx.pdf.maxSourceSizeKBytes=-1
content.transformer.OpenOffice.mimeTypeLimits.xlsm.pdf.maxSourceSizeKBytes=-1
content.transformer.OpenOffice.mimeTypeLimits.xltm.pdf.maxSourceSizeKBytes=-1
content.transformer.OpenOffice.mimeTypeLimits.xlam.pdf.maxSourceSizeKBytes=-1
content.transformer.OpenOffice.mimeTypeLimits.xlsb.pdf.maxSourceSizeKBytes=-1
 
content.transformer.OpenOffice.Pdf2swf.mimeTypeLimits.txt.swf.maxSourceSizeKBytes=-1
content.transformer.OpenOffice.Pdf2swf.mimeTypeLimits.doc.swf.maxSourceSizeKBytes=-1
content.transformer.OpenOffice.Pdf2swf.mimeTypeLimits.docx.swf.maxSourceSizeKBytes=-1
content.transformer.OpenOffice.Pdf2swf.mimeTypeLimits.docm.swf.maxSourceSizeKBytes=-1
content.transformer.OpenOffice.Pdf2swf.mimeTypeLimits.dotx.swf.maxSourceSizeKBytes=-1
content.transformer.OpenOffice.Pdf2swf.mimeTypeLimits.dotm.swf.maxSourceSizeKBytes=-1
content.transformer.OpenOffice.Pdf2swf.mimeTypeLimits.ppt.swf.maxSourceSizeKBytes=-1
content.transformer.OpenOffice.Pdf2swf.mimeTypeLimits.pptx.swf.maxSourceSizeKBytes=-1
content.transformer.OpenOffice.Pdf2swf.mimeTypeLimits.pptm.swf.maxSourceSizeKBytes=-1
content.transformer.OpenOffice.Pdf2swf.mimeTypeLimits.ppsx.swf.maxSourceSizeKBytes=-1
content.transformer.OpenOffice.Pdf2swf.mimeTypeLimits.ppsm.swf.maxSourceSizeKBytes=-1
content.transformer.OpenOffice.Pdf2swf.mimeTypeLimits.potx.swf.maxSourceSizeKBytes=-1
content.transformer.OpenOffice.Pdf2swf.mimeTypeLimits.potm.swf.maxSourceSizeKBytes=-1
content.transformer.OpenOffice.Pdf2swf.mimeTypeLimits.ppam.swf.maxSourceSizeKBytes=-1
content.transformer.OpenOffice.Pdf2swf.mimeTypeLimits.sldx.swf.maxSourceSizeKBytes=-1
content.transformer.OpenOffice.Pdf2swf.mimeTypeLimits.sldm.swf.maxSourceSizeKBytes=-1
content.transformer.OpenOffice.Pdf2swf.mimeTypeLimits.vsd.swf.maxSourceSizeKBytes=-1
content.transformer.OpenOffice.Pdf2swf.mimeTypeLimits.xls.swf.maxSourceSizeKBytes=-1
content.transformer.OpenOffice.Pdf2swf.mimeTypeLimits.xlsx.swf.maxSourceSizeKBytes=-1
content.transformer.OpenOffice.Pdf2swf.mimeTypeLimits.xltx.swf.maxSourceSizeKBytes=-1
content.transformer.OpenOffice.Pdf2swf.mimeTypeLimits.xlsm.swf.maxSourceSizeKBytes=-1
content.transformer.OpenOffice.Pdf2swf.mimeTypeLimits.xltm.swf.maxSourceSizeKBytes=-1
content.transformer.OpenOffice.Pdf2swf.mimeTypeLimits.xlam.swf.maxSourceSizeKBytes=-1
content.transformer.OpenOffice.Pdf2swf.mimeTypeLimits.xlsb.swf.maxSourceSizeKBytes=-1
content.transformer.OpenOffice.PdfBox.mimeTypeLimits.xlsb.txt.maxSourceSizeKBytes=-1
content.transformer.OpenOffice.PdfBox.mimeTypeLimits.potm.txt.maxSourceSizeKBytes=-1
content.transformer.complex.OpenOffice.Pdf2swf.extensions.doc.swf.maxSourceSizeKBytes=-1
content.transformer.complex.OpenOffice.Pdf2swf.extensions.docx.swf.maxSourceSizeKBytes=-1
content.transformer.complex.JodConverter.Pdf2swf.extensions.doc.swf.maxSourceSizeKBytes=-1
content.transformer.complex.JodConverter.Pdf2swf.extensions.docx.swf.maxSourceSizeKBytes=-1
content.transformer.complex.OpenOffice.Pdf2swf.extensions.ppt.swf.maxSourceSizeKBytes=-1
content.transformer.complex.OpenOffice.Pdf2swf.extensions.pptx.swf.maxSourceSizeKBytes=-1
content.transformer.complex.JodConverter.Pdf2swf.extensions.ppt.swf.maxSourceSizeKBytes=-1
content.transformer.complex.JodConverter.Pdf2swf.extensions.pptx.swf.maxSourceSizeKBytes=-1
content.transformer.complex.OpenOffice.Pdf2swf.extensions.xls.swf.maxSourceSizeKBytes=-1
content.transformer.complex.OpenOffice.Pdf2swf.extensions.xlsx.swf.maxSourceSizeKBytes=-1
content.transformer.complex.JodConverter.Pdf2swf.extensions.xls.swf.maxSourceSizeKBytes=-1
content.transformer.complex.JodConverter.Pdf2swf.extensions.xlsx.swf.maxSourceSizeKBytes=-1
 
9 Feb

Alfresco as Liferay External Document Repository Configuration

The following are the steps to use Alfresco as Liferay External Document Repository Configuration
 
Install Alfresco
 
then open URL : http://192.168.1.58:8421/alfresco/
 
and copy link of "CMIS 1.1 AtomPub Service Document", screenshot :
 
 
Prerequiste :
username and password for Alfresco and Liferay should be the same, we could achieve this using LDAP
 
on liferay portal properties (portal-ext.properties) add these properties :
 
company.security.auth.type=screenName
dl.store.impl=com.liferay.portlet.documentlibrary.store.CMISStore
 
#Alfresco & Liferay Username
dl.store.cmis.credentials.username=admin
 
#Alfresco & Liferay Password
dl.store.cmis.credentials.password=AdminPasswordValue
dl.store.cmis.repository.url=http://192.168.1.54:8421/alfresco/api/-default-/public/cmis/versions/1.1/atom
 
Note :
http://192.168.1.58:8421 : URL Alfresco
Restart LIferay after changing the properties, then go to :
Admin > Site Administration > Content
 
 
do these configurations :
Content > Documents and Media > click arrow button next to "Home" icon > Add repository
 
 
then fill in the form :
  • Name : Alfresco
  • Repository type : CMIS Repository (AtomPub)
  • AtomPub URL : http://192.168.1.58:8421/alfresco/api/-default-/public/cmis/versions/1.1/atom
  • permissions : Viewable by owner

 

screenshot :

17 Nov

Instalasi Alfresco EA + MySQL pada Windows

Pastikan Anda telah memiliki installer dari Alfresco Untuk proses instalasi, Berikut screen shot proses instalasi Alfresco EA 201609 pada Windows :
1. Pemilihan bahasa. Silahkan pilih Bahasa Inggris yaitu “English – English” lalu klik tombol “OK”
Pilih Bahasa
 
2. Setup Alfresco community, Klik tombol “Next”
Setup Alfresco Community
 
3. Untuk tipe Instalasi, Pilih “Advance-Configures server ports and services properties” lalu klik “Next”
Installation Type
 
4. Pilih Aplikasi yang diinginkan, mungkin anda dapat mengikuti gambar di bawah :
Select Components
 
5. Pilih di path mana untuk menyimpan folder alfresco yang diinstal. Anda dapat menyimpannya di C:\Alfresco
Installation Folder
 
6. Masukan konfigurasi database seperti gambar di bawah ini, setelah itu klik “Next”
Database Configuration
 
7. Untuk konfigurasi tomcat, masukan ip address dan port untuk tomcat. Contoh di bawah adalah ip address untuk localhost :
Tomcat Port Configuration
 
8. Masukkan port untuk FTP Server : 21
Alfresco FTP Port
 
9. Masukan port untuk remote command yang berisi 50500 seperti gambar di bawah ini :
Alfresco RMI Port
 
10. Masukan password Admin untuk aplikasi Alfresco-nya
Admin Password
 
11. Masukan port untuk SharePoint, Port : 7070
Alfresco SharePoint Port
 
12. Masukan port untuk Libreoffice yaitu 8100
LibreOffice Server Port
 
 
13. Pilih tipe konfigurasi untuk startup tomcat dan databasenya, Anda dapat memilih Auto jika ingin memulai secara otomatis. Atau Manual jika ingin secara manual
Service Startuo Configuration
 
14. Persiapan untuk instalasi Alfresco, Silahkan klik “Next” untuk melanjutkannya.
Persiapan Instalasi
 
Ready To Install
 
15. Setelah instalasi selesai, klik tombol “Finish”
Completing Installation
 
16. Copy file mysql-connector-java-5.1.18-bin.jar ke dalam folder “C:alfresco\tomcat\lib”
 
Alfresco versi 5.0 tidak menggunakan MySQL lagi dalam installer bundled-nya, tetapi telah memilih PostgreSQL sebagai DBMS-nya.
Untuk menjalankan service Alfresco, click : Start – All Programs – Alfresco Community - Alfresco Community Service - Start Alfresco Community service.
Atau dapat dilakukan melalui Run - services.msc. Akan terdapat sebuah service Alfresco. Klik kanan, start | stop | restart.
Dengan menjalankan service Alfresco, maka kita dapat mengakses Alfresco web client dari browser dengan alamat: http://ipserver:8080/share
 
Form Login Alfresco
 
Pada form login, masukkan username Admin serta password yang sebelumnya sudah di-setting pada saat instalasi Alfresco.
10 Aug

Alfresco Features

Discussion about Alfresco for this time only related to the features and also the new features in Alfresco 5.0. As we know in Alfresco version 5.0 is pretty much change the look of interface and also the development of a pre-existing features, Check the following below for more details on the features of Alfresco 5.0:

  • Live search Feature

On Alfresco 5.0 this feature has been improved and is now more reliable and able to demonstrate Wiki and Blog item and Documents, Users and place in the list.

  • Filter on search 

With Solr 4 will be faster and more easily configured. Administrators can use the interface to add / remove / configure aspects, including size and date range, Site, Tag and filter your own custom property.

  • Suggest, Spell Check

Suggest features doing direct matching of keywords that we want to find and the keywords extracted from the name, title, description and content of the document. "Spell check" can help correct simple spelling errors while the user writes the wrong keywords.

  • Translations

As usual translation feature has been improved and updated. Translations include: French, German, Italian, Spanish, Japanese, Dutch, Russian, Norwegian, Simplified Chinese, Brazilian Portuguese.

  • Document Management 

Manage business-critical content such as contracts, proposals, agreements and other content on an organization

  • Online Preview

Online preview in Alfresco allows users to view documents directly without need to download the document. Pretty good at saving time.

  • Blog

On the blog you can share any relevant information about the project, you can create a new post for split / viewed by other members on the site.

  • Calendar

With the calendar you can set up a schedule and tracking of the events associated with the site.

  • Datalist

Data lists can create multiple lists of data based on the template available data on the list.

  • Discussion

With the existence of a forum discussions you can discuss with other members registered on a site.

  • Versioning

By default, versioning in the Alfresco Share are activated when we upload or to create a version of the content, the content is becoming Version 1.0.

  • Management of archives and Management Pictures

Managing archives and also shaped image files or video files.

  • Workflow

There are two workflows at the Alfresco which can be used, namely simple workflows and advanced workflows.

  • Single sign on

More helpfull for a company's security system and quite easier for users to access Alfresco.

  • Drag and drop untuk upload file

With this feature, the user only needs to drag a document that wants to be uploaded into a folder on Alfresco.

31 Mar

Alfresco DMS, Your Trusted Document Management System Solution

In today’s global competitions, it is mandatory to assure all enterprise portal activities have met optimization standards, including, but not limited to document management system. This system covers various things from distribution of meeting report to policy making. However, pushing everything up to its highest level is not enough, as the security of the document, its unique access, context understanding for effective operation, and other functions should become our concern.

Carefully considered, these characteristics lead to the need of a trusted and comprehensive Liferay document management system.
In simple words, Document Management System (DMS) is a pioneer system that controls and manages your company’s documents. It combines document and content summary, workflow, document repositories, COLD/ERM, system output, and information retrieval systems. At the same time, it also traces, stores, controls, audits, locks, activates, and authorizes documents. Even though the features might have the best combinations you ever see, finding the best document management system for your company, without proper Alfresco training, is still a not-so-easy challenge to accomplish.
Luckily, we get Alfresco DMS. As the best-known DMS solution, Alfresco allows you to easily control user’s access, edit, control version trace and any information related to specific documents, as well as any user to access, find quickly and precisely, and understand the main description of the document they seek, through a comprehensive Alfresco training.
With countless benefits your company may receive, Alfresco DMS is certainly an offer you should never miss. There is no need to seek overseas vendor because Softbless Solutions, a national company experienced in providing enterprise content management , now gives you the offer to apply the system in your company. With vast client base and experiences in providing enterprise portal solutions to all of its clients, there is no better chance for your company to find better Alfresco DMS provider than Softbless Solutions.
25 Mar

Alfresco 5.0 Installation Tutorial on Windows

Tutorial for installation of Alfresco Community in this time will using the latest version, Alfresco 5.0. Make sure you have the installer of Alfresco 5.0 and The following below is step by step installation of Alfresco 5.0 on Windows :

  1. Language Selection. Please select "English - English" and then click "OK"

  1. Setup Alfresco Community, click "Next" button

  1. For the Installation Type, select "Advance-configures the server ports and services Properties" and click "Next"

  1. Select the components you want to install, you may be able to follow the image below :

  1. Select the folder path where to store the installed alfresco. You can save it in C: \ Alfresco

  1. Input the database configuration as shown below, then click "Next"

  1. For Tomcat Port configuration, enter the IP address and port for tomcat. You can see the example below :

  1. Enter the port for FTP Server: 21

  1. Input port for the remote command which contains 50500 as shown below :

  1. Enter the admin password for this application

  1. Input port for SharePoint, Port: 7070

  1. Input port for OpenOffice is 8100

  1. Select the type of configuration to the startup tomcat and the database, you can choose Auto if you want to start automatically. Or Manual if you want to start services manually

  1. Preparation for the installation of Alfresco, please click "Next" to continue.

  1. After the installation is complete, click "Finish"

Alfresco version 5.0 does not use the bundled MySQL again in the installer, but have chosen PostgreSQL as its DBMS. To run the service Alfresco, click: Start - All Programs – Alfresco Community - Alfresco Community Service - Start Alfresco Community service. Or can be run the service through the Run - services.msc. There will be a service Alfresco. Right-click, start | stop | restart. After starting the service of Alfresco, then we can access the Alfresco web client from the browser with the address: http://ipserver: 8080/share

Softbless Solutions telah memiliki banyak pengalaman dan juga resources sebagai penyedia jasa implementasi Alfresco di Indonesia