Ducopay

Ducopay

What it is?

Ducopay is a simple payment gateway for a internet currency called Duinocoin. It features “p2p” payment method. In the first version, the coins were send at first to our account, tax was subtracted, and the rest was send to seller, but later it was removed, and the payment goes directly to seller.

It features very simple API and working mechanism

  1. You create new transaction (as a result you get a transaction ID)
  2. Then shop redirect you to Ducopay website for payment
  3. On Ducopay page after successful payment Duinocoin transaction ID is send to backend for verification
  4. If Duinocoin transaction is valid, the Ducopay server sends a callback to shop
  5. Shop mark order as ‘payment successful’

Integrations

I created some demo applications in PHP and Python (with Flask), plus Wordpress Woocommerce plugin.

Read more →

TrueTracker

TrueTracker

What it is?

TrueTracker is my first PHP project created using Symfony framework. It is a simple RMA portal.

  1. Repair shop register repair request (input serial numbers, customer details)
  2. Repair shop give customer repair tracking code
  3. Customer can check status of repair on portal
  4. Repair shop can add notes, update repair status
  5. System can send Email notifications about change in status.

Frontend is using Bootstrap 5 + jQuery

Features

  • Display repair status for customer
  • Generate QR Code for quick lookup
  • Ability to attach pictures and description to status
  • Search bar for shop - can filter by customer
  • Different permissions level (employee, admin)
  • Generate repair raport to PDF
  • Status messages can be customized
  • Send email notification about status change
  • Email notification HTML can be changed from admin page
  • Automatic updates

Screenshots

user list List of users

Read more →