mirror of
https://github.com/dyiop/astute.git
synced 2025-04-05 21:10:16 -04:00
Add files via upload
This commit is contained in:
parent
27e2c5880c
commit
e0fb2bf717
|
@ -60,4 +60,12 @@ public class InvoiceService extends Service{
|
|||
throws AstuteException {
|
||||
return getDao().generateInvoiceNumber(poNum);
|
||||
}
|
||||
|
||||
public void submitInvoice(String InvoiceNumber) throws AstuteException {
|
||||
getDao().submitInvoice(InvoiceNumber);
|
||||
}
|
||||
|
||||
public void voidInvoice(String InvoiceNumber) throws AstuteException {
|
||||
getDao().voidInvoice(InvoiceNumber);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user