Completed the following: - Setup environment for the VFL system
- Discussion with Prasant - re-billing tables
- Development of API for Vodafone WEB Billing
- Complete System tests on the billing
Next Step: - System Test with Alvis and Prasant
Sanjay/Alvis/Rashna --- Notes
--Web TOP UP Use tax label - A (VAT) Sign when TopTransactionLogs.Status = 7 (Mobile has been topped up) All amounts are inclusive of taxes. There are no discounts Cashier TIN will be configurable 1 signature per entry on the transaction table. Email PDF signed document to customer
select * FROM TopUpTransactions t JOIN TopTransactionLogs l ON t.ID = l.TopUpTransaction_Id and l.Status = 7
--Ezy Top Up Use tax label - A (VAT) Sign when TopTransactionLogs.Status = 4 (Mobile has been topped up) All amounts are inclusive of taxes. There are no discounts Cashier TIN will be configurable 1 signature per entry on the transaction table. Email PDF signed document to customer
select * FROM EzyTopUpRegistrations t JOIN EzyTopUpTransactionDetails d ON t.ID = d.EzyTopUpRegistration_ID |