-
Notifications
You must be signed in to change notification settings - Fork 106
Extra fields
There is a separate branch for cheque number, cheque date and per entry narration. These features are still experimental and under development.
https://github.com/prashants/webzash/tree/reference
You need to patch the database and webzash setup for this.
IMPORTANT : You need to have the latest v2.6 of webzash !
Step 1. Patching database.
Run the following SQL querry against the account database. If you are using a database prefix please change the table names accordingly..
https://github.com/prashants/webzash/blob/reference/PATCHES.txt
Step 2. Patching webzash.
a) Copy the app/Plugin/Webzash/Database/webzash.sqlite to some place safe.
b) Delete the app/Plugin/Webzash folder.
c) Download and extract https://github.com/prashants/webzash/archive/reference.zip
d) Rename the extracted folder to Webzash and copy it to app/Plugin folder.
e) Replace the app/Plugin/Webzash/Database/webzash.sqlite file from backup.