2
0
mirror of https://github.com/frappe/books.git synced 2024-12-26 20:30:25 +00:00
Commit Graph

2716 Commits

Author SHA1 Message Date
Faris Ansari
6497d05627 fix: Better error message for Select validation 2019-12-24 15:40:46 +05:30
Faris Ansari
827cad114a fix: Mandatory check 2019-12-24 15:40:31 +05:30
Faris Ansari
7dd6dbc9af fix: Read Only prop override 2019-12-23 19:02:49 +05:30
Faris Ansari
bef259bd84 fix: Get currency for party 2019-12-23 19:02:34 +05:30
Faris Ansari
15f61f17ff fix: Uncomment item filter block 2019-12-23 19:02:18 +05:30
Faris Ansari
47ce6117d1 fix: Add Item Type Product or Service
- Automatically set Income and Expense account and hide them from View
2019-12-23 18:50:47 +05:30
Faris Ansari
f2071c96df fix: Scrolling in GetStarted page 2019-12-23 18:21:04 +05:30
Faris Ansari
a7b45c626a feat: Create accounts in CoA directly
- Common error handling method for documents
- Add group hover in tailwind
2019-12-23 16:15:06 +05:30
Faris Ansari
802b134cd4 fix: Dont set unused fields 2019-12-23 13:56:57 +05:30
Faris Ansari
54616ef926 fix: Add Chart of Accounts to sidebar 2019-12-23 13:56:41 +05:30
Faris Ansari
6e69b20ad6 fix: Bold 'Create' action to separate from option 2019-12-23 13:55:24 +05:30
Faris Ansari
3ce726b07a fix: Replace 'database' with 'file'
- Simpler wording for user facing string
- Add a help text for more information
2019-12-23 13:54:18 +05:30
Faris Ansari
5614b4dca6 fix: Consistent import 2019-12-21 21:25:42 +05:30
Faris Ansari
f8fbb5ca02 chore: Delete old/unused components 2019-12-21 21:25:08 +05:30
Faris Ansari
2d2f5eb57e style: Format with prettier 2019-12-21 21:19:01 +05:30
Faris Ansari
a779c91679 fix: Remove deepmerge and add lodash 2019-12-21 20:17:43 +05:30
Faris Ansari
e9082cbdaf feat: Add Icons used in GetStarted page 2019-12-21 20:17:22 +05:30
Faris Ansari
86d841da7a feat: Add GetStarted page
- GetStarted model to track progress
2019-12-21 20:16:50 +05:30
Faris Ansari
c9d0219320 fix: Minor component fixes
- Use meta.getKeywordFields instead of keywordFields
- Make the full "Add Row" Row clickable
- Highlight today's date in DatePicker
- Set default filters on activated in Report
2019-12-20 12:24:12 +05:30
Faris Ansari
c0c7a9edbb fix: Better logic for sidebar active state
- Keep the sidebar item active even if its form is open
2019-12-20 12:22:14 +05:30
Faris Ansari
9726fe4e8a fix: Minor fixes
- Better error message in ledgerPosting
- Remove models key from model/index.js
- Format AccountingLedgerEntry.js
- Set default Account to Cash for Payment Type Cash
- Add placeholders for Payment Form
- Add key to v-for elements in TwoColumnForm
2019-12-20 12:20:43 +05:30
Faris Ansari
7fd5ce01d1 fix: Set fiscal year start and end date correctly 2019-12-20 12:15:50 +05:30
Faris Ansari
6e2c5cdf96 fix: JournalEntry fixes
- Form actions
- Set debit / credit in 2nd row automatically
- Validate before update and insert
- Add JournalEntry as filter option in General Ledger
- Commonify actions for document in InvoiceForm, JournalEntryForm and QuickEditForm
- DropdownWithActions component
2019-12-20 12:14:31 +05:30
Faris Ansari
30f5ca1a2e fix: cleanup todo model 2019-12-20 11:58:50 +05:30
Faris Ansari
7071879ae5 fix: Better date format options with label 2019-12-20 11:58:31 +05:30
Faris Ansari
a53cc9f119 fix: validate select for array of objects 2019-12-20 11:58:00 +05:30
Faris Ansari
1603346b20 fix: validate mandatory for table fields 2019-12-20 11:57:29 +05:30
Faris Ansari
6b596a4021 feat: doc.push for adding children without change 2019-12-20 11:56:52 +05:30
Faris Ansari
75184d43c3 fix: update modified after triggers 2019-12-20 11:54:48 +05:30
Faris Ansari
2205a212eb feat: validate method for fields 2019-12-20 11:52:16 +05:30
Faris Ansari
3a1a4caa78 fix: Better check for DuplicateEntryError 2019-12-20 11:48:53 +05:30
Faris Ansari
bd5ee080c2 fix: Formatting and model name 2019-12-18 23:54:58 +05:30
Faris Ansari
d19182b583 fix: Singles
- Initialize defaults for SIngles
- Cast values when loading a Single document
2019-12-18 23:52:47 +05:30
Faris Ansari
fef4f96e78 fix: frappe.db.getCachedValue
- CacheManager
- Use db.getCachedValue in doc.getFrom
2019-12-18 23:51:45 +05:30
Faris Ansari
7198979fc7 fix: frappe.registerModels
- Directly register from models object, not models.models
- frappe.getModels
- Validate model before registering
- Fix model.extend bug for duplicate fields
- Remove usage of deepmerge and use lodash/cloneDeep
2019-12-18 23:48:53 +05:30
Faris Ansari
d104a4ffa4 v0.0.3-beta.2 2019-12-17 12:35:47 +05:30
Faris Ansari
33c16db8db fix: Show WindowsTitleBar in Linux too 2019-12-17 12:34:58 +05:30
Faris Ansari
beb3105e9b fix: Setup Wizard fixes
- Company Logo and Name section
- Disable next button on click
- Set company logo in PrintSettings

Other
- Add brand color to tailwind config
- Disabled button
- Override inputClass using a function
2019-12-16 19:22:14 +05:30
Faris Ansari
0277b7c0e7 fix: Set Party defaults
- Set default Account and Currency
- Reorder fields
2019-12-16 18:04:10 +05:30
Faris Ansari
6e97fe4ad5 fix: Active Tab Icon color in Settings 2019-12-16 17:55:57 +05:30
Faris Ansari
bdbad0913e v0.0.3-beta.1 2019-12-16 17:27:35 +05:30
Faris Ansari
9481a4c072 chore: Update frappejs 2019-12-16 17:27:11 +05:30
Faris Ansari
2212b007ee fix: Enable maximise button in Mac 2019-12-16 17:26:53 +05:30
Faris Ansari
2db4484ab2 chore: Dont git add in lint-staged 2019-12-16 17:13:05 +05:30
Faris Ansari
66547d9824 fix: Minor styling 2019-12-16 17:13:05 +05:30
Faris Ansari
168aa607fb fix: Scrollbar styling in Report container 2019-12-16 17:13:04 +05:30
Faris Ansari
162b5e983f fix: Titlebar for Windows
- Add window-no-drag to areas that should be clickable
- Top left menu in Windows
- Enable window transparency only in Mac
2019-12-16 17:13:04 +05:30
Faris Ansari
655bb8f295 fix: Regex for windows path 2019-12-16 17:13:04 +05:30
Faris Ansari
edda250d6e v0.0.3-beta.0 2019-12-13 21:55:49 +05:30
Faris Ansari
ffcd81c7bc chore: Travis script for electron build 2019-12-13 21:55:10 +05:30