mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
add server to monorepo.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
export default class FinancialReportService {
|
||||
transformOrganizationMeta(tenant) {
|
||||
return {
|
||||
organizationName: tenant.metadata?.name,
|
||||
baseCurrency: tenant.metadata?.baseCurrency,
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user