djaodjin / djaodjin-saas

Django application for software-as-service and subscription businesses
Other
564 stars 124 forks source link

Add CSV import to bulk buyers #105

Closed dnohales closed 8 years ago

dnohales commented 8 years ago

Closes #91.

WIP notes

This is a work in progress, in master, we have that the forms to add a user to a plan doesn't work when you have more than one user subscribed to that plan. This was sort of fixed by using just one form per plan row (an also, one upload CSV form).

We still need to fix the new Invoice.insertLine and Invoice.updateLine since they are doing the same thing as in master which I think is not compatible with the new approach.

Anyway, the submit file mechanism and the backend part are working ok. But I still have some misunderstanding on how the UI should work.

smirolo commented 8 years ago

I will test this pull request and see if more work needs to be done before merging. Thanks.