-
-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature RQ] [B #4] Invoicing - Create #39
Comments
NotesBranch
Key Files
|
Modal doens't close when you add service |
Possibly add invoice categories for example "My Accounting Services" to keep invoices organized |
Still need lots of features to be added, such as;
|
#make sure "TO" and "FROM" save to the created invoice I don't understand what you want if you created a client field in the invoice model. |
Yeah sorry I didn't really give an explanation. To: the person you want to send it to (your clients details) So for both fields I also want a drop-down to load from a created client (load from model) (or load from your details model - not yet added) |
Then, should we modify the Invoice model (id, user, clitent_to, client_from, items, payment_status, date_due, date_issued, created_date)? *So for both fields I also want a drop-down to load from a created client (load from model) (or load from your details model - not yet added): will these details from the auth user's side in 'load from your details model - not yet added '? |
Yeah, so we'll want a few fields:
If that makes sense? |
Re-reading the comment you made yesterday, so when i said "save", the data wont actually be saved in the DB, just that the data needs to be sent along with the POST request, cause its inputted through a modal. I'm going to take a look at this now and see if i can provide any more info |
Turns out we do actually already have them detailes saved, "to_name" for example. I'll work on getting the create invoice view finished, unless you'd like to work on it too |
Basic invoices have been completed! |
Create an invoice
Preconditions:
Acceptance Criteria:
Definition of Done:
tests/urls
logged_in.json
andunlogged_in.json
json objects for any added URLStests/views
for any added VIEWS and create invoice viewpython manage.py urls_test
andpython manage.py test_views
References
list of products or services
customer invoice
main create invoice
multi step design
The text was updated successfully, but these errors were encountered: