mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
feat: auto-increment sale invoice, receipt, estimate and payment receive.
feat: style sales and purchases forms.
This commit is contained in:
@@ -103,4 +103,10 @@ export default class HasTenancyService {
|
||||
return tenantCacheLoader(tenantId);
|
||||
});
|
||||
}
|
||||
|
||||
settings(tenantId: number) {
|
||||
return this.singletonService(tenantId, 'settings', () => {
|
||||
throw new Error('Settings is not injected yet.');
|
||||
});
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user