Aug 19 2019 04:12 AM
how can i create store producer to get supplier balance like this example
in the first row the begin balance before the date search and all data after the date search whith current balance
Serial | SupplierID | Depit | Credit | CurrentBalance | Description | AccountDate |
null | null | null | null | -5064.50 | Balance Before this date | |
184 | 10001 | 1000.00 | 0.00 | -4064.50 | a | 14/06/2019 00:00 |
185 | 10001 | 2000.00 | 0.00 | -1064.50 | a | 14/06/2019 00:00 |
186 | 10001 | 1000.00 | 0.00 | -1064.50 | a | 14/06/2019 00:00 |
189 | 10001 | 64.50 | 0.00 | -1000.00 | a | 14/06/2019 00:00 |
191 | 10001 | 2000.00 | 0.00 | 1000.00 | a | 16/06/2019 00:00 |
190 | 10001 | 1000.00 | 0.00 | 2000.00 | a | 22/06/2019 00:00 |