-
Notifications
You must be signed in to change notification settings - Fork 11
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
build base models custom methods: Common, Invoice, Recurring and Estimate #3
Comments
So far, the model is like this CoreBundle: AbstracInvoice and AbstractItem are both supermap class, they are not Entities. Tax s a regular entity. Then , for the InvoiceBundle , there is an "Invoice" which inherits from 'AbstractInvoice", an "Item" which inherits from "AbstractItem" . "Invoice" is one_to_many to "Item", and "Item" is unidrectional many_to_many to "Tax" through the specific table "InvoiceItems_Taxes" The same applies for "RecurringInvoiceBundle" and "EstimateBundle" , each one with specific relationship tables. |
- Added 'updateTotals()' method to abstractinvoicerepository.
Give to the following entities:
The custom methods they have in previous siwapp.
Also make the tests.
@Gissues:{"order":98.80952380952381,"status":"backlog"}
The text was updated successfully, but these errors were encountered: