Re: Typical chart of accounts for fineract-cn-fims-web-app

2019-09-15 Thread Juhan Aasaru
Thanks Vishwas. I now have Postman provisioning scripts for creating ledgers, I can create all ledgers with 5 requests (as the ledger creating endpoint takes subledgers array). But I need to make individual request for each account - I plan to investigate if Postman can be configured to repeat acti

RE: Typical chart of accounts for fineract-cn-fims-web-app

2019-09-12 Thread Zayyad A. Said
hart of accounts for fineract-cn-fims-web-app Hi Juhan, The sample charts of accounts used by the demo server is at <https://github.com/apache/fineract-cn-default-setup/blob/develop/accounting/src/main/resources/standardChartOfAccounts/ledgers.csv> https://github.com/apache/fin

Re: Typical chart of accounts for fineract-cn-fims-web-app

2019-09-12 Thread Vishwas Babu A J
Hi Juhan, The sample charts of accounts used by the demo server is at https://github.com/apache/fineract-cn-default-setup/blob/develop/accounting/src/main/resources/standardChartOfAccounts/ledgers.csv . I had been meaning to update my provisioning scripts with these details + provisioning of th

Typical chart of accounts for fineract-cn-fims-web-app

2019-09-11 Thread Juhan Aasaru
Hi! I want to create Postman scripts that provision a structure for fineract-cn playground tenant. I want to do this for demonstration purposes - as currently when you start up fims-web-app it is quite empty. Running postman scripts can be later automated [2] - so once we get a demo server up we c