I am new to ADempiere ERP.
Only done testing on Purchasing Part in 340 book.
I have a friend doing calling business.
He will have .csv files from his provider on calling details.
We plan to somehow store this .csv calling rows into ADempiere.
The steps are as below
1. define new agent
2. define new customer
3. import .csv
4. generate bills for customers
5. generate payments for agents
I can use c#.net to program this, but I wish to do it in ERP way because my friend has another division to do normal trading business.
My issue is lack of experience on customizing ERP.
My current plan on part 3 is using import file loader to load .csv and then go to some kind of form to import into a table to keep the calling details. There is time where someone will go to a form and push a button to generate bulk of bills or payments based on the table data filtered by start timestamp to end timestamp.
I kind of stuck at this part "There is time where someone will go to a form and push a button to generate bulk of bills or payments based on the table data filtered by start timestamp to end timestamp."
In addition, the normal way that i did is specify a folder in the server, and on each interval, the software will go into the folder, importing those files into database then delete it. What user (our calling service provider) need is to ftp those files to that folder.
Please provide me with some advices or experiences. I don't have ERP experience in customization.