feat: add shipment and purchase receipt

This commit is contained in:
18alantom
2022-11-18 23:01:50 +05:30
parent 14138967c1
commit 9a510f1a63
16 changed files with 706 additions and 77 deletions
-2
View File
@@ -94,12 +94,10 @@ export class StockLedger extends Report {
}
if (toDate && row.date > toDate) {
console.log('here');
continue;
}
if (fromDate && row.date < fromDate) {
console.log('here');
continue;
}