mirror of
https://github.com/dyiop/astute.git
synced 2025-04-06 21:30:20 -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 {
|
throws AstuteException {
|
||||||
return getDao().generateInvoiceNumber(poNum);
|
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