refactoring: sales receipts service.

This commit is contained in:
Ahmed Bouhuolia
2020-10-24 20:17:46 +02:00
parent 5e139e9b54
commit da448f445c
6 changed files with 174 additions and 211 deletions

View File

@@ -10,6 +10,7 @@ export * from './License';
export * from './ItemCategory';
export * from './Payment';
export * from './SaleInvoice';
export * from './SaleReceipt';
export * from './PaymentReceive';
export * from './SaleEstimate';
export * from './Authentication';