Gitiles
Code Review
Sign In
git.clicks.codes
/
Clicks
/
Forks
/
ERPNext
/
dd952146d10ec09acf067b46066e5c5c63c333e3
/
erpnext
/
accounts
/
report
32a3a86
General ledger report: invalid account
by Nabin Hait
· 10 years ago
6cd5953
Merge pull request #2037 from nabinhait/hotfix
by Anand Doshi
· 10 years ago
69ccf96
[minor] primary action
by Anand Doshi
· 10 years ago
f4de6e2
Fixes in 'Received Items to be Billed' report
by Nabin Hait
· 10 years ago
a6db05e
Fixes in 'Received Items to be Billed' report
by Nabin Hait
· 10 years ago
fd90571
fiscal year validation in financial statement
by Nabin Hait
· 10 years ago
57f8dab
[minor] Show company name in General Ledger print
by Anand Doshi
· 11 years ago
cb86d59
Report: Trial Balance
by Anand Doshi
· 11 years ago
67ecce6
[fix] Show against account in General Ledger Print Format
by Anand Doshi
· 11 years ago
5f0459c
Fixes to Financial Statements
by Anand Doshi
· 11 years ago
f457bce
Changed localize_date to formatdate
by Anand Doshi
· 11 years ago
6cc5bab
Use include directive to embed common print format
by Anand Doshi
· 11 years ago
db4ba39
Better handling of ignore zero values
by Anand Doshi
· 11 years ago
825d014
Commonfied code for Financial Statements and added Profit and Loss Statement
by Anand Doshi
· 11 years ago
fa576a2
Balance Sheet
by Anand Doshi
· 11 years ago
059f1e0
Balance Sheet - first cut
by Anand Doshi
· 11 years ago
5f2f955
From date and to date in general ledger print format
by nabinhait
· 11 years ago
e26204e
From date and to date in general ledger print format
by nabinhait
· 11 years ago
96cb130
Default letter head in general ledger and bank reco statement print
by nabinhait
· 11 years ago
9b7b9b2
Bank Reconciliation Statement Print Format
by Anand Doshi
· 11 years ago
5e0de79
Account validated in general ledger report. Fixed #1912
by nabinhait
· 11 years ago
ebcb654
Minor: General Ledger Report - print format improvements
by Anand Doshi
· 11 years ago
1a18b42
make font size smaller for erpnext powered
by Rushabh Mehta
· 11 years ago
69ce97b
added print format for general ledger
by Rushabh Mehta
· 11 years ago
ec8240e
Apply User Permissions optional in Script and Query Reports
by Anand Doshi
· 11 years ago
67d8b91
Fixes in bank reconciliation statement
by Nabin Hait
· 11 years ago
ea4aa04
Search query for account cleanup
by Nabin Hait
· 11 years ago
a3dd72a
Pricing Rule
by Nabin Hait
· 11 years ago
62ec601
use build_filter_conditions from db_query. Fixes #1679
by Nabin Hait
· 11 years ago
c49b7f8
minor fix
by Nabin Hait
· 11 years ago
aade34b
Reports and print formats modified for renamed fields
by Nabin Hait
· 11 years ago
827480f
import, export and report permission in account and pricing rule
by Nabin Hait
· 11 years ago
69a2c25
Fixed set_query
by Anand Doshi
· 11 years ago
ff93802
more message fixes
by Rushabh Mehta
· 11 years ago
b52618c
frappe._ to __
by Pratik Vyas
· 11 years ago
0a0f249
frappe/frappe#478, frappe tests pass, .txt renamed to .json
by Rushabh Mehta
· 11 years ago
40534f0
Changed creation, modified format frappe/frappe#478
by Anand Doshi
· 11 years ago
daae743
frappe/frappe#478
by Rushabh Mehta
· 11 years ago
0c21e2a
Is_pl_account and debit_or_credit field removed and added report_type field in account
by Nabin Hait
· 11 years ago
73083dc
Fix related to user_default
by Nabin Hait
· 11 years ago
e848914
consider all entries against bank account in bank reconciliation statement, even if no reference no
by Nabin Hait
· 11 years ago
49a6f07
Removed debit_or_credit field
by Nabin Hait
· 11 years ago
4d713ac
sql injection fixes
by Nabin Hait
· 11 years ago
09a9f4c
Added module to Report doctype
by Anand Doshi
· 11 years ago
e9baaa6
Changed frappe.conn to frappe.db
by Anand Doshi
· 11 years ago
793ba6b
-webnotes +frappe :boom:
by Rushabh Mehta
· 11 years ago
8ae051c
fixed conflict
by Nabin Hait
· 11 years ago
5f59726
Rename fields: replaced in html and txt files
by Nabin Hait
· 11 years ago
1eb5601
Rename fields: amount related fields
by Nabin Hait
· 11 years ago
7979f7e
Field Rename: rate field mass replacement
by Nabin Hait
· 11 years ago
a7f757a
Rename fields: initial commit
by Nabin Hait
· 11 years ago
574c7e7
item related cleanup
by Nabin Hait
· 11 years ago
fe8db59
Fixed conflict while merging with develop
by Nabin Hait
· 11 years ago
cb39e08
Merge remote-tracking branch 'webnotes/develop' into 4.0.0-wip
by Anand Doshi
· 11 years ago
5c6d13a
Fixed conflict while merging with develop branch
by Nabin Hait
· 11 years ago
dc15b4f
Fixed conflict while merging with develop brnach
by Nabin Hait
· 11 years ago
e277172
merge conflict fixed
by Akhilesh Darjee
· 11 years ago
57738a0
flat discount replaced to discount amount
by Akhilesh Darjee
· 11 years ago
139aa71
Fixed conflict while merging with master
by Nabin Hait
· 11 years ago
d3f04d7
General ledger path fixed
by Nabin Hait
· 11 years ago
d203aea
[flat discount] flat discount implemented on sales cycle
by Akhilesh Darjee
· 11 years ago
caa4380
Merge with 3.3.8
by Rushabh Mehta
· 11 years ago
5404778
Merge with 3.3.8
by Rushabh Mehta
· 11 years ago
2b08985
Translations redesigned webnotes/wnframework#351
by Rushabh Mehta
· 11 years ago
6de403f
added manifest, hooks and fixed requires webnotes/wnframework#351
by Rushabh Mehta
· 11 years ago
1f84799
install, web serving, session booting webnotes/wnframework#351
by Rushabh Mehta
· 11 years ago
afea58b
moved modules inside erpnext folder
by Rushabh Mehta
· 11 years ago