mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 12:20:31 +00:00
9d9c7c1568ff7f2fe60666fd55cab1863b9e5744
- fix: store expense payment date with transactions. - fix: Total assets, liabilities and equity on balance sheet. - tweaks: dashboard content and sidebar style. - fix: reset form with contact list on journal entry form. - feat: Add hints to filter accounts in financial statements.
CLIENT
cd clientnpm install
RUN CLINET
- npm run start
SERVER
- cd server
- npm install
- npm install -g knex webpack
- write database details to .env files.
knex migrate:latestknex seed:run
RUN SERVER
- npm run start
Languages
TypeScript
96.9%
SCSS
2%
Shell
0.5%
HTML
0.3%
JavaScript
0.2%