Archive for the “Uncategorized” Category

SoftONELogic smartLogistic

SoftONELogic smartLogistic is the Container Asset Management System for the container’s principal company to manage its container. There are several module in the smartLogistic.

Asset Management

Principal’s company are able to manage its containers (assets) from the stage of purchasing (or on-hire) till disposed (or off-hire). smartLogistic manage each container’s netbook value during container’s life time in the company.

Container smartLocator

Principal’s company are able to track the movement of every single containers. From in-depot stage till return to depot again. Each principal’s agents might need to update the incoming and outgoing containers on their own authorized operational zone.

Based on the updated data of each container by principal’s agents, the principal’s company might implement kind of marketing tool to help principal’s agent sell their services. The customer just need to key in the locode of location that customer wish to use the container(s), and the system will display the availability of container on the locode and its respective agent in charge of those containers.

The core system is developed by SoftONELogic’s team by using Java Enterprise technology. Web based application is being implemented on the core system. For the location that have limitation of internet connection, there are option to use desktop application and mobile application on Blackberry and iPhone for the agent to update the container’s status.

Modules

SoftONELogic smartLogistic has several module to control the principal’s container.

Master Module

  1. Master Agent
  2. Master Carrier
  3. Master City
  4. Master Container Type
  5. Master Country
  6. Master Currency
  7. Master Depot
  8. Master Unit of Measurement
  9. Master Vessel

Asset Management

  1. Container Owned – Purchased
  2. Container Owned – Disposed
  3. Container Leased – On-hired
  4. Container Leased – Off-hired

Track and Trace

  1. Origin – Departure Data
  2. Origin – Out Depot to Port
  3. Destination – Arrival Date
  4. Destination – Port to In Depot

The package will include the installation and 6-months free maintenance (term and condition apply). Kindly contact diah.utami@sg.softonelogic.com for enquiry on pricing and services.

Jun 13, 2010 Posted Under: Uncategorized   Read More

Introduction to LaTeX and Getting it to Work

 

What is LaTeX?

LaTeX is a typesetting software that can be used to produce documents. It is like the well-known graphical typesetting software such as MS. Words or Open Office Writer. However, the typesetting process in LaTeX is not so straightforward. You need to code it properly to produce high quality documents.

 

Why LaTeX?

LaTeX loses to MS Words in terms of the user-friendly but it has many advantages such as:

  • Documents produced by Latex has higher quality when it is displayed or printed.

  • The programmable typesetting ensures that the format consistency can be maintained

  • It is simply the best package for documents containing mathematics and graphical plots. To insert mathematics expression or graphical plot of a function can be simply done by typing, leaving the trouble of producing the equations and plots on the other software.

  • It is free on virtually every computer in the world and it is platform independent. One may produce a document in Windows but it can still be compiled and run in Linux or MAC.

  • It is portable, i.e. stick to the standard commands and everyone can read and exchange documents.

  • LaTeX has the reputation of being hard, but in fact it is effectively the same as HTML!

 

How to run LaTeX in Windows?

To run Latex, we need two things: one is the LaTeX compiler and two is the text-editor. There are many compilers and text-editors available for free. In this document, we show one example that we have tested in Windows Vista and XP. First, we need to install the compiler and the text-editor to proceed.

 

Compiler (using MiKTeX)

  • Download the compiler here. You may opt for either the basic or the complete versions. For the purpose of this article, we use the basic installation.

  • Make sure that you get basic-miktex-2.7.3248.exe for the installation.

  • Run the installer and follow the standard procedure of installation.

  • Once the installation is complete, the MiKTeX is ready for compiling.

 

Text-editor (using TeXnicCenter)

  • Download the installer here. For majority of the users, the option 1 ( TeXnicCenter installer) is sufficient. Please take note some errors that may occur if you use older version of windows and/or the internet explorer.

  • Make sure that you get TXCSetup_1StableRC1.exe.

  • Run the installer and complete the standard procedure.

  • Open the TeXnicCenter application and it will show the configuration window.

 

  • Click Next and specify the MiKTeX installation directory. Let say my installed MiKTeX is in “C:\Program Files (x86)\MiKTeX 2.7\”. Then, point to the directory of C:\Program Files (x86)\MiKTeX 2.7\miktex\bin” in the configuration window. It should look like this

 

  • Click Next and Finish.

  • Congratulations! Now, you can start to use LaTeX for typesetting and produce high quality documents.

  • To use it, just simply open the TeXnicCenter for inserting the codes.

 

To be continued: Producing simple document with LaTeX.

NB: Please report for the broken link!

Sep 3, 2009 Posted Under: Uncategorized   Read More