README
Global: oBiz.
clients list, add sort by, right header.
Backup/Restore
duplicate invoice / recuring
Inv_New Save:
all the data for invoice is stored in oInv defined by Zustand. now, need save it to database. before saving, need check
Invoice Number is identical
client company name can not be null
if possible, create a seperated file for saving (since using Zustand, and all the data in oInv, no parameter need pass)
Inv_Pay:
Home Inv List find an invoice, setOInv, continue to inv_form with "create_new".
Last updated