2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 11:29:00 +00:00
Commit Graph

814 Commits

Author SHA1 Message Date
Ankit Singhaniya
59c57c289b
improve message when trying to pay 0 2021-11-01 23:09:31 +05:30
Ankit Singhaniya
093a297856
simplify the condition to check if value is larger then max amount 2021-11-01 23:08:08 +05:30
Piyush Singhania
4fcb54ff7c Added translation support and currency symbol in the error message 2021-11-01 19:36:02 +05:30
Ankit Singhaniya
49fc8d5586
Merge pull request #19 from piyushsinghania/fix/error-message-not-displayed-while-paying-excess-amount
Added validation to give error message when trying to pay excess amount for an invoice
2021-10-30 20:03:27 +05:30
Piyush Singhania
6178cf55c0 Updated suggested changes 2021-10-29 23:12:10 +05:30
Piyush Singhania
102ef29d6b Added validation to give error message when trying to pay excess amount for an invoice 2021-10-29 18:26:45 +05:30
Alan
2e6733f58b
Merge pull request #229 from ankitsinghaniyaz/master
Fix font issue in invoice
2021-10-28 21:45:41 +05:30
Ankit Singhaniya
ca0c2968e0
Merge pull request #13 from piyushsinghania/fix/wrong-font-in-saved-pdf
Fixed the font issue while saving pdf
2021-10-28 21:25:47 +05:30
Alan
2b045d72fb
Merge pull request #228 from ankitsinghaniyaz/master
Add empty data state for list view
2021-10-28 21:19:44 +05:30
Ankit Singhaniya
e8a2730d4d
Merge pull request #17 from piyushsinghania/enhancement/added-empty-states-for-empty-lists
Added empty states for empty lists
2021-10-28 15:47:04 +05:30
Piyush Singhania
2f823f9c0a Merge branch 'enhancement/added-empty-states-for-empty-lists' of github.com:piyushsinghania/books into enhancement/added-empty-states-for-empty-lists 2021-10-28 15:24:19 +05:30
Alan
eb0d1a770b
Merge pull request #222 from ankitsinghaniyaz/master
Resolve ledger related issues
2021-10-28 15:22:08 +05:30
Piyush Singhania
cbeecb39d5 Changed generic records word in "No records found" to dynamic name 2021-10-28 15:19:29 +05:30
Piyush Singhania
7c1160c5b9 Changed generic records work to dynamic name 2021-10-28 15:16:05 +05:30
Ankit Singhaniya
ec096b5bbc
Merge pull request #18 from piyushsinghania/enhancement/added-filter-reverted-entry
Ui updates and some naming changes
2021-10-28 15:15:29 +05:30
Piyush Singhania
7aceb64776 Ui updates and some naming changes 2021-10-28 14:51:39 +05:30
Ankit Singhaniya
e214cb8aa0
Merge pull request #14 from piyushsinghania/enhancement/added-filter-reverted-entry
update -> used app conventions for better readability
2021-10-28 09:21:38 +05:30
Piyush Singhania
9d64907ada used app coding conventions 2021-10-27 21:32:40 +05:30
Piyush Singhania
d185345bd1 Added empty states for empty lists 2021-10-27 09:21:03 +05:30
Piyush Singhania
bfa1aa4b99 update -> used app conventions for better readability 2021-10-26 01:20:35 +05:30
Ankit Singhaniya
a76f9281ed
refactor make pdf method 2021-10-26 00:07:31 +05:30
Piyush Singhania
91b3d969c2 Fixed the font issue while saving pdf
Added font support for Basic Template
Added feature to select between platform safe fonts
2021-10-25 21:46:12 +05:30
Ankit Singhaniya
17bf07a3ae
Merge pull request #12 from piyushsinghania/fix/partial-payment-ledger-entry-issue
Fixed the general ledger entry issue while doing partial payments
2021-10-21 23:22:09 +05:30
Piyush Singhania
4996aed1de Fixed the general ledger entry issue while doing partial payments 2021-10-21 23:19:32 +05:30
Ankit Singhaniya
a242979108
Merge pull request #11 from piyushsinghania/enhancement/added-filter-reverted-entry
Added enhancement to filter out reverted invoices
2021-10-21 23:13:18 +05:30
Piyush Singhania
e9b3d2ca03 Added enhancement to filter out reverted invoices 2021-10-21 23:10:14 +05:30
Alan
c8732d6d8d
Merge pull request #220 from 18alantom/fix-reported-issues-and-improvements
fix: reported issues and improvements
2021-10-19 14:47:37 +05:30
18alantom
7ad7bf7b2f refactor: minor cleanups 2021-10-19 14:35:47 +05:30
Piyush Singhania
f0bdc4e669 Fixed auto updation of rate and tax on changing item 2021-10-19 14:31:17 +05:30
Piyush Singhania
be97d722b7 Improved the svg layout in dashboard, when no data is available 2021-10-19 14:30:28 +05:30
Piyush Singhania
0aa7eab0d3 Improved dashboard layout 2021-10-19 14:29:37 +05:30
Piyush Singhania
e2f1c7742b Fixed scrolling issue in journal entry rows, also added some enhancements 2021-10-19 14:28:44 +05:30
Piyush Singhania
59201366b7 Refactored Business template, used isSalesInvoice computed property rather than directly checking there in the template for it 2021-10-19 14:24:17 +05:30
Piyush Singhania
fc8ba4da6a Created a computed propert isSalesInvoice in the Base.vue component and using it in the minimal template 2021-10-19 14:23:49 +05:30
Piyush Singhania
22d49f5c6f Fix: Re-editing of notes in salesinvoice now possible 2021-10-19 14:21:43 +05:30
Piyush Singhania
9c24eeb6ea Fix issue with attach image component 2021-10-19 14:19:30 +05:30
Piyush Singhania
655c1a0893 fix purchase invoice incorrect to and from in minimal template 2021-10-19 14:18:07 +05:30
Ankit Singhaniya
09594101ef fix date picker not showing right timezone 2021-10-19 14:16:20 +05:30
Ankit Singhaniya
eae8057571 fix ability to load exisiting database 2021-10-19 14:15:04 +05:30
Ankit Singhaniya
0ed6cc48c6 fix issue with creating new file due to formaula/default 2021-10-19 14:14:00 +05:30
Ankit Singhaniya
649691939c fix create new database method 2021-10-19 14:12:54 +05:30
Ankit Singhaniya
6343f11328 add notes to basic template back 2021-10-19 14:08:55 +05:30
Ankit Singhaniya
62359ba7ae fix formatting 2021-10-19 14:07:59 +05:30
Ankit Singhaniya
47abdb5ae3 format document 2021-10-19 14:06:16 +05:30
Ankit Singhaniya
87c944cd4f format document 2021-10-19 14:05:58 +05:30
Ankit Singhaniya
fd8221a576 fix pdf generation 2021-10-19 14:03:38 +05:30
Ankit Singhaniya
11e3474e8d fix how the download path is calculated 2021-10-19 13:59:00 +05:30
Ankit Singhaniya
17d607ef14 add logging for async errors 2021-10-19 13:56:14 +05:30
Ankit Singhaniya
b11bb9527a fix formatting 2021-10-19 13:55:25 +05:30
Ankit Singhaniya
aefd70b5e3 add gst details to all templates 2021-10-19 13:52:28 +05:30