mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
fix(biling): Subscription billing system.
fix(GeneralLedger): running balance.
This commit is contained in:
@@ -14,4 +14,12 @@ export interface ILicensesFilter {
|
||||
disabld: boolean,
|
||||
used: boolean,
|
||||
sent: boolean,
|
||||
};
|
||||
|
||||
export interface ISendLicenseDTO {
|
||||
phoneNumber: string,
|
||||
email: string,
|
||||
period: string,
|
||||
periodInterval: string,
|
||||
planSlug: string,
|
||||
};
|
||||
Reference in New Issue
Block a user