Projects
we worked on

  • Order download service

    The daily order information will be transmitted to our server. In order to download order to our website, the XML request is to be specifically formatted. This process is done every day, so user can look for orders by order date.

    Once the data is collected it is downloaded to a database. All of the data in the database can be exported to Excel so the user can sort it as they wish.

    After the daily orders are downloaded to the server, we a summary order sheet can be printed. In addition to the summary page, report page is created where user can print report for each individual order.

    Tags: Ajax   JavaScript   MySQL   PDF   PHP   SOAP   Symfony   XML   htmldoc   tinyMCE  


  • PDF Bulletins Index Service

    PDF bulletins indexer is a script that is used to parse automotive bulletins and extract parts numbers from them. Then part numbers are stored in the DB associated with the parent PDF.

    PDF bulletins are parsed on the cron basis form multiple sources. The set of different supported sources could be easily extended by providing new crawlers.

    Tags: MySQL   PDF   PHP   Symfony