Manual Processing

NOTE: This is done only on development environments. On production the scripts are scheduled to run automatically every minute

  1. First upload the pdf file in product’s ftp folder. Ftp folders and products are connected via the ftp_users table in the database. Each product has 1 record in this table specifying the user and the folder. The ftp files folders for each product are located in: /usr/local/transmatico-ftp/

  2. Run the ftp:process command passing it the desired product id for which we want to process the latest uploaded pdfs.

php artisan ftp:process {productId}
  1. After the command is completed wait a minute or two then run:
php artisan processing:check
  1. Wait for the command to exit and check the application work-planner page. The pdf should be processed and available for edit.